﻿@charset "UTF-8";
/*!
* Theme Name: TichePC.sk
* Author: Brilo Team - Brilántní weby a jejich marketing
* Author URI: http://www.brilo.cz/
* Description: Tiché PC s.r.o.
* Version: 1.0
*/
/* =WordPress Core
-------------------------------------------------------------- */
@import url(toastr.min.css);
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --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";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

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; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

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; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #868e96; }

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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,
.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,
.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,
.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,
.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,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm.table-bordered {
      border: 0; } }

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md.table-bordered {
      border: 0; } }

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg.table-bordered {
      border: 0; } }

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl.table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #868e96; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn + .btn {
    margin-left: 0; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: 0; }
    .input-group-btn:not(:first-child) > .btn:first-child,
    .input-group-btn:not(:first-child) > .btn-group:first-child {
      margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #868e96; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #007bff;
  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-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple] {
    height: auto;
    background-image: none; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group .card:first-child .card-img-top {
            border-top-right-radius: 0; }
          .card-group .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0; }
        .card-group .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group .card:last-child .card-img-top {
            border-top-left-radius: 0; }
          .card-group .card:last-child .card-img-bottom {
            border-bottom-left-radius: 0; }
        .card-group .card:only-child {
          border-radius: 0.25rem; }
          .card-group .card:only-child .card-img-top {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group .card:only-child .card-img-bottom {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #868e96; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #868e96; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #111;
  background-color: #ffc107; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #111;
  background-color: #f8f9fa; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
  .alert-secondary hr {
    border-top-color: #cfd2d6; }
  .alert-secondary .alert-link {
    color: #2e3133; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

a.list-group-item-success,
button.list-group-item-success {
  color: #155724; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #818182; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 0.8rem; }
  .popover .arrow::after {
    content: "";
    border-width: 0.8rem; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.8rem; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -0.8rem;
      margin-left: -0.8rem;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: calc((0.8rem - 1px) * -1);
      margin-left: -0.8rem;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.8rem; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -0.8rem;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -0.8rem;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: calc((0.8rem - 1px) * -1);
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.8rem; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -0.8rem;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -0.8rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: calc((0.8rem - 1px) * -1);
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.8rem; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -0.8rem;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -0.8rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: calc((0.8rem - 1px) * -1);
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .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; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.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; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.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.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !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.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !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: 576px) {
  .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.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !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; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.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-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* colors */
@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald-Regular.eot");
  src: url("fonts/Oswald-Regular.woff2") format("woff2"), url("fonts/Oswald-Regular.woff") format("woff"), url("fonts/Oswald-Regular.ttf") format("truetype"), url("fonts/Oswald-Regular.svg#Oswald-Regular") format("svg"), url("fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald-Light.eot");
  src: url("fonts/Oswald-Light.woff2") format("woff2"), url("fonts/Oswald-Light.woff") format("woff"), url("fonts/Oswald-Light.ttf") format("truetype"), url("fonts/Oswald-Light.svg#Oswald-Light") format("svg"), url("fonts/Oswald-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url("fonts/Oswald-Bold.eot");
  src: url("fonts/Oswald-Bold.woff2") format("woff2"), url("fonts/Oswald-Bold.woff") format("woff"), url("fonts/Oswald-Bold.ttf") format("truetype"), url("fonts/Oswald-Bold.svg#Oswald-Bold") format("svg"), url("fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/OpenSans-Regular.eot");
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"), url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/OpenSans-Light.eot");
  src: url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans-Light.svg#OpenSans-Light") format("svg"), url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/OpenSans-Bold.eot");
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"), url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal; }

/*root*/
/* base font-size */
/* Fonts */
.aside-inner {
  border: 1px solid #cacbcb;
  background: #fff;
  padding: 10px 20px;
  padding-bottom: 13px; }

.menu-main > li:first-child > a {
  border-top: none; }

.menu-main > li.opened > .menu-sub {
  display: block;
  border-top: 0; }

.menu-main > li.opened > a {
  background-color: #000;
  color: #fff;
  border-top: 1px solid black;
  background-image: url("images/bg/menuitem_mesh.png");
  background-repeat: no-repeat;
  background-size: cover; }

.menu-main > li.opened .menu_special_node a::before {
  background-image: url("images/ico/new-w.svg") !important; }

.menu-main > li.opened .menu_special_node3 a::before {
  background-image: url("images/ico/percent-w.svg") !important; }

.menu-main > li.opened .menu_special_node2 a::before {
  background-image: url("images/ico/ear-w.svg") !important; }

.menu-main > li.opened .menu_special_node4 a::before {
  background-image: url("images/ico/car-w.svg") !important; }

.menu-main > li > a {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 300;
  display: block;
  padding: 12px 10px;
  border-top: 1px solid #d3d4d4;
  text-decoration: none;
  line-height: 1.2; }

.menu-main .top-item > a {
  font-weight: 700;
  padding-left: 45px;
  position: relative; }
  .menu-main .top-item > a::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    width: 30px;
    background-position: center top; }

.menu-main .menu_special_node a::before {
  height: 10px;
  background-image: url("images/ico/new.svg");
  background-size: 28px 10px;
  top: 17px; }

.menu-main .menu_special_node3 a::before {
  height: 13px;
  background-image: url("images/ico/percent.svg");
  background-size: 16px 13px;
  top: 15px; }

.menu-main .menu_special_node4 > a::before {
  height: 12px;
  background-image: url("images/ico/car.svg");
  background-size: 25px 12px;
  top: 16px; }

.menu-main .menu_special_node2 a::before {
  height: 20px;
  background-image: url("images/ico/ear.svg");
  background-size: 18px 20px;
  top: 10px; }

.menu-sub {
  display: none; }
  .menu-sub > li {
    position: relative; }
    .menu-sub > li.opened .sub-button {
      background: #000; }
      .menu-sub > li.opened .sub-button::after {
        display: none; }
    .menu-sub > li.opened .menu-sub-sub {
      display: block; }
    .menu-sub > li > a {
      font-weight: 300;
      font-size: 0.8125rem;
      padding: 3px 10px;
      padding-left: 30px;
      line-height: 1.2;
      display: block;
      color: #000; }
  .menu-sub .sub-button {
    display: block;
    width: 13px;
    height: 13px;
    background: #c60f13;
    position: absolute;
    left: 10px;
    top: 4px;
    cursor: pointer; }
    .menu-sub .sub-button::before {
      content: '';
      display: block;
      width: 7px;
      height: 1px;
      background: #fff;
      transform: translate(3px, 6px); }
    .menu-sub .sub-button::after {
      content: '';
      display: block;
      width: 1px;
      height: 7px;
      background: #fff;
      transform: translate(6px, 2px); }

.menu-sub-sub {
  display: none; }
  .menu-sub-sub > li > a {
    font-weight: 300;
    font-size: 0.8125rem;
    color: #5f5f60;
    padding: 2px 10px;
    padding-left: 43px;
    display: block;
    line-height: 1.2;
    position: relative; }
    .menu-sub-sub > li > a::before {
      content: '';
      height: 7px;
      width: 8px;
      display: block;
      background-image: url("images/ico/arrow-3.png");
      background-size: auto 7px;
      background-repeat: no-repeat;
      position: absolute;
      left: 30px;
      top: 6px; }
    .menu-sub-sub > li > a:hover {
      color: #c60f13; }
      .menu-sub-sub > li > a:hover::before {
        background-image: url("images/ico/arrow-3-red.png"); }

.aside-blocks {
  margin-top: 30px;
  display: none; }

.aside-top-sellers {
  border: 1px solid #cacbcb;
  margin-bottom: 30px;
  background: #fff; }
  .aside-top-sellers header {
    background: #fdc918;
    padding: 10px 20px;
    border: 1px solid #fff;
    position: relative; }
    .aside-top-sellers header::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background: #fdc918;
      left: 0;
      bottom: -2px; }
  .aside-top-sellers h2 {
    color: #fff;
    font-size: 1.1875rem;
    font-weight: 400; }
    .aside-top-sellers h2::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("images/ico/star.svg");
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: 1px;
      margin-right: 9px; }
  .aside-top-sellers__item {
    padding: 20px; }
    .aside-top-sellers__item:first-of-type {
      position: relative; }
      .aside-top-sellers__item:first-of-type::after {
        content: '';
        width: calc(100% - 40px);
        display: block;
        position: absolute;
        height: 1px;
        background: #d3d4d4;
        left: 20px;
        bottom: 0; }
    .aside-top-sellers__item h3 {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      position: relative;
      margin-bottom: 15px; }
      .aside-top-sellers__item h3 a {
        color: #000; }
        .aside-top-sellers__item h3 a:hover {
          color: #c60f13;
          text-decoration: none; }
      .aside-top-sellers__item h3::after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 1px;
        background: #c60f13;
        bottom: -5px;
        left: 0; }
    .aside-top-sellers__item-img {
      display: block;
      text-align: center;
      position: relative;
      margin-bottom: 10px; }
      .aside-top-sellers__item-img:after {
        padding-bottom: 44%; }
      .aside-top-sellers__item-img img {
        position: absolute;
        display: inline-block;
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .aside-top-sellers__item-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .aside-top-sellers__item .with-tax {
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      font-size: 1.1875rem; }
      .aside-top-sellers__item .with-tax small {
        font-size: 0.875rem; }
    .aside-top-sellers__item .without-tax {
      font-weight: 300;
      font-size: 0.8125rem;
      color: #5f5f60; }
    .aside-top-sellers__item-buy {
      display: flex;
      justify-content: flex-end; }
      .aside-top-sellers__item-buy input {
        width: 50px;
        border: none;
        height: 30px;
        text-align: right;
        padding-right: 3px;
        background: #f4f4f4; }
      .aside-top-sellers__item-buy button {
        display: inline-block;
        font-size: 0;
        width: 40px;
        height: 30px;
        background: #c60f13;
        border: none;
        background-image: url("images/ico/cart.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 22px 20px;
        transition: all .3s ease;
        cursor: pointer; }
        .aside-top-sellers__item-buy button:focus {
          outline: none; }
        .aside-top-sellers__item-buy button:hover {
          background-color: #970b0e; }

.aside-news {
  background: #fff;
  border: 1px solid #cacbcb;
  margin-bottom: 30px; }
  .aside-news header {
    background: #c60f13;
    padding: 10px 20px;
    border: 1px solid #fff;
    position: relative; }
    .aside-news header::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background: #c60f13;
      left: 0;
      bottom: -2px; }
  .aside-news h2 {
    font-size: 1.1875rem;
    font-weight: 400;
    color: #fff; }
    .aside-news h2::before {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background-image: url("images/ico/news.svg");
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: -1px;
      margin-right: 7px; }
  .aside-news__item {
    padding: 20px;
    text-align: right; }
    .aside-news__item h3 {
      font-size: 1.25rem;
      font-weight: 400;
      position: relative;
      padding-bottom: 8px;
      margin-bottom: 5px;
      text-align: left; }
      .aside-news__item h3 a {
        color: #000;
        text-decoration: none; }
        .aside-news__item h3 a:hover {
          color: #c60f13; }
      .aside-news__item h3::after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 1px;
        background: #c60f13;
        bottom: 0;
        left: 0; }
    .aside-news__item-date {
      font-family: "Oswald", sans-serif;
      font-size: 0.9375rem;
      color: #c60f13;
      margin-bottom: 5px;
      display: block;
      text-align: left; }
    .aside-news__item-text {
      font-size: 0.875rem;
      font-weight: 300;
      color: #5f5f60;
      line-height: 1.4;
      margin-bottom: 10px;
      text-align: left; }
    .aside-news__item-show-more {
      background: #c60f13;
      color: #fff;
      display: inline-block;
      padding: 5px 9px;
      padding-top: 4px;
      font-family: "Oswald", sans-serif;
      font-size: 0.8125rem;
      transition: all .3s ease; }
      .aside-news__item-show-more:hover {
        color: #fff;
        text-decoration: none;
        background: #970b0e; }

.aside-bottom {
  background: #fff;
  border: 1px solid #cacbcb; }

.aside-verified {
  padding: 20px;
  position: relative; }
  .aside-verified::before {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background: #cacbcb;
    position: absolute;
    left: 20px;
    bottom: 0; }
  .aside-verified header {
    margin-bottom: 10px; }
    .aside-verified header p {
      font-size: 1.0625rem;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 0; }
  .aside-verified h2 {
    font-size: 1.625rem;
    font-weight: 400;
    color: #c60f13;
    margin-bottom: 15px; }
  .aside-verified p {
    font-size: 0.875rem;
    font-weight: 300;
    color: #5f5f60; }
  .aside-verified__img {
    position: relative;
    text-align: center;
    margin-bottom: 10px; }
    .aside-verified__img img {
      display: inline-block;
      max-width: 100%; }
  .aside-verified__button {
    background: #c60f13;
    color: #fff;
    display: block;
    padding: 5px 9px;
    padding-top: 4px;
    font-family: "Oswald", sans-serif;
    font-size: 0.8125rem;
    transition: all .3s ease;
    width: 85px;
    margin: 0 auto; }
    .aside-verified__button:hover {
      color: #fff;
      text-decoration: none;
      background: #970b0e; }

.aside-partners {
  padding: 20px; }
  .aside-partners > span {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
    margin-bottom: 25px; }
  .aside-partners > div {
    text-align: center; }
    .aside-partners > div a {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      .aside-partners > div a img {
        max-width: 100%;
        display: inline-block; }
    .aside-partners > div > img {
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 10px; }

/* User panel */
.user-panel {
  border: 1px solid #cacbcb;
  background: #fff;
  display: block;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .user-panel.moved {
    height: auto;
    margin-bottom: 25px; }
  .user-panel__header {
    background-color: #c60f13;
    padding: 5px 20px;
    color: #fff;
    border: 1px solid white;
    font-size: 1.125rem;
    font-family: Oswald;
    line-height: normal;
    position: relative; }
    .user-panel__header::after {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background-color: #c60f13;
      bottom: -2px;
      left: 0; }
    .user-panel__header img {
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: inherit; }
  .user-panel__body {
    background: #fff;
    padding: 10px 20px;
    padding-bottom: 13px; }
  .user-panel__photo-block {
    margin-bottom: 22px; }
    .user-panel__photo-block .img-con {
      display: flex;
      justify-content: center; }
    .user-panel__photo-block .img-wrap {
      display: inline-block;
      border-radius: 100%; }
      .user-panel__photo-block .img-wrap .img-user-photo {
        border-radius: 100%;
        width: 120px;
        height: 120px; }
  .user-panel__name {
    text-align: center;
    color: #c60f13;
    font-size: 0.875rem;
    font-weight: bold; }
  .user-panel__nav {
    flex-grow: 1;
    font-size: 0.8125rem;
    margin-bottom: 25px; }
    .user-panel__nav ul {
      margin: 0;
      padding: 0; }
    .user-panel__nav li {
      padding: 0;
      margin: 0;
      position: relative;
      border-bottom: 1px solid #d3d4d4; }
      .user-panel__nav li.active {
        border-bottom: 1px solid transparent; }
        .user-panel__nav li.active a {
          color: #fff;
          z-index: 1;
          position: relative;
          text-decoration: none; }
          .user-panel__nav li.active a::after {
            content: "";
            position: absolute;
            display: block;
            height: 100%;
            background-image: url("images/bg/menuitem_mesh.png");
            background-repeat: no-repeat;
            background-size: cover;
            left: 0;
            top: -1px;
            width: 100%;
            z-index: -1; }
        .user-panel__nav li.active path {
          fill: #fff; }
      .user-panel__nav li:first-of-type {
        border-top: 1px solid #d3d4d4; }
      .user-panel__nav li:hover:not(.active) {
        border-bottom: 1px solid transparent; }
        .user-panel__nav li:hover:not(.active) a {
          color: #fff;
          z-index: 1;
          position: relative;
          text-decoration: none; }
          .user-panel__nav li:hover:not(.active) a::after {
            content: "";
            position: absolute;
            display: block;
            height: calc(100% + 2px);
            background-image: url("images/bg/menuitem_mesh.png");
            background-repeat: no-repeat;
            background-size: cover;
            left: 0;
            top: -2px;
            width: 100%;
            z-index: -1; }
        .user-panel__nav li:hover:not(.active) path {
          fill: #fff; }
    .user-panel__nav a {
      display: block;
      color: #1e1f20;
      padding: 9px 0;
      padding-left: 10px; }
    .user-panel__nav svg {
      height: 16px;
      width: 16x;
      display: inline-block;
      vertical-align: baseline;
      transform: translateY(2px);
      margin-right: 10px; }
    .user-panel__nav path {
      fill: #1e1f20; }
  .user-panel .img-wrap,
  .user-panel .img-con {
    position: relative; }
  .user-panel .img-con {
    margin-top: 20px;
    margin-bottom: 13px; }
  .user-panel__img-icon {
    width: 21px;
    height: 21px;
    background-color: black;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0; }
    .user-panel__img-icon:hover {
      width: 23px;
      height: 23px; }
    .user-panel__img-icon.right-center {
      right: 0;
      left: auto;
      top: 50%;
      transform: translate(50%, -50%); }
    .user-panel__img-icon.top-right {
      left: auto;
      right: 8px;
      top: 30%;
      transform: translate(50%, -50%); }
    .user-panel__img-icon img {
      display: inline-block;
      width: 13px;
      height: 13px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .user-panel .fb-icon {
    background-color: #3b5998; }
  .user-panel .user-id {
    display: block;
    color: #1e1f20;
    font-size: 0.875rem;
    font-weight: normal; }
  .user-panel .btn-container {
    text-align: center; }

.btn-signout {
  background-color: #c60f13;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 34px;
  height: 34px;
  padding: 0 22px;
  transition: all .3s ease;
  cursor: pointer;
  padding: 5px 15px; }
  .btn-signout:focus {
    outline: 0; }
  .btn-signout:hover {
    text-decoration: none;
    color: #fff;
    background-color: #7f0a0c; }

/*----- Universal popup -----*/
.universal-popup {
  position: fixed;
  left: calc(50% - 277px);
  top: 20%;
  background: #f4f4f4;
  width: 553px;
  z-index: 60;
  border: 1px solid #fff; }
  .universal-popup__top {
    height: 78px;
    position: relative;
    background: #000;
    background-image: url(images/bg/mesh02.png);
    background-repeat: no-repeat;
    background-size: 120% auto; }
    .universal-popup__top span {
      font-family: "Oswald", sans-serif;
      font-size: 1.875rem;
      font-weight: 400;
      color: #fff;
      line-height: 1;
      display: block;
      position: absolute;
      left: 29px;
      top: 50%;
      transform: translateY(-50%); }
    .universal-popup__top svg {
      width: 24px;
      height: 24px;
      fill: #c60f13;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      cursor: pointer; }
  .universal-popup__content {
    padding: 20px 30px;
    padding-bottom: 40px; }
  .universal-popup p {
    font-weight: 300;
    font-size: 0.9375rem;
    margin-bottom: 1.875rem; }
  .universal-popup .input-wrap {
    display: flex;
    align-items: center;
    line-height: 1.2; }
    .universal-popup .input-wrap.align-start {
      align-items: flex-start; }
      .universal-popup .input-wrap.align-start label {
        padding-top: 10px; }
    .universal-popup .input-wrap:not(:last-child) {
      margin-bottom: 10px; }
    .universal-popup .input-wrap label,
    .universal-popup .input-wrap .fake-label {
      font-size: 0.9375rem;
      font-weight: 300;
      margin-bottom: 0;
      line-height: 1.2;
      flex-shrink: 0;
      width: 143px; }
      .universal-popup .input-wrap label.required::after,
      .universal-popup .input-wrap .fake-label.required::after {
        content: "\002A";
        display: inline-block;
        margin-left: 1px;
        color: #c60f13; }
    .universal-popup .input-wrap .order-number {
      font-size: 1.1875rem;
      font-weight: 700;
      color: #c60f13;
      padding-left: 15px; }
    .universal-popup .input-wrap input {
      background: #ebebeb;
      color: #5f5f60;
      border: 1px solid #d3d4d4;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.2;
      padding: 9px 10px;
      width: 100%; }
    .universal-popup .input-wrap textarea {
      background: #ebebeb;
      color: #5f5f60;
      border: 1px solid #d3d4d4;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.3;
      padding: 10px;
      margin-bottom: 0;
      transform: translateY(3px);
      resize: none;
      width: 100%;
      height: 140px;
      align-self: flex-start; }
  .universal-popup .check-wrap {
    position: relative;
    width: calc(100% - 143px);
    margin-left: auto;
    height: 30px; }
    .universal-popup .check-wrap label {
      position: absolute;
      padding: 0;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 300;
      min-height: 20px;
      padding-left: 30px;
      display: block;
      top: 0;
      left: 0;
      transform: translateY(5px); }
      .universal-popup .check-wrap label.checked::before {
        background: #fff; }
      .universal-popup .check-wrap label.checked::after {
        opacity: 1; }
      .universal-popup .check-wrap label::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #d3d4d4;
        background: #ebebeb;
        position: absolute;
        top: 0;
        left: 0; }
      .universal-popup .check-wrap label::after {
        content: "";
        display: block;
        width: 4px;
        height: 9px;
        position: absolute;
        top: 5px;
        left: 8px;
        transform: rotate(45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        opacity: 0; }
    .universal-popup .check-wrap input {
      display: none; }
  .universal-popup button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #c60f13; }
    .universal-popup button:hover {
      background: #970b0e; }

.universal-popup-mask {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 59; }

.login-popup-top {
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding-top: 5px;
  margin-bottom: 30px; }
  .login-popup-top img {
    margin-right: 43px; }
  .login-popup-top p {
    margin-bottom: 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  /*----- Added to cart Popup -----*/
  .universal-popup {
    max-height: 90%;
    overflow-y: scroll; } }

@media (max-width: 767px) {
  /*----- Added to cart Popup -----*/
  .universal-popup {
    width: 540px;
    left: calc(50% - 270px);
    overflow-y: scroll;
    max-height: 80%; } }

@media (max-width: 575px) {
  /*----- Added to cart Popup -----*/
  .universal-popup {
    width: calc(100% - 30px);
    left: 15px;
    top: 10%; }
    .universal-popup__top {
      height: 50px; }
      .universal-popup__top span {
        font-size: 1.125rem;
        left: 15px; }
      .universal-popup__top svg {
        right: 15px; }
    .universal-popup__content {
      padding: 15px; }
    .universal-popup p {
      margin-bottom: 1rem; }
    .universal-popup .input-wrap {
      flex-wrap: wrap; }
      .universal-popup .input-wrap label,
      .universal-popup .input-wrap .fake-label {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px; }
      .universal-popup .input-wrap .order-number {
        padding-left: 0;
        margin-bottom: -10px; }
    .universal-popup .check-wrap {
      margin-right: auto;
      width: 180px; }
    .universal-popup button {
      margin-top: 15px; }
  .login-popup-top {
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .login-popup-top img {
      display: none; }
    .login-popup-top p {
      width: 100%;
      margin-bottom: 1rem; } }

body {
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background: no-repeat center top;
  background-color: #000;
  font-family: "OpenSans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  margin-bottom: 0; }

h1 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  transform: translateY(-8px); }

input,
button,
textarea,
a {
  border-radius: 0; }
  input:focus,
  button:focus,
  textarea:focus,
  a:focus {
    outline: none; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  display: block;
  -ms-interpolation-mode: bicubic;
  opacity: 1;
  transition: opacity .3s ease; }

.img-holder img[data-src] {
  opacity: 0; }

strong,
b {
  font-weight: 700; }

.img-holder {
  position: relative;
  display: block;
  overflow: hidden; }
  .img-holder img {
    position: absolute; }
  .img-holder::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    margin: -0.5em 0 0 -0.5em;
    background: rgba(125, 125, 125, 0.5);
    border-radius: 100%;
    -webkit-animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite;
    animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite; }
  .img-holder::after {
    content: '';
    display: block; }

@keyframes bobble {
  0% {
    opacity: 0;
    transform: translateY(0); }
  25% {
    opacity: 1;
    transform: translateY(-10px); }
  50% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(10px); } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
  padding-right: 8px; }

.hidden {
  display: none !important; }

.tech-specs .entry-content {
  background: #fff;
  border: 1px solid #cacbcb;
  padding: 30px; }
  .tech-specs .entry-content h2 {
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: 15px; }
  .tech-specs .entry-content h3 {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 15px; }
  .tech-specs .entry-content p {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #5f5f60; }
  .tech-specs .entry-content .red-text {
    color: #c60f13; }
  .tech-specs .entry-content .key-specs {
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #5f5f60; }
    .tech-specs .entry-content .key-specs > span {
      display: block;
      margin-bottom: 5px; }
  .tech-specs .entry-content img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px; }
  .tech-specs .entry-content .disclaimer {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.3; }

.entry-content table {
  margin-bottom: 0;
  display: table;
  width: 100%; }
  .entry-content table tr {
    background: #f0f0f0;
    border-bottom: 1px solid #fff; }
    .entry-content table tr:nth-child(even) {
      background: #f6f6f6; }
  .entry-content table td {
    padding: 9px 0;
    font-size: 0.875rem;
    color: #5f5f60;
    border: none;
    padding-left: 13px;
    vertical-align: middle; }
    .entry-content table td:first-child {
      font-size: 0.9375rem;
      color: #000;
      width: 270px; }
    .entry-content table td:last-child {
      padding-right: 15px; }
  .entry-content table .show-more {
    width: 100%;
    position: relative; }
    .entry-content table .show-more::after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 1px; }
    .entry-content table .show-more td {
      color: #c60f13;
      font-weight: 700; }
      .entry-content table .show-more td span {
        display: inline-block;
        position: relative;
        padding-right: 32px;
        cursor: pointer;
        min-width: 172px; }
        .entry-content table .show-more td span.open::after {
          transform: translateY(-15%) rotate(-135deg); }
        .entry-content table .show-more td span:hover {
          color: #970b0e; }
          .entry-content table .show-more td span:hover::before {
            background-color: #c60f13; }
          .entry-content table .show-more td span:hover::after {
            border-color: #fff; }
        .entry-content table .show-more td span::before {
          content: '';
          display: block;
          height: 23px;
          width: 23px;
          position: absolute;
          background: #fdc918;
          border-radius: 100%;
          background-size: 5px 8px;
          background-repeat: no-repeat;
          background-position: center center;
          top: 50%;
          right: 0;
          transform: translateY(-48%); }
        .entry-content table .show-more td span::after {
          content: '';
          width: 7px;
          height: 7px;
          display: block;
          position: absolute;
          top: 45%;
          right: 8px;
          transform: translateY(-50%) rotate(45deg);
          border: 2px solid #000;
          border-left: none;
          border-top: none; }
  .entry-content table .tr-hidden {
    display: none; }

.footer-main {
  background: #000;
  padding: 0 30px; }
  .footer-main .row {
    padding-bottom: 40px;
    position: relative;
    z-index: 1; }
    .footer-main .row::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 124px;
      width: calc(100vw - 20px);
      background-image: url("images/bg/mesh-footer.png");
      background-repeat: repeat-x;
      z-index: -1;
      transform: translateX(-50%); }
  .footer-main strong {
    font-weight: 700;
    color: #fff; }

.footer-block {
  padding-top: 33px; }
  .footer-block h2 {
    color: #c60f13;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px; }
  .footer-block span,
  .footer-block a {
    color: #b5b5b5;
    font-size: 0.875rem;
    font-weight: 300; }
  .footer-block span {
    display: block;
    padding: 1px 0; }
  .footer-block a {
    text-decoration: underline; }
    .footer-block a:hover {
      color: #fff; }

.footer-address {
  margin-bottom: 25px; }

.footer-makers ul {
  display: inline-block;
  width: 48%;
  vertical-align: top; }

.footer-makers__others {
  margin-top: 24px; }
  .footer-makers__others a {
    color: #fdc918; }

.footer-social a {
  display: inline-block;
  width: 127px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 6px;
  margin-right: 2px;
  padding-left: 45px;
  font-size: 0.8125rem;
  position: relative;
  transition: all 0.3s ease; }
  .footer-social a::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 10px;
    top: 9px;
    background-size: auto 17px;
    background-repeat: no-repeat;
    background-position: center top; }
  .footer-social a::after {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background: #fff;
    position: absolute;
    top: 9px;
    left: 35px; }
  .footer-social a:hover {
    opacity: 0.8; }

.footer-social__fb {
  background: #305c99; }
  .footer-social__fb::before {
    background-image: url("images/ico/facebook.svg"); }

.footer-social__yt {
  background: #e22b26; }
  .footer-social__yt::before {
    background-image: url("images/ico/youtube.svg"); }

.footer-social__twitter {
  background: #00cdff; }
  .footer-social__twitter::before {
    background-image: url("images/ico/twitter.svg"); }

.footer-social__insta {
  background: #c3328e; }
  .footer-social__insta::before {
    background-image: url("images/ico/instagram.svg"); }

.footer-bottom {
  margin: 0;
  padding-top: 20px;
  color: #b5b5b5;
  font-size: 0.75rem;
  position: relative;
  padding-right: 80px;
  z-index: 1;
  padding-bottom: 20px; }
  .footer-bottom span {
    padding-right: 5px; }
  .footer-bottom::before {
    content: "";
    display: block;
    height: 100%;
    width: calc(100vw - 20px);
    background: #191919;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }

.pixon {
  display: block;
  width: 70px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute; }
  .pixon img {
    width: 100%; }

/*----- Header top -----*/
.header-top {
  padding: 10px 30px;
  background: #c60f13;
  border-bottom: 1px solid #fdc918;
  display: flex;
  justify-content: space-between; }

.header-contact span,
.header-contact a {
  font-size: 0.875rem;
  color: #fff; }

.header-contact__phone {
  display: inline-block;
  margin-right: 15px; }
  .header-contact__phone::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background-image: url("images/ico/callcentrum.svg");
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 8px; }
  .header-contact__phone > span {
    display: inline-block;
    vertical-align: middle; }
  .header-contact__phone > a {
    display: none; }

.header-contact__email {
  display: inline-block; }
  .header-contact__email::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 21px;
    vertical-align: middle;
    background-image: url("images/ico/email.svg");
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 5px; }
  .header-contact__email a {
    display: inline-block;
    text-decoration: underline; }
    .header-contact__email a:hover {
      text-decoration: none; }

.header-nav ul {
  list-style: none; }

.header-nav li {
  display: inline-block;
  margin-right: 8px; }

.header-nav a {
  font-size: 0.8125rem;
  color: #fff;
  text-decoration: underline; }
  .header-nav a:hover {
    text-decoration: none; }

.header-login__user {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: underline;
  margin-right: 15px; }
  .header-login__user:hover {
    text-decoration: none;
    color: #fff; }

.header-login__button {
  display: inline-block;
  vertical-align: middle;
  background: #fdc918;
  font-family: "Oswald", sans-serif;
  font-size: 0.8125rem;
  color: #000;
  padding: 3px 15px;
  padding-bottom: 4px;
  transition: all 0.3s ease; }
  .header-login__button:hover {
    color: #000;
    text-decoration: none;
    background: #e0ae02; }

/*----- Header main -----*/
.header-main {
  padding: 15px 30px;
  background: #000;
  background: #000;
  background-image: url("images/bg/mesh.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.header-logo {
  height: 74px;
  margin-right: 35px; }
  .header-logo img {
    display: block;
    height: 100%; }
  .header-logo h1 {
    display: block;
    height: 100%;
    transform: none; }

.header-search {
  display: flex;
  margin-right: 25px;
  position: relative; }
  .header-search::before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    background-image: url("images/ico/search.svg");
    left: 12px;
    top: 50%;
    transform: translateY(-50%); }
  .header-search input {
    width: 285px;
    height: 35px;
    line-height: 35px;
    background: #3c3a3a;
    background: rgba(60, 58, 58, 0.8);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 300;
    border: none;
    padding-left: 35px;
    padding-right: 15px; }
    .header-search input::placeholder {
      color: #fff; }
  .header-search button {
    border: none;
    background: #fdc918;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    color: #000;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    padding: 0 21px;
    transition: all 0.3s ease; }
    .header-search button:hover {
      background: #e0ae02;
      cursor: pointer; }
  .header-search .search-suggestions {
    background: rgba(87, 87, 87, 0.95);
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    padding: 5px 12px;
    min-height: 41px;
    display: none;
    z-index: 3; }
    .header-search .search-suggestions.visible {
      display: block; }
    .header-search .search-suggestions::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 9px 9px 0;
      border-color: transparent #fdc918 transparent transparent;
      position: absolute;
      top: 0;
      right: 0; }
    .header-search .search-suggestions a {
      display: block;
      padding: 5px 0;
      font-size: 0.75rem;
      font-weight: 300;
      color: #fff;
      text-decoration: underline; }
      .header-search .search-suggestions a:hover {
        text-decoration: none; }

.search-button {
  display: none; }

.header-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center; }
  .header-cart__text {
    color: #7e7e7f;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: right;
    display: inline-block;
    vertical-align: middle; }
    .header-cart__text > span {
      display: block; }
    .header-cart__text strong {
      font-weight: 700;
      color: #fff; }
    .header-cart__text .free {
      font-weight: 700;
      color: #0fc620; }
  .header-cart__ico {
    margin-left: 30px;
    color: #fff;
    padding-left: 9px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease; }
    .header-cart__ico:hover {
      text-decoration: none;
      color: #fff;
      opacity: 0.8; }
    .header-cart__ico-number {
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 0.6875rem;
      font-weight: 700;
      width: 20px;
      height: 20px;
      line-height: 20px;
      background: #c60f13;
      text-align: center;
      border-radius: 20px; }
    .header-cart__ico img {
      display: inline-block;
      width: 40px;
      vertical-align: middle;
      height: 36px; }
    .header-cart__ico-amount {
      vertical-align: middle;
      display: inline-block;
      font-size: 1.875rem;
      font-weight: 700; }

#ktCookieStatement {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 5px;
  width: 100%;
  font-size: 0.75em;
  text-align: center;
  color: #EFEFEF;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  padding: 5px; }

#ktCookieStatement a {
  color: #EFEFEF; }

#ktCookieStatementText, #ktCookieStatementConfirm, #ktCookieStatementMoreInfo {
  margin: 0 5px; }

#ktCookieStatementConfirm, #ktCookieStatementMoreInfo {
  cursor: pointer;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#projectNotices {
  text-align: center; }
  #projectNotices p {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px; }
    #projectNotices p.success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
    #projectNotices p.error {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
    #projectNotices p.warning {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
    #projectNotices p.info {
      color: #31708F;
      background-color: #D9EDF7;
      border-color: #BCE8F1; }

div.validator {
  height: 0;
  position: relative; }
  div.validator > span.erorr-s {
    position: absolute;
    padding: 5px 8px;
    display: block;
    left: 0;
    top: 0;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
    font-family: verdana;
    letter-spacing: -1px;
    font-size: 11px;
    background: #c92a2a;
    z-index: 99; }
    div.validator > span.erorr-s:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: -5px;
      left: 10px;
      border-style: solid;
      border-width: 0 5px 10px 5px;
      border-color: transparent transparent #c92a2a transparent; }

.loading-upper {
  position: relative; }
  .loading-upper:before {
    content: '';
    background-image: repeating-linear-gradient(-45deg, #cc0136, #cc0136 11px, #eee 10px, #eee 20px);
    background-size: 28px 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -23px;
    width: 200px;
    height: 13px;
    border: 1px solid #cc0136;
    border-radius: 3px;
    animation: move .5s linear infinite; }

.loading {
  position: relative; }
  .loading::before {
    content: '';
    position: absolute;
    background-image: url("images/ico/loading.png");
    background-position: center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    animation: rotate 1s infinite linear;
    margin-top: -15px;
    margin-left: -15px; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 28px 0; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.page-wrap .container {
  background-color: #f4f4f4;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 30px; }

#breadcrumb {
  font-size: 0.75rem;
  margin-bottom: 10px;
  transform: translateY(-5px); }
  #breadcrumb > span:first-child {
    margin-right: 5px;
    font-size: 0.75rem;
    color: #000; }
  #breadcrumb a {
    color: #5f5f60;
    text-decoration: underline; }
    #breadcrumb a::after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #a9a9a9;
      border-bottom: 1px solid #a9a9a9;
      transform: rotate(-45deg) translateX(2px);
      margin-right: 7px;
      margin-left: 4px; }
    #breadcrumb a:hover {
      text-decoration: none; }
  #breadcrumb .breadcrumb-last {
    color: #c60f13; }

main {
  padding: 0 15px; }
  main .row {
    padding: 0 15px; }

/*----- HP Top blocks -----*/
.hp-top-block {
  background: #000;
  padding: 20px;
  min-height: 242px;
  position: relative;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden; }
  .hp-top-block:last-child {
    transform: translateX(1px);
    position: relative; }
  .hp-top-block:nth-last-child(2) {
    border-right: 1px solid #000; }
  .hp-top-block h2 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1; }
    .hp-top-block h2::before {
      content: '';
      display: block;
      position: absolute;
      background: #c60f13;
      width: 50px;
      height: 1px;
      left: 0;
      bottom: -5px; }
    .hp-top-block h2 a {
      color: #fff;
      text-decoration: none;
      transition: all .3s ease; }
    .hp-top-block h2:hover a {
      color: #b5b5b5; }
  .hp-top-block ul {
    position: relative;
    z-index: 1; }
    .hp-top-block ul li {
      line-height: 1.3; }
    .hp-top-block ul a {
      font-weight: 300;
      font-size: 0.875rem;
      color: #b5b5b5;
      text-decoration: underline; }
      .hp-top-block ul a:hover {
        text-decoration: none; }
    .hp-top-block ul .others {
      margin-top: 10px; }
      .hp-top-block ul .others a {
        color: #fdc918; }
  .hp-top-block img {
    position: absolute;
    right: 0;
    bottom: 0; }

/*----- Recomended -----*/
.recomended {
  padding-top: 25px; }
  .recomended h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 10px; }

/*----- Product block -----*/
.products-row {
  padding: 0 10px !important; }
  .products-row .products-banner {
    padding: 0 5px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .products-row.loading .product-block {
    opacity: 0.5; }

.no-results {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px; }
  .no-results h2 {
    font-size: 1.5625rem;
    margin-bottom: 5px; }

.product-block {
  padding: 0 5px;
  margin-top: 10px;
  position: relative; }
  .product-block > div {
    background: #fff;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 1px #d3d4d4;
    height: 100%;
    display: flex;
    flex-direction: column; }
.product-block h2{
	word-wrap:break-word;
}
  .product-block h2,
  .product-block h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 7px; }
    .product-block h2:hover a,
    .product-block h3:hover a {
      color: #c60f13;
      text-decoration: none; }
    .product-block h2 a,
    .product-block h3 a {
      color: #000; }
    .product-block h2::before,
    .product-block h3::before {
      content: '';
      display: block;
      width: 50px;
      height: 1px;
      background: #c60f13;
      position: absolute;
      bottom: 0;
      left: 0; }
  .product-block p {
    font-size: 0.875rem;
    color: #5f5f60;
    margin-bottom: 20px; }
  .product-block__img {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    flex-grow: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; }
    .product-block__img::after {
      padding-bottom: 200px; }
    .product-block__img img {
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .product-block__price {
    text-align: right; }
    .product-block__price .with-tax {
      font-family: "Oswald", sans-serif;
      font-size: 1.5rem;
      font-weight: 700; }
      .product-block__price .with-tax small {
        font-size: 0.875rem; }
    .product-block__price .without-tax {
      font-size: 0.8125rem;
      font-weight: 300;
      color: #5f5f60; }
  .product-block__bottom {
    padding-top: 15px;
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ebebeb;
    width: calc(100%j + 19px);
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: -14px;
    padding-bottom: 19px;
    padding-right: 19px;
    padding-left: 19px; }
    .product-block__bottom::before {
      content: '';
      display: block;
      width: calc(100%);
      height: 1px;
      background: #d3d4d4;
      position: absolute;
      top: -2px;
      left: 0; }
  .product-block__buy {
    display: flex;
    justify-content: flex-end; }
    .product-block__buy input {
      width: 50px;
      border: none;
      height: 30px;
      text-align: right;
      padding-right: 3px; }
    .product-block__buy button {
      display: inline-block;
      font-size: 0;
      width: 40px;
      height: 30px;
      background: #c60f13;
      border: none;
      background-image: url("images/ico/cart.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 22px 20px;
      transition: all .3s ease;
      cursor: pointer; }
      .product-block__buy button:focus {
        outline: none; }
      .product-block__buy button:hover {
        background-color: #970b0e; }
  .product-block__availability {
    display: block;
    font-size: 0.6875rem;
    font-weight: 300;
    line-height: 1.2; }
    .product-block__availability > div {
      position: relative;
      display: block;
      padding-left: 35px; }
      .product-block__availability > div::before {
        content: '';
        display: block;
        width: 27px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center center; }
  .product-block .on-the-way::before {
    background-image: url(images/ico/pickup.svg); }
  .product-block .on-the-way strong {
    display: block;
    font-weight: 700;
    color: #dc8100; }
  .product-block .on-the-way span {
    color: #dc8100; }
  .product-block .supplier::before {
    background-image: url(images/ico/clock.svg); }
  .product-block .supplier span {
    color: #00a910;
    display: block; }
  .product-block .in-stock::before {
    background-image: url(images/ico/trolley.svg); }
  .product-block .in-stock strong {
    font-weight: 700;
    color: #00a910; }
  .product-block .on-request {
    font-weight: 700;
    color: #c60f13; }
    .product-block .on-request::before {
      background-image: url(images/ico/bubbles.svg); }
  .product-block .external-stock::before {
    background-image: url(images/ico/clock.svg); }
  .product-block .external-stock span {
    color: #00a910;
    display: block; }
  .product-block__tag {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 10px));
    left: 2px;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 25px;
    line-height: 1;
    padding-right: 20px;
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #c60f13; }
    .product-block__tag::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 3px 12px 0;
      border-color: transparent #970b0e transparent transparent;
      position: absolute;
      left: 0;
      bottom: -12px; }
    .product-block__tag--sale {
      padding-left: 23px;
      background: #c60f13; }
      .product-block__tag--sale::after {
        border-right-color: #970b0e; }
    .product-block__tag--top {
      padding-left: 17px;
      background: #fdc918; }
      .product-block__tag--top::after {
        border-right-color: #e0ae02; }
      .product-block__tag--top::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url("images/ico/star.svg");
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 4px;
        vertical-align: -1px; }
    .product-block__tag--new {
      padding-left: 28px;
      background: #00a910; }
      .product-block__tag--new::after {
        border-right-color: #00760b; }

.products-banner {
  width: 100%;
  margin-bottom: 25px; }
  .products-banner img {
    width: 100%; }

/*----- Category -----*/
.category-toggle {
  border: 1px solid #d3d4d4;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 160px;
  text-align: center;
  display: none; }

.category-menu {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 6px);
  transform: translateX(-3px); }
  .category-menu__item {
    width: calc(33.333% - 6px);
    display: block;
    border: 1px solid #d3d4d4;
    background: #fff;
    margin: 3px;
    position: relative;
    padding: 5px;
    padding-right: 35px;
    display: flex;
    align-items: center; }
    .category-menu__item:hover {
      border-color: #a9a9a9;
      border-bottom-color: #c60f13;
      text-decoration: none; }
      .category-menu__item:hover::before {
        background-color: #c60f13; }
      .category-menu__item:hover::after {
        border-color: #fff; }
    .category-menu__item h2 {
      font-family: "OpenSans", sans-serif;
      font-size: 0.9375rem;
      font-weight: 300;
      color: #000;
      order: 1;
      margin-bottom: 0; }
    .category-menu__item div {
      width: 45px;
      height: 45px;
      position: relative;
      margin-right: 5px;
      flex-shrink: 0; }
    .category-menu__item img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .category-menu__item::before {
      content: '';
      display: block;
      height: 22px;
      width: 22px;
      position: absolute;
      background: #fdc918;
      border-radius: 100%;
      background-size: 5px 8px;
      background-repeat: no-repeat;
      background-position: center center;
      top: 50%;
      right: 10px;
      transform: translateY(-50%); }
    .category-menu__item::after {
      content: '';
      width: 7px;
      height: 7px;
      display: block;
      position: absolute;
      top: 50%;
      right: 19px;
      transform: translateY(-50%) rotate(-45deg);
      border: 2px solid #000;
      border-left: none;
      border-top: none; }

/*----- Pagination -----*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px; }
  .pagination__button {
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    background: #c60f13;
    transition: all .3s ease; }
    .pagination__button:hover {
      color: #fff;
      text-decoration: none;
      background: #970b0e; }
  .pagination ul {
    display: flex;
    justify-content: space-between;
    margin: 0 25px;
    align-items: center; }
  .pagination li {
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    color: #5f5f60; }
    .pagination li a {
      color: #5f5f60;
      display: block;
      padding: 0 8px; }
  .pagination__current {
    font-weight: 700 !important;
    color: #c60f13 !important;
    padding: 0 8px; }

/*----- Vendor filter -----*/
.vendor-filter-wrap h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 16px;
  margin-top: 28px; }

.vendor-toggle {
  border: 1px solid #d3d4d4;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  min-width: 160px;
  display: none;
  margin-top: -10px; }

.vendor-filter {
  border: 1px solid #d3d4d4;
  background: #fff;
  padding: 20px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start; }
  .vendor-filter input {
    display: none; }
  .vendor-filter label {
    width: 25%;
    position: relative;
    padding-left: 29px;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.3;
    cursor: pointer;
    margin-bottom: 10px;
    padding-right: 10px;
    min-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .vendor-filter label.checked::before {
      background: #fff; }
    .vendor-filter label.checked::after {
      opacity: 1; }
    .vendor-filter label::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #d3d4d4;
      background: #ebebeb;
      position: absolute;
      top: 0;
      left: 0; }
    .vendor-filter label::after {
      content: '';
      display: block;
      width: 4px;
      height: 9px;
      position: absolute;
      top: 5px;
      left: 8px;
      transform: rotate(45deg);
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      opacity: 0; }
  .vendor-filter button {
    background: #c60f13;
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.4);
    line-height: 42px;
    cursor: pointer;
    transition: all .3s ease;
    padding: 0 17px;
    width: max-content; }
    .vendor-filter button:hover {
      background: #970b0e; }

/*----- Price filter -----*/
.price-filter {
  margin-top: 30px;
  background: #000;
  background-image: url(images/bg/mesh-bar.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 13px 20px;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center; }
  .price-filter input {
    display: none; }
  .price-filter .price-range {
    display: flex;
    align-items: center; }
  .price-filter .price-bottom {
    order: -1;
    margin-right: 3px;
    min-width: 93px; }
  .price-filter .price-top {
    margin-left: 25px;
    min-width: 95px; }
  .price-filter .price-bottom,
  .price-filter .price-top {
    display: block;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #fff; }
    .price-filter .price-bottom span,
    .price-filter .price-top span {
      font-size: 1.125rem;
      font-weight: 700;
      color: #fdc918;
      white-space: nowrap; }
  .price-filter #priceRange {
    width: 292px; }
  .price-filter label {
    font-size: 0.9375rem;
    color: #fdc918;
    line-height: 15px;
    margin-bottom: 0;
    position: relative;
    display: block;
    cursor: pointer; }
    .price-filter label.checked::after {
      opacity: 1; }
    .price-filter label::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 7px;
      background: #545454;
      vertical-align: -5px; }
    .price-filter label::after {
      content: '';
      display: block;
      width: 4px;
      height: 9px;
      position: absolute;
      top: 5px;
      left: 8px;
      transform: rotate(45deg);
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      opacity: 0; }
  .price-filter button {
    background: #c60f13;
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.4);
    line-height: 42px;
    cursor: pointer;
    transition: all .3s ease;
    padding: 0 17px; }
    .price-filter button:hover {
      background: #970b0e; }

/*----- Sort by -----*/
.sort-by {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px; }
  .sort-by::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cacbcb;
    position: absolute;
    left: 0;
    bottom: 0; }
  .sort-by a {
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    color: #5f5f60;
    text-align: center;
    padding: 10px 0;
    display: block;
    width: 210px;
    margin-right: 2px;
    line-height: 1;
    border: 1px solid #cacbcb;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    background: #fff; }
    .sort-by a:hover {
      color: #000;
      background: #e6e6e6; }
    .sort-by a:last-child {
      margin-right: 0; }
    .sort-by a.sort-by-active {
      font-weight: 400;
      color: #000;
      padding-top: 13px;
      cursor: default;
      background: transparent; }
      .sort-by a.sort-by-active:hover {
        color: inherit;
        background: inherit; }
      .sort-by a.sort-by-active::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -1px;
        background: #f4f4f4; }
      .sort-by a.sort-by-active::after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1px;
        background: #c60f13; }

/*----- Content section-----*/
.content-section {
  background: #fff;
  border: 1px solid #cacbcb;
  padding: 30px;
  margin-bottom: 20px;
  position: relative; }
  .content-section h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 0;
    transform: none;
    padding-bottom: 25px;
    position: relative;
    line-height: 1.3; }
    .content-section h1::before {
      content: '';
      display: block;
      position: absolute;
      width: 80px;
      height: 1px;
      background: #c60f13;
      left: 0;
      bottom: 10px; }
  .content-section header p {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #5f5f60;
    line-height: 1.2;
    margin-bottom: 30px; }

/*----- Product detail -----*/
.product-detail {
  background: #fff;
  border: 1px solid #cacbcb;
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  /*----- Text -----*/
  /*----- Images -----*/
  /*----- Tag -----*/ }
  .product-detail h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 0;
    transform: none;
    padding-bottom: 25px;
    position: relative;
    line-height: 1.3; }
    .product-detail h1::before {
      content: '';
      display: block;
      position: absolute;
      width: 80px;
      height: 1px;
      background: #c60f13;
      left: 0;
      bottom: 10px; }
  .product-detail__text {
    order: 1;
    flex-basis: 50%;
    padding-left: 15px; }
  .product-detail header p {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #5f5f60;
    line-height: 1.2;
    margin-bottom: 30px; }
  .product-detail__info {
    font-size: 0.9375rem;
    font-weight: 300;
    margin-bottom: 25px; }
    .product-detail__info > span {
      display: block;
      margin-bottom: 2px; }
    .product-detail__info a {
      color: #c60f13;
      text-decoration: underline; }
      .product-detail__info a:hover {
        text-decoration: none; }
    .product-detail__info .light {
      color: #5f5f60; }
    .product-detail__info strong {
      color: #5f5f60; }
    .product-detail__info .supplier,
    .product-detail__info .external-stock,
    .product-detail__info .in-stock {
      color: #00a910; }
    .product-detail__info .on-request {
      color: #c60f13; }
    .product-detail__info .on-the-way {
      color: #dc8100; }
  .product-detail__price {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #5f5f60; }
    .product-detail__price span {
      display: block; }
      .product-detail__price span:first-child {
        color: #000; }
    .product-detail__price .with-tax {
      font-family: "Oswald", sans-serif;
      font-size: 2.5rem;
      font-weight: 400;
      color: #000;
      line-height: 1;
      margin-bottom: 35px; }
  .product-detail__add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .product-detail__add-to-cart .form {
      display: flex;
      height: 46px; }
      .product-detail__add-to-cart .form input {
        width: 55px;
        padding-left: 5px;
        padding-right: 4px;
        font-size: 1.0625rem;
        text-align: right;
        background: #f4f4f4;
        color: #5f5f60;
        border: none; }
      .product-detail__add-to-cart .form button {
        border: none;
        background: #c60f13;
        font-family: "Oswald", sans-serif;
        font-size: 1.375rem;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding: 0 15px;
        padding-left: 60px;
        transition: all .3s ease;
        cursor: pointer; }
        .product-detail__add-to-cart .form button:hover {
          background: #970b0e; }
        .product-detail__add-to-cart .form button::before {
          content: '';
          width: 28px;
          height: 26px;
          display: inline-block;
          top: 50%;
          left: 15px;
          transform: translateY(-50%);
          position: absolute;
          background-image: url("images/ico/cart.svg");
          background-size: 100% auto;
          background-position: center center;
          background-repeat: no-repeat; }
    .product-detail__add-to-cart .product-question {
      font-size: 0.875rem;
      font-weight: 300;
      color: #000;
      text-decoration: underline;
      line-height: 1;
      position: relative;
      padding-left: 25px; }
      .product-detail__add-to-cart .product-question:hover {
        text-decoration: none; }
      .product-detail__add-to-cart .product-question::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("images/ico/info.svg");
        background-repeat: no-repeat; }
  .product-detail__images {
    flex-basis: 50%;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    position: relative; }
  .product-detail__brand img {
    max-height: 55px;
    width: auto; }
  .product-detail__img-main {
    position: relative;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-bottom: 5px; }
    .product-detail__img-main::before {
      content: '';
      display: block;
      width: 74px;
      height: 74px;
      background: rgba(49, 49, 49, 0.5);
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      background-image: url("images/ico/magnifying-glass.png");
      background-size: 28px 29px;
      background-repeat: no-repeat;
      background-position: 24px 24px;
      background-size: auto;
      opacity: 0;
      overflow: hidden; }
    .product-detail__img-main:hover::before {
      opacity: 1; }
    .product-detail__img-main div::after {
      padding-bottom: 80%; }
    .product-detail__img-main img {
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .product-detail__img-other {
    margin-top: auto;
    display: flex;
    width: 100%;
    margin-bottom: 20px; }
    .product-detail__img-other a {
      display: block;
      width: 33.33%;
      position: relative;
      border: 1px solid #d3d4d4;
      padding: 5px; }
      .product-detail__img-other a:not(:last-child) {
        border-right: none; }
      .product-detail__img-other a::before {
        content: '';
        display: block;
        width: 48px;
        height: 48px;
        background: rgba(49, 49, 49, 0.5);
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        background-image: url("images/ico/magnifying-glass.png");
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0; }
      .product-detail__img-other a:hover::before {
        opacity: 1; }
    .product-detail__img-other div {
      width: 100%;
      display: block; }
      .product-detail__img-other div::after {
        padding-bottom: 100%; }
      .product-detail__img-other div img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%; }
  .product-detail__like {
    text-align: right;
    margin-bottom: 20px;
    /*
		a {
			color: $color-fb-base;
			border: 1px solid $color-fb-light;
			background: $color-fb-lighter;
			display: inline-block;
			font-size: r(12);
			border-radius: 2px;
			padding: 2px 4px;
			text-decoration: none;
			transition: all .3s ease;

			&:hover {
				background: darken($color-fb-lighter, 3%);
			}


			&::before {
				content: '';
				display: inline-block;
				width: 15px;
				height: 13px;
				margin-right: 5px;
				background-image: url('images/ico/like.svg');
				background-image: url('images/ico/like.svg');
				background-repeat: no-repeat;
				background-size: 100% auto;
				vertical-align: -2px;
			}
		}*/ }
    .product-detail__like img {
      width: 55px;
      height: 25px;
      backface-visibility: hidden;
      transform: translateZ(0); }
    .product-detail__like .like-button {
      display: inline-block;
      cursor: pointer;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: transform .3s ease; }
  .product-detail__images-bottom {
    display: flex;
    align-items: center; }
    .product-detail__images-bottom a {
      font-family: "Oswald", sans-serif;
      font-size: 0.8125rem;
      font-weight: 400;
      color: #fff;
      height: 26px;
      display: block;
      line-height: 24px;
      padding: 0 10px;
      background: #c60f13;
      transition: background .3s ease;
      text-decoration: none; }
      .product-detail__images-bottom a:hover {
        background: #970b0e; }
    .product-detail__images-bottom span {
      margin-left: auto;
      font-size: 0.9375rem;
      font-weight: 300;
      color: #5f5f60; }
      .product-detail__images-bottom span::before {
        content: '';
        display: inline-block;
        width: 19px;
        height: 20px;
        vertical-align: -5px;
        margin-right: 8px;
        background-image: url("images/ico/magnifying-glass-alt.png");
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat; }
  .product-detail .product-block__tag {
    top: 100px;
    left: -34px; }

/*----- Product detail cards -----*/
.cards-toggle {
  position: relative;
  display: flex;
  align-items: flex-end; }
  .cards-toggle > div {
    margin-right: 2px;
    cursor: pointer; }
    .cards-toggle > div h2 {
      font-size: 1.125rem;
      font-weight: 300;
      color: #5f5f60;
      border: 1px solid #cacbcb;
      padding: 9px 25px;
      display: inline-block;
      z-index: 2;
      position: relative;
      margin-bottom: -1px; }
      .cards-toggle > div h2 strong {
        color: #c60f13; }
    .cards-toggle > div.active {
      cursor: default; }
      .cards-toggle > div.active h2 {
        font-weight: 400;
        padding-top: 12px;
        color: #000;
        background: #fff; }
        .cards-toggle > div.active h2::before {
          content: '';
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #fff; }

/*----- Tech specs -----*/
.tech-specs {
  margin-bottom: 25px; }

/*----- Comments-section -----*/
.comments-section {
  display: none;
  margin-bottom: 25px; }
  .comments-section h2 {
    font-size: 1.875rem;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 12px; }
  .comments-section .entry-count {
    position: absolute;
    right: 30px;
    top: 45px;
    display: inline-block;
    line-height: 1;
    font-size: 0.9375rem;
    color: #5f5f60; }
  .comments-section .content {
    background: #fff;
    border: 1px solid #cacbcb;
    padding: 30px;
    position: relative; }

/*----- Comment -----*/
.comment {
  background: #f4f4f4;
  padding: 12px;
  padding-left: 95px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 1px; }
  .comment--sub {
    margin-left: 40px; }
  .comment__img {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    overflow: hidden; }
  .comment__top {
    font-size: 0.9375rem;
    display: flex;
    font-weight: 300;
    color: #5f5f60;
    line-height: 1.3;
    margin-bottom: 5px; }
  .comment h3 {
    font-family: "OpenSans", sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #5f5f60;
    margin-right: 4px; }
  .comment__level {
    color: #c60f13;
    margin-right: 5px; }
  .comment__likes {
    margin-left: auto;
    font-weight: 700;
    color: #5f5f60; }
    .comment__likes:hover {
      text-decoration: none;
      color: #c60f13; }
    .comment__likes span {
      font-weight: 300; }
      .comment__likes span::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 5px;
        margin-left: 4px;
        background-image: url("images/ico/like.svg");
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat; }
  .comment p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #5f5f60;
    margin-bottom: 0; }
  .comment__button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    border: none;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 0.8125rem;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #c60f13;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
    transition: all .3s ease; }
    .comment__button:hover {
      background: #970b0e; }
    .comment__button:focus {
      outline: none; }

/*----- New comment -----*/
.new-comment {
  text-align: right; }
  .new-comment textarea {
    text-align: left;
    width: 100%;
    height: 170px;
    resize: none;
    margin-top: 10px;
    font-size: 0.9375rem;
    color: #5f5f60;
    border: 10px solid #f4f4f4;
    padding: 10px 12px;
    margin-bottom: 15px; }
  .new-comment button {
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    background: #c60f13;
    color: #fff;
    border: none;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    transition: all .3s ease;
    cursor: pointer; }
    .new-comment button:hover {
      background: #970b0e; }

/*----- Similar products -----*/
.similar-products h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 5px; }

/*----- Search layout -----*/
.search-section h1 span {
  color: #c60f13; }

.search-section header {
  margin-bottom: 25px; }
  .search-section header p {
    margin-bottom: 0;
    font-size: 0.9375rem;
    color: #5f5f60; }
    .search-section header p strong {
      color: #c60f13; }

/*----- Newsletter -----*/
.newsletter h1 {
  padding-bottom: 8px; }

.newsletter .form {
  position: relative; }
  .newsletter .form label {
    position: absolute;
    right: 20px;
    top: -40px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    min-height: 20px; }
    .newsletter .form label.checked::before {
      background: #fff; }
    .newsletter .form label.checked::after {
      opacity: 1; }
    .newsletter .form label::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #d3d4d4;
      background: #ebebeb;
      position: absolute;
      top: 0;
      left: 0; }
    .newsletter .form label::after {
      content: '';
      display: block;
      width: 4px;
      height: 9px;
      position: absolute;
      top: 5px;
      left: 8px;
      transform: rotate(45deg);
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      opacity: 0; }
  .newsletter .form input {
    display: none; }

.newsletter__text {
  margin-bottom: 20px;
  padding: 25px;
  background: #fff;
  border: 1px solid #cacbcb; }
  .newsletter__text p {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #5f5f60;
    margin-bottom: 0px;
    line-height: 1.3; }
    .newsletter__text p img {
      float: left;
      height: 97px;
      margin-right: 18px; }
    .newsletter__text p a {
      color: #c60f13;
      text-decoration: underline; }
      .newsletter__text p a:hover {
        text-decoration: none; }

.newsletter__buttons {
  display: flex;
  justify-content: space-between; }
  .newsletter__buttons button,
  .newsletter__buttons a {
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    transition: all .3s ease;
    cursor: pointer; }
  .newsletter__buttons .disagree {
    background: #c60f13; }
    .newsletter__buttons .disagree:hover {
      background: #970b0e; }
  .newsletter__buttons .agree {
    background: #0fc620; }
    .newsletter__buttons .agree:hover {
      background: #0b9718; }

/*----- Complaints list -----*/
.complaints-list {
  position: relative; }
  .complaints-list h1 {
    margin-bottom: 10px; }

.complaints-print {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #000;
  text-decoration: underline; }
  .complaints-print:hover {
    text-decoration: none;
    color: #000; }
  .complaints-print::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: -4px;
    background-image: url("images/ico/print.svg");
    background-repeat: no-repeat; }

.table-responsive {
  margin-bottom: 30px; }
  .table-responsive table {
    width: 100%; }

.complaints-table tr {
  border: 1px solid #cacbcb;
  border-top: none; }
  .complaints-table tr:first-child {
    border-color: #000;
    background-color: #000;
    background-image: url(images/bg/mesh02.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .complaints-table tr:nth-child(even) {
    background: #fff; }

.complaints-table th {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 300;
  height: 52px;
  vertical-align: middle;
  white-space: nowrap; }
  .complaints-table th:first-child {
    padding-left: 13px; }
  .complaints-table th:not(:last-child) {
    padding-right: 25px; }

.complaints-table td {
  font-size: 0.875rem;
  font-weight: 300;
  min-height: 52px;
  vertical-align: middle;
  line-height: 1.3;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #5f5f60; }
  .complaints-table td:first-child {
    padding-left: 16px; }
  .complaints-table td:not(:last-child) {
    padding-right: 25px; }

.complaint-no a {
  color: #c60f13;
  text-decoration: underline; }
  .complaint-no a:hover {
    text-decoration: none; }

.complaint-date {
  white-space: nowrap; }

.complaint-state {
  white-space: nowrap; }
  .complaint-state.completed {
    color: #0fc620; }
  .complaint-state.in-progress {
    color: #dc8100; }
  .complaint-state.denied {
    color: #c60f13; }

.complaint-description {
  padding-right: 50px; }

.complaints-button {
  display: flex;
  justify-content: flex-end; }
  .complaints-button a {
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    transition: all .3s ease;
    cursor: pointer;
    display: block;
    background: #c60f13; }

/*----- My orders -----*/
.orders-list {
  position: relative; }
  .orders-list h1 {
    margin-bottom: 10px; }

.orders-print {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #000;
  text-decoration: underline; }
  .orders-print:hover {
    text-decoration: none;
    color: #000; }
  .orders-print::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: -4px;
    background-image: url("images/ico/print.svg");
    background-repeat: no-repeat; }

.orders-table tr {
  border: 1px solid #cacbcb;
  border-top: none; }
  .orders-table tr:first-child {
    border-color: #000;
    background-color: #000;
    background-image: url(images/bg/mesh02.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .orders-table tr:nth-child(even) {
    background: #fff; }

.orders-table th {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 300;
  height: 52px;
  vertical-align: middle;
  white-space: nowrap; }
  .orders-table th:first-child {
    padding-left: 13px; }
  .orders-table th:not(:last-child) {
    padding-right: 25px; }

.orders-table td {
  font-size: 0.875rem;
  font-weight: 300;
  min-height: 52px;
  height: 52px;
  vertical-align: middle;
  line-height: 1.3;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #5f5f60; }
  .orders-table td:first-child {
    padding-left: 16px; }
  .orders-table td:not(:last-child) {
    padding-right: 25px; }

.order-no a {
  color: #c60f13;
  text-decoration: underline; }
  .order-no a:hover {
    text-decoration: none; }

.order-date {
  white-space: nowrap; }

.order-state.waiting {
  color: #c60f13; }

.order-state.in-progress {
  color: #dc8100; }

.order-state.send {
  color: #0fc620; }

.order-price {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  white-space: nowrap; }

.order-document {
  padding-right: 25px; }
  .order-document a {
    color: #5f5f60;
    text-decoration: underline;
    position: relative;
    white-space: nowrap; }
    .order-document a:hover {
      text-decoration: none; }
    .order-document a::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      vertical-align: -3px;
      margin-right: 8px;
      background-image: url("images/ico/invoice.png");
      background-repeat: no-repeat; }

/*----- About us -----*/
.about-us-section {
  display: flex;
  flex-direction: column;
  height: 100%; }

.about-us {
  margin-top: 10px;
  padding: 30px;
  background: #fff;
  border: 1px solid #cacbcb;
  background-image: url("images/ico/fan-bg.svg");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center 170px;
  flex-grow: 1; }
  .about-us h2 {
    font-family: "OpenSans", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #c60f13;
    margin-bottom: 1.125rem; }
  .about-us p {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #5f5f60;
    margin-bottom: 1.25rem; }
  .about-us .primary-color-text {
    color: #c60f13; }

.about-us-brands {
  margin-top: 50px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #5f5f60;
  margin-bottom: 50px; }
  .about-us-brands article {
    margin-bottom: 35px;
    padding: 0;
    padding-right: 30px;
    position: relative; }
    .about-us-brands article .img-holder::after {
      padding-bottom: 50%; }
    .about-us-brands article .img-holder img {
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .about-us-brands p {
    margin-bottom: 1.25rem; }
  .about-us-brands a {
    color: #c60f13;
    text-decoration: underline; }
    .about-us-brands a:hover {
      text-decoration: none; }

/*----- Contact -----*/
.contact-section {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  height: 100%; }

.contact {
  margin-top: 10px;
  padding: 30px;
  background: #fff;
  border: 1px solid #cacbcb;
  padding-top: 28px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #5f5f60;
  flex-grow: 1; }
  .contact hr {
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
    background: #d3d4d4; }
  .contact a {
    color: #c60f13;
    text-decoration: underline; }
    .contact a:hover {
      text-decoration: none; }
  .contact__address {
    margin-bottom: 23px;
    line-height: 1.2; }
    .contact__address span {
      display: block; }
      .contact__address span:first-child {
        font-size: 1.125rem;
        font-weight: 700; }
  .contact__info {
    margin-bottom: 20px;
    line-height: 1.3; }
    .contact__info span {
      display: block; }
  .contact__bank {
    margin-bottom: 25px;
    line-height: 1.2; }
    .contact__bank span {
      display: block; }

.contact-persons h2 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 25px; }

.person {
  display: flex;
  margin-bottom: 40px;
  padding-left: 0; }
  .person__img {
    width: 145px;
    flex-shrink: 0; }
    .person__img.img-holder::after {
      padding-bottom: 137.93103%; }
    .person__img.img-holder img {
      max-width: 100%;
      max-height: 100%; }
  .person__text {
    padding-left: 20px;
    display: flex;
    flex-direction: column; }
  .person h3 {
    font-family: "OpenSans", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 8px;
    transform: translateY(-2px); }
  .person p {
    margin-bottom: auto; }
  .person__mail {
    display: block;
    margin-bottom: 3px;
    white-space: nowrap;
    margin-top: 5px; }
    .person__mail::before {
      content: '';
      display: inline-block;
      width: 17px;
      height: 12px;
      margin-right: 10px;
      vertical-align: -2px;
      background-image: url("images/ico/email2.svg");
      background-repeat: no-repeat; }
  .person__phone {
    display: block; }
    .person__phone::before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      vertical-align: -2px;
      background-image: url("images/ico/phone.svg");
      background-repeat: no-repeat; }
    .person__phone a {
      display: none; }

.emails {
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
  flex-direction: column; }
  .emails > span {
    display: block; }
    .emails > span:first-child {
      margin-top: auto; }

.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contact-form input {
    width: calc(50% - 5px);
    border: 10px solid #f6f6f6;
    margin-bottom: 10px;
    font-size: 0.9375rem;
    font-family: "OpenSans", sans-serif;
    padding: 12px;
    line-height: 1;
    color: #5f5f60; }
    .contact-form input::placeholder {
      color: #5f5f60; }
  .contact-form textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: 10px solid #f6f6f6;
    font-size: 0.9375rem;
    font-family: "OpenSans", sans-serif;
    padding: 12px;
    margin-bottom: 20px;
    color: #5f5f60; }
    .contact-form textarea::placeholder {
      color: #5f5f60; }
  .contact-form__button {
    margin-left: auto;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background: #c60f13;
    cursor: pointer;
    border: 0;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all .3s ease; }
    .contact-form__button:hover {
      background: #970b0e; }

.contact-store h2 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 15px; }

.contact-store p {
  margin-bottom: 0; }
  .contact-store p:last-of-type {
    margin-bottom: 20px; }

/*----- Contact map -----*/
.contact-map {
  position: relative; }

#map {
  width: 100%;
  border: 1px solid #d3d4d4;
  height: 400px;
  margin-bottom: 35px; }

.map-pin {
  font-size: 1.125rem;
  padding: 10px; }
  .map-pin span {
    font-size: 1rem;
    display: block; }
    .map-pin span:first-child {
      margin-top: 5px; }

.opening-hours {
  position: absolute;
  top: 1px;
  right: 1px;
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  height: calc(100% - 2px);
  width: 300px;
  padding: 25px 30px; }
  .opening-hours h3 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-bottom: 20px; }
  .opening-hours table {
    font-size: 0.875rem;
    color: #5f5f60;
    font-weight: 300;
    margin-bottom: 15px; }
    .opening-hours table td:not(:last-child) {
      padding-right: 10px; }
    .opening-hours table td:first-child {
      font-weight: 700;
      padding-right: 20px;
      color: #c60f13; }
  .opening-hours p {
    font-size: 0.875rem;
    line-height: 1.3;
    margin-bottom: 0 !important; }
  .opening-hours .primary-color-text {
    color: #c60f13; }

/*----- Terms and conditions -----*/
.terms-and-conditions {
  margin-top: 6px;
  padding: 30px;
  background: #fff;
  border: 1px solid #cacbcb;
  padding-top: 24px; }
  .terms-and-conditions h2 {
    font-family: "OpenSans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #c60f13;
    margin-bottom: 1rem; }
  .terms-and-conditions p {
    font-size: 0.9375rem;
    color: #5f5f60;
    margin-bottom: 1.25rem; }
  .terms-and-conditions .sub {
    padding-left: 26px;
    position: relative; }
  .terms-and-conditions .number {
    font-weight: 700;
    color: #c60f13;
    position: absolute;
    left: 0; }
  .terms-and-conditions .black-text {
    color: #000; }
  .terms-and-conditions .primary-color-text {
    color: #c60f13; }
  .terms-and-conditions a {
    color: #c60f13;
    text-decoration: underline; }
    .terms-and-conditions a:hover {
      text-decoration: none; }
  .terms-and-conditions ol.small {
    list-style: decimal;
    font-size: 0.8125rem;
    color: #5f5f60;
    margin-left: 13px;
    margin-bottom: 1.25rem; }
  .terms-and-conditions ol {
    list-style: decimal;
    font-size: 0.9375rem;
    color: #5f5f60;
    margin-bottom: 1.25rem;
    margin-left: 0.9375rem; }

/*----- Order process -----*/
.order-process header {
  margin-bottom: 10px; }

.order-process__top-buttons {
  position: absolute;
  top: 15px;
  right: 15px; }
  .order-process__top-buttons a,
  .order-process__top-buttons span {
    font-size: 0.875rem;
    font-weight: 300;
    text-decoration: underline; }
    .order-process__top-buttons a:hover,
    .order-process__top-buttons span:hover {
      text-decoration: none; }

.order-process .save-cart {
  color: #00a910 !important;
  margin-right: 15px; }
  .order-process .save-cart::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: -4px;
    margin-right: 8px;
    background-image: url("images/ico/save.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.order-process .empty-cart {
  color: #c60f13 !important; }
  .order-process .empty-cart::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 17px;
    vertical-align: -3px;
    margin-right: 8px;
    background-image: url("images/ico/trashcan.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.order-process__cart table {
  background: #fff; }

.order-process__cart tr {
  border: 1px solid #cacbcb; }
  .order-process__cart tr:first-child {
    border-color: #000;
    background-color: #000;
    background-image: url("images/bg/mesh02.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }

.order-process__cart th {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 5px 14px;
  height: 50px; }

.order-process__cart td {
  height: 95px;
  padding: 5px 14px; }

.order-process .cart-img {
  width: 95px; }
  .order-process .cart-img .img-holder::after {
    padding-bottom: 100%; }
  .order-process .cart-img .img-holder::before {
    display: none; }
  .order-process .cart-img .img-holder img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px); }

.order-process .cart-description span {
  display: block; }

.order-process .cart-description__name {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative; }
  .order-process .cart-description__name::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #c60f13; }

.order-process .cart-description__text {
  font-size: 0.875rem;
  font-weight: 300;
  color: #5f5f60; }

.order-process .cart-count-availability {
  display: flex;
  align-items: center; }

.order-process .cart-count {
  margin-right: 10px;
  position: relative; }
  .order-process .cart-count input {
    width: 48px;
    height: 27px;
    border: none;
    background: #ebebeb;
    text-align: right;
    padding-right: 2px;
    padding-right: 12px;
    font-size: 0.875rem;
    color: #5f5f60; }
  .order-process .cart-count div {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 13px;
    background: #c60f13;
    border-left: 1px solid #fff;
    border-right: 2px solid #fff;
    cursor: pointer; }
    .order-process .cart-count div:hover {
      background: #970b0e; }
    .order-process .cart-count div::before {
      content: '';
      display: block;
      position: absolute;
      width: 7px;
      height: 1px;
      background: #fff;
      top: 6px;
      left: 3px; }
    .order-process .cart-count div::after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 7px;
      background: #fff;
      top: 3px;
      left: 6px; }
  .order-process .cart-count .cart-count-down {
    top: inherit;
    bottom: 0;
    border-top: 1px solid #fff;
    height: 14px; }
    .order-process .cart-count .cart-count-down::after {
      display: none; }

.order-process .cart-availability {
  flex-shrink: 0;
  display: block;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.2; }
  .order-process .cart-availability > div {
    position: relative;
    display: block;
    padding-left: 35px; }
    .order-process .cart-availability > div::before {
      content: '';
      display: block;
      width: 27px;
      height: 24px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center center; }
    .order-process .cart-availability > div span {
      display: block; }
  .order-process .cart-availability .on-the-way::before {
    background-image: url(images/ico/pickup.svg); }
  .order-process .cart-availability .on-the-way strong {
    display: block;
    font-weight: 700;
    color: #dc8100; }
  .order-process .cart-availability .on-the-way span {
    color: #dc8100; }
  .order-process .cart-availability .supplier::before {
    background-image: url(images/ico/clock.svg); }
  .order-process .cart-availability .supplier span {
    color: #00a910;
    display: block; }
  .order-process .cart-availability .in-stock::before {
    background-image: url(images/ico/trolley.svg); }
  .order-process .cart-availability .in-stock strong {
    font-weight: 700;
    color: #00a910; }
  .order-process .cart-availability .on-request {
    font-weight: 700;
    color: #c60f13; }
    .order-process .cart-availability .on-request::before {
      background-image: url(images/ico/bubbles.svg); }
  .order-process .cart-availability .external-stock::before {
    background-image: url(images/ico/clock.svg); }
  .order-process .cart-availability .external-stock span {
    color: #00a910;
    display: block; }

.order-process .cart-price {
  text-align: right;
  position: relative;
  padding-right: 50px;
  white-space: nowrap; }
  .order-process .cart-price strong {
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    line-height: 1.2; }
  .order-process .cart-price span {
    display: block;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #5f5f60;
    line-height: 1; }
  .order-process .cart-price div {
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 17px; }
    .order-process .cart-price div svg {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      fill: #c60f13;
      transition: all .3s ease;
      cursor: pointer; }
      .order-process .cart-price div svg:hover {
        fill: #67080a; }

.order-process__total {
  background: #000;
  text-align: right;
  padding: 14px 50px;
  padding-bottom: 17px;
  margin-bottom: 25px; }
  .order-process__total .without-tax {
    display: block;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff; }
  .order-process__total .with-tax {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    line-height: 1; }
    .order-process__total .with-tax span {
      font-family: "OpenSans", sans-serif;
      font-size: 1.875rem;
      color: #fdc918;
      font-weight: 700;
      margin-left: 15px;
      display: inline-block; }

.order-process h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 13px;
  color: #000; }

.form-block {
  border: 1px solid #cacbcb;
  background: #fff;
  padding: 20px;
  line-height: 1.2; }
  .form-block .input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2; }
    .form-block .input-wrap:not(:last-child) {
      margin-bottom: 10px; }
    .form-block .input-wrap label, .form-block .input-wrap .font-label,
    .form-block .input-wrap .fake-label {
      font-size: 0.9375rem;
      font-weight: 300;
      margin-bottom: 0;
      line-height: 1.2; }
      .form-block .input-wrap label.required::after, .form-block .input-wrap .font-label.required::after,
      .form-block .input-wrap .fake-label.required::after {
        content: '\002A';
        display: inline-block;
        margin-left: 1px;
        color: #c60f13; }
    .form-block .input-wrap input {
      background: #ebebeb;
      color: #5f5f60;
      border: 1px solid #d3d4d4;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.2;
      padding: 9px 10px;
      width: 290px; }
    .form-block .input-wrap .selectric-wrapper {
      position: relative;
      cursor: pointer;
      /*
				&::before {
					content: '';
					display: block;
					position: absolute;
					width: 18px;
					height: 18px;
					background: $color-secondary-base;
					z-index: 2;
					right: 10px;
					top: 50%;
					transform: translateY(-50%);
					border-radius: 100%;

				}
*/
      /*
			&::after {
				content: '';
				width: 5px;
				height: 5px;
				display: block;
				position: absolute;
				top: 49.5%;
				right: 14px;
				transform: translateY(-50%) translateX(-50%) rotate(45deg);
				border: 1px solid $color-black;
				border-left: none;
				border-top: none;
				z-index: 6;

			}
*/ }
      .form-block .input-wrap .selectric-wrapper:hover::before {
        background: #c60f13; }
  .form-block textarea {
    background: #ebebeb;
    color: #5f5f60;
    border: 1px solid #d3d4d4;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1;
    padding: 10px;
    margin-bottom: 0;
    transform: translateY(3px);
    resize: none;
    width: 100%;
    height: 140px; }

.delivery-options {
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  .delivery-options > div {
    padding: 15px 20px;
    width: 50%; }
    .delivery-options > div > div:not(:last-child) {
      margin-bottom: 10px; }
  .delivery-options .radio-wrap input {
    display: none; }
  .delivery-options .radio-wrap label {
    display: flex;
    align-items: center;
    font-size: 0.9375rem;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    line-height: 1; }
    .delivery-options .radio-wrap label::before {
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      background: #ebebeb;
      border: 1px solid #d3d4d4;
      border-radius: 100%;
      margin-right: 10px;
      flex-shrink: 0; }
    .delivery-options .radio-wrap label::after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      background: #c60f13;
      position: absolute;
      left: 8px;
      top: 13px;
      border-radius: 100%;
      opacity: 0; }
    .delivery-options .radio-wrap label.selected::after {
      opacity: 1; }
  .delivery-options .radio-wrap .img-holder {
    display: inline-block;
    width: 50px;
    height: 32px;
    margin-right: 10px;
    flex-shrink: 0; }
    .delivery-options .radio-wrap .img-holder img {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-height: 100%;
      max-width: 100%; }
    .delivery-options .radio-wrap .img-holder::before {
      display: none; }
  .delivery-options .radio-wrap .light {
    display: inline-block;
    margin: 0 5px;
    color: #5f5f60;
    transform: translateY(-1px); }
  .delivery-options .radio-wrap strong {
    white-space: nowrap; }

.personal-info {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px; }
  .personal-info.mb-custom {
    margin-bottom: 33px; }
  .personal-info > div {
    width: calc(50% - 10px);
    padding: 20px; }

.form-col-2 {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between; }
  .form-col-2 > div {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column; }
  .form-col-2 .form-block {
    flex-grow: 1;
    position: relative; }
    .form-col-2 .form-block::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      background: #cacbcb;
      opacity: 0.5; }
    .form-col-2 .form-block.active::before {
      display: none; }
  .form-col-2.form-block {
    padding: 0; }
    .form-col-2.form-block > div {
      padding: 20px; }
  .form-col-2 .check-wrap {
    position: relative; }
    .form-col-2 .check-wrap label {
      position: absolute;
      right: 0;
      top: -18px;
      padding: 0;
      font-size: 0;
      line-height: 0;
      cursor: pointer;
      min-height: 20px;
      transform: translate(0%, -100%);
      display: block; }
      .form-col-2 .check-wrap label.checked::before {
        background: #fff; }
      .form-col-2 .check-wrap label.checked::after {
        opacity: 1; }
      .form-col-2 .check-wrap label::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #d3d4d4;
        background: #ebebeb;
        position: absolute;
        top: 0;
        left: 0; }
      .form-col-2 .check-wrap label::after {
        content: '';
        display: block;
        width: 4px;
        height: 9px;
        position: absolute;
        top: 5px;
        left: 8px;
        transform: rotate(45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        opacity: 0; }
    .form-col-2 .check-wrap input {
      display: none; }

.required-disclaimer {
  font-size: 0.875rem;
  font-weight: 300;
  color: #c60f13;
  margin-bottom: 25px; }

.order-note {
  margin-bottom: 20px;
  position: relative; }
  .order-note.required::before {
    content: '\002A';
    position: absolute;
    left: 10px;
    top: 6px;
    color: #c60f13;
    font-size: 0.9375rem; }

.form-submit-block {
  display: flex;
  justify-content: space-between; }

.form-submit-consent {
  width: 80%; }
  .form-submit-consent input {
    display: none; }
  .form-submit-consent .order-consent {
    font-size: 0.875rem;
    font-weight: 300;
    color: #5f5f60;
    display: block;
    position: relative;
    padding-left: 30px; }
    .form-submit-consent .order-consent.checked::before {
      background: #fff; }
    .form-submit-consent .order-consent.checked::after {
      opacity: 1; }
    .form-submit-consent .order-consent::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #d3d4d4;
      background: #ebebeb;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer; }
    .form-submit-consent .order-consent::after {
      content: '';
      display: block;
      width: 4px;
      height: 9px;
      position: absolute;
      top: 5px;
      left: 8px;
      transform: rotate(45deg);
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      opacity: 0; }
  .form-submit-consent a {
    color: #c60f13;
    text-decoration: underline; }
    .form-submit-consent a:hover {
      text-decoration: none; }
  .form-submit-consent span {
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: italic;
    color: #000;
    line-height: 1.3;
    display: block;
    padding-left: 30px; }

.form-submit-button {
  text-align: right;
  padding-top: 10px; }
  .form-submit-button button {
    font-family: "Oswald", sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    background: #c60f13;
    padding: 15px 40px;
    border: 0;
    transition: all .3s ease;
    display: inline-block;
    width: 200px;
    cursor: pointer;
    text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.25); }
    .form-submit-button button:hover {
      background: #970b0e; }
  .form-submit-button span {
    display: inline-block;
    width: 200px;
    background: #a9a9a9;
    font-size: 0.8125rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 5px 10px;
    border-top: 1px solid #fff;
    text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.25); }

/*----- Added to cart -----*/
.added-to-cart {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f4f4f4;
  width: 700px;
  z-index: 60; }
  .added-to-cart__top {
    background: #c60f13;
    height: 70px;
    position: relative; }
    .added-to-cart__top span {
      font-family: "Oswald", sans-serif;
      font-size: 1.875rem;
      font-weight: 300;
      color: #fff;
      line-height: 1;
      display: block;
      position: absolute;
      left: 25px;
      top: 50%;
      transform: translateY(-50%); }
    .added-to-cart__top svg {
      width: 24px;
      height: 24px;
      fill: #fff;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      cursor: pointer; }
  .added-to-cart__item {
    padding: 30px;
    display: flex; }
    .added-to-cart__item .img-holder {
      background: #fff;
      border: 1px solid #d3d4d4;
      width: 220px;
      height: 210px;
      flex-shrink: 0;
      margin-right: 20px; }
      .added-to-cart__item .img-holder img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: calc(100% - 20px);
        max-height: calc(100% - 20px); }
  .added-to-cart__info {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .added-to-cart__name {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0px;
    transform: translateY(-4px); 
    overflow-wrap: anywhere;}
    .added-to-cart__name::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 1px;
      background: #c60f13; }
  .added-to-cart__numbers {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-top: auto;
    margin-bottom: auto; }
  .added-to-cart__amount {
    margin-right: 35px;
    display: flex;
    align-items: center; }
    .added-to-cart__amount span {
      font-size: 0.9375rem;
      color: #5f5f60; }
    .added-to-cart__amount > div {
      margin: 0 20px;
      position: relative;
      padding-right: 20px; }
      .added-to-cart__amount > div div {
        width: 20px;
        height: 20px;
        background: #000;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer; }
        .added-to-cart__amount > div div:hover {
          background: #7e7e7f; }
        .added-to-cart__amount > div div::before {
          content: '';
          display: block;
          position: absolute;
          width: 9px;
          height: 1px;
          background: #fff;
          top: 10px;
          left: 6px; }
        .added-to-cart__amount > div div::after {
          content: '';
          display: block;
          position: absolute;
          width: 1px;
          height: 9px;
          background: #fff;
          top: 6px;
          left: 10px; }
        .added-to-cart__amount > div div.added-to-cart__amount-down {
          top: inherit;
          bottom: 0;
          border-top: 1px solid #fff;
          height: 21px; }
          .added-to-cart__amount > div div.added-to-cart__amount-down::after {
            display: none; }
    .added-to-cart__amount input {
      width: 52px;
      height: 41px;
      font-size: 1.0625rem;
      font-weight: 300;
      color: #5f5f60;
      text-align: right;
      padding-right: 10px; }
  .added-to-cart__price .without-tax {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #5f5f60;
    display: block; }
  .added-to-cart__price .with-tax {
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    display: block;
    color: #000;
    line-height: 1; }
  .added-to-cart__buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 5px; }
    .added-to-cart__buttons a,
    .added-to-cart__buttons span {
      font-family: "Oswald", sans-serif;
      font-size: 1.125rem;
      text-transform: uppercase;
      color: #fff;
      background: #c60f13;
      padding: 10px 15px;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      transition: all .3s ease; }
      .added-to-cart__buttons a:hover,
      .added-to-cart__buttons span:hover {
        background: #970b0e; }
      .added-to-cart__buttons a.finish,
      .added-to-cart__buttons span.finish {
        background: #0fc620; }
        .added-to-cart__buttons a.finish:hover,
        .added-to-cart__buttons span.finish:hover {
          background: #0b9718; }
  .added-to-cart__bottom {
    padding: 30px;
    padding-top: 0; }
    .added-to-cart__bottom > span {
      font-family: "Oswald", sans-serif;
      font-size: 1.875rem;
      font-weight: 300;
      line-height: 1;
      display: block;
      margin-bottom: 20px; }
    .added-to-cart__bottom > div {
      display: flex; }
  .added-to-cart .also-purchased {
    border: 1px solid #d3d4d4;
    background: #fff;
    padding: 20px; }
    .added-to-cart .also-purchased:not(:first-child) {
      border-left: none; }
    .added-to-cart .also-purchased h3 {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.5;
      position: relative;
      margin-bottom: 15px;
    overflow-wrap: anywhere; }
      .added-to-cart .also-purchased h3 a {
        color: #000; }
        .added-to-cart .also-purchased h3 a:hover {
          color: #c60f13;
          text-decoration: none; }
      .added-to-cart .also-purchased h3::after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 1px;
        background: #c60f13;
        bottom: -5px;
        left: 0; }
    .added-to-cart .also-purchased-img {
      display: block;
      text-align: center;
      position: relative;
      margin-bottom: 10px; }
      .added-to-cart .also-purchased-img:after {
        padding-bottom: 44%; }
      .added-to-cart .also-purchased-img img {
        position: absolute;
        display: inline-block;
        width: auto !important;
        height: auto !important;
        max-width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .added-to-cart .also-purchased-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .added-to-cart .also-purchased-price {
      transform: translateX(-5px); }
    .added-to-cart .also-purchased .with-tax {
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      font-size: 1.125rem; }
      .added-to-cart .also-purchased .with-tax small {
        font-size: 0.75rem; }
    .added-to-cart .also-purchased .without-tax {
      font-weight: 300;
      font-size: 0.75rem;
      color: #5f5f60; }
    .added-to-cart .also-purchased-buy {
      display: flex;
      justify-content: flex-end; }
      .added-to-cart .also-purchased-buy input[type=number]::-webkit-inner-spin-button,
      .added-to-cart .also-purchased-buy input[type=number]::-webkit-outer-spin-button {
        appearance: none;
        margin: 0;
        padding-right: 8px; }
      .added-to-cart .also-purchased-buy input {
        width: 35px;
        border: none;
        height: 30px;
        text-align: right;
        padding-right: 3px;
        background: #f4f4f4;
        font-size: 0.875rem;
        color: #5f5f60; }
      .added-to-cart .also-purchased-buy button {
        display: inline-block;
        font-size: 0;
        width: 40px;
        height: 30px;
        background: #c60f13;
        border: none;
        background-image: url("images/ico/cart.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 22px 20px;
        transition: all .3s ease;
        cursor: pointer; }
        .added-to-cart .also-purchased-buy button:focus {
          outline: none; }
        .added-to-cart .also-purchased-buy button:hover {
          background-color: #970b0e; }

.added-to-cart__buttons .added-to-cart-close {
  padding: 10px 19px; }

.added-to-cart-mask {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.8725;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 59; }

/*----- Personal info -----*/
.personal-info-section h1 {
  margin-bottom: 8px; }

.personal-info-section h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 13px;
  margin-top: 5px;
  color: #000; }

.personal-info-section .check-wrap {
  position: absolute;
  right: 20px; }

.personal-info-section__buttons {
  display: flex;
  justify-content: space-between; }
  .personal-info-section__buttons button,
  .personal-info-section__buttons a {
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 34px;
    height: 34px;
    padding: 0 22px;
    transition: all .3s ease;
    cursor: pointer; }
  .personal-info-section__buttons .disagree {
    background: #c60f13; }
    .personal-info-section__buttons .disagree:hover {
      background: #970b0e; }
  .personal-info-section__buttons .agree {
    background: #0fc620; }
    .personal-info-section__buttons .agree:hover {
      background: #0b9718; }

.new-password {
  width: 250px !important; }

.change-password {
  position: relative; }
  .change-password::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    background: #cacbcb;
    opacity: 0.5; }
  .change-password.active::before {
    display: none; }
  .change-password .input-wrap input {
    width: 260px; }
  .change-password label.numbers::after {
    vertical-align: 13px;
    margin-left: 0 !important; }
  .change-password label .img-holder {
    display: inline-block;
    width: 86px;
    height: 32px; }
    .change-password label .img-holder::before {
      display: none; }
    .change-password label .img-holder img {
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

/*----- New complaint -----*/
.new-complaint h1 {
  margin-bottom: 8px; }

.new-complaint h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 13px;
  color: #000;
  margin-top: 5px; }

.new-complaint__bottom {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .new-complaint__bottom p {
    margin-bottom: 0; }

.new-complaint__description {
  margin-bottom: 20px; }
  .new-complaint__description label {
    width: 125px;
    flex-shrink: 0;
    margin-right: 15px; }
  .new-complaint__description input {
    flex-grow: 1; }
  .new-complaint__description textarea {
    transform: none;
    height: 80px; }
  .new-complaint__description .textarea {
    align-items: flex-start;
    margin-top: 10px; }
    .new-complaint__description .textarea label {
      margin-top: 10px; }

.new-complaint .two-by-side {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .new-complaint .two-by-side .input-wrap {
    width: calc(50% - 20px);
    margin-bottom: 0;
    line-height: 1.2; }
  .new-complaint .two-by-side input {
    width: 100px !important; }

.new-complaint .complaint-submit {
  display: inline-block;
  border: 0;
  color: #fff;
  background: #c60f13;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  transition: all .3s ease;
  padding: 10px 15px;
  line-height: 1; }
  .new-complaint .complaint-submit:hover {
    background: #970b0e; }

/*----- Order detail -----*/
.order-detail h1 {
  margin-bottom: 8px; }

.order-detail h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 13px;
  margin-top: 5px;
  color: #000; }

.order-detail > .form-col-2 {
  margin-bottom: 25px; }

.order-detail .block-style {
  border: 1px solid #cacbcb;
  background: #fff;
  padding: 20px;
  height: 100%; }
  .order-detail .block-style table td {
    color: #5f5f60;
    font-size: 0.875rem;
    padding: 3px 0;
    vertical-align: middle; }
    .order-detail .block-style table td:first-child {
      width: 110px;
      min-width: 80px;
      color: #000;
      font-size: 0.9375rem; }

.order-detail__cart table {
  background: #fff; }

.order-detail__cart tr {
  border: 1px solid #cacbcb; }
  .order-detail__cart tr:first-child {
    border-color: #000;
    background-color: #000;
    background-image: url("images/bg/mesh02.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }

.order-detail__cart th {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 5px 14px;
  height: 50px; }

.order-detail__cart td {
  height: 95px;
  padding: 5px 14px; }

.order-detail .cart-img {
  width: 95px; }
  .order-detail .cart-img .img-holder::after {
    padding-bottom: 100%; }
  .order-detail .cart-img .img-holder::before {
    display: none; }
  .order-detail .cart-img .img-holder img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 16px);
    max-height: calc(100% - 16px); }

.order-detail .cart-description span {
  display: block; }

.order-detail .cart-description__name {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative; }
  .order-detail .cart-description__name::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #c60f13; }

.order-detail .cart-description__text {
  font-size: 0.875rem;
  font-weight: 300;
  color: #5f5f60; }

.order-detail .cart-price {
  text-align: right;
  position: relative;
  padding-right: 50px;
  white-space: nowrap; }
  .order-detail .cart-price strong {
    font-size: 1.4375rem;
    font-weight: 700;
    display: block;
    line-height: 1.2; }
  .order-detail .cart-price span {
    display: block;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #5f5f60;
    line-height: 1; }
  .order-detail .cart-price div {
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 17px; }
    .order-detail .cart-price div svg {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      fill: #c60f13;
      transition: all .3s ease;
      cursor: pointer; }
      .order-detail .cart-price div svg:hover {
        fill: #67080a; }

.order-detail .order-state {
  font-size: 0.875rem; }

.returned {
  opacity: 0.5; }

.full-width-block {
  margin-bottom: 30px;
  padding-bottom: 10px !important; }
  .full-width-block .form-col-2 {
    margin-bottom: 0; }
    .full-width-block .form-col-2 > div:last-child {
      padding-left: 20px; }

.order-state-block {
  background: #3c3a3a;
  padding: 10px 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .order-state-block span {
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff; }
  .order-state-block__button {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 13px;
    border: 1px solid #fff;
    transition: all .3s ease; }
    .order-state-block__button:hover {
      text-decoration: none;
      color: #dddddd;
      border-color: #dddddd; }
  .order-state-block.completed {
    background: #0fc620; }
  .order-state-block.in-progress {
    background: #fdc918; }
  .order-state-block.canceled {
    background: #c60f13; }

.address-type {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #cacbcb;
  position: relative; }
  .address-type svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #545454; }
  .address-type.home svg {
    width: 12px;
    height: 18px;
    top: 48%; }
  .address-type.work svg {
    width: 14px;
    height: 13px;
    top: 48%; }
  .address-type.other svg {
    width: 9px;
    height: 12px;
    left: 46%; }
  .address-type.active {
    border-color: #c60f13; }
    .address-type.active svg {
      fill: #c60f13; }

/*----- My addresses -----*/
.my-addresses h1 {
  margin-bottom: 8px; }

.my-adress-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.my-address-block {
  position: relative;
  border: 1px solid #d3d4d4;
  background: #fff;
  padding: 20px;
  padding-left: 95px;
  width: calc(50% - 15px);
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
  color: #000;
  text-decoration: none; }
  .my-address-block:hover {
    background: #f9f9f9; }
    .my-address-block:hover .my-address-block__remove {
      display: block; }
  .my-address-block__ico {
    top: 20px;
    left: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #c60f13;
    border-radius: 100%; }
    .my-address-block__ico svg {
      fill: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .my-address-block__ico.work svg {
      width: 22px;
      height: 21px;
      top: 48%; }
    .my-address-block__ico.home svg {
      width: 16px;
      height: 24px;
      top: 48%; }
    .my-address-block__ico.other svg {
      width: 18px;
      height: 23px;
      top: 51%;
      left: 45%; }
  .my-address-block__name {
    font-size: 1.125rem;
    margin-bottom: 8px;
    line-height: 1;
    display: block; }
  .my-address-block__address {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    display: block; }
  .my-address-block__mail {
    color: #c60f13;
    text-decoration: underline;
    display: inline-block; }
    .my-address-block__mail:hover {
      color: #c60f13;
      text-decoration: none; }
  .my-address-block__tel {
    display: block; }
  .my-address-block__remove {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 21px;
    right: 21px;
    cursor: pointer;
    display: none; }
    .my-address-block__remove:hover svg {
      fill: black; }
    .my-address-block__remove svg {
      transition: all .3s ease;
      fill: #c60f13; }

.my-address-block-new {
  position: relative;
  border: 1px dashed #c60f13;
  padding: 20px;
  padding-left: 95px;
  width: calc(50% - 15px);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  color: #c60f13;
  transition: all .3s ease;
  cursor: pointer; }
  .my-address-block-new:hover {
    border-color: #970b0e; }
    .my-address-block-new:hover .my-address-block-new__ico {
      background: #970b0e; }
    .my-address-block-new:hover .my-address-block-new__text {
      color: #970b0e; }
  .my-address-block-new__ico {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #c60f13;
    border-radius: 100%;
    left: 20px;
    top: 47%;
    transform: translateY(-50%);
    transition: background .3s ease; }
    .my-address-block-new__ico::before {
      content: '';
      display: block;
      position: absolute;
      width: 17px;
      height: 5px;
      background: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .my-address-block-new__ico::after {
      content: '';
      display: block;
      position: absolute;
      width: 5px;
      height: 17px;
      background: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .my-address-block-new__text {
    position: absolute;
    left: 95px;
    top: 47%;
    transform: translateY(-50%);
    color: #c60f13;
    transition: color .3s ease; }

/*----- New address section -----*/
.new-address-section > header {
  display: block; }
  .new-address-section > header h1 {
    line-height: normal; }

.new-address-section__buttons {
  display: flex;
  justify-content: flex-end; }
  .new-address-section__buttons button,
  .new-address-section__buttons a {
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    transition: all .3s ease;
    cursor: pointer;
    background: #0fc620; }
    .new-address-section__buttons button:hover,
    .new-address-section__buttons a:hover {
      background: #0b9718; }

.new-address-section .form-col-2 {
  margin-bottom: 30px; }

.address-types input {
  display: none; }

.address-types > div {
  width: 290px; }
  .address-types > div label {
    margin-right: 7px;
    transform: translateY(3px);
    cursor: pointer; }

/*----- Photo cropper -----*/
.photo-cropper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f4f4f4;
  width: 700px;
  z-index: 60;
  padding: 30px; }
  .photo-cropper__text {
    margin-bottom: 20px; }
    .photo-cropper__text span {
      font-family: "Oswald", sans-serif;
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 1;
      display: inline-block;
      margin-bottom: 5px; }
    .photo-cropper__text p {
      font-size: 0.9375rem;
      font-weight: 300;
      color: #5f5f60;
      margin-bottom: 0; }
  .photo-cropper__close {
    width: 24px;
    height: 24px;
    fill: #c60f13;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    transition: all .3s ease; }
    .photo-cropper__close:hover {
      fill: #000; }
  .photo-cropper__inner {
    display: flex; }
    .photo-cropper__inner > div:first-child {
      width: 370px; }
    .photo-cropper__inner > div:last-child {
      width: 270px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
  .photo-cropper__buttons {
    display: flex;
    justify-content: space-between; }
    .photo-cropper__buttons button {
      font-family: "Oswald", sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
      color: #fff;
      background: #c60f13;
      border: 0;
      padding: 6px 17px;
      cursor: pointer;
      transition: background .3s ease; }
      .photo-cropper__buttons button:hover {
        background: #970b0e; }
    .photo-cropper__buttons .actionDone {
      background: #0fc620; }
      .photo-cropper__buttons .actionDone:hover {
        background: #0b9718; }
  .photo-cropper .result-img-wrap {
    background: #a9a9a9;
    margin-bottom: 15px;
    border-radius: 100%; }
  .photo-cropper .result-img {
    margin: 0 auto;
    width: 120px;
    height: 120px; }
  .photo-cropper .filename {
    font-size: 0.9375rem;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.2;
    min-height: 18px;
    padding-left: 48px;
    padding-right: 48px;
    word-break: break-all;
    word-break: break-word;
    display: block; }
  .photo-cropper .filesize {
    font-weight: 300;
    display: inline-block;
    margin-left: 15px; }
  .photo-cropper .actionUpload {
    display: inline-block; }
    .photo-cropper .actionUpload label {
      font-family: "Oswald", sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
      color: #fff;
      background: #c60f13;
      border: 0;
      padding: 6px 17px;
      cursor: pointer;
      transition: background .3s ease;
      margin: 0 auto; }
      .photo-cropper .actionUpload label:hover {
        background: #970b0e; }
    .photo-cropper .actionUpload input {
      display: none; }

.photo-cropper-mask {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 59; }

.different-address .check-wrap label,
.company-info .check-wrap label {
  top: -35px; }

.product-detail-cards .table-responsive {
  margin-bottom: 0; }

.checkbox-wrap {
  font-size: 0.875rem; }
  .checkbox-wrap.required::after {
    content: '\002A';
    display: inline-block;
    margin-left: 1px;
    color: #c60f13; }
  .checkbox-wrap label {
    position: relative;
    padding-left: 30px;
    user-select: none;
    cursor: pointer; }
    .checkbox-wrap label::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #d3d4d4;
      background: #ebebeb;
      transition: background .3s ease;
      position: absolute;
      top: 0;
      left: 0; }
    .checkbox-wrap label::after {
      content: '';
      display: block;
      width: 4px;
      height: 9px;
      position: absolute;
      top: 5px;
      left: 8px;
      transform: rotate(45deg);
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      opacity: 0; }
  .checkbox-wrap input:checked ~ label::after {
    opacity: 1; }
  .checkbox-wrap input:checked ~ label::before {
    background: #fff; }
  .checkbox-wrap input {
    display: none; }
  .checkbox-wrap a {
    color: #c60f13;
    text-decoration: underline; }
    .checkbox-wrap a:hover {
      text-decoration: none; }
  .checkbox-wrap span {
    color: #c60f13; }

.newsletter-info-box {
  padding-left: 35px;
  position: relative;
  color: #c60f13;
  font-size: 0.8125rem;
  margin-bottom: 32px; }
  .newsletter-info-box img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%); }
  .newsletter-info-box__text {
    padding-left: 35px;
    line-height: 1.2; }

.form-note {
  color: #c60f13;
  font-size: 0.875rem;
  margin-top: 15px; }

.btn-register {
  display: inline-block;
  text-transform: uppercase;
  border: 0;
  padding: 10px 35px;
  cursor: pointer;
  text-decoration: none;
  color: white;
  background-color: #0fc620;
  font-size: 1.875rem;
  font-family: "Oswald", sans-serif;
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.25);
  transition: background-color .3s ease; }
  .btn-register:focus {
    outline: 0; }
  .btn-register:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0b9718; }

.registration-completion {
  position: relative;
  padding-right: 240px;
  margin-bottom: 85px; }
  .registration-completion .btn-register {
    position: absolute;
    right: 0;
    bottom: 0; }

.law-notes {
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  line-height: 1.2; }
  .law-notes p {
    margin: 0;
    margin-bottom: 16px;
    padding: 0; }
  .law-notes .paragraph-w-icon {
    padding-left: 45px;
    position: relative; }
    .law-notes .paragraph-w-icon img {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }

.gallery-pagination a {
  color: black; }

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none; }

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%; }

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0; }

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none; }

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all; }

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: ''; }

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px; }

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px; }

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%; }

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px; }

.croppie-container .cr-original-image {
  display: none; }

.croppie-container .cr-vp-circle {
  border-radius: 50%; }

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none; }

.croppie-container .cr-slider-wrap {
  width: 100%;
  margin: 15px auto;
  text-align: center; }

.croppie-result {
  position: relative;
  overflow: hidden; }

.croppie-result img {
  position: absolute; }

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 370px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent; }

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #a9a9a9;
  margin-top: -10px; }

.cr-slider:focus {
  outline: none; }

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.cr-slider::-moz-range-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #a9a9a9;
  margin-top: -10px; }

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/ }

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.cr-slider::-ms-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #a9a9a9;
  margin-top: 1px; }

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5); }

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5); }

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1; }

.cr-rotate-controls button {
  border: 0;
  background: none; }

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px; }

.cr-rotate-l i:before {
  content: '↺'; }

.cr-rotate-r i:before {
  content: '↻'; }

/*! nouislider - 11.0.0 - 2018-01-12 20:37:52 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: relative; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 13px; }

.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  left: -17px;
  top: -8px; }
  .noUi-horizontal .noUi-handle:focus {
    outline: none; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 28px;
  left: -6px;
  top: -17px; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #545454;
  border-radius: 5px;
  border-top: 1px solid #313435; }

.noUi-connects {
  border-radius: 4px; }
  .noUi-connects::before {
    content: '';
    display: block;
    width: 200px;
    height: 20px;
    position: absolute;
    z-index: 20; }

.noUi-connect {
  background-image: repeating-linear-gradient(-40deg, #d9d9d9, #d9d9d9 3px, #fff 4px, #fff 7px);
  background-size: 600px 13px;
  background-position: left top;
  border-top: 1px solid #7f868a; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 100%;
  background: #c60f13;
  cursor: pointer; }
  .noUi-handle::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: green; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  left: 11px;
  top: 10px; }

.noUi-handle:after {
  left: 15px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

.noUi-base .noUi-origin::before {
  content: '';
  display: block;
  width: 40%;
  height: 13px;
  position: absolute;
  transform: translateX(-100%); }

.noUi-base .noUi-origin:last-child::before {
  transform: none; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 290px; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #D3D4D4;
  background: #EBEBEB;
  position: relative;
  border-radius: 0px; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 39px 0 10px;
  font-size: 0.875rem;
  line-height: 39px;
  color: #5f5f60;
  font-weight: 300;
  height: 39px; }

.selectric .button {
  display: block;
  width: 15px;
  height: 15px;
  background: #fdc918;
  z-index: 2;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 100%;
  position: absolute; }

.selectric .button:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -60%);
  border: 1px solid #000;
  border-left: none;
  border-top: none;
  z-index: 6; }

.selectric-hover .selectric .button {
  color: #babbbb; }

.selectric-hover .selectric .button:after {
  border-top-color: #babbbb; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ebebeb;
  border: 1px solid #d3d4d4;
  border-top: none;
  transform: translateY(-1px);
  z-index: 2; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 8px;
  color: #666;
  cursor: pointer; }

.selectric-items li:hover {
  background: #d3d4d4; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

@media (min-width: 1200px) {
  /*----- Header main -----*/
  .header-logo {
    width: 255px; }
  /*----- Form block -----*/
  .form-block.form-col-2 .input-wrap label {
    max-width: 125px; }
  /*----- Aside -----*/
  .menu-main > li:first-of-type:hover > a {
    border-top: 0; }
  .menu-main > li.opened:hover > a::after {
    display: none; }
  .menu-main > li:hover > a {
    background-color: #000;
    color: #fff;
    border-top: 1px solid transparent;
    position: relative;
    border-left: 0;
    border-right: 0;
    z-index: 1; }
    .menu-main > li:hover > a::after {
      display: block;
      content: "";
      width: 100%;
      height: calc(100% + 4px);
      background-color: black;
      background-image: url("images/bg/menuitem_mesh.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top right;
      position: absolute;
      top: -2px;
      left: 0;
      z-index: -1; }
  .menu-main .top-item--new:hover a::before {
    background-image: url("images/ico/new-w.svg"); }
  .menu-main .top-item--sale:hover a::before {
    background-image: url("images/ico/percent-w.svg"); }
  .menu-main .top-item--builds:hover a::before {
    background-image: url("images/ico/ear-w.svg"); }
  .menu-main .top-item--car:hover a::before {
    background-image: url("images/ico/car-w.svg"); }
  .menu-sub > li:first-child {
    margin-top: 8px; }
  .menu-sub > li:last-child {
    margin-bottom: 15px; }
  .menu-sub-sub > li:last-child {
    margin-bottom: 5px; }
  .aside-blocks {
    display: block; } }

@media (max-width: 767px) {
  body {
    background-image: none !important; }
  .small_info {
    padding-top: 25px; }
  .order-process__top-buttons {
    position: relative;
    top: 0px !important;
    right: 0px !important; }
  #also_purchased_price {
    font-size: 2.0rem; }
  html.open,
  body.open {
    height: 100vh !important;
    overflow: hidden !important; }
  /*----- Header -----*/
  /*----- Header main -----*/
  .header-main {
    position: relative; }
  .menu-open {
    border: 2px solid #c60f13;
    padding: 5px;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 35px;
    left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer; }
    .menu-open:hover {
      opacity: 0.6; }
    .menu-open span {
      display: block;
      width: 100%;
      height: 4px;
      background: #fff; }
  .menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: -1; }
    .menu-mask.open {
      opacity: 0.4;
      transition: opacity 0.3s ease;
      z-index: 25; }
  /*----- Main -----*/
  /*----- Complaints list -----*/
  .complaints-table th:not(:last-child) {
    padding-right: 10px; }
  .complaints-table td:not(:last-child) {
    padding-right: 10px; }
  .complaint-description {
    min-width: 300px; }
  /*----- Contact -----*/
  .opening-hours {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0; }
  /*----- Order process -----*/
  .order-process .cart-img,
  .order-detail .cart-img {
    padding: 0 !important;
    padding-left: 10px;
    min-width: 90px; }
    .order-process .cart-img .img-holder img,
    .order-detail .cart-img .img-holder img {
      max-width: calc(100% - 5px);
      max-height: calc(100% - 20px); }
  .order-process .cart-description,
  .order-detail .cart-description {
    min-width: 255px; }
  .order-process .order-state,
  .order-detail .order-state {
    min-width: 110px !important; }
  .form-col-2 .form-block .check-wrap label {
    right: 5px;
    top: -45px; }
  .form-col-2.form-block {
    padding: 15px; }
    .form-col-2.form-block > div {
      padding: 0px; }
  .order-note {
    padding: 15px; }
    .order-note.required::before {
      left: 5px;
      top: 4px; }
  /*-----  New complaint -----*/
  .new-complaint__bottom {
    flex-wrap: wrap; }
  .new-complaint .two-by-side {
    flex-wrap: wrap; }
    .new-complaint .two-by-side .input-wrap {
      width: 100%; }
      .new-complaint .two-by-side .input-wrap:first-child {
        margin-bottom: 10px; }
  /*----- Order detail -----*/
  .order-detail .block-style table td:first-child {
    width: 85px; }
  .full-width-block .form-col-2 > div:last-child {
    padding-left: 0; }
  .complaint-submit {
    margin-top: 10px;
    margin-left: auto; }
  /*----- My addresses -----*/
  .my-address-block {
    padding: 15px;
    padding-left: 95px;
    width: 100%;
    margin-bottom: 20px; }
    .my-address-block__remove {
      display: block;
      width: 20px;
      height: 20px;
      top: 15px;
      right: 15px; }
  .my-address-block-new {
    width: 100%;
    min-height: 172px; }
  /*----- Aside -----*/
  .aside-main {
    z-index: 30;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    overflow-y: scroll;
    padding: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease; }
    .aside-main.open {
      transform: translateX(0); }
  .aside-inner {
    border-bottom: none;
    position: relative;
    z-index: 2; }
  .menu-main > li.has-sub > a,
  .menu-sub > li.has-sub > a {
    position: relative;
    padding-right: 27px;
    transition: all 0.3s ease; }
    .menu-main > li.has-sub > a::after,
    .menu-sub > li.has-sub > a::after {
      content: "\25BE";
      display: inline-block;
      font-size: 1.375rem;
      position: absolute;
      top: 7px;
      right: 10px; }
  .menu-main > li.has-sub.open-mobile > a::after,
  .menu-sub > li.has-sub.open-mobile > a::after {
    transform: rotate(180deg) translateY(-3px); }
  .menu-main > li.opened > .menu-sub,
  .menu-sub > li.opened > .menu-sub {
    display: none; }
  .menu-main > li.opened > a,
  .menu-sub > li.opened > a {
    background: inherit;
    color: inherit; }
  .menu-main > li > a,
  .menu-sub > li > a {
    font-size: 1rem; }
  .menu-main > li.open-mobile > a {
    background: #d0d0d0; }
  .menu-sub {
    background: #e1e1e1; }
    .menu-sub > li:not(:first-child) > a {
      border-top: 1px solid #d3d4d4; }
    .menu-sub > li > a {
      font-size: 1rem;
      padding: 12px 10px;
      padding-left: 10px; }
      .menu-sub > li > a:hover {
        text-decoration: none; }
    .menu-sub .sub-button {
      display: none; }
  .menu-sub-sub {
    background: #fff; }
    .menu-sub-sub > li > a {
      font-size: 1rem;
      border-top: 1px solid #d3d4d4;
      padding: 12px 10px;
      padding-left: 20px; }
      .menu-sub-sub > li > a:hover {
        text-decoration: none;
        color: #000; }
      .menu-sub-sub > li > a::before {
        display: none; }
  .user-panel .menu-close {
    margin-bottom: 25px; }
  .menu-close {
    width: 35px;
    height: 35px;
    position: relative;
    transform: rotate(45deg);
    margin: 5px;
    cursor: pointer; }
    .menu-close::before {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #666666; }
    .menu-close::after {
      content: "";
      display: block;
      position: absolute;
      width: 5px;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #666666; }
  /*----- Added to cart Popup -----*/
  .added-to-cart {
    width: 540px;
    max-height: 90%;
    overflow-y: scroll; }
    .added-to-cart__item .img-holder {
      display: none; }
    .added-to-cart__price {
      flex-shrink: 0;
      margin-left: auto; }
    .added-to-cart__buttons {
      margin-top: 20px; }
    .added-to-cart__bottom {
      display: none; }
  /*----- Photo cropper -----*/
  .photo-cropper {
    width: 540px;
    padding: 20px 15px;
    max-height: 90%;
    overflow-y: scroll; }
    .photo-cropper__text span {
      font-size: 1.875rem; }
    .photo-cropper__inner {
      flex-direction: column-reverse; }
      .photo-cropper__inner > div {
        margin: 0 auto;
        width: 100% !important; }
    .photo-cropper__close {
      top: 23px;
      right: 15px; }
    .photo-cropper .result-img {
      height: auto; }
    .photo-cropper .filename {
      min-height: inherit; }
    .photo-cropper .actionUpload {
      margin-bottom: 15px; }
  /*OrderProcess*/
  .order-process table {
    background-color: #f4f4f4; }
  .order-process__cart {
    overflow-x: visible; }
    .order-process__cart tr:first-of-type {
      display: none; }
    .order-process__cart tr {
      margin-bottom: 25px;
      display: block;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      background-color: #fff;
      position: relative;
      padding-bottom: 15px; }
      .order-process__cart tr td,
      .order-process__cart tr th {
        display: block;
        flex: 1 100%; }
  .order-process .cart-img {
    margin: 0 auto;
    order: 2;
    height: auto; }
    .order-process .cart-img .img-holder {
      height: 95px; }
  .order-process .cart-description {
    order: 1;
    margin-top: 10px;
    padding-right: 40px;
    height: auto; }
  .order-process .cart-description__text {
    display: none !important; }
  .order-process .cart-count-availability {
    order: 3;
    align-items: flex-start;
    position: relative; }
    .order-process .cart-count-availability .on-the-way,
    .order-process .cart-count-availability .supplier,
    .order-process .cart-count-availability .in-stock,
    .order-process .cart-count-availability .on-request,
    .order-process .cart-count-availability .external-stock {
      padding-left: 0; }
      .order-process .cart-count-availability .on-the-way::before,
      .order-process .cart-count-availability .supplier::before,
      .order-process .cart-count-availability .in-stock::before,
      .order-process .cart-count-availability .on-request::before,
      .order-process .cart-count-availability .external-stock::before {
        display: none; }
  .order-process .cart-price {
    order: 4;
    position: static;
    padding-right: 14px; }
  .order-process .cart-count-availability,
  .order-process .cart-price {
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    margin-top: 40px;
    align-items: center; }
  .order-process .cart-price div {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    width: 25px; }
    .order-process .cart-price div svg {
      width: 25px;
      height: 26px; }
  .order-process .cart-count {
    display: none;
    position: absolute;
    display: inline-block;
    width: 180%;
    height: auto;
    transform: translateY(-45px); }
    .order-process .cart-count::before {
      content: "počet kusov";
      margin-right: 5px;
      font-size: 0.875rem; }
  .order-process .cart-count-up,
  .order-process .cart-count-down {
    display: none; }
  .registration-completion {
    padding-right: 0; }
    .registration-completion .btn-register {
      position: static;
      margin-left: auto;
      margin-top: 25px; }
    .registration-completion .btn-container {
      text-align: right; } }

@media (min-width: 576px) and (max-width: 767px) {
  /*----- Header top -----*/
  .header-top {
    flex-wrap: wrap;
    align-items: center; }
  .small_info {
    padding-top: 25px; }
  .header-contact {
    width: 180px; }
  .header-login {
    width: 300px;
    text-align: right; }
    .header-login__user {
      margin-right: 0;
      margin-bottom: 3px; }
    .header-login__button {
      margin-left: 10px;
      margin-bottom: 3px;
      font-size: 1rem; }
  .header-nav {
    display: none; }
  /*----- Header main -----*/
  .header-main {
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between; }
  .menu-open {
    top: 28px; }
  .header-logo {
    padding-left: 70px;
    height: 60px;
    margin-right: 0; }
  .header-cart__text {
    display: none; }
  .header-search {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-top: 15px; }
    .header-search input {
      width: calc(100% - 90px); }
  /*----- Main -----*/
  .hp-top-block {
    min-height: auto; }
    .hp-top-block h2 {
      font-size: 1.5625rem; }
    .hp-top-block img {
      transform-origin: right bottom;
      transform: scale(0.5); }
  .product-block > div {
    padding: 15px; }
  .product-block__img::after {
    padding-bottom: 180px; }
  .product-block__bottom {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -14px;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 14px; }
  .product-block__buy input {
    width: 40px;
    font-size: 0.875rem; }
  .product-block__buy button {
    width: 35px;
    background-size: 20px auto; }
  .product-block__availability {
    font-size: 0.75rem; }
    .product-block__availability > div {
      padding-left: 20px; }
      .product-block__availability > div::before {
        width: 15px; }
  /*----- Pagination -----*/
  .pagination {
    justify-content: space-between; }
    .pagination ul {
      margin: 0 15px; }
    .pagination li {
      font-size: 1.25rem; }
      .pagination li a {
        padding: 0 10px; }
    .pagination__current {
      padding: 0 10px; }
  /*----- Category  -----*/
  .category-menu__item {
    width: calc(50% - 6px); }
  /*----- Vendor filter -----*/
  .vendor-filter label {
    width: 50%; }
  /*----- Price filter -----*/
  .price-filter {
    flex-wrap: wrap;
    overflow: hidden; }
    .price-filter .price-range {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 15px; }
    .price-filter .price-bottom,
    .price-filter .price-top {
      min-width: 90px; }
    .price-filter #priceRange {
      width: 350px; }
  /*----- Sort by -----*/
  .sort-by a {
    font-size: 0.9375rem; }
  /*----- Product detail -----*/
  .product-detail {
    padding: 15px;
    flex-wrap: wrap; }
    .product-detail__text {
      flex-basis: 100%;
      order: 0; }
    .product-detail__add-to-cart {
      flex-direction: column;
      align-items: flex-end;
      margin-bottom: 5px; }
      .product-detail__add-to-cart form {
        margin-bottom: 15px; }
    .product-detail__images {
      flex-basis: 100%;
      margin-bottom: 20px; }
    .product-detail__like a {
      padding: 3px 8px;
      font-size: 0.9375rem; }
      .product-detail__like a::before {
        width: 20px;
        height: 18px;
        vertical-align: -2px; }
    .product-detail__images-bottom a {
      font-size: 1.0625rem;
      height: 34px;
      line-height: 34px;
      padding: 0 15px; }
    .product-detail .product-block__tag {
      left: -34px; }
  /*----- Tech specs -----*/
  .tech-specs .entry-content {
    padding: 15px; }
  /*----- Comments section -----*/
  .comments-section .entry-count {
    top: 30px; }
  .comments-section .content {
    padding: 15px; }
  .comment {
    padding-bottom: 45px; }
    .comment--sub {
      margin-left: 25px; }
    .comment__top {
      flex-wrap: wrap; }
    .comment h3 {
      font-size: 1rem; }
    .comment__likes {
      font-size: 1rem;
      width: 100%;
      text-align: right; }
    .comment__date {
      margin-left: auto;
      margin-bottom: 4px; }
    .comment p {
      font-size: 0.9375rem; }
    .comment__button {
      font-size: 1rem;
      height: 30px;
      line-height: 28px;
      padding: 0 15px; }
  .new-comment textarea {
    margin-bottom: 5px; }
  /*----- About us -----*/
  .about-us {
    background-size: 70%; }
    .about-us h2 {
      font-size: 1.5625rem; }
  /*----- Order process -----*/
  .order-process h1 {
    margin-bottom: 35px; }
  .order-process__top-buttons {
    top: 50px; }
  .order-process .personal-info {
    flex-wrap: wrap;
    padding: 15px; }
    .order-process .personal-info > div {
      width: 100%;
      padding: 0; }
      .order-process .personal-info > div:first-child {
        margin-bottom: 10px; }
  .order-process .company-info {
    margin-bottom: 25px; }
  .order-process .form-submit-block {
    flex-wrap: wrap; }
  .order-process .form-submit-consent {
    width: 100%;
    margin-bottom: 30px; }
  .order-process .form-submit-button {
    width: 50%;
    margin-left: auto; }
  .form-col-2 {
    flex-wrap: wrap; }
    .form-col-2 > div {
      width: 100%; }
      .form-col-2 > div:last-child {
        margin-top: 10px; }
      .form-col-2 > div .form-block {
        padding: 15px; }
  .form-block.change-password input {
    width: 290px; }
  .new-password {
    width: 290px !important; }
  .delivery-options {
    flex-wrap: wrap;
    padding-bottom: 15px; }
    .delivery-options > div {
      padding-bottom: 0;
      width: 100%; }
  /*----- Footer -----*/
  .footer-bottom {
    padding-right: 0; }
    .footer-bottom div:first-child {
      margin-bottom: 5px; }
    .footer-bottom span {
      display: block; }
  .footer-main .row {
    background-image: none; }
  .pixon {
    position: relative;
    transform: none;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 20px; }
    .pixon img {
      width: 65px;
      display: inline-block; } }

@media (max-width: 575px) {
  body {
    background-image: none !important; }
  h1 {
    font-size: 2.1875rem; }
  /*----- Header top -----*/
  .header-top {
    padding: 5px 15px; }
  .small_info {
    padding-top: 25px; }
  .header-contact {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .header-contact a {
      font-size: 0.8125rem; }
    .header-contact__phone {
      margin-right: 0; }
      .header-contact__phone::before {
        margin-right: 2px;
        width: 15px; }
      .header-contact__phone span {
        display: none; }
      .header-contact__phone a {
        display: inline-block; }
    .header-contact__email::before {
      margin-right: 2px;
      width: 15px;
      transform: translateY(1px); }
  .header-login-button {
    width: 30px;
    height: 30px;
    background-image: url("images/ico/user.svg");
    background-repeat: no-repeat;
    margin-left: 15px; }
  .header-login {
    display: none;
    position: absolute;
    background: #000;
    width: 100%;
    top: 105px;
    padding: 0 15px;
    padding-bottom: 10px;
    left: 0;
    z-index: 2; }
    .header-login.visible {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .header-login__user {
      margin-right: 10px; }
    .header-login__button {
      font-size: 1rem;
      height: 35px;
      line-height: 35px;
      padding: 0 15px;
      word-break: keep-all;
      margin-left: auto;
      min-width: 100px;
      text-align: center; }
  .header-nav {
    display: none; }
  /*----- Header main -----*/
  .header-main {
    padding: 10px 15px;
    justify-content: flex-end;
    flex-wrap: wrap; }
  .menu-open {
    top: 14px;
    left: 15px; }
  .header-logo {
    margin-right: auto;
    height: 50px;
    padding-left: 60px; }
  .header-cart__text {
    display: none; }
  .header-cart__ico-amount {
    display: none; }
  .search-button {
    display: block;
    width: 36px;
    height: 30px;
    margin-left: 15px;
    background-image: url("images/ico/search.svg");
    background-repeat: no-repeat;
    background-position: right top; }
  .header-search {
    background: #000;
    padding: 10px 15px;
    padding-top: 0;
    order: 1;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    display: none; }
    .header-search::before {
      left: 23px;
      top: 18px; }
    .header-search.visible {
      display: flex; }
    .header-search input {
      width: calc(100% - 90px);
      padding-left: 30px; }
    .header-search .search-suggestions {
      width: calc(100% - 30px);
      left: 15px;
      top: 35px; }
  /*----- Main -----*/
  .page-wrap .container {
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .hp-top-block {
    min-height: auto; }
    .hp-top-block h2 {
      font-size: 1.5625rem; }
    .hp-top-block ul li {
      padding: 3px 0; }
      .hp-top-block ul li a {
        font-size: 1rem; }
    .hp-top-block img {
      display: none; }
  .recomended h2 {
    font-size: 2.1875rem; }
  /*----- Pagination -----*/
  .pagination {
    justify-content: space-between;
    flex-wrap: wrap; }
    .pagination__button {
      order: 1; }
    .pagination ul {
      justify-content: center;
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }
    .pagination li {
      font-size: 1.375rem; }
      .pagination li a {
        padding: 0 15px; }
    .pagination__current {
      padding: 0 15px; }
  /*----- Category  -----*/
  .category-toggle {
    display: inline-block; }
  .category-menu {
    margin-bottom: 30px;
    display: none; }
    .category-menu__item {
      width: calc(100% - 6px); }
  /*----- Vendor filter -----*/
  .vendor-filter-wrap h2 {
    margin-top: 15px; }
  .vendor-toggle {
    display: inline-block; }
  .vendor-form-wrap {
    display: none;
    margin-bottom: 20px; }
  .vendor-filter {
    flex-wrap: nowrap; }
    .vendor-filter label {
      width: 100%;
      font-size: 1rem;
      line-height: 30px;
      padding-left: 45px; }
      .vendor-filter label::before {
        width: 30px;
        height: 30px; }
      .vendor-filter label::after {
        width: 7px;
        height: 15px;
        top: 6px;
        left: 11px;
        border-width: 3px; }
  /*----- Price filter -----*/
  .price-filter {
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 10px; }
    .price-filter .price-range {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 15px;
      flex-wrap: wrap; }
    .price-filter .price-bottom,
    .price-filter .price-top {
      min-width: 90px; }
    .price-filter #priceRange {
      width: 350px;
      width: 100%;
      order: 1;
      padding-right: 9px;
      padding-left: 11px;
      margin-top: 10px;
      margin-bottom: 10px; }
  /*----- Sort by -----*/
  .sort-by {
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .sort-by::before {
      display: none; }
    .sort-by a {
      font-size: 1rem;
      width: calc(50% - 2px);
      margin-right: 0;
      margin-bottom: 4px; }
      .sort-by a.sort-by-active {
        padding-top: 10px; }
        .sort-by a.sort-by-active::before {
          display: none; }
        .sort-by a.sort-by-active::after {
          width: 100%; }
  /*----- Product detail -----*/
  .product-detail {
    flex-wrap: wrap;
    padding: 15px; }
    .product-detail h1 {
      font-size: 1.875rem; }
    .product-detail__text {
      flex-basis: 100%;
      order: 0; }
    .product-detail header p {
      margin-bottom: 15px; }
    .product-detail__price .with-tax {
      margin-bottom: 20px; }
    .product-detail__add-to-cart {
      margin-bottom: 5px;
      flex-direction: column;
      align-items: flex-end; }
      .product-detail__add-to-cart form {
        margin-bottom: 15px; }
    .product-detail__images {
      flex-basis: 100%; }
    .product-detail__brand {
      display: none; }
    .product-detail__like a {
      padding: 3px 8px;
      font-size: 0.9375rem; }
      .product-detail__like a::before {
        width: 20px;
        height: 18px;
        vertical-align: -2px; }
    .product-detail__img-other {
      display: none; }
    .product-detail__images-bottom {
      display: none; }
    .product-detail .product-block__tag {
      left: -34px; }
  /*----- Product detail cards -----*/
  .cards-toggle {
    display: block; }
    .cards-toggle > div h2 {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
    .cards-toggle > div.active h2 {
      padding-top: 9px; }
      .cards-toggle > div.active h2::before {
        display: none; }
  /*----- Tech specs -----*/
  .tech-specs .entry-content {
    padding: 15px; }
    .tech-specs .entry-content p {
      line-height: 1.3; }
    .tech-specs .entry-content .disclaimer {
      font-size: 0.875rem; }
  /*----- Comments section -----*/
  .comments-section h2 {
    margin-bottom: 0; }
  .comments-section .entry-count {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    text-align: right;
    margin-bottom: 8px; }
  .comments-section .content {
    padding: 15px; }
  .comment {
    padding-left: 12px;
    padding-bottom: 50px; }
    .comment--sub {
      margin-left: 15px; }
    .comment__top {
      flex-wrap: wrap; }
    .comment h3 {
      font-size: 1rem;
      margin-bottom: 5px;
      width: 80%; }
    .comment__level {
      font-size: 1rem; }
    .comment__likes {
      display: block;
      text-align: right; }
    .comment__date {
      margin-right: auto;
      margin-bottom: 4px;
      font-size: 0.875rem; }
    .comment__img {
      display: none; }
    .comment p {
      font-size: 0.9375rem; }
    .comment__button {
      font-size: 1rem;
      height: 30px;
      line-height: 28px;
      padding: 0 15px; }
  .new-comment textarea {
    margin-bottom: 5px; }
  /*----- Search layout -----*/
  .search-section h1 span {
    display: block; }
  /*----- Newsletter -----*/
  .newsletter__text {
    padding: 15px; }
    .newsletter__text p img {
      display: none; }
  .newsletter__buttons {
    flex-wrap: wrap; }
    .newsletter__buttons button,
    .newsletter__buttons a {
      width: 100%; }
      .newsletter__buttons button:first-child,
      .newsletter__buttons a:first-child {
        margin-top: 15px;
        order: 1; }
  /*----- Complaints list -----*/
  .complaints-list h1,
  .orders-list h1,
  .order-process h1 {
    margin-bottom: 40px; }
  .complaints-print,
  .orders-print,
  .order-process__top-buttons {
    top: 45px; }
  /*----- Abou us -----*/
  .about-us {
    background-image: none;
    padding: 20px 15px; }
    .about-us h2 {
      font-size: 1.375rem; }
  .about-us-brands article {
    margin-bottom: 50px;
    padding-right: 0; }
    .about-us-brands article .img-holder {
      margin-bottom: 10px; }
      .about-us-brands article .img-holder::before {
        display: none; }
      .about-us-brands article .img-holder::after {
        padding-bottom: 25%; }
  .about-us-brands p {
    margin-bottom: 0.625rem; }
  /*----- Contact -----*/
  .contact {
    padding: 20px 15px; }
  .contact-persons h2 {
    font-size: 1.5625rem; }
  .person {
    margin-bottom: 40px; }
    .person__img {
      display: none; }
    .person__text {
      padding-left: 0; }
    .person p {
      margin-bottom: 5px; }
    .person__mail {
      margin-bottom: 10px;
      font-size: 1rem; }
      .person__mail::before {
        width: 19px;
        height: 15px;
        vertical-align: -4px; }
    .person__phone::before {
      width: 17px;
      height: 17px;
      vertical-align: -5px; }
    .person__phone span {
      display: none; }
    .person__phone a {
      display: inline-block;
      font-size: 1rem;
      color: #5f5f60;
      text-decoration: none; }
  .emails {
    font-size: 1rem; }
    .emails > span {
      margin-bottom: 5px; }
  .contact-form input {
    width: 100%; }
  .contact-form__button {
    font-size: 1.0625rem;
    padding: 7px 17px; }
  .contact-store h2,
  .contact-store h3 {
    font-size: 1.5625rem; }
  /*----- Terms and conditions -----*/
  .terms-and-conditions {
    padding: 20px 15px; }
    .terms-and-conditions h2 {
      font-size: 1.25rem; }
  /*----- Aside -----*/
  .aside-main {
    width: 100%; }
  /*----- Order process -----*/
  .order-process h2,
  .personal-info-section h2,
  .new-complaint h2,
  .order-detail h2 {
    font-size: 1.5625rem;
    margin-bottom: 10px; }
  .order-process__top-buttons,
  .personal-info-section__top-buttons,
  .new-complaint__top-buttons,
  .order-detail__top-buttons {
    right: auto;
    left: 15px;
    display: flex;
    width: calc(100% - 30px);
    justify-content: space-between; }
  .order-process .save-cart,
  .order-process .empty-cart,
  .personal-info-section .save-cart,
  .personal-info-section .empty-cart,
  .new-complaint .save-cart,
  .new-complaint .empty-cart,
  .order-detail .save-cart,
  .order-detail .empty-cart {
    display: block;
    margin-right: 0; }
    .order-process .save-cart::before,
    .order-process .empty-cart::before,
    .personal-info-section .save-cart::before,
    .personal-info-section .empty-cart::before,
    .new-complaint .save-cart::before,
    .new-complaint .empty-cart::before,
    .order-detail .save-cart::before,
    .order-detail .empty-cart::before {
      width: 12px;
      margin-right: 4px;
      background-size: 100% auto;
      vertical-align: -3px; }
  .order-process .cart-count input,
  .personal-info-section .cart-count input,
  .new-complaint .cart-count input,
  .order-detail .cart-count input {
    width: 40px;
    padding-right: 7px; }
  .order-process .cart-count div,
  .personal-info-section .cart-count div,
  .new-complaint .cart-count div,
  .order-detail .cart-count div {
    display: none; }
  .order-process__total,
  .personal-info-section__total,
  .new-complaint__total,
  .order-detail__total {
    padding: 15px 20px; }
    .order-process__total .with-tax,
    .personal-info-section__total .with-tax,
    .new-complaint__total .with-tax,
    .order-detail__total .with-tax {
      font-size: 1.375rem; }
      .order-process__total .with-tax span,
      .personal-info-section__total .with-tax span,
      .new-complaint__total .with-tax span,
      .order-detail__total .with-tax span {
        font-size: 1.5625rem; }
  .order-process .personal-info,
  .personal-info-section .personal-info,
  .new-complaint .personal-info,
  .order-detail .personal-info {
    flex-wrap: wrap;
    padding: 15px; }
    .order-process .personal-info > div,
    .personal-info-section .personal-info > div,
    .new-complaint .personal-info > div,
    .order-detail .personal-info > div {
      width: 100%;
      padding: 0; }
      .order-process .personal-info > div:first-child,
      .personal-info-section .personal-info > div:first-child,
      .new-complaint .personal-info > div:first-child,
      .order-detail .personal-info > div:first-child {
        margin-bottom: 10px; }
  .order-process .company-info,
  .personal-info-section .company-info,
  .new-complaint .company-info,
  .order-detail .company-info {
    margin-bottom: 25px; }
  .order-process .form-submit-block,
  .personal-info-section .form-submit-block,
  .new-complaint .form-submit-block,
  .order-detail .form-submit-block {
    flex-wrap: wrap; }
  .order-process .form-submit-consent,
  .personal-info-section .form-submit-consent,
  .new-complaint .form-submit-consent,
  .order-detail .form-submit-consent {
    width: 100%;
    margin-bottom: 30px; }
  .order-process .form-submit-button,
  .personal-info-section .form-submit-button,
  .new-complaint .form-submit-button,
  .order-detail .form-submit-button {
    margin-left: auto;
    width: 200px; }
  .form-col-2 {
    flex-wrap: wrap; }
    .form-col-2 > div {
      width: 100%; }
      .form-col-2 > div:last-child {
        margin-top: 10px; }
      .form-col-2 > div .form-block {
        padding: 15px; }
  .form-block .input-wrap {
    flex-wrap: wrap; }
    .form-block .input-wrap label {
      margin-bottom: 5px; }
    .form-block .input-wrap input {
      width: 100%; }
    .form-block .input-wrap .selectric-wrapper {
      width: 100%; }
  .new-password {
    width: 100% !important; }
  .delivery-options {
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 15px; }
    .delivery-options > div {
      width: 100%;
      padding: 10px;
      padding-bottom: 0; }
      .delivery-options > div > div:not(:last-child) {
        margin-bottom: 15px; }
    .delivery-options .radio-wrap label {
      font-size: 0.875rem; }
      .delivery-options .radio-wrap label::after {
        top: 8px; }
    .delivery-options .radio-wrap .light {
      font-size: 0.8125rem; }
    .delivery-options .radio-wrap .img-holder {
      display: none; }
  /*----- Personal info -----*/
  .personal-info-section__buttons {
    flex-wrap: wrap; }
    .personal-info-section__buttons button,
    .personal-info-section__buttons a {
      width: 100%; }
      .personal-info-section__buttons button:first-child,
      .personal-info-section__buttons a:first-child {
        margin-top: 15px;
        order: 1; }
  /*----- New complaint -----*/
  .new-complaint__description .textarea {
    margin-top: 0; }
  .new-complaint .two-by-side .input-wrap {
    flex-wrap: wrap; }
    .new-complaint .two-by-side .input-wrap input {
      width: 100% !important; }
  .complaint-submit {
    width: 100%;
    text-align: center; }
  /*----- Order detail -----*/
  .order-state-block span {
    font-size: 0.9375rem;
    line-height: 1.2; }
  .order-state-block__button {
    flex-shrink: 0;
    font-size: 0.9375rem; }
  .order-detail .block-style table td {
    vertical-align: top; }
  /*----- My addresses -----*/
  .my-address-block {
    margin-bottom: 15px;
    padding-left: 60px; }
    .my-address-block__ico {
      left: 15px;
      top: 15px;
      width: 30px;
      height: 30px; }
      .my-address-block__ico.work svg {
        width: 15px; }
      .my-address-block__ico.home svg, .my-address-block__ico.other svg {
        width: 11px; }
  .my-address-block-new {
    min-height: 150px; }
  /*----- New address -----*/
  .new-address-section__buttons button,
  .new-address-section__buttons a {
    width: 100%; }
  /*-----  Footer -----*/
  .footer-main {
    padding: 15px; }
    .footer-main .row {
      background-image: none; }
  .footer-block {
    padding-top: 5px; }
    .footer-block__content {
      display: none;
      padding-bottom: 20px; }
    .footer-block h2 {
      margin-bottom: 5px; }
      .footer-block h2.open::after {
        transform: rotate(180deg) translateY(-6px); }
      .footer-block h2::after {
        content: "\25BE";
        margin-left: 10px;
        display: inline-block; }
  .footer-address {
    margin-bottom: 10px; }
  .footer-makers ul {
    width: auto; }
    .footer-makers ul:first-child {
      padding-right: 25px; }
  .footer-social {
    width: 380px;
    padding-top: 10px; }
    .footer-social a {
      margin-bottom: 10px;
      margin-right: 5px; }
  .footer-bottom {
    margin-top: 20px;
    padding-right: 0; }
    .footer-bottom span {
      display: block;
      margin-bottom: 6px; }
    .footer-bottom .pixon {
      position: relative;
      transform: none;
      width: 100%;
      text-align: right;
      margin-top: 15px; }
      .footer-bottom .pixon img {
        display: inline-block;
        width: 65px; }
  /*----- Added to cart Popup -----*/
  .added-to-cart {
    width: calc(100% - 30px); }
    .added-to-cart__top {
      height: 50px; }
      .added-to-cart__top span {
        font-size: 1.125rem;
        left: 15px; }
      .added-to-cart__top svg {
        right: 15px; }
    .added-to-cart__item {
      padding: 15px; }
    .added-to-cart__name {
      font-size: 1.25rem;
      margin-bottom: 10px; }
    .added-to-cart__amount {
      margin-right: 5px;
      flex-wrap: wrap; }
      .added-to-cart__amount span:first-child {
        width: 100%;
        margin-bottom: 2px; }
      .added-to-cart__amount > div {
        margin: 0;
        margin-right: 5px;
        padding-right: 3px; }
        .added-to-cart__amount > div div {
          display: none; }
    .added-to-cart__price {
      flex-shrink: 0;
      margin-left: auto; }
    .added-to-cart__buttons {
      flex-wrap: wrap;
      width: 100%; }
      .added-to-cart__buttons a,
      .added-to-cart__buttons span {
        width: 100%;
        text-align: center; }
        .added-to-cart__buttons a:first-child,
        .added-to-cart__buttons span:first-child {
          margin-bottom: 10px; }
  /*----- Address types -----*/
  .address-types > div {
    margin-top: 5px;
    width: 100%; }
    .address-types > div label {
      margin-right: 15px; }
  .address-type {
    width: 45px;
    height: 45px; }
    .address-type svg {
      width: 18px !important;
      height: 18px !important; }
  /*----- Photo cropper -----*/
  .photo-cropper {
    width: calc(100% - 30px); }
    .photo-cropper__text p {
      display: none; }
    .photo-cropper .result-img {
      display: none; }
    .photo-cropper .filename {
      display: none; }
    .photo-cropper .actionUpload label {
      width: 260px;
      text-align: center; }
    .photo-cropper__buttons {
      width: 260px;
      margin: 0 auto; }
  .cr-slider {
    width: 260px; } }

@media (max-width: 991px) {
  .user-panel__header {
    position: relative;
    cursor: pointer; }
    .user-panel__header.open::before {
      transform: translateY(-50%) rotate(180deg); }
    .user-panel__header::before {
      content: "\25BC";
      display: block;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%) rotate(0deg);
      transition: transform 0.3s ease; }
  .user-panel__body {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  /*----- Main -----*/
  /*----- Contact -----*/
  .person__img {
    width: 90px; }
  .person h3 {
    font-size: 1.125rem;
    margin-bottom: 5px; }
  .person p {
    line-height: 1.2; }
  /*----- Order process -----*/
  .order-process .cart-img {
    padding: 0 !important;
    padding-left: 10px;
    width: 80px; }
    .order-process .cart-img .img-holder img {
      max-width: calc(100% - 5px);
      max-height: calc(100% - 5px); }
  .order-process .cart-description {
    padding-top: 10px;
    padding-bottom: 10px; }
    .order-process .cart-description__name {
      font-size: 1.0625rem;
      line-height: 1.2;
      margin-bottom: 3px;
      padding-bottom: 3px; }
    .order-process .cart-description__text {
      font-size: 0.8125rem; }
  .order-process .cart-count {
    margin-right: 8px; }
  .order-process .cart-availability {
    font-size: 0.625rem; }
    .order-process .cart-availability div {
      padding-left: 25px; }
      .order-process .cart-availability div::before {
        width: 18px; }
  .form-block .input-wrap input {
    width: 200px; }
  .form-block .input-wrap .new-password {
    width: 175px !important; }
  .form-block .input-wrap .selectric-wrapper {
    width: 200px; }
  .form-block.change-password .input-wrap input {
    width: 180px; }
  /*----- Order process -----*/
  .order-detail .block-style table td:first-child {
    width: 85px; }
  .delivery-options > div {
    padding: 15px; }
  .delivery-options .radio-wrap label {
    font-size: 0.875rem; }
  .delivery-options .radio-wrap .img-holder {
    width: 30px; }
  .delivery-options .radio-wrap .light {
    font-size: 0.8125rem; }
  /*----- Form block -----*/
  .form-block.form-col-2 .input-wrap label {
    max-width: 80px; }
  /*----- Address types -----*/
  .address-types > div {
    width: 200px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /*----- Header -----*/
  /*----- Header top -----*/
  .header-top {
    align-items: center; }
  .header-contact {
    width: 175px; }
  .header-login {
    margin-left: 5px; }
    .header-login__user {
      margin-right: 5px;
      max-width: 200px; }
  .small_info {
    padding-top: 25px; }
  /*----- Header main -----*/
  .header-main {
    justify-content: space-between; }
  .header-logo {
    height: 60px;
    margin-right: 30px; }
  .header-cart {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end; }
    .header-cart__text {
      margin-right: 0;
      font-size: 0.8125rem; }
    .header-cart__ico {
      margin-bottom: 5px; }
  /*----- Main -----*/
  .page-wrap .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
  .hp-top-block h2 {
    font-size: 1.5625rem; }
  .hp-top-block img {
    transform-origin: right bottom;
    transform: scale(0.8); }
  .product-block > div {
    padding: 15px; }
  .product-block__img::after {
    padding-bottom: 180px; }
  .product-block__bottom {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -14px;
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 14px; }
  .product-block__buy input {
    width: 40px;
    font-size: 0.875rem; }
  .product-block__buy button {
    width: 35px;
    background-size: 20px auto; }
  .product-block__availability {
    font-size: 0.6875rem; }
    .product-block__availability > div {
      padding-left: 20px; }
      .product-block__availability > div::before {
        width: 15px; }
  /*----- Category -----*/
  .category-filter label {
    font-size: 0.875rem; }
  /*----- Price filter -----*/
  .price-filter .price-bottom {
    min-width: 70px; }
  .price-filter .price-top {
    min-width: 85px; }
  .price-filter .price-bottom,
  .price-filter .price-top {
    font-size: 0.875rem; }
    .price-filter .price-bottom span,
    .price-filter .price-top span {
      font-size: 1rem; }
  .price-filter #priceRange {
    width: 200px; }
  .price-filter label {
    font-size: 0.875rem; }
  .price-filter button {
    font-size: 1.0625rem;
    padding: 0 15px; }
  /*----- Product detail -----*/
  .product-detail__add-to-cart {
    display: block; }
    .product-detail__add-to-cart form {
      margin-bottom: 10px; }
  .product-detail__images-bottom span {
    font-size: 0.875rem; }
    .product-detail__images-bottom span::before {
      width: 15px;
      height: 15px;
      margin-right: 5px;
      vertical-align: -2px; }
  /*----- Aside -----*/
  .menu-main > li:first-of-type:hover > a {
    border-top: 0; }
  .menu-main > li.opened:hover > a::after {
    display: none; }
  .menu-main > li:hover > a {
    background-color: #000;
    color: #fff;
    border-top: 1px solid transparent;
    position: relative;
    border-left: 0;
    border-right: 0;
    z-index: 1; }
    .menu-main > li:hover > a::after {
      display: block;
      content: "";
      width: 100%;
      height: calc(100% + 4px);
      background-color: black;
      background-image: url("images/bg/menuitem_mesh.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top right;
      position: absolute;
      top: -2px;
      left: 0;
      z-index: -1; }
  .menu-main .top-item > a {
    padding-left: 40px; }
    .menu-main .top-item > a::before {
      left: 5px;
      transform: translateY(-2px); }
  .menu-main .top-item--new:hover a::before {
    background-image: url("images/ico/new-w.svg"); }
  .menu-main .top-item--sale:hover a::before {
    background-image: url("images/ico/percent-w.svg"); }
  .menu-main .top-item--builds:hover a::before {
    background-image: url("images/ico/ear-w.svg"); }
  .menu-main .top-item--car:hover a::before {
    background-image: url("images/ico/car-w.svg"); }
  .menu-sub > li:first-child {
    margin-top: 8px; }
  .menu-sub > li:last-child {
    margin-bottom: 10px; }
  .menu-sub-sub > li:last-child {
    margin-bottom: 5px; }
  .aside-blocks {
    display: block; }
  .aside-top-sellers__item .with-tax {
    font-size: 1rem; }
    .aside-top-sellers__item .with-tax small {
      font-size: 0.6875rem; }
  .aside-top-sellers__item .without-tax {
    font-size: 0.6875rem; }
  .aside-top-sellers__item-buy input {
    width: 25px;
    font-size: 0.875rem; }
  .aside-top-sellers__item-buy button {
    width: 35px;
    background-size: 20px auto; }
  .aside-verified h2 {
    font-size: 1.375rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  body {
    background-image: none !important; }
  html.open,
  body.open {
    height: 100vh !important;
    overflow: hidden !important; }
  .small_info {
    padding-top: 25px; }
  /*----- Header -----*/
  /*----- Header top -----*/
  .header-top {
    align-items: center; }
  .header-contact {
    width: 250px;
    min-width: 180px; }
  .header-nav {
    text-align: center; }
  .header-login {
    min-width: 100px;
    text-align: right; }
    .header-login__user {
      margin-right: 0;
      margin-bottom: 5px; }
    .header-login__button {
      text-align: center; }
  /*----- Header main -----*/
  .header-main {
    flex-wrap: wrap;
    position: relative; }
  .menu-open {
    border: 2px solid #c60f13;
    padding: 5px;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer; }
    .menu-open:hover {
      opacity: 0.6; }
    .menu-open span {
      display: block;
      width: 100%;
      height: 4px;
      background: #fff; }
  .menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: -1; }
    .menu-mask.open {
      opacity: 0.4;
      transition: opacity 0.3s ease;
      z-index: 25; }
  .header-logo {
    padding-left: 65px;
    margin-right: 0; }
  .header-cart {
    width: 340px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end; }
    .header-cart__text {
      margin-right: 0;
      font-size: 0.8125rem; }
  .header-search {
    order: 1;
    width: 100%;
    margin-top: 25px;
    margin-right: 0; }
    .header-search input {
      width: calc(100% - 90px); }
  /*----- Main -----*/
  .hp-top-block {
    min-height: auto; }
    .hp-top-block h2 {
      font-size: 1.5625rem; }
    .hp-top-block img {
      transform-origin: right bottom;
      transform: scale(0.8); }
  /*----- Pagination -----*/
  .pagination li {
    font-size: 1.25rem; }
    .pagination li a {
      padding: 0 15px; }
  .pagination__current {
    padding: 0 15px; }
  /*----- Vendor filter -----*/
  .vendor-filter label {
    width: 33.3333%; }
  /*----- Price filter -----*/
  .price-filter {
    flex-wrap: wrap;
    overflow: hidden; }
    .price-filter .price-range {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 15px; }
    .price-filter .price-bottom,
    .price-filter .price-top {
      min-width: 90px; }
    .price-filter #priceRange {
      width: 350px; }
  /*----- Sort by -----*/
  .sort-by a {
    font-size: 1rem; }
  /*----- Product detail -----*/
  .product-detail {
    flex-wrap: wrap; }
    .product-detail__text {
      flex-basis: 100%;
      order: 0; }
    .product-detail__add-to-cart {
      flex-direction: column;
      align-items: flex-end;
      margin-bottom: 5px; }
      .product-detail__add-to-cart form {
        margin-bottom: 15px; }
    .product-detail__images {
      flex-basis: 100%;
      margin-bottom: 20px; }
    .product-detail__img-main div::after {
      padding-bottom: 50%; }
    .product-detail__like a {
      padding: 3px 8px;
      font-size: 0.9375rem; }
      .product-detail__like a::before {
        width: 20px;
        height: 18px;
        vertical-align: -2px; }
    .product-detail__images-bottom a {
      font-size: 1.0625rem;
      height: 34px;
      line-height: 34px;
      padding: 0 15px; }
    .product-detail .product-block__tag {
      left: -49px; }
  /*----- Comment -----*/
  .comment {
    padding-bottom: 45px; }
    .comment__button {
      font-size: 1rem;
      height: 30px;
      line-height: 28px;
      padding: 0 15px; }
  /*----- Order process -----*/
  .delivery-options > div:last-child {
    padding-left: 0; }
  /*----- Personal info -----*/
  .change-password label .img-holder {
    width: 78px; }
  /*----- My addresses -----*/
  .my-address-block__remove {
    display: block; }
  /*----- Aside -----*/
  .aside-main {
    z-index: 30;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    padding: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    height: 100vh;
    overflow-y: scroll; }
    .aside-main.open {
      transform: translateX(0); }
  .aside-inner {
    border-bottom: none;
    position: relative;
    z-index: 2; }
  .menu-main > li.has-sub > a,
  .menu-sub > li.has-sub > a {
    position: relative;
    padding-right: 27px;
    transition: all 0.3s ease; }
    .menu-main > li.has-sub > a::after,
    .menu-sub > li.has-sub > a::after {
      content: "\25BE";
      display: inline-block;
      font-size: 1.375rem;
      position: absolute;
      top: 7px;
      right: 10px; }
  .menu-main > li.has-sub.open-mobile > a::after,
  .menu-sub > li.has-sub.open-mobile > a::after {
    transform: rotate(180deg) translateY(-3px); }
  .menu-main > li.opened > .menu-sub,
  .menu-sub > li.opened > .menu-sub {
    display: none; }
  .menu-main > li.opened > a,
  .menu-sub > li.opened > a {
    background: inherit;
    color: inherit; }
  .menu-main > li > a,
  .menu-sub > li > a {
    font-size: 1rem; }
  .menu-main > li.open-mobile > a {
    background: #d0d0d0; }
  .menu-sub {
    background: #e1e1e1; }
    .menu-sub > li:not(:first-child) > a {
      border-top: 1px solid #d3d4d4; }
    .menu-sub > li > a {
      font-size: 1rem;
      padding: 12px 10px;
      padding-left: 10px; }
      .menu-sub > li > a:hover {
        text-decoration: none; }
    .menu-sub .sub-button {
      display: none; }
  .menu-sub-sub {
    background: #fff; }
    .menu-sub-sub > li > a {
      font-size: 1rem;
      border-top: 1px solid #d3d4d4;
      padding: 12px 10px;
      padding-left: 20px; }
      .menu-sub-sub > li > a:hover {
        text-decoration: none;
        color: #000; }
      .menu-sub-sub > li > a::before {
        display: none; }
  .menu-close {
    width: 35px;
    height: 35px;
    position: relative;
    transform: rotate(45deg);
    margin: 5px; }
    .menu-close::before {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #666666; }
    .menu-close::after {
      content: "";
      display: block;
      position: absolute;
      width: 5px;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #666666; }
  /*----- Added to cart Popup -----*/
  .added-to-cart {
    max-height: 90%;
    overflow-y: scroll; }
  /*----- Photo cropper -----*/
  .photo-cropper {
    max-height: 90%;
    overflow-y: scroll; }
  /*----- Footer -----*/
  .footer-bottom div:first-child {
    margin-bottom: 5px; }
  .footer-bottom span {
    display: block; } }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-inner {
  background: #fff;
  width: 1040px;
  height: 830px;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99998; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: relative;
  top: 80px;
  left: 0;
  margin: 0;
  padding: 0;
  width: calc(100% - 50px) !important;
  height: calc(100% - 250px) !important;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  user-select: none;
  transition-property: transform, opacity;
  transform: none !important; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  max-height: 100%;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 100%;
  border: 2px solid #fff;
  background: transparent;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 25px;
  right: 25px; }
  .fancybox-button svg {
    fill: #fff; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }
  .fancybox-button[disabled]::before {
    border-color: #545454; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: #fff;
  stroke: #fff;
  stroke-linejoin: mitter;
  stroke-width: 5; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  display: block;
  position: absolute;
  top: calc(100% - 100px);
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
  border: none;
  border-radius: 0;
  padding: 0; }
  .fancybox-navigation button svg {
    display: none; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-top: 1px solid #c60f13;
  border-right: 1px solid #c60f13; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 50px; }
  .fancybox-navigation .fancybox-button--arrow_left::before {
    transform: rotate(-135deg); }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 65px; }
  .fancybox-navigation .fancybox-button--arrow_right::before {
    transform: rotate(45deg); }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  background: #c60f13; }

.fancybox-caption {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  padding: 25px;
  padding-right: 55px;
  line-height: 1.2;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 220px);
  height: 120px;
  margin: 0;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  box-sizing: border-box;
  padding: 0 10px; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  max-height: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  margin: 0 !important;
  height: auto !important;
  width: auto !important; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 767px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.modal.show {
  padding-right: 0px !important; }

.permalink a {
  color: black; }

.permalink textarea {
  width: 100%; }

.alert-danger a {
  color: black; }

.login-page {
  background: #f4f4f4;
  z-index: 60;
  border: 1px solid #fff; }
  .login-page h2 {
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: 13px;
    color: #000; }
  .login-page a {
    color: black; }
  .login-page__top {
    height: 78px;
    position: relative;
    background: #000;
    background-image: url(images/bg/mesh02.png);
    background-repeat: no-repeat;
    background-size: 120% auto; }
    .login-page__top span {
      font-family: "Oswald", sans-serif;
      font-size: 1.875rem;
      font-weight: 400;
      color: #fff;
      line-height: 1;
      display: block;
      position: absolute;
      left: 29px;
      top: 50%;
      transform: translateY(-50%); }
    .login-page__top svg {
      width: 24px;
      height: 24px;
      fill: #c60f13;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      cursor: pointer; }
  .login-page__content {
    padding: 20px 30px;
    padding-bottom: 40px; }
  .login-page p {
    font-weight: 300;
    font-size: 0.9375rem;
    margin-bottom: 1.875rem; }
  .login-page .input-wrap {
    display: flex;
    align-items: center;
    line-height: 1.2; }
    .login-page .input-wrap.align-start {
      align-items: flex-start; }
      .login-page .input-wrap.align-start label {
        padding-top: 10px; }
    .login-page .input-wrap:not(:last-child) {
      margin-bottom: 10px; }
    .login-page .input-wrap label,
    .login-page .input-wrap .fake-label {
      font-size: 0.9375rem;
      font-weight: 300;
      margin-bottom: 0;
      line-height: 1.2;
      flex-shrink: 0;
      width: 143px; }
      .login-page .input-wrap label.required::after,
      .login-page .input-wrap .fake-label.required::after {
        content: "\002A";
        display: inline-block;
        margin-left: 1px;
        color: #c60f13; }
    .login-page .input-wrap .order-number {
      font-size: 1.1875rem;
      font-weight: 700;
      color: #c60f13;
      padding-left: 15px; }
    .login-page .input-wrap input {
      background: #ebebeb;
      color: #5f5f60;
      border: 1px solid #d3d4d4;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.2;
      padding: 9px 10px;
      width: 100%; }
    .login-page .input-wrap textarea {
      background: #ebebeb;
      color: #5f5f60;
      border: 1px solid #d3d4d4;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.3;
      padding: 10px;
      margin-bottom: 0;
      transform: translateY(3px);
      resize: none;
      width: 100%;
      height: 140px;
      align-self: flex-start; }
  .login-page .check-wrap {
    position: relative;
    width: calc(100% - 143px);
    margin-left: auto;
    height: 30px; }
    .login-page .check-wrap label {
      position: absolute;
      padding: 0;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 300;
      min-height: 20px;
      padding-left: 30px;
      display: block;
      top: 0;
      left: 0;
      transform: translateY(5px); }
      .login-page .check-wrap label.checked::before {
        background: #fff; }
      .login-page .check-wrap label.checked::after {
        opacity: 1; }
      .login-page .check-wrap label::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #d3d4d4;
        background: #ebebeb;
        position: absolute;
        top: 0;
        left: 0; }
      .login-page .check-wrap label::after {
        content: "";
        display: block;
        width: 4px;
        height: 9px;
        position: absolute;
        top: 5px;
        left: 8px;
        transform: rotate(45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        opacity: 0; }
    .login-page .check-wrap input {
      display: none; }
  .login-page button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #c60f13; }
    .login-page button:hover {
      background: #970b0e; }

.label-style {
  font-size: 0.9375rem;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.2;
  flex-shrink: 0; }

.black-pager a {
  color: black !important; }

.entry-content ul {
  list-style-type: disc;
  padding-left: 40px;
  font-size: 12px; }

.entry-content ol {
  padding-left: 40px;
  font-size: 12px; }

.tech-specs .embed-responsive {
height:750px;
}
