@charset "UTF-8";
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --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;
  --breakpoint-xxl: 1650px;
  --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; }

*,
*::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: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, 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: 0 !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]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.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;
  cursor: pointer; }

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: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.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: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1650px) {
    .container {
      max-width: 1740px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .universal-carousel .swiper-container, main .products, main .list .products article.product-miniature .product-miniature-container {
  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, main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, .col-6, main .products article.product-miniature, main .grid .products article.product-miniature, .layout-both-columns main .grid .products article.product-miniature, .layout-full-width main .grid .products article.product-miniature, main .lookbook-default.jx-lookbook-left .products article.product-miniature, .layout-full-width main .product-accessories.grid .products article.product-miniature, .col-7, main .list .products article.product-miniature .product-miniature-container .product-miniature-information, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-information, .col-8, .col-9, .col-10, .col-11, .col-12, main .layout-both-columns .product-card .product-left-column, main .layout-both-columns .product-card .product-right-column, main .list .products article.product-miniature, .layout-both-columns main .list .products article.product-miniature, .layout-full-width main .list .products article.product-miniature, .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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .layout-full-width main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .layout-full-width main .list .products article.product-miniature .product-miniature-container .product-miniature-information, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-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.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5, main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6, main .products article.product-miniature, main .grid .products article.product-miniature, .layout-both-columns main .grid .products article.product-miniature, .layout-full-width main .grid .products article.product-miniature, main .lookbook-default.jx-lookbook-left .products article.product-miniature, .layout-full-width main .product-accessories.grid .products article.product-miniature {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7, main .list .products article.product-miniature .product-miniature-container .product-miniature-information, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12, main .layout-both-columns .product-card .product-left-column, main .layout-both-columns .product-card .product-right-column, main .list .products article.product-miniature, .layout-both-columns main .list .products article.product-miniature, .layout-full-width main .list .products article.product-miniature {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.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.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@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.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6, main .products article.product-miniature, main .grid .products article.product-miniature, .layout-both-columns main .grid .products article.product-miniature, .layout-full-width main .grid .products article.product-miniature, main .lookbook-default.jx-lookbook-left .products article.product-miniature, .layout-full-width main .product-accessories.grid .products article.product-miniature {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12, main .list .products article.product-miniature {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .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.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@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.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3, main .lookbook-default.jx-lookbook-left .products article.product-miniature {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4, main .products article.product-miniature, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, .layout-full-width main .grid .products article.product-miniature, .layout-full-width main .product-accessories.grid .products article.product-miniature {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5, main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6, main .grid .products article.product-miniature {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7, main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12, main .list .products article.product-miniature, .layout-both-columns main .grid .products article.product-miniature {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .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.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@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.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3, main .lookbook-default.jx-lookbook-left .products article.product-miniature {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4, main .products article.product-miniature, main .grid .products article.product-miniature, .layout-full-width main .grid .products article.product-miniature, .layout-full-width main .product-accessories.grid .products article.product-miniature {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6, main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, main .list .products article.product-miniature .product-miniature-container .product-miniature-information, .layout-both-columns main .grid .products article.product-miniature {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12, main .list .products article.product-miniature {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .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.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@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.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3, main .products article.product-miniature {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4, main .grid .products article.product-miniature, main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, .layout-full-width main .grid .products article.product-miniature, .layout-full-width main .product-accessories.grid .products article.product-miniature {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6, .layout-both-columns main .grid .products article.product-miniature, .layout-full-width main .list .products article.product-miniature, main .lookbook-default.jx-lookbook-left .products article.product-miniature {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8, main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12, main .list .products article.product-miniature {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .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.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1650px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2, .layout-full-width main .grid .products article.product-miniature {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-3, main .grid .products article.product-miniature, main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4, .layout-both-columns main .grid .products article.product-miniature, .layout-full-width main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, .layout-full-width main .product-accessories.grid .products article.product-miniature {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-6, main .layout-both-columns .product-card .product-left-column, main .layout-both-columns .product-card .product-right-column, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-thumbnail, .layout-both-columns main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8, .layout-full-width main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-9, main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 13; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }
.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 #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.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: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.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: #dee2e6; }

.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: 575.98px) {
  .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: 767.98px) {
  .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: 991.98px) {
  .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: 1199.98px) {
  .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; } }
@media (max-width: 1649.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .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-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    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;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  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; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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 > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-sm > .product-buttons.input-group-prepend > a.form-control-plaintext,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-sm > .product-buttons.input-group-append > a.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-lg > .product-buttons.input-group-prepend > a.form-control-plaintext,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-lg > .product-buttons.input-group-append > a.form-control-plaintext {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-sm > .product-buttons.input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-sm > .product-buttons.input-group-append > a {
  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 > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-lg > .product-buttons.input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-lg > .product-buttons.input-group-append > a {
  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 > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > 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;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  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 {
    border-color: #28a745;
    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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.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 .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  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 {
    border-color: #dc3545;
    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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.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 .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a {
  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: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a {
      transition: none; } }
  .btn:hover, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover, .btn:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus {
    text-decoration: none; }
  .btn:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus, .btn.focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.disabled, .btn:disabled, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.disabled,
fieldset:disabled a.btn,
fieldset:disabled main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information fieldset:disabled .product-buttons > a {
  pointer-events: none; }

.btn-primary, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus, .btn-primary.focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.disabled, .btn-primary:disabled, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.show > a.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.show > a.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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 {
    color: #fff;
    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; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      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 {
    color: #fff;
    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; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    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 {
    color: #212529;
    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: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      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 {
    color: #fff;
    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; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    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 {
    color: #212529;
    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: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      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 {
    color: #fff;
    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; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      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; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      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; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      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: #212529;
    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: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      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; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      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; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      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; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      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 {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a {
  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 {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  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; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  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; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.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-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item.current, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group > a,
  .btn-group-vertical > .btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group > a:hover,
    .btn-group-vertical > .btn:hover,
    main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a:hover {
      z-index: 1; }
    .btn-group > .btn:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group > a:focus, .btn-group > .btn:active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group > a:active, .btn-group > .btn.active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group > a.active,
    .btn-group-vertical > .btn:focus,
    main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active,
    main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active,
    main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a.active {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group .product-buttons > a + .btn, .btn-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > .btn + a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group .product-buttons > .btn + a, .btn-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group .product-buttons > a + a,
  .btn-group .btn + .btn-group,
  .btn-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .btn-group,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group .product-buttons > a + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > .btn-group + a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group .product-buttons > .btn-group + a,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-vertical .product-buttons > a + .btn,
  .btn-group-vertical main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > .btn + a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-vertical .product-buttons > .btn + a,
  .btn-group-vertical main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-vertical .product-buttons > a + a,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .btn-group,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-vertical .product-buttons > a + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > .btn-group + a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-vertical .product-buttons > .btn-group + a,
  .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:first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group > a:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group > .product-buttons.btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group > .product-buttons.btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a + .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 main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-vertical .product-buttons > a,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a + .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > .btn + a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a + a,
  .btn-group-vertical > .btn + .btn-group,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > .btn-group + a,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-vertical > .product-buttons.btn-group:not(:last-child) > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-vertical > .product-buttons.btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-toggle > .product-buttons.btn-group > a {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-toggle > a input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-toggle > a input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-toggle > .product-buttons.btn-group > a input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .btn-group-toggle > .product-buttons.btn-group > a input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-prepend .product-buttons > a,
  .input-group-append .btn,
  .input-group-append main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-append .product-buttons > a {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-prepend .product-buttons > a + .btn, .input-group-prepend main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > .btn + a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-prepend .product-buttons > .btn + a, .input-group-prepend main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-prepend .product-buttons > a + a,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .input-group-text,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-prepend .product-buttons > a + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > .input-group-text + a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-prepend .product-buttons > .input-group-text + a,
  .input-group-append .btn + .btn,
  .input-group-append main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .btn,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-append .product-buttons > a + .btn,
  .input-group-append main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > .btn + a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-append .product-buttons > .btn + a,
  .input-group-append main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-append .product-buttons > a + a,
  .input-group-append .btn + .input-group-text,
  .input-group-append main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a + .input-group-text,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-append .product-buttons > a + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > .input-group-text + a,
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group-append .product-buttons > .input-group-text + a {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group > .product-buttons.input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group > .product-buttons.input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group > .product-buttons.input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group > .product-buttons.input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group > .product-buttons.input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
main .list .products article.product-miniature .product-miniature-container .product-miniature-information .input-group > .product-buttons.input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  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='%23343a40' 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: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    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-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.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:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .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:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      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: #dee2e6 #dee2e6 #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:hover, .navbar-brand:focus {
    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-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: 575.98px) {
  .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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.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; } }
@media (max-width: 767.98px) {
  .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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.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; } }
@media (max-width: 991.98px) {
  .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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.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; } }
@media (max-width: 1199.98px) {
  .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 .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.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; } }
@media (max-width: 1649.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1650px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }
.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 .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.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-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    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:hover, .navbar-light .navbar-nav .nav-link:focus {
    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:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    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:hover, .navbar-dark .navbar-text a:focus {
      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,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            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,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            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,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.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 {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.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 #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.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, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a .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]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    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 {
  padding-right: 4rem; }
  .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: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.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;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.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:hover, .list-group-item-action:focus {
    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:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    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; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.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:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  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: 1040;
  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: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  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: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .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: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  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: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.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-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 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:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    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;
    cursor: pointer;
    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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !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: #6c757d !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; } }
@media (min-width: 1650px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !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.8571428571%; }

.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; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !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; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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; } }
@media (min-width: 1650px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-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; } }
@media (min-width: 1650px) {
  .float-xxl-left {
    float: left !important; }

  .float-xxl-right {
    float: right !important; }

  .float-xxl-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;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.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,
.page-authentication .page-content,
.page-addresses .page-content,
.page-customer-account .page-content,
.page-authentication .login-form form,
.page-addresses .login-form form,
.page-customer-account .login-form form {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto,
.page-authentication .page-content,
.page-addresses .page-content,
.page-customer-account .page-content,
.page-authentication .login-form form,
.page-addresses .login-form form,
.page-customer-account .login-form form {
  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; } }
@media (min-width: 1650px) {
  .m-xxl-0 {
    margin: 0 !important; }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.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; } }
@media (min-width: 1650px) {
  .text-xxl-left {
    text-align: left !important; }

  .text-xxl-right {
    text-align: right !important; }

  .text-xxl-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:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !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; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .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 #dee2e6 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn.btn-social, .btn.btn-social-icon, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none; }
  .btn.btn-social span, .btn.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social span {
    margin-left: calc(2.25rem + 2px); }
  .btn.btn-social > :first-child, .btn.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(2.25rem + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .btn.btn-social.btn-lg span, .btn-group-lg > .btn.btn-social span, .btn-group-lg > .btn.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a.btn-social span, .btn.btn-lg.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-lg.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social.btn-lg span {
    margin-left: calc(2.875rem + 2px); }
  .btn.btn-social.btn-lg > :first-child, .btn-group-lg > .btn.btn-social > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a.btn-social > :first-child, .btn.btn-lg.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-lg.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social.btn-lg > :first-child {
    line-height: calc(2.875rem + 2px);
    width: calc(2.875rem + 2px);
    font-size: 1.8em; }
  .btn.btn-social.btn-sm span, .btn-group-sm > .btn.btn-social span, .btn-group-sm > .btn.btn-social-icon span, .btn.btn-sm.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social span {
    margin-left: calc(2.875rem + 2px); }
  .btn.btn-social.btn-sm > :first-child, .btn-group-sm > .btn.btn-social > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child, .btn.btn-sm.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social > :first-child {
    line-height: calc(1.8125rem + 2px);
    width: calc(1.8125rem + 2px);
    font-size: 1.4em; }

.btn.btn-social-icon, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon {
  height: calc(2.25rem + 2px);
  width: calc(2.25rem + 2px);
  padding: 0; }
  .btn.btn-social-icon span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon span {
    display: none; }
  .btn.btn-social-icon > :first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important; }
  .btn.btn-social-icon.btn-lg, .btn-group-lg > .btn.btn-social-icon, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a.btn-social-icon, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon.btn-lg {
    height: calc(2.875rem + 2px);
    width: calc(2.875rem + 2px);
    padding-left: 0;
    padding-right: 0; }
  .btn.btn-social-icon.btn-sm, .btn-group-sm > .btn.btn-social-icon, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-social-icon {
    height: calc(1.8125rem + 2px)2;
    width: calc(1.8125rem + 2px)2;
    padding-left: 0;
    padding-right: 0; }

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: #fff;
  box-shadow: none; }
  .btn-adn:hover {
    color: #fff;
    background-color: #d05f4a;
    border-color: #e6e6e6; }
  .btn-adn:focus, .btn-adn.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-adn.disabled, .btn-adn:disabled {
    color: #fff;
    background-color: #d87a68;
    border-color: #fff; }
  .btn-adn:not(:disabled):not(.disabled):active, .btn-adn:not(:disabled):not(.disabled).active, .show > .btn-adn.dropdown-toggle {
    color: #fff;
    background-color: #ce563f;
    border-color: #dfdfdf; }
    .btn-adn:not(:disabled):not(.disabled):active:focus, .btn-adn:not(:disabled):not(.disabled).active:focus, .show > .btn-adn.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: #fff;
  box-shadow: none; }
  .btn-bitbucket:hover {
    color: #fff;
    background-color: #183d62;
    border-color: #e6e6e6; }
  .btn-bitbucket:focus, .btn-bitbucket.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-bitbucket.disabled, .btn-bitbucket:disabled {
    color: #fff;
    background-color: #205081;
    border-color: #fff; }
  .btn-bitbucket:not(:disabled):not(.disabled):active, .btn-bitbucket:not(:disabled):not(.disabled).active, .show > .btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #163758;
    border-color: #dfdfdf; }
    .btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket:not(:disabled):not(.disabled).active:focus, .show > .btn-bitbucket.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: #fff;
  box-shadow: none; }
  .btn-dropbox:hover {
    color: #fff;
    background-color: #0d71b9;
    border-color: #e6e6e6; }
  .btn-dropbox:focus, .btn-dropbox.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-dropbox.disabled, .btn-dropbox:disabled {
    color: #fff;
    background-color: #1087dd;
    border-color: #fff; }
  .btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active, .show > .btn-dropbox.dropdown-toggle {
    color: #fff;
    background-color: #0d6aad;
    border-color: #dfdfdf; }
    .btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus, .show > .btn-dropbox.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
  box-shadow: none; }
  .btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6; }
  .btn-facebook:focus, .btn-facebook.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #fff; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf; }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: #fff;
  box-shadow: none; }
  .btn-flickr:hover {
    color: #fff;
    background-color: #d90070;
    border-color: #e6e6e6; }
  .btn-flickr:focus, .btn-flickr.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-flickr.disabled, .btn-flickr:disabled {
    color: #fff;
    background-color: #ff0084;
    border-color: #fff; }
  .btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show > .btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #cc006a;
    border-color: #dfdfdf; }
    .btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-flickr.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: #fff;
  box-shadow: none; }
  .btn-foursquare:hover {
    color: #fff;
    background-color: #f8235b;
    border-color: #e6e6e6; }
  .btn-foursquare:focus, .btn-foursquare.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-foursquare.disabled, .btn-foursquare:disabled {
    color: #fff;
    background-color: #f94877;
    border-color: #fff; }
  .btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active, .show > .btn-foursquare.dropdown-toggle {
    color: #fff;
    background-color: #f71752;
    border-color: #dfdfdf; }
    .btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: #fff;
  box-shadow: none; }
  .btn-github:hover {
    color: #fff;
    background-color: #313131;
    border-color: #e6e6e6; }
  .btn-github:focus, .btn-github.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-github.disabled, .btn-github:disabled {
    color: #fff;
    background-color: #444444;
    border-color: #fff; }
  .btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #dfdfdf; }
    .btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: #fff;
  box-shadow: none; }
  .btn-google:hover {
    color: #fff;
    background-color: #cd3623;
    border-color: #e6e6e6; }
  .btn-google:focus, .btn-google.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-google.disabled, .btn-google:disabled {
    color: #fff;
    background-color: #dd4b39;
    border-color: #fff; }
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: #dfdfdf; }
    .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: #fff;
  box-shadow: none; }
  .btn-instagram:hover {
    color: #fff;
    background-color: #345e80;
    border-color: #e6e6e6; }
  .btn-instagram:focus, .btn-instagram.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-instagram.disabled, .btn-instagram:disabled {
    color: #fff;
    background-color: #3f729b;
    border-color: #fff; }
  .btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #305777;
    border-color: #dfdfdf; }
    .btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: #fff;
  box-shadow: none; }
  .btn-linkedin:hover {
    color: #fff;
    background-color: #006190;
    border-color: #e6e6e6; }
  .btn-linkedin:focus, .btn-linkedin.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-linkedin.disabled, .btn-linkedin:disabled {
    color: #fff;
    background-color: #007bb6;
    border-color: #fff; }
  .btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: #dfdfdf; }
    .btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: #fff;
  box-shadow: none; }
  .btn-microsoft:hover {
    color: #fff;
    background-color: #135fd9;
    border-color: #e6e6e6; }
  .btn-microsoft:focus, .btn-microsoft.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-microsoft.disabled, .btn-microsoft:disabled {
    color: #fff;
    background-color: #2672ec;
    border-color: #fff; }
  .btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active, .show > .btn-microsoft.dropdown-toggle {
    color: #fff;
    background-color: #125acd;
    border-color: #dfdfdf; }
    .btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus, .show > .btn-microsoft.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  background-color: #f4731c;
  border-color: #fff;
  box-shadow: none; }
  .btn-odnoklassniki:hover {
    color: #fff;
    background-color: #df600b;
    border-color: #e6e6e6; }
  .btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
    color: #fff;
    background-color: #f4731c;
    border-color: #fff; }
  .btn-odnoklassniki:not(:disabled):not(.disabled):active, .btn-odnoklassniki:not(:disabled):not(.disabled).active, .show > .btn-odnoklassniki.dropdown-toggle {
    color: #fff;
    background-color: #d35b0a;
    border-color: #dfdfdf; }
    .btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, .btn-odnoklassniki:not(:disabled):not(.disabled).active:focus, .show > .btn-odnoklassniki.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-openid {
  background-color: #f7931e;
  color: #212529;
  background-color: #f7931e;
  border-color: #fff;
  box-shadow: none; }
  .btn-openid:hover {
    color: #fff;
    background-color: #e78008;
    border-color: #e6e6e6; }
  .btn-openid:focus, .btn-openid.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-openid.disabled, .btn-openid:disabled {
    color: #212529;
    background-color: #f7931e;
    border-color: #fff; }
  .btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active, .show > .btn-openid.dropdown-toggle {
    color: #fff;
    background-color: #da7908;
    border-color: #dfdfdf; }
    .btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus, .show > .btn-openid.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: #fff;
  box-shadow: none; }
  .btn-pinterest:hover {
    color: #fff;
    background-color: #aa1b21;
    border-color: #e6e6e6; }
  .btn-pinterest:focus, .btn-pinterest.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-pinterest.disabled, .btn-pinterest:disabled {
    color: #fff;
    background-color: #cb2027;
    border-color: #fff; }
  .btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9f191f;
    border-color: #dfdfdf; }
    .btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-reddit {
  background-color: #eff7ff;
  color: #212529;
  background-color: #eff7ff;
  border-color: #000;
  box-shadow: none; }
  .btn-reddit:hover {
    color: #212529;
    background-color: #c9e4ff;
    border-color: black; }
  .btn-reddit:focus, .btn-reddit.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-reddit.disabled, .btn-reddit:disabled {
    color: #212529;
    background-color: #eff7ff;
    border-color: #000; }
  .btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active, .show > .btn-reddit.dropdown-toggle {
    color: #212529;
    background-color: #bcdeff;
    border-color: black; }
    .btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus, .show > .btn-reddit.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: #fff;
  box-shadow: none; }
  .btn-soundcloud:hover {
    color: #fff;
    background-color: #d94800;
    border-color: #e6e6e6; }
  .btn-soundcloud:focus, .btn-soundcloud.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-soundcloud.disabled, .btn-soundcloud:disabled {
    color: #fff;
    background-color: #ff5500;
    border-color: #fff; }
  .btn-soundcloud:not(:disabled):not(.disabled):active, .btn-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-soundcloud.dropdown-toggle {
    color: #fff;
    background-color: #cc4400;
    border-color: #dfdfdf; }
    .btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: #fff;
  box-shadow: none; }
  .btn-tumblr:hover {
    color: #fff;
    background-color: #203448;
    border-color: #e6e6e6; }
  .btn-tumblr:focus, .btn-tumblr.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-tumblr.disabled, .btn-tumblr:disabled {
    color: #fff;
    background-color: #2c4762;
    border-color: #fff; }
  .btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active, .show > .btn-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #1c2e3f;
    border-color: #dfdfdf; }
    .btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-twitter {
  background-color: #55acee;
  color: #212529;
  background-color: #55acee;
  border-color: #fff;
  box-shadow: none; }
  .btn-twitter:hover {
    color: #fff;
    background-color: #329beb;
    border-color: #e6e6e6; }
  .btn-twitter:focus, .btn-twitter.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #212529;
    background-color: #55acee;
    border-color: #fff; }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #2795e9;
    border-color: #dfdfdf; }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: #fff;
  box-shadow: none; }
  .btn-vimeo:hover {
    color: #fff;
    background-color: #139ecb;
    border-color: #e6e6e6; }
  .btn-vimeo:focus, .btn-vimeo.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-vimeo.disabled, .btn-vimeo:disabled {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #fff; }
  .btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: #dfdfdf; }
    .btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: #fff;
  box-shadow: none; }
  .btn-vk:hover {
    color: #fff;
    background-color: #4b6b8a;
    border-color: #e6e6e6; }
  .btn-vk:focus, .btn-vk.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-vk.disabled, .btn-vk:disabled {
    color: #fff;
    background-color: #587ea3;
    border-color: #fff; }
  .btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active, .show > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #466482;
    border-color: #dfdfdf; }
    .btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-vk.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: #fff;
  box-shadow: none; }
  .btn-yahoo:hover {
    color: #fff;
    background-color: #590b7b;
    border-color: #e6e6e6; }
  .btn-yahoo:focus, .btn-yahoo.focus {
    box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-yahoo.disabled, .btn-yahoo:disabled {
    color: #fff;
    background-color: #720e9e;
    border-color: #fff; }
  .btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active, .show > .btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #500a6f;
    border-color: #dfdfdf; }
    .btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
      box-shadow: none, 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.lang-rtl * {
  direction: rtl !important; }
.lang-rtl main {
  text-align: right !important; }

html {
  font-size: 1rem; }
  @media (max-width: 767.98px) {
    html {
      font-size: 0.875rem; } }
  html a {
    outline: none;
    font: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #2f2c2f; }
    html a:hover, html a:focus, html a:active {
      outline: none;
      text-decoration: none;
      color: #ef6c00; }

body {
  height: 100%;
  background: #fff;
  color: #616161;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body p {
    font: normal 16px/26px "Arimo", sans-serif; }

main {
  background: #fff;
  overflow: hidden; }

hr {
  border-color: #f4f1e9; }

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  letter-spacing: 0;
  color: #2f2c2f; }

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.750em;
    line-height: 1.1; } }

h2, .h2 {
  font-weight: normal; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2.250em;
      line-height: 1.3; } }

.text-primary {
  color: #ef6c00 !important; }

.page-heading {
  font: bold 30px/32px "Arimo", sans-serif;
  color: #2f2c2f;
  margin: 0 0 30px; }
  .page-heading a {
    font: inherit;
    color: inherit; }
    .page-heading a:hover, .page-heading a:focus, .page-heading a:active {
      color: #ef6c00; }

.subpages-heading {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  font-family: "Arimo", sans-serif;
  color: #2f2c2f; }
  .subpages-heading a {
    color: #2f2c2f; }
    .subpages-heading a:hover, .subpages-heading a:focus, .subpages-heading a:active {
      color: #ef6c00; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .left-column .subpages-heading, .right-column .subpages-heading {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px; } }

.max-subpages-heading {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  font-family: "Arimo", sans-serif;
  color: #2f2c2f; }
  @media (max-width: 1199.98px) {
    .max-subpages-heading {
      font-size: 40px; } }
  @media (max-width: 767.98px) {
    .max-subpages-heading {
      font-size: 30px; } }

.link-list-title {
  font: bold 30px/32px "Arimo", sans-serif;
  color: #2f2c2f;
  text-transform: none;
  margin: 0 0 23px 0; }
  .link-list-title a {
    color: #2f2c2f; }
    .link-list-title a:hover {
      color: #ef6c00; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .link-list-title {
      font-size: 22px;
      line-height: 1.2; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .link-list-title {
      font-size: 18px;
      line-height: 1.2; } }
  @media (max-width: 767.98px) {
    .link-list-title {
      position: relative;
      padding-right: 20px; }
      .link-list-title i {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 18px;
        line-height: 1; } }

@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 115px !important; } }

@media (min-width: 1200px) {
  .mt-xl-7 {
    margin-top: 120px !important; } }

@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 115px !important; } }

@media (min-width: 1200px) {
  .pb-xl-6 {
    padding-bottom: 115px !important; } }

.well-1 {
  padding-top: 50px;
  padding-bottom: 53px; }

.well-2 {
  padding-top: 60px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .well-2 {
      padding-top: 80px;
      padding-bottom: 45px; } }
  @media (min-width: 1200px) {
    .well-2 {
      padding-top: 112px;
      padding-bottom: 55px; } }

.custom-file-input, .custom-file {
  height: 52px; }

.btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, button {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: normal;
  max-width: 100%;
  border-style: solid;
  text-overflow: ellipsis;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: 0.3s all ease; }
  .btn.icon-right span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.icon-right span, button.icon-right span {
    display: block;
    padding-right: 20px;
    position: relative; }
    .btn.icon-right span:after, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.icon-right span:after, button.icon-right span:after {
      font-family: "FontAwesome";
      content: '\f105';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%); }
  .btn.icon-left span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.icon-left span, .btn.icon-home span, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.icon-home span, button.icon-left span, button.icon-home span {
    display: block;
    padding-left: 20px;
    position: relative; }
    .btn.icon-left span:before, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.icon-left span:before, .btn.icon-home span:before, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.icon-home span:before, button.icon-left span:before, button.icon-home span:before {
      font-family: "FontAwesome";
      content: '\f104';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
  .btn.icon-home span:before, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.icon-home span:before, button.icon-home span:before {
    content: '\f015'; }
  .btn span i.left, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a span i.left, button span i.left {
    vertical-align: 0;
    margin: 0 5px 0 0;
    display: inline-block; }
  .btn span i.right, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a span i.right, button span i.right {
    margin-right: 0;
    margin-left: 5px; }
  .btn:hover, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover, .btn:active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:active, .btn:active:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:active:focus, .btn:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus, button:hover, button:active, button:active:focus, button:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none; }
  @media (max-width: 1199.98px) {
    .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, button {
      letter-spacing: 0.05em; } }

.btn-xs {
  border-width: 0;
  padding: 7px 17px;
  font-size: 11px; }

.btn-sm, .btn-group-sm > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a {
  padding: 14px 28px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .btn-sm, .btn-group-sm > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a {
      font-size: 14px; } }

.btn-md {
  padding: 20px 25px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .btn-md {
      font-size: 14px; } }

.btn-lg, .btn-group-lg > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a {
  padding: 10px 18px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .btn-lg, .btn-group-lg > .btn, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.btn-group-lg > a {
      font-size: 14px;
      padding: 20px 50px; } }

.link {
  display: inline-block;
  position: relative;
  padding-right: 6px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: 0.3s all ease; }
  @media (min-width: 992px) {
    .link {
      font-size: 14px; } }
  .link:after {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    font-family: 'FontAwesome';
    content: "";
    font-size: inherit;
    line-height: 15px;
    transition: 0.3s right ease; }
  .link:hover, .link:focus, .link:active {
    color: #ef6c00; }
    .link:hover:after, .link:focus:after, .link:active:after {
      opacity: 1;
      right: -3px; }

.btn-default {
  position: relative;
  overflow: hidden;
  color: #2f2c2f;
  background: #fff;
  border: none;
  will-change: transform;
  box-shadow: 0px 3px 29px 0px rgba(16, 16, 16, 0.09); }
  .btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ef6c00;
    border-radius: 100%;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #fff; }
    .btn-default:hover:before, .btn-default:focus:before, .btn-default:active:before {
      transform: scaleY(2);
      opacity: 1; }
  .btn-default:active:focus, .btn-default.disabled, .btn-default.btn[disabled], main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-default[disabled] {
    background: #ff780a; }

.btn-primary, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a {
  color: #fff;
  background: #ef6c00;
  box-shadow: inset 0 0 0 2px #ef6c00;
  border: none; }
  .btn-primary:hover, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover {
    background: none;
    color: #ef6c00;
    box-shadow: inset 0 0 0 2px #ef6c00; }
  .btn-primary:active:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:active:focus, .btn-primary:active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:active, .btn-primary:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus, .btn-primary.disabled, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.disabled, .btn-primary.btn[disabled], main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a[disabled] {
    background: #ff780a;
    color: #fff; }
  .btn-primary:hover:active:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover:active:focus, .btn-primary:hover:active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover:active, .btn-primary:hover:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover:focus {
    color: #fff; }

.btn-secondary, .btn-secondary-2 {
  position: relative;
  background: none;
  box-shadow: inset 0 0 0 2px #ef6c00;
  color: #ef6c00;
  overflow: hidden;
  border: none; }
  .btn-secondary:before, .btn-secondary-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ef6c00;
    border-radius: 100%;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.3s ease-out;
    will-change: transform; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary-2:hover, .btn-secondary-2:focus, .btn-secondary-2:active {
    color: #fff;
    box-shadow: inset 0 0 0 2px #ef6c00;
    background: #ef6c00; }
    .btn-secondary:hover:before, .btn-secondary:focus:before, .btn-secondary:active:before, .btn-secondary-2:hover:before, .btn-secondary-2:focus:before, .btn-secondary-2:active:before {
      transform: scaleY(2);
      opacity: 1; }
  .btn-secondary:active:focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.disabled, .btn-secondary.btn[disabled], main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-secondary[disabled], .btn-secondary-2:active:focus, .btn-secondary-2:active, .btn-secondary-2:focus, .btn-secondary-2.disabled, .btn-secondary-2.btn[disabled], main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-secondary-2[disabled] {
    background: #ef6c00; }
    .btn-secondary:active:focus:before, .btn-secondary:active:before, .btn-secondary:focus:before, .btn-secondary.disabled:before, .btn-secondary.btn[disabled]:before, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-secondary[disabled]:before, .btn-secondary-2:active:focus:before, .btn-secondary-2:active:before, .btn-secondary-2:focus:before, .btn-secondary-2.disabled:before, .btn-secondary-2.btn[disabled]:before, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.btn-secondary-2[disabled]:before {
      opacity: 1; }

.btn-secondary--white {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff; }
  .btn-secondary--white:hover, .btn-secondary--white:focus, .btn-secondary--white:active {
    color: #fff;
    box-shadow: inset 0 0 0 2px #ef6c00; }

.btn-secondary-2 {
  border-radius: 0;
  color: #616161; }
  .btn-secondary-2:before {
    border-radius: 0; }

.right-space {
  margin-right: 0.4em; }

.gray-background {
  background: #e9e7e6; }

.gray-background-primary {
  background: #faf8f7; }

.black-background {
  background: #101010; }

ul {
  list-style: none;
  padding-left: 0; }
  ul .list-default li, ul[class^="list-default-"] li, ul[class*=" list-default-"] li {
    color: #616161; }
    ul .list-default li a, ul[class^="list-default-"] li a, ul[class*=" list-default-"] li a {
      color: #ef6c00;
      text-decoration: none;
      font: normal 16px/26px "Arimo", sans-serif; }
      ul .list-default li a:hover, ul .list-default li a:focus, ul .list-default li a:active, ul[class^="list-default-"] li a:hover, ul[class^="list-default-"] li a:focus, ul[class^="list-default-"] li a:active, ul[class*=" list-default-"] li a:hover, ul[class*=" list-default-"] li a:focus, ul[class*=" list-default-"] li a:active {
        color: #2f2c2f; }
    ul .list-default li + li, ul[class^="list-default-"] li + li, ul[class*=" list-default-"] li + li {
      margin-top: 15px; }
  @media (min-width: 1200px) {
    ul .list-default.list-default-lg li, ul[class^="list-default-"].list-default-lg li, ul[class*=" list-default-"].list-default-lg li {
      font-size: 18px;
      line-height: 26px; }
      ul .list-default.list-default-lg li + li, ul[class^="list-default-"].list-default-lg li + li, ul[class*=" list-default-"].list-default-lg li + li {
        margin-top: 20px; } }
  ul .list-default.list-default-sm li, ul .list-default.list-default-sm li span, ul[class^="list-default-"].list-default-sm li, ul[class^="list-default-"].list-default-sm li span, ul[class*=" list-default-"].list-default-sm li, ul[class*=" list-default-"].list-default-sm li span {
    font: normal 16px/26px "Arimo", sans-serif; }
  ul .list-default ul.list-default, ul .list-default ul[class^="list-default-"], ul .list-default ul[class*=" list-default-"], ul[class^="list-default-"] ul.list-default, ul[class^="list-default-"] ul[class^="list-default-"], ul[class^="list-default-"] ul[class*=" list-default-"], ul[class*=" list-default-"] ul.list-default, ul[class*=" list-default-"] ul[class^="list-default-"], ul[class*=" list-default-"] ul[class*=" list-default-"] {
    margin-top: 12px; }
  ul.list-fa-marker > li {
    display: flex; }
    ul.list-fa-marker > li > .fa {
      flex: 0 0 30px;
      font-size: 16px;
      line-height: 1;
      color: #e0e0e0;
      margin-top: 5px; }

.btn-link {
  font: normal 16px/26px "Arimo", sans-serif; }
  .btn-link.icon-left {
    position: relative;
    padding-left: 25px; }
    .btn-link.icon-left i {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px;
      line-height: 1; }

.btn-link-primary {
  color: #ef6c00; }
  .btn-link-primary:hover, .btn-link-primary:focus {
    color: #212121; }

.required {
  position: relative;
  padding-right: 15px; }
  .required:after {
    position: absolute;
    top: 0;
    right: 0;
    content: ' *';
    color: #f76063;
    font-size: 150%;
    line-height: 0.8; }

.icon-toggle {
  font-size: 20px;
  line-height: 1;
  color: #616161;
  cursor: pointer; }
  .icon-toggle:hover, .icon-toggle:focus, .icon-toggle:active {
    color: #ef6c00; }

form {
  max-width: 750px; }

.form-control {
  font-weight: 400;
  color: #424242;
  border: solid 1px #b9b7b7;
  transition: all 0.3s ease-in-out;
  height: 52px;
  background: none; }
  .form-control::-webkit-input-placeholder {
    color: #9E9E9E;
    transition: all 0.3s ease-in-out; }
  .form-control::-moz-placeholder {
    color: #9E9E9E;
    transition: all 0.3s ease-in-out; }
  .form-control:-moz-placeholder {
    color: #9E9E9E;
    transition: all 0.3s ease-in-out; }
  .form-control:-ms-input-placeholder {
    color: #9E9E9E;
    transition: all 0.3s ease-in-out; }
  .form-control:focus {
    background: none;
    border-color: #9E9E9E;
    color: #2f2c2f; }
    .form-control:focus + .input-group-addon {
      border-color: #d8d8d8;
      background-color: #d8d8d8;
      transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s; }
    .form-control:focus::-webkit-input-placeholder {
      color: #2f2c2f; }
    .form-control:focus::-moz-placeholder {
      color: #2f2c2f; }
    .form-control:focus:-moz-placeholder {
      color: #2f2c2f; }
    .form-control:focus:-ms-input-placeholder {
      color: #2f2c2f; }

select.form-control:not([size]):not([multiple]) {
  color: #2f2c2f;
  border-color: #d8d8d8; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #d8d8d8 inset;
  -webkit-text-fill-color: #2f2c2f !important; }

.form-control-comment {
  font-size: 12px;
  font-style: italic; }

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid #f76063; }
.form-group.has-error .help-block {
  color: #f76063; }

textarea {
  min-height: 100px;
  height: auto; }

.custom-control label {
  margin-bottom: 0; }

.custom-select {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  background-color: #fff;
  color: #2f2c2f;
  border: solid 1px #b9b7b7;
  text-transform: uppercase;
  font: 700 16px/20px "Arimo", sans-serif;
  height: 50px;
  padding: 15px 35px 15px 23px;
  box-sizing: border-box;
  -webkit-appearance: none; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #ef6c00; }

.input-group > .input-group-btn:not(:last-child) {
  margin-right: 7px;
  border: none; }
.input-group > .input-group-btn:not(:first-child) {
  margin-left: 7px;
  border: none; }
.input-group.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .input-group.bootstrap-touchspin .input-group-btn-vertical > button {
    border-radius: 0;
    background: none;
    width: auto;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    border: none;
    color: #2f2c2f; }
    .input-group.bootstrap-touchspin .input-group-btn-vertical > button:hover, .input-group.bootstrap-touchspin .input-group-btn-vertical > button:focus, .input-group.bootstrap-touchspin .input-group-btn-vertical > button:active {
      color: #ef6c00; }
.input-group .btn-show-password {
  background-color: #d8d8d8;
  border: solid 1px #b9b7b7;
  color: #2f2c2f;
  font-size: 18px; }

.done {
  color: #70dfbf;
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.563rem; }

.definition-list dl {
  display: flex;
  flex-wrap: wrap; }
  .definition-list dl dt {
    font-weight: normal; }
  .definition-list dl dd,
  .definition-list dl dt {
    flex: 0 0 45%;
    background: #E0E0E0;
    padding: 0.625rem;
    margin: 0.125rem; }
    .definition-list dl dd:nth-of-type(even),
    .definition-list dl dt:nth-of-type(even) {
      background: #dfe8ec; }

.help-block {
  margin-top: 1rem;
  width: 100%; }

.card-header {
  font: bold 20px/30px "Yantramanav", sans-serif; }

.modal {
  padding: 0 !important;
  background: rgba(16, 16, 16, 0.7); }
  .modal.modal-close-inside .close, .modal.modal-close-outside .close {
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 5;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 1;
    color: #2f2c2f; }
    .modal.modal-close-inside .close:before, .modal.modal-close-outside .close:before {
      font-family: 'Material Icons';
      content: "";
      font-size: 16px;
      line-height: 1; }
    .modal.modal-close-inside .close:hover, .modal.modal-close-inside .close:focus, .modal.modal-close-inside .close:active, .modal.modal-close-outside .close:hover, .modal.modal-close-outside .close:focus, .modal.modal-close-outside .close:active {
      color: #ef6c00; }
  .modal.modal-close-outside .close {
    top: -20px; }
  @media (max-width: 575.98px) {
    .modal.modal-close-outside .modal-dialog {
      margin-top: 20px; } }
  .modal .modal-content {
    border: none;
    box-shadow: 0 10px 25px rgba(16, 16, 16, 0.5); }
  @media (min-width: 768px) {
    .modal .modal-md {
      max-width: 570px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .modal .modal-lg {
      max-width: 900px; } }

.modal-backdrop {
  position: inherit;
  z-index: inherit; }
  .modal-backdrop.show {
    opacity: 1; }

.close {
  cursor: pointer;
  outline: none;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 1;
  color: #2f2c2f;
  opacity: 1;
  text-shadow: none; }
  .close:before {
    font-family: 'Material Icons';
    content: "";
    font-size: 16px;
    line-height: 1; }
  .close:hover, .close:focus, .close:active {
    color: #ef6c00; }

.popover {
  z-index: 99;
  border-radius: 0;
  padding: 0; }
  .popover .popover-body {
    padding: 0; }
    .popover .popover-body > div {
      margin-bottom: 0;
      padding: 10px;
      transition: all 0.3s ease-in-out;
      color: #2f2c2f; }
      .popover .popover-body > div + div {
        border-top: #b9b7b7; }
      .popover .popover-body > div:hover {
        color: #ef6c00; }
  .popover.collapse, .popover.collapsing {
    width: 200px;
    top: 100%; }
  .popover.collapse:not(.show) {
    display: none; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator, .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: none; }

.custom-radio .custom-control-label {
  cursor: pointer; }
  .custom-radio .custom-control-label:before, .custom-radio .custom-control-label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all 0.3s ease-in-out; }
  .custom-radio .custom-control-label:before {
    width: 14px;
    height: 14px;
    background-color: #b9b7b7;
    left: 0;
    top: 3px;
    box-shadow: none;
    border: none; }
  .custom-radio .custom-control-label:after {
    width: 9px;
    height: 9px;
    top: 6.2px;
    left: 3px;
    opacity: 0;
    border: 1px solid #fff;
    background: #ef6c00; }
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  border: none;
  background-color: #b9b7b7;
  box-shadow: none; }
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  opacity: 1; }

.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  position: absolute;
  content: '';
  transition: all 0.3s ease-in-out;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  box-shadow: none;
  left: 0;
  top: 2px; }
.custom-checkbox .custom-control-label:before {
  background-color: #b9b7b7; }
.custom-checkbox .custom-control-label:after {
  font-family: 'Material Icons';
  content: "";
  font-size: 13px;
  line-height: 14px;
  color: #2f2c2f;
  text-align: center;
  opacity: 0; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  background-color: #b9b7b7;
  box-shadow: none;
  border: none; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  opacity: 1;
  background-image: none; }
.custom-checkbox input[type="checkbox"] {
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 2px; }
.custom-checkbox .condition-label {
  margin-left: 35px; }

.custom-control {
  cursor: pointer;
  color: #616161;
  font: 400 16px/20px "Arimo", sans-serif;
  transition: all 0.3s ease-in-out;
  padding-left: 0; }
  .custom-control:hover, .custom-control:focus, .custom-control:active {
    color: #2f2c2f; }
  .custom-control .custom-control-label {
    position: relative;
    padding-left: 25px;
    display: inline-block; }
  .custom-control .custom-control-description {
    margin-top: 4px; }

.custom-control-indicator {
  width: 21px;
  height: 21px;
  background: #b9b7b7;
  transition: all 0.3s ease-in-out;
  top: 1px;
  box-shadow: none; }

.custom-control-input:checked ~ .custom-control-indicator {
  background: #ef6c00; }

.list-group .list-group-item {
  border-color: #f4f1e9;
  font: normal 16px/26px "Arimo", sans-serif; }

.separator-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0; }
  @media (max-width: 1199.98px) {
    .separator-list > *:not(:last-child) {
      margin-right: 55px; } }
  @media (max-width: 767.98px) {
    .separator-list > *:not(:last-child) {
      margin-right: 35px; } }

.universal-carousel {
  overflow: hidden; }
  .universal-carousel .swiper-container.swiper-without-controls .swiper-button-disabled {
    display: none; }
  .universal-carousel .swiper-container.swiper-without-controls .swiper-pagination {
    display: none; }
  .universal-carousel .swiper-container .row, .universal-carousel .swiper-container .swiper-container, .universal-carousel .swiper-container main .products, main .universal-carousel .swiper-container .products, .universal-carousel .swiper-container main .list .products article.product-miniature .product-miniature-container, main .list .products article.product-miniature .universal-carousel .swiper-container .product-miniature-container {
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .universal-carousel .swiper-container .swiper-button-prev, .universal-carousel .swiper-container .swiper-container-rtl .swiper-button-next {
    left: 20px; }
  .universal-carousel .swiper-container .swiper-button-next, .universal-carousel .swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 20px; }

.variant-links {
  margin: 0 -3px; }
  .variant-links .js-count {
    display: none; }
  .variant-links .custom-control {
    margin: 0;
    padding: 0;
    min-height: inherit; }
    .variant-links .custom-control .custom-control-label {
      padding: 0; }
  .variant-links a, .variant-links label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0 3px 3px;
    height: 26px;
    width: 26px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    outline: none; }
    .variant-links a.active, .variant-links a:hover, .variant-links label.active, .variant-links label:hover {
      box-shadow: 0 0 0 2px #ef6c00; }
    .variant-links a.custom-control-label:before, .variant-links a.custom-control-label:after, .variant-links label.custom-control-label:before, .variant-links label.custom-control-label:after {
      display: none; }
    .variant-links a span, .variant-links label span {
      display: none !important; }
  .variant-links .color[style*="#ffffff"] {
    position: relative; }
    .variant-links .color[style*="#ffffff"]:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 50%;
      box-shadow: inset 0 0 0 2px #2f2c2f; }
  @media (min-width: 1200px) {
    .variant-links {
      margin: 0 -6px; }
      .variant-links a, .variant-links label {
        margin: 0 6px 3px; } }

.product-name, .product-title {
  font: bold 26px/1.4 "Yantramanav", sans-serif;
  color: #212121; }
  .product-name a, .product-title a {
    font: inherit;
    color: #212121; }
    .product-name a:hover, .product-name a:focus, .product-name a:active, .product-title a:hover, .product-title a:focus, .product-title a:active {
      color: #ef6c00; }

.product-thumbnail {
  background: #fff;
  display: block;
  text-align: center;
  position: relative;
  border: 3px solid #b9b7b7;
  flex: 1 1 auto; }
  .product-thumbnail a {
    display: block; }
    .product-thumbnail a.product-thumbnail-link {
      font-size: 0;
      line-height: 0; }
  .product-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block; }
  .product-thumbnail .close-product {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    text-align: center;
    z-index: 1;
    opacity: 1;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1;
    color: #212121; }
    .product-thumbnail .close-product:hover, .product-thumbnail .close-product:focus {
      color: #ef6c00; }
    .product-thumbnail .close-product span, .product-thumbnail .close-product i {
      position: absolute;
      top: 0;
      right: 5px;
      font-size: 15px;
      line-height: 1; }
    .product-thumbnail .close-product span {
      font-size: 20px; }

ul.product-flags {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0; }
  @media (min-width: 1200px) {
    ul.product-flags {
      top: 33px; } }
  ul.product-flags li {
    float: left;
    padding: 5px 9px;
    min-width: 45px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.02em;
    display: inline-block;
    font-family: "Arimo", sans-serif; }
    ul.product-flags li.discount {
      background: #689F38;
      float: right; }
    ul.product-flags li.new {
      background: #ef6c00; }
    ul.product-flags li.on-sale {
      background: #689F38;
      float: right; }
    ul.product-flags li.pack {
      background: #ff6949; }
    ul.product-flags li.online-only {
      background: #0090ff; }
  ul.product-flags .online-only + .on-sale + .new, ul.product-flags .new + .pack {
    clear: left;
    margin-top: 4px; }
  @media (max-width: 767.98px) {
    ul.product-flags {
      display: none; } }

ul.product-flags-small {
  margin: -5px -5px 5px; }
  ul.product-flags-small li {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px;
    font-size: 11px;
    line-height: 1.364;
    padding: 4px 7px;
    position: absolute;
    top: 33px;
    min-width: 45px;
    color: white;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0.02em; }
    ul.product-flags-small li.discount {
      background: #689F38; }
    ul.product-flags-small li.new {
      background: #ef6c00; }
    ul.product-flags-small li.on-sale {
      background: #689F38; }
    ul.product-flags-small li.pack {
      background: #ff6949; }
    ul.product-flags-small li.online-only {
      background: #0090ff; }
  @media (max-width: 767.98px) {
    ul.product-flags-small {
      display: none; } }

@media (max-width: 1199.98px) {
  .lang-ru ul.product-flags li {
    font-size: 12px;
    padding: 3px 6px;
    line-height: 1.1;
    letter-spacing: 0.01em; } }

*[class^="product-prices-"], *[class*=" product-prices-"] {
  font: 500 22px/1.2 "Yantramanav", sans-serif;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap; }
  *[class^="product-prices-"] .price, *[class^="product-prices-"] .regular-price, *[class^="product-prices-"] .discount-percentage, *[class^="product-prices-"] .discount-amount, *[class^="product-prices-"] .discount, *[class*=" product-prices-"] .price, *[class*=" product-prices-"] .regular-price, *[class*=" product-prices-"] .discount-percentage, *[class*=" product-prices-"] .discount-amount, *[class*=" product-prices-"] .discount {
    margin-right: 5px; }
  *[class^="product-prices-"] .price, *[class*=" product-prices-"] .price {
    font: 500 22px/1.2 "Yantramanav", sans-serif;
    color: #ef6c00;
    order: 1; }
  *[class^="product-prices-"] .regular-price, *[class*=" product-prices-"] .regular-price {
    font: 500 18px/1.2 "Yantramanav", sans-serif;
    text-decoration: line-through;
    color: #757575;
    order: 2; }
  *[class^="product-prices-"] .discount-percentage, *[class^="product-prices-"] .discount-amount, *[class^="product-prices-"] .discount, *[class*=" product-prices-"] .discount-percentage, *[class*=" product-prices-"] .discount-amount, *[class*=" product-prices-"] .discount {
    color: #ef6c00;
    font: 400 24px/1.2 "Yantramanav", sans-serif;
    order: 3; }
  @media (max-width: 991.98px) {
    *[class^="product-prices-"] .price, *[class^="product-prices-"] .regular-price, *[class^="product-prices-"] .discount-percentage, *[class^="product-prices-"] .discount-amount, *[class^="product-prices-"] .discount, *[class*=" product-prices-"] .price, *[class*=" product-prices-"] .regular-price, *[class*=" product-prices-"] .discount-percentage, *[class*=" product-prices-"] .discount-amount, *[class*=" product-prices-"] .discount {
      font-size: 14px; } }
  *[class^="product-prices-"] .daydeal-box, *[class*=" product-prices-"] .daydeal-box {
    margin-top: 5px;
    margin-bottom: 20px;
    order: 4; }
  *[class^="product-prices-"].product-prices-lg, *[class*=" product-prices-"].product-prices-lg {
    font-size: 20px;
    line-height: 30px; }
    *[class^="product-prices-"].product-prices-lg .price, *[class*=" product-prices-"].product-prices-lg .price {
      font-size: 30px;
      line-height: 1; }
    *[class^="product-prices-"].product-prices-lg .regular-price, *[class^="product-prices-"].product-prices-lg .discount, *[class*=" product-prices-"].product-prices-lg .regular-price, *[class*=" product-prices-"].product-prices-lg .discount {
      font-size: 20px;
      line-height: 30px; }
    @media (min-width: 768px) {
      *[class^="product-prices-"].product-prices-lg .price, *[class*=" product-prices-"].product-prices-lg .price {
        font-size: 40px; } }
    @media (min-width: 992px) {
      *[class^="product-prices-"].product-prices-lg .price, *[class*=" product-prices-"].product-prices-lg .price {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      *[class^="product-prices-"].product-prices-lg .price, *[class*=" product-prices-"].product-prices-lg .price {
        font-size: 40px; } }
  *[class^="product-prices-"].product-prices-sm, *[class*=" product-prices-"].product-prices-sm {
    font-size: 12px;
    line-height: 16px; }
    *[class^="product-prices-"].product-prices-sm .price, *[class*=" product-prices-"].product-prices-sm .price {
      font-size: 16px; }
    *[class^="product-prices-"].product-prices-sm .regular-price, *[class^="product-prices-"].product-prices-sm .discount, *[class*=" product-prices-"].product-prices-sm .regular-price, *[class*=" product-prices-"].product-prices-sm .discount {
      line-height: 16px; }
  *[class^="product-prices-"].with-discount .price, *[class^="product-prices-"].with-discount .regular-price, *[class*=" product-prices-"].with-discount .price, *[class*=" product-prices-"].with-discount .regular-price {
    margin-right: 10px; }
  *[class^="product-prices-"].with-discount.product-prices-lg .price, *[class^="product-prices-"].with-discount.product-prices-lg .regular-price, *[class*=" product-prices-"].with-discount.product-prices-lg .price, *[class*=" product-prices-"].with-discount.product-prices-lg .regular-price {
    margin-right: 20px; }

.product-buttons {
  display: flex;
  flex-direction: column;
  align-items: baseline; }
  .product-buttons .btn:not(:last-child), main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(:last-child) {
    margin-bottom: 9px; }
  .product-buttons .btn-link {
    line-height: 25px;
    text-transform: uppercase;
    color: #757575;
    font-size: 12px; }
    .product-buttons .btn-link i {
      font-size: 14px;
      color: #212121; }
    .product-buttons .btn-link:hover, .product-buttons .btn-link:focus {
      color: #212121; }

#manufacturer #manufacturer-description {
  margin-top: 30px; }

#supplier #supplier-description {
  margin-top: 20px; }

#manufacturer .brand-wrapper, #supplier .brand-wrapper {
  margin-top: 40px; }
  @media (min-width: 768px) {
    #manufacturer .brand-wrapper, #supplier .brand-wrapper {
      margin-top: 60px; } }
  #manufacturer .brand-wrapper ul, #supplier .brand-wrapper ul {
    margin-top: 60px;
    margin-bottom: 60px; }
    #manufacturer .brand-wrapper ul > li .brand-img, #supplier .brand-wrapper ul > li .brand-img {
      text-align: center; }
      #manufacturer .brand-wrapper ul > li .brand-img a, #supplier .brand-wrapper ul > li .brand-img a {
        display: inline-block;
        border: solid 1px #b9b7b7;
        padding: 5px; }
        #manufacturer .brand-wrapper ul > li .brand-img a:hover, #supplier .brand-wrapper ul > li .brand-img a:hover {
          border-color: #2f2c2f; }
    #manufacturer .brand-wrapper ul > li .brand-infos h3, #supplier .brand-wrapper ul > li .brand-infos h3 {
      font: bold 20px/30px "Yantramanav", sans-serif; }
    #manufacturer .brand-wrapper ul > li .brand-products, #supplier .brand-wrapper ul > li .brand-products {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #manufacturer .brand-wrapper ul > li .brand-products > a, #supplier .brand-wrapper ul > li .brand-products > a {
        margin-right: 20px;
        margin-top: 10px; }
        #manufacturer .brand-wrapper ul > li .brand-products > a:last-child, #supplier .brand-wrapper ul > li .brand-products > a:last-child {
          margin-right: 0; }
    #manufacturer .brand-wrapper ul > li + li, #supplier .brand-wrapper ul > li + li {
      margin-top: 60px; }
  @media (max-width: 767.98px) {
    #manufacturer .brand-wrapper ul > li, #supplier .brand-wrapper ul > li {
      text-align: center; }
      #manufacturer .brand-wrapper ul > li .brand-infos, #supplier .brand-wrapper ul > li .brand-infos {
        margin-top: 15px; }
      #manufacturer .brand-wrapper ul > li .brand-products, #supplier .brand-wrapper ul > li .brand-products {
        justify-content: center; } }

div[id^="_mobile_"]:empty {
  display: none; }

div[id^="_mobile_"]:not(:empty) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@media (min-width: 1200px) {
  div[id^="_mobile_"] {
    display: none; } }
@media (max-width: 1199.98px) {
  div[id^="_desktop_"] {
    display: none; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.info-loja {
  font-size: 0.8em; }
  @media (min-width: 992px) {
    .info-loja {
      font-size: 0.9em; } }
  .info-loja img {
    max-width: 90%;
    width: 100%;
    height: auto; }

.footer-dark-background-bottom {
  background: #080808;
  color: #757575;
  font-size: 0.8em; }

#footer .gray-background-dark {
  background: #212121;
  color: #fff; }
  #footer .gray-background-dark a {
    color: #ef6c00; }
    #footer .gray-background-dark a:hover, #footer .gray-background-dark a:focus {
      color: #fff; }
  #footer .gray-background-dark h3,
  #footer .gray-background-dark .h3,
  #footer .gray-background-dark h3 > a {
    color: #d8d8d8; }
  #footer .gray-background-dark .link-block ul > li > a,
  #footer .gray-background-dark .block_myaccount_infos ul > li > a,
  #footer .gray-background-dark #contact-info-block ul > li > a {
    color: #dfe8ec !important; }
    #footer .gray-background-dark .link-block ul > li > a:hover, #footer .gray-background-dark .link-block ul > li > a:focus, #footer .gray-background-dark .link-block ul > li > a:active,
    #footer .gray-background-dark .block_myaccount_infos ul > li > a:hover,
    #footer .gray-background-dark .block_myaccount_infos ul > li > a:focus,
    #footer .gray-background-dark .block_myaccount_infos ul > li > a:active,
    #footer .gray-background-dark #contact-info-block ul > li > a:hover,
    #footer .gray-background-dark #contact-info-block ul > li > a:focus,
    #footer .gray-background-dark #contact-info-block ul > li > a:active {
      color: #ef6c00 !important; }
  #footer .gray-background-dark .block-social ul li {
    margin-bottom: 5px; }
    #footer .gray-background-dark .block-social ul li a {
      font-size: 1em;
      line-height: 1;
      color: #dfe8ec; }
      #footer .gray-background-dark .block-social ul li a:hover, #footer .gray-background-dark .block-social ul li a:focus, #footer .gray-background-dark .block-social ul li a:active {
        color: #ef6c00; }
  #footer .gray-background-dark ul .list-default li,
  #footer .gray-background-dark ul[class^="list-default-"] li,
  #footer .gray-background-dark ul[class*=" list-default-"] li {
    color: #dfe8ec; }
    #footer .gray-background-dark ul .list-default li > a,
    #footer .gray-background-dark ul[class^="list-default-"] li > a,
    #footer .gray-background-dark ul[class*=" list-default-"] li > a {
      color: #dfe8ec !important; }
      #footer .gray-background-dark ul .list-default li > a:hover, #footer .gray-background-dark ul .list-default li > a:focus, #footer .gray-background-dark ul .list-default li > a:active,
      #footer .gray-background-dark ul[class^="list-default-"] li > a:hover,
      #footer .gray-background-dark ul[class^="list-default-"] li > a:focus,
      #footer .gray-background-dark ul[class^="list-default-"] li > a:active,
      #footer .gray-background-dark ul[class*=" list-default-"] li > a:hover,
      #footer .gray-background-dark ul[class*=" list-default-"] li > a:focus,
      #footer .gray-background-dark ul[class*=" list-default-"] li > a:active {
        color: #ef6c00 !important; }

.bg-dark a {
  color: #757575; }
  .bg-dark a:hover, .bg-dark a:focus {
    color: white; }
.bg-dark ul[class^="list-default-"] li a:hover, .bg-dark ul[class^="list-default-"] li a:focus, .bg-dark ul[class*=" list-default-"] li a:hover, .bg-dark ul[class*=" list-default-"] li a:focus {
  color: white; }
.bg-dark h3 a, .bg-dark ul[class^="list-default-"] li .mail, .bg-dark ul[class*=" list-default-"] li .mail {
  color: white; }
  .bg-dark h3 a:hover, .bg-dark h3 a:focus, .bg-dark ul[class^="list-default-"] li .mail:hover, .bg-dark ul[class^="list-default-"] li .mail:focus, .bg-dark ul[class*=" list-default-"] li .mail:hover, .bg-dark ul[class*=" list-default-"] li .mail:focus {
    color: #757575; }
.bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3, .bg-dark h4, .bg-dark .h4, .bg-dark h5, .bg-dark .h5, .bg-dark h6, .bg-dark .h6 {
  color: white; }
.bg-dark .form-control, .bg-dark .custom-select {
  background: rgba(255, 255, 255, 0);
  border-color: #424242; }
  .bg-dark .form-control:active, .bg-dark .form-control:focus, .bg-dark .custom-select:active, .bg-dark .custom-select:focus {
    color: white;
    border-color: white; }

.bg-light .form-control, .bg-light .custom-select {
  border-color: #424242; }
.bg-light.definition-list dl dd,
.bg-light.definition-list dl dt, .bg-light .definition-list dl dd,
.bg-light .definition-list dl dt {
  background: white; }
  .bg-light.definition-list dl dd:nth-of-type(even),
  .bg-light.definition-list dl dt:nth-of-type(even), .bg-light .definition-list dl dd:nth-of-type(even),
  .bg-light .definition-list dl dt:nth-of-type(even) {
    background: #dfe8ec; }

/**
 * Title: Chapps Flaticon Pack
 * Author: Dmitriy Chuta
 * Source: http://www.flaticon.com/packs/chapps
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
  font-family: "fl-chapps";
  src: url("../fonts/fl-chapps.eot");
  src: url("../fonts/fl-chapps.eot#iefix") format("embedded-opentype"), url("../fonts/fl-chapps.woff") format("woff"), url("../fonts/fl-chapps.ttf") format("truetype"), url("../fonts/fl-chapps.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="fl-chapps-"]:before, [class*=" fl-chapps-"]:before,
[class^="fl-chapps-"]:after, [class*=" fl-chapps-"]:after {
  font-family: 'fl-chapps';
  font-size: inherit;
  font-weight: 400;
  font-style: normal; }

.fl-chapps-attach5:before {
  content: "\e000"; }

.fl-chapps-chat45:before {
  content: "\e001"; }

.fl-chapps-compass75:before {
  content: "\e002"; }

.fl-chapps-configuration13:before {
  content: "\e003"; }

.fl-chapps-contacts9:before {
  content: "\e004"; }

.fl-chapps-counterclockwise:before {
  content: "\e005"; }

.fl-chapps-dislike9:before {
  content: "\e006"; }

.fl-chapps-double93:before {
  content: "\e007"; }

.fl-chapps-download122:before {
  content: "\e008"; }

.fl-chapps-eye95:before {
  content: "\e009"; }

.fl-chapps-hand135:before {
  content: "\e00a"; }

.fl-chapps-heart271:before {
  content: "\e00b"; }

.fl-chapps-image69:before {
  content: "\e00c"; }

.fl-chapps-list58:before {
  content: "\e00d"; }

.fl-chapps-music206:before {
  content: "\e00e"; }

.fl-chapps-new66:before {
  content: "\e00f"; }

.fl-chapps-paper116:before {
  content: "\e010"; }

.fl-chapps-pen55:before {
  content: "\e011"; }

.fl-chapps-photo162:before {
  content: "\e012"; }

.fl-chapps-placeholder16:before {
  content: "\e013"; }

.fl-chapps-search70:before {
  content: "\e014"; }

.fl-chapps-square144:before {
  content: "\e015"; }

.fl-chapps-tag43:before {
  content: "\e016"; }

.fl-chapps-text106:before {
  content: "\e017"; }

.fl-chapps-thumb40:before {
  content: "\e018"; }

.fl-chapps-trash54:before {
  content: "\e019"; }

.fl-chapps-two284:before {
  content: "\e01a"; }

.fl-chapps-upload79:before {
  content: "\e01b"; }

.fl-chapps-user139:before {
  content: "\e01c"; }

.fl-chapps-weekly10:before {
  content: "\e01d"; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons-ico,
[class*="material-icons-"]:before {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: inherit; }

.material-icons-3d_rotation:before {
  content: ""; }

.material-icons-access_alarm:before {
  content: ""; }

.material-icons-access_alarms:before {
  content: ""; }

.material-icons-access_time:before {
  content: ""; }

.material-icons-accessibility:before {
  content: ""; }

.material-icons-account_balance:before {
  content: ""; }

.material-icons-account_balance_wallet:before {
  content: ""; }

.material-icons-account_box:before {
  content: ""; }

.material-icons-account_circle:before {
  content: ""; }

.material-icons-adb:before {
  content: ""; }

.material-icons-add:before {
  content: ""; }

.material-icons-add_alarm:before {
  content: ""; }

.material-icons-add_alert:before {
  content: ""; }

.material-icons-add_box:before {
  content: ""; }

.material-icons-add_circle:before {
  content: ""; }

.material-icons-add_circle_outline:before {
  content: ""; }

.material-icons-add_shopping_cart:before {
  content: ""; }

.material-icons-add_to_photos:before {
  content: ""; }

.material-icons-adjust:before {
  content: ""; }

.material-icons-airline_seat_flat:before {
  content: ""; }

.material-icons-airline_seat_flat_angled:before {
  content: ""; }

.material-icons-airline_seat_individual_suite:before {
  content: ""; }

.material-icons-airline_seat_legroom_extra:before {
  content: ""; }

.material-icons-airline_seat_legroom_normal:before {
  content: ""; }

.material-icons-airline_seat_legroom_reduced:before {
  content: ""; }

.material-icons-airline_seat_recline_extra:before {
  content: ""; }

.material-icons-airline_seat_recline_normal:before {
  content: ""; }

.material-icons-airplanemode_active:before {
  content: ""; }

.material-icons-airplanemode_inactive:before {
  content: ""; }

.material-icons-airplay:before {
  content: ""; }

.material-icons-alarm:before {
  content: ""; }

.material-icons-alarm_add:before {
  content: ""; }

.material-icons-alarm_off:before {
  content: ""; }

.material-icons-alarm_on:before {
  content: ""; }

.material-icons-album:before {
  content: ""; }

.material-icons-android:before {
  content: ""; }

.material-icons-announcement:before {
  content: ""; }

.material-icons-apps:before {
  content: ""; }

.material-icons-archive:before {
  content: ""; }

.material-icons-arrow_back:before {
  content: ""; }

.material-icons-arrow_drop_down:before {
  content: ""; }

.material-icons-arrow_drop_down_circle:before {
  content: ""; }

.material-icons-arrow_drop_up:before {
  content: ""; }

.material-icons-arrow_forward:before {
  content: ""; }

.material-icons-aspect_ratio:before {
  content: ""; }

.material-icons-assessment:before {
  content: ""; }

.material-icons-assignment:before {
  content: ""; }

.material-icons-assignment_ind:before {
  content: ""; }

.material-icons-assignment_late:before {
  content: ""; }

.material-icons-assignment_return:before {
  content: ""; }

.material-icons-assignment_returned:before {
  content: ""; }

.material-icons-assignment_turned_in:before {
  content: ""; }

.material-icons-assistant:before {
  content: ""; }

.material-icons-assistant_photo:before {
  content: ""; }

.material-icons-attach_file:before {
  content: ""; }

.material-icons-attach_money:before {
  content: ""; }

.material-icons-attachment:before {
  content: ""; }

.material-icons-audiotrack:before {
  content: ""; }

.material-icons-autorenew:before {
  content: ""; }

.material-icons-av_timer:before {
  content: ""; }

.material-icons-backspace:before {
  content: ""; }

.material-icons-backup:before {
  content: ""; }

.material-icons-battery_alert:before {
  content: ""; }

.material-icons-battery_charging_full:before {
  content: ""; }

.material-icons-battery_full:before {
  content: ""; }

.material-icons-battery_std:before {
  content: ""; }

.material-icons-battery_unknown:before {
  content: ""; }

.material-icons-beenhere:before {
  content: ""; }

.material-icons-block:before {
  content: ""; }

.material-icons-bluetooth:before {
  content: ""; }

.material-icons-bluetooth_audio:before {
  content: ""; }

.material-icons-bluetooth_connected:before {
  content: ""; }

.material-icons-bluetooth_disabled:before {
  content: ""; }

.material-icons-bluetooth_searching:before {
  content: ""; }

.material-icons-blur_circular:before {
  content: ""; }

.material-icons-blur_linear:before {
  content: ""; }

.material-icons-blur_off:before {
  content: ""; }

.material-icons-blur_on:before {
  content: ""; }

.material-icons-book:before {
  content: ""; }

.material-icons-bookmark:before {
  content: ""; }

.material-icons-bookmark_border:before {
  content: ""; }

.material-icons-border_all:before {
  content: ""; }

.material-icons-border_bottom:before {
  content: ""; }

.material-icons-border_clear:before {
  content: ""; }

.material-icons-border_color:before {
  content: ""; }

.material-icons-border_horizontal:before {
  content: ""; }

.material-icons-border_inner:before {
  content: ""; }

.material-icons-border_left:before {
  content: ""; }

.material-icons-border_outer:before {
  content: ""; }

.material-icons-border_right:before {
  content: ""; }

.material-icons-border_style:before {
  content: ""; }

.material-icons-border_top:before {
  content: ""; }

.material-icons-border_vertical:before {
  content: ""; }

.material-icons-brightness_1:before {
  content: ""; }

.material-icons-brightness_2:before {
  content: ""; }

.material-icons-brightness_3:before {
  content: ""; }

.material-icons-brightness_4:before {
  content: ""; }

.material-icons-brightness_5:before {
  content: ""; }

.material-icons-brightness_6:before {
  content: ""; }

.material-icons-brightness_7:before {
  content: ""; }

.material-icons-brightness_auto:before {
  content: ""; }

.material-icons-brightness_high:before {
  content: ""; }

.material-icons-brightness_low:before {
  content: ""; }

.material-icons-brightness_medium:before {
  content: ""; }

.material-icons-broken_image:before {
  content: ""; }

.material-icons-brush:before {
  content: ""; }

.material-icons-bug_report:before {
  content: ""; }

.material-icons-build:before {
  content: ""; }

.material-icons-business:before {
  content: ""; }

.material-icons-cached:before {
  content: ""; }

.material-icons-cake:before {
  content: ""; }

.material-icons-call:before {
  content: ""; }

.material-icons-call_end:before {
  content: ""; }

.material-icons-call_made:before {
  content: ""; }

.material-icons-call_merge:before {
  content: ""; }

.material-icons-call_missed:before {
  content: ""; }

.material-icons-call_received:before {
  content: ""; }

.material-icons-call_split:before {
  content: ""; }

.material-icons-camera:before {
  content: ""; }

.material-icons-camera_alt:before {
  content: ""; }

.material-icons-camera_enhance:before {
  content: ""; }

.material-icons-camera_front:before {
  content: ""; }

.material-icons-camera_rear:before {
  content: ""; }

.material-icons-camera_roll:before {
  content: ""; }

.material-icons-cancel:before {
  content: ""; }

.material-icons-card_giftcard:before {
  content: ""; }

.material-icons-card_membership:before {
  content: ""; }

.material-icons-card_travel:before {
  content: ""; }

.material-icons-cast:before {
  content: ""; }

.material-icons-cast_connected:before {
  content: ""; }

.material-icons-center_focus_strong:before {
  content: ""; }

.material-icons-center_focus_weak:before {
  content: ""; }

.material-icons-change_history:before {
  content: ""; }

.material-icons-chat:before {
  content: ""; }

.material-icons-chat_bubble:before {
  content: ""; }

.material-icons-chat_bubble_outline:before {
  content: ""; }

.material-icons-check:before {
  content: ""; }

.material-icons-check_box:before {
  content: ""; }

.material-icons-check_box_outline_blank:before {
  content: ""; }

.material-icons-check_circle:before {
  content: ""; }

.material-icons-chevron_left:before {
  content: ""; }

.material-icons-chevron_right:before {
  content: ""; }

.material-icons-chrome_reader_mode:before {
  content: ""; }

.material-icons-class:before {
  content: ""; }

.material-icons-clear:before {
  content: ""; }

.material-icons-clear_all:before {
  content: ""; }

.material-icons-close:before {
  content: ""; }

.material-icons-closed_caption:before {
  content: ""; }

.material-icons-cloud:before {
  content: ""; }

.material-icons-cloud_circle:before {
  content: ""; }

.material-icons-cloud_done:before {
  content: ""; }

.material-icons-cloud_download:before {
  content: ""; }

.material-icons-cloud_off:before {
  content: ""; }

.material-icons-cloud_queue:before {
  content: ""; }

.material-icons-cloud_upload:before {
  content: ""; }

.material-icons-code:before {
  content: ""; }

.material-icons-collections:before {
  content: ""; }

.material-icons-collections_bookmark:before {
  content: ""; }

.material-icons-color_lens:before {
  content: ""; }

.material-icons-colorize:before {
  content: ""; }

.material-icons-comment:before {
  content: ""; }

.material-icons-compare:before {
  content: ""; }

.material-icons-computer:before {
  content: ""; }

.material-icons-confirmation_number:before {
  content: ""; }

.material-icons-contact_phone:before {
  content: ""; }

.material-icons-contacts:before {
  content: ""; }

.material-icons-content_copy:before {
  content: ""; }

.material-icons-content_cut:before {
  content: ""; }

.material-icons-content_paste:before {
  content: ""; }

.material-icons-control_point:before {
  content: ""; }

.material-icons-control_point_duplicate:before {
  content: ""; }

.material-icons-create:before {
  content: ""; }

.material-icons-credit_card:before {
  content: ""; }

.material-icons-crop:before {
  content: ""; }

.material-icons-crop_16_9:before {
  content: ""; }

.material-icons-crop_3_2:before {
  content: ""; }

.material-icons-crop_5_4:before {
  content: ""; }

.material-icons-crop_7_5:before {
  content: ""; }

.material-icons-crop_din:before {
  content: ""; }

.material-icons-crop_free:before {
  content: ""; }

.material-icons-crop_landscape:before {
  content: ""; }

.material-icons-crop_original:before {
  content: ""; }

.material-icons-crop_portrait:before {
  content: ""; }

.material-icons-crop_square:before {
  content: ""; }

.material-icons-dashboard:before {
  content: ""; }

.material-icons-data_usage:before {
  content: ""; }

.material-icons-dehaze:before {
  content: ""; }

.material-icons-delete:before {
  content: ""; }

.material-icons-description:before {
  content: ""; }

.material-icons-desktop_mac:before {
  content: ""; }

.material-icons-desktop_windows:before {
  content: ""; }

.material-icons-details:before {
  content: ""; }

.material-icons-developer_board:before {
  content: ""; }

.material-icons-developer_mode:before {
  content: ""; }

.material-icons-device_hub:before {
  content: ""; }

.material-icons-devices:before {
  content: ""; }

.material-icons-dialer_sip:before {
  content: ""; }

.material-icons-dialpad:before {
  content: ""; }

.material-icons-directions:before {
  content: ""; }

.material-icons-directions_bike:before {
  content: ""; }

.material-icons-directions_boat:before {
  content: ""; }

.material-icons-directions_bus:before {
  content: ""; }

.material-icons-directions_car:before {
  content: ""; }

.material-icons-directions_railway:before {
  content: ""; }

.material-icons-directions_run:before {
  content: ""; }

.material-icons-directions_subway:before {
  content: ""; }

.material-icons-directions_transit:before {
  content: ""; }

.material-icons-directions_walk:before {
  content: ""; }

.material-icons-disc_full:before {
  content: ""; }

.material-icons-dns:before {
  content: ""; }

.material-icons-do_not_disturb:before {
  content: ""; }

.material-icons-do_not_disturb_alt:before {
  content: ""; }

.material-icons-dock:before {
  content: ""; }

.material-icons-domain:before {
  content: ""; }

.material-icons-done:before {
  content: ""; }

.material-icons-done_all:before {
  content: ""; }

.material-icons-drafts:before {
  content: ""; }

.material-icons-drive_eta:before {
  content: ""; }

.material-icons-dvr:before {
  content: ""; }

.material-icons-edit:before {
  content: ""; }

.material-icons-eject:before {
  content: ""; }

.material-icons-email:before {
  content: ""; }

.material-icons-equalizer:before {
  content: ""; }

.material-icons-error:before {
  content: ""; }

.material-icons-error_outline:before {
  content: ""; }

.material-icons-event:before {
  content: ""; }

.material-icons-event_available:before {
  content: ""; }

.material-icons-event_busy:before {
  content: ""; }

.material-icons-event_note:before {
  content: ""; }

.material-icons-event_seat:before {
  content: ""; }

.material-icons-exit_to_app:before {
  content: ""; }

.material-icons-expand_less:before {
  content: ""; }

.material-icons-expand_more:before {
  content: ""; }

.material-icons-explicit:before {
  content: ""; }

.material-icons-explore:before {
  content: ""; }

.material-icons-exposure:before {
  content: ""; }

.material-icons-exposure_neg_1:before {
  content: ""; }

.material-icons-exposure_neg_2:before {
  content: ""; }

.material-icons-exposure_plus_1:before {
  content: ""; }

.material-icons-exposure_plus_2:before {
  content: ""; }

.material-icons-exposure_zero:before {
  content: ""; }

.material-icons-extension:before {
  content: ""; }

.material-icons-face:before {
  content: ""; }

.material-icons-fast_forward:before {
  content: ""; }

.material-icons-fast_rewind:before {
  content: ""; }

.material-icons-favorite:before {
  content: ""; }

.material-icons-favorite_border:before {
  content: ""; }

.material-icons-feedback:before {
  content: ""; }

.material-icons-file_download:before {
  content: ""; }

.material-icons-file_upload:before {
  content: ""; }

.material-icons-filter:before {
  content: ""; }

.material-icons-filter_1:before {
  content: ""; }

.material-icons-filter_2:before {
  content: ""; }

.material-icons-filter_3:before {
  content: ""; }

.material-icons-filter_4:before {
  content: ""; }

.material-icons-filter_5:before {
  content: ""; }

.material-icons-filter_6:before {
  content: ""; }

.material-icons-filter_7:before {
  content: ""; }

.material-icons-filter_8:before {
  content: ""; }

.material-icons-filter_9:before {
  content: ""; }

.material-icons-filter_9_plus:before {
  content: ""; }

.material-icons-filter_b_and_w:before {
  content: ""; }

.material-icons-filter_center_focus:before {
  content: ""; }

.material-icons-filter_drama:before {
  content: ""; }

.material-icons-filter_frames:before {
  content: ""; }

.material-icons-filter_hdr:before {
  content: ""; }

.material-icons-filter_list:before {
  content: ""; }

.material-icons-filter_none:before {
  content: ""; }

.material-icons-filter_tilt_shift:before {
  content: ""; }

.material-icons-filter_vintage:before {
  content: ""; }

.material-icons-find_in_page:before {
  content: ""; }

.material-icons-find_replace:before {
  content: ""; }

.material-icons-flag:before {
  content: ""; }

.material-icons-flare:before {
  content: ""; }

.material-icons-flash_auto:before {
  content: ""; }

.material-icons-flash_off:before {
  content: ""; }

.material-icons-flash_on:before {
  content: ""; }

.material-icons-flight:before {
  content: ""; }

.material-icons-flight_land:before {
  content: ""; }

.material-icons-flight_takeoff:before {
  content: ""; }

.material-icons-flip:before {
  content: ""; }

.material-icons-flip_to_back:before {
  content: ""; }

.material-icons-flip_to_front:before {
  content: ""; }

.material-icons-folder:before {
  content: ""; }

.material-icons-folder_open:before {
  content: ""; }

.material-icons-folder_shared:before {
  content: ""; }

.material-icons-folder_special:before {
  content: ""; }

.material-icons-font_download:before {
  content: ""; }

.material-icons-format_align_center:before {
  content: ""; }

.material-icons-format_align_justify:before {
  content: ""; }

.material-icons-format_align_left:before {
  content: ""; }

.material-icons-format_align_right:before {
  content: ""; }

.material-icons-format_bold:before {
  content: ""; }

.material-icons-format_clear:before {
  content: ""; }

.material-icons-format_color_fill:before {
  content: ""; }

.material-icons-format_color_reset:before {
  content: ""; }

.material-icons-format_color_text:before {
  content: ""; }

.material-icons-format_indent_decrease:before {
  content: ""; }

.material-icons-format_indent_increase:before {
  content: ""; }

.material-icons-format_italic:before {
  content: ""; }

.material-icons-format_line_spacing:before {
  content: ""; }

.material-icons-format_list_bulleted:before {
  content: ""; }

.material-icons-format_list_numbered:before {
  content: ""; }

.material-icons-format_paint:before {
  content: ""; }

.material-icons-format_quote:before {
  content: ""; }

.material-icons-format_size:before {
  content: ""; }

.material-icons-format_strikethrough:before {
  content: ""; }

.material-icons-format_textdirection_l_to_r:before {
  content: ""; }

.material-icons-format_textdirection_r_to_l:before {
  content: ""; }

.material-icons-format_underlined:before {
  content: ""; }

.material-icons-forum:before {
  content: ""; }

.material-icons-forward:before {
  content: ""; }

.material-icons-forward_10:before {
  content: ""; }

.material-icons-forward_30:before {
  content: ""; }

.material-icons-forward_5:before {
  content: ""; }

.material-icons-fullscreen:before {
  content: ""; }

.material-icons-fullscreen_exit:before {
  content: ""; }

.material-icons-functions:before {
  content: ""; }

.material-icons-gamepad:before {
  content: ""; }

.material-icons-games:before {
  content: ""; }

.material-icons-gesture:before {
  content: ""; }

.material-icons-get_app:before {
  content: ""; }

.material-icons-gif:before {
  content: ""; }

.material-icons-gps_fixed:before {
  content: ""; }

.material-icons-gps_not_fixed:before {
  content: ""; }

.material-icons-gps_off:before {
  content: ""; }

.material-icons-grade:before {
  content: ""; }

.material-icons-gradient:before {
  content: ""; }

.material-icons-grain:before {
  content: ""; }

.material-icons-graphic_eq:before {
  content: ""; }

.material-icons-grid_off:before {
  content: ""; }

.material-icons-grid_on:before {
  content: ""; }

.material-icons-group:before {
  content: ""; }

.material-icons-group_add:before {
  content: ""; }

.material-icons-group_work:before {
  content: ""; }

.material-icons-hd:before {
  content: ""; }

.material-icons-hdr_off:before {
  content: ""; }

.material-icons-hdr_on:before {
  content: ""; }

.material-icons-hdr_strong:before {
  content: ""; }

.material-icons-hdr_weak:before {
  content: ""; }

.material-icons-headset:before {
  content: ""; }

.material-icons-headset_mic:before {
  content: ""; }

.material-icons-healing:before {
  content: ""; }

.material-icons-hearing:before {
  content: ""; }

.material-icons-help:before {
  content: ""; }

.material-icons-help_outline:before {
  content: ""; }

.material-icons-high_quality:before {
  content: ""; }

.material-icons-highlight_off:before {
  content: ""; }

.material-icons-history:before {
  content: ""; }

.material-icons-home:before {
  content: ""; }

.material-icons-hotel:before {
  content: ""; }

.material-icons-hourglass_empty:before {
  content: ""; }

.material-icons-hourglass_full:before {
  content: ""; }

.material-icons-http:before {
  content: ""; }

.material-icons-https:before {
  content: ""; }

.material-icons-image:before {
  content: ""; }

.material-icons-image_aspect_ratio:before {
  content: ""; }

.material-icons-import_export:before {
  content: ""; }

.material-icons-inbox:before {
  content: ""; }

.material-icons-indeterminate_check_box:before {
  content: ""; }

.material-icons-info:before {
  content: ""; }

.material-icons-info_outline:before {
  content: ""; }

.material-icons-input:before {
  content: ""; }

.material-icons-insert_chart:before {
  content: ""; }

.material-icons-insert_comment:before {
  content: ""; }

.material-icons-insert_drive_file:before {
  content: ""; }

.material-icons-insert_emoticon:before {
  content: ""; }

.material-icons-insert_invitation:before {
  content: ""; }

.material-icons-insert_link:before {
  content: ""; }

.material-icons-insert_photo:before {
  content: ""; }

.material-icons-invert_colors:before {
  content: ""; }

.material-icons-invert_colors_off:before {
  content: ""; }

.material-icons-iso:before {
  content: ""; }

.material-icons-keyboard:before {
  content: ""; }

.material-icons-keyboard_arrow_down:before {
  content: ""; }

.material-icons-keyboard_arrow_left:before {
  content: ""; }

.material-icons-keyboard_arrow_right:before {
  content: ""; }

.material-icons-keyboard_arrow_up:before {
  content: ""; }

.material-icons-keyboard_backspace:before {
  content: ""; }

.material-icons-keyboard_capslock:before {
  content: ""; }

.material-icons-keyboard_hide:before {
  content: ""; }

.material-icons-keyboard_return:before {
  content: ""; }

.material-icons-keyboard_tab:before {
  content: ""; }

.material-icons-keyboard_voice:before {
  content: ""; }

.material-icons-label:before {
  content: ""; }

.material-icons-label_outline:before {
  content: ""; }

.material-icons-landscape:before {
  content: ""; }

.material-icons-language:before {
  content: ""; }

.material-icons-laptop:before {
  content: ""; }

.material-icons-laptop_chromebook:before {
  content: ""; }

.material-icons-laptop_mac:before {
  content: ""; }

.material-icons-laptop_windows:before {
  content: ""; }

.material-icons-launch:before {
  content: ""; }

.material-icons-layers:before {
  content: ""; }

.material-icons-layers_clear:before {
  content: ""; }

.material-icons-leak_add:before {
  content: ""; }

.material-icons-leak_remove:before {
  content: ""; }

.material-icons-lens:before {
  content: ""; }

.material-icons-library_add:before {
  content: ""; }

.material-icons-library_books:before {
  content: ""; }

.material-icons-library_music:before {
  content: ""; }

.material-icons-link:before {
  content: ""; }

.material-icons-list:before {
  content: ""; }

.material-icons-live_help:before {
  content: ""; }

.material-icons-live_tv:before {
  content: ""; }

.material-icons-local_activity:before {
  content: ""; }

.material-icons-local_airport:before {
  content: ""; }

.material-icons-local_atm:before {
  content: ""; }

.material-icons-local_bar:before {
  content: ""; }

.material-icons-local_cafe:before {
  content: ""; }

.material-icons-local_car_wash:before {
  content: ""; }

.material-icons-local_convenience_store:before {
  content: ""; }

.material-icons-local_dining:before {
  content: ""; }

.material-icons-local_drink:before {
  content: ""; }

.material-icons-local_florist:before {
  content: ""; }

.material-icons-local_gas_station:before {
  content: ""; }

.material-icons-local_grocery_store:before {
  content: ""; }

.material-icons-local_hospital:before {
  content: ""; }

.material-icons-local_hotel:before {
  content: ""; }

.material-icons-local_laundry_service:before {
  content: ""; }

.material-icons-local_library:before {
  content: ""; }

.material-icons-local_mall:before {
  content: ""; }

.material-icons-local_movies:before {
  content: ""; }

.material-icons-local_offer:before {
  content: ""; }

.material-icons-local_parking:before {
  content: ""; }

.material-icons-local_pharmacy:before {
  content: ""; }

.material-icons-local_phone:before {
  content: ""; }

.material-icons-local_pizza:before {
  content: ""; }

.material-icons-local_play:before {
  content: ""; }

.material-icons-local_post_office:before {
  content: ""; }

.material-icons-local_printshop:before {
  content: ""; }

.material-icons-local_see:before {
  content: ""; }

.material-icons-local_shipping:before {
  content: ""; }

.material-icons-local_taxi:before {
  content: ""; }

.material-icons-location_city:before {
  content: ""; }

.material-icons-location_disabled:before {
  content: ""; }

.material-icons-location_off:before {
  content: ""; }

.material-icons-location_on:before {
  content: ""; }

.material-icons-location_searching:before {
  content: ""; }

.material-icons-lock:before {
  content: ""; }

.material-icons-lock_open:before {
  content: ""; }

.material-icons-lock_outline:before {
  content: ""; }

.material-icons-looks:before {
  content: ""; }

.material-icons-looks_3:before {
  content: ""; }

.material-icons-looks_4:before {
  content: ""; }

.material-icons-looks_5:before {
  content: ""; }

.material-icons-looks_6:before {
  content: ""; }

.material-icons-looks_one:before {
  content: ""; }

.material-icons-looks_two:before {
  content: ""; }

.material-icons-loop:before {
  content: ""; }

.material-icons-loupe:before {
  content: ""; }

.material-icons-loyalty:before {
  content: ""; }

.material-icons-mail:before {
  content: ""; }

.material-icons-map:before {
  content: ""; }

.material-icons-markunread:before {
  content: ""; }

.material-icons-markunread_mailbox:before {
  content: ""; }

.material-icons-memory:before {
  content: ""; }

.material-icons-menu:before {
  content: ""; }

.material-icons-merge_type:before {
  content: ""; }

.material-icons-message:before {
  content: ""; }

.material-icons-mic:before {
  content: ""; }

.material-icons-mic_none:before {
  content: ""; }

.material-icons-mic_off:before {
  content: ""; }

.material-icons-mms:before {
  content: ""; }

.material-icons-mode_comment:before {
  content: ""; }

.material-icons-mode_edit:before {
  content: ""; }

.material-icons-money_off:before {
  content: ""; }

.material-icons-monochrome_photos:before {
  content: ""; }

.material-icons-mood:before {
  content: ""; }

.material-icons-mood_bad:before {
  content: ""; }

.material-icons-more:before {
  content: ""; }

.material-icons-more_horiz:before {
  content: ""; }

.material-icons-more_vert:before {
  content: ""; }

.material-icons-mouse:before {
  content: ""; }

.material-icons-movie:before {
  content: ""; }

.material-icons-movie_creation:before {
  content: ""; }

.material-icons-music_note:before {
  content: ""; }

.material-icons-my_location:before {
  content: ""; }

.material-icons-nature:before {
  content: ""; }

.material-icons-nature_people:before {
  content: ""; }

.material-icons-navigate_before:before {
  content: ""; }

.material-icons-navigate_next:before {
  content: ""; }

.material-icons-navigation:before {
  content: ""; }

.material-icons-network_cell:before {
  content: ""; }

.material-icons-network_locked:before {
  content: ""; }

.material-icons-network_wifi:before {
  content: ""; }

.material-icons-new_releases:before {
  content: ""; }

.material-icons-nfc:before {
  content: ""; }

.material-icons-no_sim:before {
  content: ""; }

.material-icons-not_interested:before {
  content: ""; }

.material-icons-note_add:before {
  content: ""; }

.material-icons-notifications:before {
  content: ""; }

.material-icons-notifications_active:before {
  content: ""; }

.material-icons-notifications_none:before {
  content: ""; }

.material-icons-notifications_off:before {
  content: ""; }

.material-icons-notifications_paused:before {
  content: ""; }

.material-icons-offline_pin:before {
  content: ""; }

.material-icons-ondemand_video:before {
  content: ""; }

.material-icons-open_in_browser:before {
  content: ""; }

.material-icons-open_in_new:before {
  content: ""; }

.material-icons-open_with:before {
  content: ""; }

.material-icons-pages:before {
  content: ""; }

.material-icons-pageview:before {
  content: ""; }

.material-icons-palette:before {
  content: ""; }

.material-icons-panorama:before {
  content: ""; }

.material-icons-panorama_fish_eye:before {
  content: ""; }

.material-icons-panorama_horizontal:before {
  content: ""; }

.material-icons-panorama_vertical:before {
  content: ""; }

.material-icons-panorama_wide_angle:before {
  content: ""; }

.material-icons-party_mode:before {
  content: ""; }

.material-icons-pause:before {
  content: ""; }

.material-icons-pause_circle_filled:before {
  content: ""; }

.material-icons-pause_circle_outline:before {
  content: ""; }

.material-icons-payment:before {
  content: ""; }

.material-icons-people:before {
  content: ""; }

.material-icons-people_outline:before {
  content: ""; }

.material-icons-perm_camera_mic:before {
  content: ""; }

.material-icons-perm_contact_calendar:before {
  content: ""; }

.material-icons-perm_data_setting:before {
  content: ""; }

.material-icons-perm_device_information:before {
  content: ""; }

.material-icons-perm_identity:before {
  content: ""; }

.material-icons-perm_media:before {
  content: ""; }

.material-icons-perm_phone_msg:before {
  content: ""; }

.material-icons-perm_scan_wifi:before {
  content: ""; }

.material-icons-person:before {
  content: ""; }

.material-icons-person_add:before {
  content: ""; }

.material-icons-person_outline:before {
  content: ""; }

.material-icons-person_pin:before {
  content: ""; }

.material-icons-personal_video:before {
  content: ""; }

.material-icons-phone:before {
  content: ""; }

.material-icons-phone_android:before {
  content: ""; }

.material-icons-phone_bluetooth_speaker:before {
  content: ""; }

.material-icons-phone_forwarded:before {
  content: ""; }

.material-icons-phone_in_talk:before {
  content: ""; }

.material-icons-phone_iphone:before {
  content: ""; }

.material-icons-phone_locked:before {
  content: ""; }

.material-icons-phone_missed:before {
  content: ""; }

.material-icons-phone_paused:before {
  content: ""; }

.material-icons-phonelink:before {
  content: ""; }

.material-icons-phonelink_erase:before {
  content: ""; }

.material-icons-phonelink_lock:before {
  content: ""; }

.material-icons-phonelink_off:before {
  content: ""; }

.material-icons-phonelink_ring:before {
  content: ""; }

.material-icons-phonelink_setup:before {
  content: ""; }

.material-icons-photo:before {
  content: ""; }

.material-icons-photo_album:before {
  content: ""; }

.material-icons-photo_camera:before {
  content: ""; }

.material-icons-photo_library:before {
  content: ""; }

.material-icons-photo_size_select_actual:before {
  content: ""; }

.material-icons-photo_size_select_large:before {
  content: ""; }

.material-icons-photo_size_select_small:before {
  content: ""; }

.material-icons-picture_as_pdf:before {
  content: ""; }

.material-icons-picture_in_picture:before {
  content: ""; }

.material-icons-pin_drop:before {
  content: ""; }

.material-icons-place:before {
  content: ""; }

.material-icons-play_arrow:before {
  content: ""; }

.material-icons-play_circle_filled:before {
  content: ""; }

.material-icons-play_circle_outline:before {
  content: ""; }

.material-icons-play_for_work:before {
  content: ""; }

.material-icons-playlist_add:before {
  content: ""; }

.material-icons-plus_one:before {
  content: ""; }

.material-icons-poll:before {
  content: ""; }

.material-icons-polymer:before {
  content: ""; }

.material-icons-portable_wifi_off:before {
  content: ""; }

.material-icons-portrait:before {
  content: ""; }

.material-icons-power:before {
  content: ""; }

.material-icons-power_input:before {
  content: ""; }

.material-icons-power_settings_new:before {
  content: ""; }

.material-icons-present_to_all:before {
  content: ""; }

.material-icons-print:before {
  content: ""; }

.material-icons-public:before {
  content: ""; }

.material-icons-publish:before {
  content: ""; }

.material-icons-query_builder:before {
  content: ""; }

.material-icons-question_answer:before {
  content: ""; }

.material-icons-queue:before {
  content: ""; }

.material-icons-queue_music:before {
  content: ""; }

.material-icons-radio:before {
  content: ""; }

.material-icons-radio_button_checked:before {
  content: ""; }

.material-icons-radio_button_unchecked:before {
  content: ""; }

.material-icons-rate_review:before {
  content: ""; }

.material-icons-receipt:before {
  content: ""; }

.material-icons-recent_actors:before {
  content: ""; }

.material-icons-redeem:before {
  content: ""; }

.material-icons-redo:before {
  content: ""; }

.material-icons-refresh:before {
  content: ""; }

.material-icons-remove:before {
  content: ""; }

.material-icons-remove_circle:before {
  content: ""; }

.material-icons-remove_circle_outline:before {
  content: ""; }

.material-icons-remove_red_eye:before {
  content: ""; }

.material-icons-reorder:before {
  content: ""; }

.material-icons-repeat:before {
  content: ""; }

.material-icons-repeat_one:before {
  content: ""; }

.material-icons-replay:before {
  content: ""; }

.material-icons-replay_10:before {
  content: ""; }

.material-icons-replay_30:before {
  content: ""; }

.material-icons-replay_5:before {
  content: ""; }

.material-icons-reply:before {
  content: ""; }

.material-icons-reply_all:before {
  content: ""; }

.material-icons-report:before {
  content: ""; }

.material-icons-report_problem:before {
  content: ""; }

.material-icons-restaurant_menu:before {
  content: ""; }

.material-icons-restore:before {
  content: ""; }

.material-icons-ring_volume:before {
  content: ""; }

.material-icons-room:before {
  content: ""; }

.material-icons-rotate_90_degrees_ccw:before {
  content: ""; }

.material-icons-rotate_left:before {
  content: ""; }

.material-icons-rotate_right:before {
  content: ""; }

.material-icons-router:before {
  content: ""; }

.material-icons-satellite:before {
  content: ""; }

.material-icons-save:before {
  content: ""; }

.material-icons-scanner:before {
  content: ""; }

.material-icons-schedule:before {
  content: ""; }

.material-icons-school:before {
  content: ""; }

.material-icons-screen_lock_landscape:before {
  content: ""; }

.material-icons-screen_lock_portrait:before {
  content: ""; }

.material-icons-screen_lock_rotation:before {
  content: ""; }

.material-icons-screen_rotation:before {
  content: ""; }

.material-icons-sd_card:before {
  content: ""; }

.material-icons-sd_storage:before {
  content: ""; }

.material-icons-search:before {
  content: ""; }

.material-icons-security:before {
  content: ""; }

.material-icons-select_all:before {
  content: ""; }

.material-icons-send:before {
  content: ""; }

.material-icons-settings:before {
  content: ""; }

.material-icons-settings_applications:before {
  content: ""; }

.material-icons-settings_backup_restore:before {
  content: ""; }

.material-icons-settings_bluetooth:before {
  content: ""; }

.material-icons-settings_brightness:before {
  content: ""; }

.material-icons-settings_cell:before {
  content: ""; }

.material-icons-settings_ethernet:before {
  content: ""; }

.material-icons-settings_input_antenna:before {
  content: ""; }

.material-icons-settings_input_component:before {
  content: ""; }

.material-icons-settings_input_composite:before {
  content: ""; }

.material-icons-settings_input_hdmi:before {
  content: ""; }

.material-icons-settings_input_svideo:before {
  content: ""; }

.material-icons-settings_overscan:before {
  content: ""; }

.material-icons-settings_phone:before {
  content: ""; }

.material-icons-settings_power:before {
  content: ""; }

.material-icons-settings_remote:before {
  content: ""; }

.material-icons-settings_system_daydream:before {
  content: ""; }

.material-icons-settings_voice:before {
  content: ""; }

.material-icons-share:before {
  content: ""; }

.material-icons-shop:before {
  content: ""; }

.material-icons-shop_two:before {
  content: ""; }

.material-icons-shopping_basket:before {
  content: ""; }

.material-icons-shopping_cart:before {
  content: ""; }

.material-icons-shuffle:before {
  content: ""; }

.material-icons-signal_cellular_4_bar:before {
  content: ""; }

.material-icons-signal_cellular_connected_no_internet_4_bar:before {
  content: ""; }

.material-icons-signal_cellular_no_sim:before {
  content: ""; }

.material-icons-signal_cellular_null:before {
  content: ""; }

.material-icons-signal_cellular_off:before {
  content: ""; }

.material-icons-signal_wifi_4_bar:before {
  content: ""; }

.material-icons-signal_wifi_4_bar_lock:before {
  content: ""; }

.material-icons-signal_wifi_off:before {
  content: ""; }

.material-icons-sim_card:before {
  content: ""; }

.material-icons-sim_card_alert:before {
  content: ""; }

.material-icons-skip_next:before {
  content: ""; }

.material-icons-skip_previous:before {
  content: ""; }

.material-icons-slideshow:before {
  content: ""; }

.material-icons-smartphone:before {
  content: ""; }

.material-icons-sms:before {
  content: ""; }

.material-icons-sms_failed:before {
  content: ""; }

.material-icons-snooze:before {
  content: ""; }

.material-icons-sort:before {
  content: ""; }

.material-icons-sort_by_alpha:before {
  content: ""; }

.material-icons-space_bar:before {
  content: ""; }

.material-icons-speaker:before {
  content: ""; }

.material-icons-speaker_group:before {
  content: ""; }

.material-icons-speaker_notes:before {
  content: ""; }

.material-icons-speaker_phone:before {
  content: ""; }

.material-icons-spellcheck:before {
  content: ""; }

.material-icons-star:before {
  content: ""; }

.material-icons-star_border:before {
  content: ""; }

.material-icons-star_half:before {
  content: ""; }

.material-icons-stars:before {
  content: ""; }

.material-icons-stay_current_landscape:before {
  content: ""; }

.material-icons-stay_current_portrait:before {
  content: ""; }

.material-icons-stay_primary_landscape:before {
  content: ""; }

.material-icons-stay_primary_portrait:before {
  content: ""; }

.material-icons-stop:before {
  content: ""; }

.material-icons-storage:before {
  content: ""; }

.material-icons-store:before {
  content: ""; }

.material-icons-store_mall_directory:before {
  content: ""; }

.material-icons-straighten:before {
  content: ""; }

.material-icons-strikethrough_s:before {
  content: ""; }

.material-icons-style:before {
  content: ""; }

.material-icons-subject:before {
  content: ""; }

.material-icons-subtitles:before {
  content: ""; }

.material-icons-supervisor_account:before {
  content: ""; }

.material-icons-surround_sound:before {
  content: ""; }

.material-icons-swap_calls:before {
  content: ""; }

.material-icons-swap_horiz:before {
  content: ""; }

.material-icons-swap_vert:before {
  content: ""; }

.material-icons-swap_vertical_circle:before {
  content: ""; }

.material-icons-switch_camera:before {
  content: ""; }

.material-icons-switch_video:before {
  content: ""; }

.material-icons-sync:before {
  content: ""; }

.material-icons-sync_disabled:before {
  content: ""; }

.material-icons-sync_problem:before {
  content: ""; }

.material-icons-system_update:before {
  content: ""; }

.material-icons-system_update_alt:before {
  content: ""; }

.material-icons-tab:before {
  content: ""; }

.material-icons-tab_unselected:before {
  content: ""; }

.material-icons-tablet:before {
  content: ""; }

.material-icons-tablet_android:before {
  content: ""; }

.material-icons-tablet_mac:before {
  content: ""; }

.material-icons-tag_faces:before {
  content: ""; }

.material-icons-tap_and_play:before {
  content: ""; }

.material-icons-terrain:before {
  content: ""; }

.material-icons-text_format:before {
  content: ""; }

.material-icons-textsms:before {
  content: ""; }

.material-icons-texture:before {
  content: ""; }

.material-icons-theaters:before {
  content: ""; }

.material-icons-thumb_down:before {
  content: ""; }

.material-icons-thumb_up:before {
  content: ""; }

.material-icons-thumbs_up_down:before {
  content: ""; }

.material-icons-time_to_leave:before {
  content: ""; }

.material-icons-timelapse:before {
  content: ""; }

.material-icons-timer:before {
  content: ""; }

.material-icons-timer_10:before {
  content: ""; }

.material-icons-timer_3:before {
  content: ""; }

.material-icons-timer_off:before {
  content: ""; }

.material-icons-toc:before {
  content: ""; }

.material-icons-today:before {
  content: ""; }

.material-icons-toll:before {
  content: ""; }

.material-icons-tonality:before {
  content: ""; }

.material-icons-toys:before {
  content: ""; }

.material-icons-track_changes:before {
  content: ""; }

.material-icons-traffic:before {
  content: ""; }

.material-icons-transform:before {
  content: ""; }

.material-icons-translate:before {
  content: ""; }

.material-icons-trending_down:before {
  content: ""; }

.material-icons-trending_flat:before {
  content: ""; }

.material-icons-trending_up:before {
  content: ""; }

.material-icons-tune:before {
  content: ""; }

.material-icons-turned_in:before {
  content: ""; }

.material-icons-turned_in_not:before {
  content: ""; }

.material-icons-tv:before {
  content: ""; }

.material-icons-undo:before {
  content: ""; }

.material-icons-unfold_less:before {
  content: ""; }

.material-icons-unfold_more:before {
  content: ""; }

.material-icons-usb:before {
  content: ""; }

.material-icons-verified_user:before {
  content: ""; }

.material-icons-vertical_align_bottom:before {
  content: ""; }

.material-icons-vertical_align_center:before {
  content: ""; }

.material-icons-vertical_align_top:before {
  content: ""; }

.material-icons-vibration:before {
  content: ""; }

.material-icons-video_library:before {
  content: ""; }

.material-icons-videocam:before {
  content: ""; }

.material-icons-videocam_off:before {
  content: ""; }

.material-icons-view_agenda:before {
  content: ""; }

.material-icons-view_array:before {
  content: ""; }

.material-icons-view_carousel:before {
  content: ""; }

.material-icons-view_column:before {
  content: ""; }

.material-icons-view_comfy:before {
  content: ""; }

.material-icons-view_compact:before {
  content: ""; }

.material-icons-view_day:before {
  content: ""; }

.material-icons-view_headline:before {
  content: ""; }

.material-icons-view_list:before {
  content: ""; }

.material-icons-view_module:before {
  content: ""; }

.material-icons-view_quilt:before {
  content: ""; }

.material-icons-view_stream:before {
  content: ""; }

.material-icons-view_week:before {
  content: ""; }

.material-icons-vignette:before {
  content: ""; }

.material-icons-visibility:before {
  content: ""; }

.material-icons-visibility_off:before {
  content: ""; }

.material-icons-voice_chat:before {
  content: ""; }

.material-icons-voicemail:before {
  content: ""; }

.material-icons-volume_down:before {
  content: ""; }

.material-icons-volume_mute:before {
  content: ""; }

.material-icons-volume_off:before {
  content: ""; }

.material-icons-volume_up:before {
  content: ""; }

.material-icons-vpn_key:before {
  content: ""; }

.material-icons-vpn_lock:before {
  content: ""; }

.material-icons-wallpaper:before {
  content: ""; }

.material-icons-warning:before {
  content: ""; }

.material-icons-watch:before {
  content: ""; }

.material-icons-wb_auto:before {
  content: ""; }

.material-icons-wb_cloudy:before {
  content: ""; }

.material-icons-wb_incandescent:before {
  content: ""; }

.material-icons-wb_iridescent:before {
  content: ""; }

.material-icons-wb_sunny:before {
  content: ""; }

.material-icons-wc:before {
  content: ""; }

.material-icons-web:before {
  content: ""; }

.material-icons-whatshot:before {
  content: ""; }

.material-icons-widgets:before {
  content: ""; }

.material-icons-wifi:before {
  content: ""; }

.material-icons-wifi_lock:before {
  content: ""; }

.material-icons-wifi_tethering:before {
  content: ""; }

.material-icons-work:before {
  content: ""; }

.material-icons-wrap_text:before {
  content: ""; }

.material-icons-youtube_searched_for:before {
  content: ""; }

.material-icons-zoom_in:before {
  content: ""; }

.material-icons-zoom_out:before {
  content: ""; }

#header .nav-section.dark-background .links_toggle > ul > li > a:hover, #header .nav-section.dark-background .links_toggle > ul > li > a:focus, #header .nav-section.dark-background .links_toggle > ul > li > a:active {
  color: #ef6c00 !important; }

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2 Development
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
html.slidebar-active-wrapper {
  overflow-x: hidden; }
  html.slidebar-active-wrapper body {
    overflow: hidden; }

[data-canvas=container] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }

[data-canvas=container]:before, [data-canvas=container]:after {
  clear: both;
  content: '';
  display: table; }

/**
 * Off-Canavs
 */
*:not(.inactive-device)[data-off-canvas] {
  visibility: hidden;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  z-index: 7;
  box-shadow: 0 10px 25px rgba(16, 16, 16, 0.5);
  background: white;
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */ }
  *:not(.inactive-device)[data-off-canvas]::-webkit-scrollbar {
    width: 6px; }
  *:not(.inactive-device)[data-off-canvas]::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0; }
  *:not(.inactive-device)[data-off-canvas]::-webkit-scrollbar-thumb {
    background: #757575;
    transition: all 0.3s;
    border-radius: 0; }
    *:not(.inactive-device)[data-off-canvas]::-webkit-scrollbar-thumb:hover {
      background: #424242; }

*:not(.inactive-device)[data-off-canvas*=top] {
  width: 100%;
  height: 100px;
  padding: 30px;
  bottom: 100%;
  left: 0; }
  @media (max-width: 575.98px) {
    *:not(.inactive-device)[data-off-canvas*=top] {
      padding: 15px;
      height: 70px; } }

*:not(.inactive-device)[data-off-canvas*=right] {
  max-width: calc(100% - 30px);
  width: 422px;
  padding: 60px 30px;
  height: 100%;
  top: 0;
  left: 100%; }
  @media (max-width: 991.98px) {
    *:not(.inactive-device)[data-off-canvas*=right] {
      width: 400px; } }
  @media (max-width: 575.98px) {
    *:not(.inactive-device)[data-off-canvas*=right] {
      padding: 40px 15px; } }

*:not(.inactive-device)[data-off-canvas*=bottom] {
  width: 100%;
  height: 200px;
  padding: 30px;
  top: 100%;
  left: 0; }
  @media (max-width: 575.98px) {
    *:not(.inactive-device)[data-off-canvas*=bottom] {
      padding: 15px;
      height: 170px; } }

*:not(.inactive-device)[data-off-canvas*=left] {
  max-width: calc(100% - 30px);
  width: 422px;
  padding: 60px 30px;
  height: 100%;
  top: 0;
  right: 100%; }
  @media (max-width: 991.98px) {
    *:not(.inactive-device)[data-off-canvas*=left] {
      width: 400px; } }
  @media (max-width: 575.98px) {
    *:not(.inactive-device)[data-off-canvas*=left] {
      padding: 40px 15px; } }

*:not(.inactive-device)[data-off-canvas*=overlay] {
  z-index: 10; }

/**
 * Animation
 */
[data-canvas], *:not(.inactive-device)[data-off-canvas], .slidebar-toggle-animated {
  margin: 0;
  transition: margin .2s;
  transition-timing-function: cubic-bezier(0.2, 0, 0.065, 0.25);
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */ }

/**
 * Print
 */
@media print {
  [data-canvas] {
    margin: 0 !important; }

  *:not(.inactive-device)[data-off-canvas] {
    display: none !important; } }
[data-canvas]:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: translate3d(100%, 0, 0);
  transition: opacity 0.2s, transform 0s .2s;
  transition-timing-function: cubic-bezier(0.2, 0, 0.065, 0.25); }
[data-canvas].js-close-any:after {
  opacity: 1;
  transition: opacity .2s;
  transition-timing-function: cubic-bezier(0.2, 0, 0.065, 0.25);
  transform: translate3d(0, 0, 0) !important; }

.closeSlidebar {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  outline: none !important;
  z-index: 5;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  line-height: 20px;
  padding: 0;
  background: none;
  border: none;
  color: #2f2c2f;
  transition: all 0.3s ease-in-out; }
  .closeSlidebar:not(:hover) {
    opacity: 0.5; }
  .closeSlidebar:before {
    font-family: 'Material Icons';
    content: "";
    font-size: 16px;
    line-height: 1; }
  .closeSlidebar:hover, .closeSlidebar:focus, .closeSlidebar:active {
    color: #ef6c00; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  background: none !important;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  z-index: 10;
  cursor: pointer;
  color: #d8d8d8;
  text-align: center;
  transition: all 0.3s ease-in-out; }
  .swiper-button-prev:hover, .swiper-button-prev:focus, .swiper-button-prev:active,
  .swiper-button-next:hover,
  .swiper-button-next:focus,
  .swiper-button-next:active {
    color: #2f2c2f; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 25px;
  right: auto; }
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before {
    font-family: 'FontAwesome';
    content: "";
    font-size: 25px;
    line-height: 1; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 25px;
  left: auto; }
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    font-family: 'FontAwesome';
    content: "";
    font-size: 25px;
    line-height: 1; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto; }
  .swiper-button-prev.swiper-button-disabled.hideControlOnEnd,
  .swiper-button-next.swiper-button-disabled.hideControlOnEnd {
    display: none; }

.swiper-container-vertical .swiper-button-next,
.swiper-container-vertical .swiper-button-prev {
  background: none !important;
  left: 50%;
  right: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  margin-top: 0;
  margin-left: -15px;
  font-size: 20px; }
  .swiper-container-vertical .swiper-button-next:before,
  .swiper-container-vertical .swiper-button-prev:before {
    font-family: 'FontAwesome';
    content: ""; }

.swiper-container-vertical .swiper-button-next {
  top: auto;
  bottom: 0; }
  .swiper-container-vertical .swiper-button-next:before {
    font-family: 'FontAwesome';
    content: ""; }

/* Pagination Styles */
.swiper-pagination {
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Bullets */
.swiper-pagination-bullet {
  border: solid 2px #2f2c2f;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  background: none;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    cursor: default;
    pointer-events: none; }
  .swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: none;
    border-color: #ef6c00; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-container-vertical > .swiper-pagination-bullets {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px 0;
  display: block; }

.swiper-container {
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.ps-alert-error {
  margin-bottom: 0; }

.ps-alert-error .item,
.ps-alert-success .item {
  align-items: center;
  border: 2px #f76063 solid;
  display: flex;
  background-color: #f76063;
  margin-bottom: 1rem; }
  .ps-alert-error .item i,
  .ps-alert-success .item i {
    border: 15px #f76063 solid;
    display: flex; }
    .ps-alert-error .item i svg,
    .ps-alert-success .item i svg {
      background-color: #f76063;
      width: 24px;
      height: 24px; }
  .ps-alert-error .item p,
  .ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%; }

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem 0.25rem; }
  .ps-alert-success .item {
    border-color: #70dfbf;
    background-color: #70dfbf; }
    .ps-alert-success .item i {
      border-color: #70dfbf; }
      .ps-alert-success .item i svg {
        background-color: #70dfbf; }

.alert {
  position: relative;
  padding: 8px 11px 8px 35px;
  text-align: left;
  border-radius: 0;
  font: 400 14px/18px "Arimo", sans-serif;
  margin: 5px auto; }
  .alert .close {
    float: none;
    position: absolute;
    top: 7px;
    right: 8px; }
  .alert > p {
    padding: 0 0 5px 27px; }
  .alert ul,
  .alert ol {
    padding-left: 15px;
    margin-bottom: 0; }
    .alert ul li,
    .alert ol li {
      list-style-type: decimal;
      font-weight: normal;
      padding: 0; }
      .alert ul li + li,
      .alert ol li + li {
        margin-top: 5px; }
  .alert:before {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 16px;
    line-height: 18px; }
  .alert.alert-success {
    background-color: #70dfbf;
    border-color: #70dfbf;
    color: #fff; }
    .alert.alert-success:before {
      content: '\f058';
      font-family: 'FontAwesome'; }
  .alert.alert-danger {
    background-color: #f76063;
    border-color: #f76063;
    color: #fff; }
    .alert.alert-danger:before {
      content: '\f057';
      font-family: 'FontAwesome'; }
    .alert.alert-danger .alert-link {
      color: #101010; }
      .alert.alert-danger .alert-link:hover {
        color: #fff; }
  .alert.alert-warning {
    background-color: #ffa26f;
    border-color: #ffa26f;
    color: #fff;
    padding-left: 40px; }
    .alert.alert-warning:before {
      content: '\f071';
      font-family: 'FontAwesome';
      left: 15px; }
  .alert.alert-info {
    background-color: #89dde7;
    color: #fff;
    border: solid 1px #89dde7; }
    .alert.alert-info:before {
      content: '\f129';
      font-family: 'FontAwesome';
      left: 15px; }

body#checkout .custom-checkbox {
  display: block; }
  body#checkout .custom-checkbox span {
    margin-top: -5px; }
body#checkout .custom-control-description a {
  text-decoration: underline; }
  body#checkout .custom-control-description a:hover, body#checkout .custom-control-description a:focus, body#checkout .custom-control-description a:active {
    color: #ef6c00; }
body#checkout .nav-tabs {
  border-top: 2px solid #b9b7b7;
  border-bottom: none; }
  body#checkout .nav-tabs li {
    position: relative;
    text-align: center;
    padding: 20px;
    width: 25%;
    font: 400 18px/22px "Arimo", sans-serif;
    text-transform: none; }
    body#checkout .nav-tabs li > span {
      display: none; }
    body#checkout .nav-tabs li a {
      padding: 0;
      border: none; }
      body#checkout .nav-tabs li a:before {
        content: '';
        position: absolute;
        left: calc(50% - 10px);
        top: -10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #d8d8d8; }
      body#checkout .nav-tabs li a.reachable:before {
        background: #616161; }
      body#checkout .nav-tabs li a.reachable.active:before {
        background: #ef6c00; }
body#checkout .checkout-step {
  border: 1px solid #b9b7b7;
  padding: 40px; }
  body#checkout .checkout-step .nav {
    margin-bottom: 20px; }
    body#checkout .checkout-step .nav li a {
      padding: 0; }
      body#checkout .checkout-step .nav li a.active {
        color: #757575; }
  body#checkout .checkout-step .payment-option:not(:first-child) {
    margin-top: 10px; }
  body#checkout .checkout-step .delivery-options {
    cursor: pointer; }
    body#checkout .checkout-step .delivery-options .delivery-option-item {
      border: 1px solid #E0E0E0;
      padding: 1rem; }
      body#checkout .checkout-step .delivery-options .delivery-option-item .delivery-option {
        align-items: center; }
      body#checkout .checkout-step .delivery-options .delivery-option-item label {
        margin-bottom: 0;
        cursor: pointer; }
        body#checkout .checkout-step .delivery-options .delivery-option-item label .row, body#checkout .checkout-step .delivery-options .delivery-option-item label .universal-carousel .swiper-container, .universal-carousel body#checkout .checkout-step .delivery-options .delivery-option-item label .swiper-container, body#checkout .checkout-step .delivery-options .delivery-option-item label main .products, main body#checkout .checkout-step .delivery-options .delivery-option-item label .products, body#checkout .checkout-step .delivery-options .delivery-option-item label main .list .products article.product-miniature .product-miniature-container, main .list .products article.product-miniature body#checkout .checkout-step .delivery-options .delivery-option-item label .product-miniature-container {
          align-items: center; }
  body#checkout .checkout-step .invoice-address-wrapper {
    margin-top: 3rem; }
  body#checkout .checkout-step #conditions-to-approve {
    padding-top: 1rem; }
    body#checkout .checkout-step #conditions-to-approve .custom-control .custom-control-label a {
      text-decoration: underline; }
body#checkout .additional-information {
  font-size: 1rem;
  margin-left: 2.875rem;
  margin-top: 1.25rem; }
body#checkout #order-summary-content {
  padding-top: 0.9375rem; }
  body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: #212121; }
  body#checkout #order-summary-content h4.black {
    color: #000000; }
  body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem; }
  body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0; }
    body#checkout #order-summary-content .order-confirmation-table .product-thumbnail {
      max-width: 50px; }
  body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem; }
body#checkout #gift_message, body#checkout #delivery {
  max-width: 100%;
  border-color: #212121; }
  body#checkout #gift_message textarea, body#checkout #delivery textarea {
    max-width: 100%;
    margin-bottom: 10px; }

/**** ORDER CONFIRMATION *****/
#order-confirmation #registration-form {
  max-width: 500px; }
#order-confirmation .order-confirmation-table .product-thumbnail {
  display: inline-block; }

.js-payment-binary {
  display: none; }
  .js-payment-binary .accept-cgv {
    display: none; }
  .js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed; }
    .js-payment-binary.disabled::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none; }
    .js-payment-binary.disabled .accept-cgv {
      display: block; }

.js-additional-information a {
  text-decoration: underline !important; }
  .js-additional-information a:hover, .js-additional-information a:focus, .js-additional-information a:active {
    cursor: pointer !important; }

#bankwire-modal.modal.show .modal-dialog .modal-header {
  position: relative;
  flex-direction: column; }
  #bankwire-modal.modal.show .modal-dialog .modal-header .close {
    position: absolute;
    top: 0.75em;
    right: 1em;
    margin: 0;
    font-size: 1.2em; }
    #bankwire-modal.modal.show .modal-dialog .modal-header .close::before {
      display: none; }

/*** SOME GENERIC STYLES ***/
.page-authentication.page-history #main, .page-authentication.layout-full-width #main,
.page-addresses.page-history #main,
.page-addresses.layout-full-width #main,
.page-customer-account.page-history #main,
.page-customer-account.layout-full-width #main {
  display: flex;
  align-items: center;
  flex-direction: column; }
.page-authentication .orders-table .date,
.page-addresses .orders-table .date,
.page-customer-account .orders-table .date {
  min-width: 7em; }
.page-authentication .orders-table .price-total,
.page-addresses .orders-table .price-total,
.page-customer-account .orders-table .price-total {
  min-width: 7em; }
.page-authentication .page-content,
.page-addresses .page-content,
.page-customer-account .page-content {
  max-width: 1000px;
  width: 100%;
  text-align: left; }
.page-authentication .register-account,
.page-addresses .register-account,
.page-customer-account .register-account {
  text-align: center; }
.page-authentication .login-form form,
.page-addresses .login-form form,
.page-customer-account .login-form form {
  max-width: 500px;
  text-align: left; }

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0; }
#authentication .create_account_top_nofilter .social-login-buttons {
  flex-direction: column; }
#authentication .social-login-buttons {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 15px; }
  #authentication .social-login-buttons #header .icon-links i {
    color: #fff; }
  #authentication .social-login-buttons > a {
    color: #fff;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px; }
    #authentication .social-login-buttons > a i {
      margin-right: 5px; }
    #authentication .social-login-buttons > a:hover, #authentication .social-login-buttons > a:focus, #authentication .social-login-buttons > a:active {
      color: #424242; }

.form-control-content label + label {
  margin-left: 20px; }

.address-selector {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .address-selector .address-item {
    flex: 0 0 calc(50% - 30px);
    border: 1px solid #b9b7b7;
    margin: 0 15px 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 575.98px) {
      .address-selector .address-item {
        flex: 0 0 calc(100% - 30px); } }
    .address-selector .address-item.selected {
      border-color: #ef6c00; }
      .address-selector .address-item.selected hr {
        border-color: #ef6c00; }
    .address-selector .address-item hr {
      margin-top: 5px;
      margin-bottom: 5px; }
    .address-selector .address-item .address-header {
      padding: 20px;
      text-align: left; }
      .address-selector .address-item .address-header h4 {
        font: 400 18px/30px "Arimo", sans-serif;
        margin-bottom: 10px; }
      .address-selector .address-item .address-header label {
        cursor: pointer; }
      .address-selector .address-item .address-header .custom-control-description {
        margin-top: -5px; }
        .address-selector .address-item .address-header .custom-control-description .address-alias {
          font: 400 18px/30px "Arimo", sans-serif;
          color: #2f2c2f; }
    .address-selector .address-item .address-footer {
      text-align: center;
      padding: 0.625rem; }
      .address-selector .address-item .address-footer .btn-link {
        margin: 0 5px; }

/*** My account landing page ***/
.page-my-account .my-account-links li {
  display: block;
  text-align: center;
  background: #E0E0E0;
  margin: 30px 15px 0;
  padding: 0;
  transition: all 0.3s ease-in-out; }
  .page-my-account .my-account-links li a {
    padding: 2rem;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold; }
    .page-my-account .my-account-links li a i {
      font-weight: normal;
      display: block;
      font-size: 80px;
      color: #757575;
      margin-bottom: 20px;
      transition: all 0.3s ease-in-out; }
  .page-my-account .my-account-links li:hover {
    background: #d8d8d8; }
    .page-my-account .my-account-links li:hover a i {
      color: #212121; }

.table-labeled th {
  vertical-align: middle; }
.table-labeled td {
  vertical-align: middle; }
.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: white;
  white-space: nowrap; }

.page-order .table {
  margin-bottom: 0; }
.page-order table th {
  padding: 0.5rem; }
.page-order table td {
  padding: 0.5rem; }
.page-order table thead th {
  text-align: center; }

/*** Order details page ***/
.page-order-detail {
  font-size: 0.875rem;
  color: #424242; }
  .page-order-detail .box {
    box-shadow: 0 15px 62px 0 rgba(16, 16, 16, 0.07);
    background: white;
    padding: 1rem;
    margin-bottom: 1rem; }
  .page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 1rem; }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid #dfe8ec; }
    .page-order-detail #order-history .history-lines .history-line:last-child {
      border-bottom: 0; }
    .page-order-detail #order-history .history-lines .history-line .label {
      display: inline-block;
      margin: 0.25rem 0;
      padding: 0.25rem 0.375rem;
      color: white;
      border-radius: 3px; }
  .page-order-detail .addresses {
    margin: 0 -0.9375rem; }
    .page-order-detail .addresses h4 {
      font-size: 1rem;
      font-weight: 700; }
  .page-order-detail #order-products.return {
    margin-bottom: 1rem; }
    .page-order-detail #order-products.return th.head-checkbox {
      width: 30px; }
    .page-order-detail #order-products.return td {
      padding: 1.375rem 0.75rem; }
      .page-order-detail #order-products.return td.qty {
        min-width: 125px; }
        .page-order-detail #order-products.return td.qty .current {
          width: 30%;
          float: left;
          text-align: right;
          padding-right: 0.5rem; }
        .page-order-detail #order-products.return td.qty .select {
          width: 70%;
          float: left;
          margin: -0.625rem 0;
          padding-left: 0.25rem; }
          .page-order-detail #order-products.return td.qty .select select {
            text-align: center; }
  .page-order-detail .order-items {
    padding: 0 !important; }
    .page-order-detail .order-items .order-item {
      padding: 1rem 1rem 0;
      border-bottom: 1px solid #b9b7b7; }
      .page-order-detail .order-items .order-item .checkbox {
        width: 30px;
        float: left;
        padding: 0 0.9375rem; }
      .page-order-detail .order-items .order-item .content {
        width: calc(100% - 30px);
        float: left;
        padding: 0 0.9375rem; }
      .page-order-detail .order-items .order-item .desc {
        margin-bottom: 1rem; }
        .page-order-detail .order-items .order-item .desc .name {
          font-weight: bold; }
      .page-order-detail .order-items .order-item .qty {
        margin-bottom: 1rem; }
        .page-order-detail .order-items .order-item .qty .q {
          margin-bottom: 0.25rem; }
        .page-order-detail .order-items .order-item .qty .s {
          margin-bottom: 0.25rem; }
  .page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #dfe8ec; }
    .page-order-detail .messages .message:last-child {
      border-bottom: 0; }
    .page-order-detail .messages .message > div {
      margin-bottom: 0.5rem; }
  .page-order-detail .customization {
    margin-top: 0.75rem; }

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #212121; }
#order-return-infos .customization {
  margin-top: 0.75rem; }

/*** History page ***/
#history .orders {
  margin: 0 -1rem; }
  #history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dfe8ec; }
    #history .orders .order a h3 {
      color: #757575; }
    #history .orders .order .label {
      display: inline-block;
      margin: 0.25rem 0;
      padding: 0.25rem 0.375rem;
      color: white;
      border-radius: 3px; }
    #history .orders .order:last-child {
      border-bottom: 0; }

.renew-password {
  margin-left: 10px; }
  .renew-password .email {
    padding-bottom: 30px; }
  .renew-password [type=submit] {
    margin-left: 50px; }

.page-content.page-cms {
  background: none;
  font: normal 16px/26px "Arimo", sans-serif; }
  .page-content.page-cms .cms-box img {
    max-width: 100%;
    height: auto; }
  .page-content.page-cms .table th, .page-content.page-cms strong {
    color: #101010; }

#cms .content-wrapper .block-cms {
  padding-bottom: 20px; }
#cms .content-wrapper .fa {
  font-size: 25px;
  line-height: 1; }
#cms .content-wrapper .bottom-indent {
  margin-bottom: 30px; }
#cms .content-wrapper .slick-dots {
  display: flex;
  justify-content: center; }
  #cms .content-wrapper .slick-dots li {
    float: none;
    margin: 0 10px;
    background: #b9b7b7;
    padding: 4px;
    border-radius: 100%;
    font-size: 0;
    line-height: 0; }
    #cms .content-wrapper .slick-dots li button {
      font-size: 0;
      line-height: 0;
      width: 14px;
      height: 14px;
      border-radius: 100%;
      background: #b9b7b7;
      border: none; }
    #cms .content-wrapper .slick-dots li.slick-active, #cms .content-wrapper .slick-dots li:hover {
      background: #ff8623; }
      #cms .content-wrapper .slick-dots li.slick-active button, #cms .content-wrapper .slick-dots li:hover button {
        background: #ef6c00; }
#cms .content-wrapper .slick-list {
  z-index: 0; }
#cms .content-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 30px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  color: #101010;
  z-index: 4;
  margin: 0; }
  #cms .content-wrapper .slick-arrow.slick-prev {
    left: 0; }
  #cms .content-wrapper .slick-arrow.slick-next {
    right: 0;
    left: auto; }
  #cms .content-wrapper .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: .5; }
  #cms .content-wrapper .slick-arrow:hover {
    color: #ef6c00; }
#cms .content-wrapper h1 {
  margin-bottom: 28px; }
  @media (max-width: 1199.98px) {
    #cms .content-wrapper h1 {
      font-size: 36px; } }
  @media (max-width: 767.98px) {
    #cms .content-wrapper h1 {
      margin-bottom: 20px; } }
#cms .content-wrapper h2 {
  font: 300 26px/32px "Arimo", sans-serif; }
  #cms .content-wrapper h2.icon:before {
    line-height: 45px;
    font-size: 56px;
    display: inline-block;
    margin-right: 12px; }
#cms .content-wrapper h3 {
  font: 400 22px/30px "Arimo", sans-serif; }
  @media (max-width: 575.98px) {
    #cms .content-wrapper h3 {
      margin-bottom: 20px; } }
#cms .content-wrapper h4 {
  font: bold 16px/20px "Arimo", sans-serif;
  margin: 0 0 15px; }
  #cms .content-wrapper h4:after {
    display: none; }
  @media (max-width: 575.98px) {
    #cms .content-wrapper h4 {
      font-size: 14px;
      line-height: 18px; } }
#cms .content-wrapper .border_bottom {
  border-bottom: 1px solid #b9b7b7;
  padding: 0 50px 82px;
  margin-bottom: 69px; }
  @media (max-width: 575.98px) {
    #cms .content-wrapper .border_bottom {
      padding: 0 10px 32px;
      margin-bottom: 39px; } }
#cms .content-wrapper .border_bottom2 {
  border-bottom: 1px solid #b9b7b7;
  padding: 0 0 70px;
  margin-bottom: 69px; }
  @media (max-width: 575.98px) {
    #cms .content-wrapper .border_bottom2 {
      padding: 0 0 32px;
      margin-bottom: 39px; } }
#cms .content-wrapper ul {
  list-style: none; }
#cms .content-wrapper .animateCount li {
  text-align: center;
  font: bold 56px/45px "Arimo", sans-serif;
  color: #101010;
  padding: 6px 15px 0; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #cms .content-wrapper .animateCount li {
      font: bold 46px/35px "Arimo", sans-serif; } }
  @media (max-width: 575.98px) {
    #cms .content-wrapper .animateCount li {
      width: 100%; } }
  #cms .content-wrapper .animateCount li h3 {
    margin-top: 21px; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #cms .content-wrapper .animateCount li h3 {
        font: bold 16px/24px "Arimo", sans-serif; } }
#cms .content-wrapper .iconBox {
  margin-bottom: 40px; }
  #cms .content-wrapper .iconBox li {
    padding-top: 41px; }
    @media (max-width: 575.98px) {
      #cms .content-wrapper .iconBox li {
        width: 100%; } }
    #cms .content-wrapper .iconBox li > a {
      display: block;
      height: 270px;
      border-radius: 3px;
      color: #101010;
      background: #b9b7b7;
      padding: 54px 50px 0;
      font: bold 20px/34px "Arimo", sans-serif;
      text-transform: uppercase;
      text-align: center;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      #cms .content-wrapper .iconBox li > a:before {
        font-size: 81px;
        line-height: 1;
        display: block;
        margin-bottom: 17px;
        font-family: 'FontAwesome'; }
      #cms .content-wrapper .iconBox li > a:hover {
        background: #101010;
        color: #fff; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #cms .content-wrapper .iconBox li > a {
          padding: 54px 20px 0; } }
#cms .content-wrapper .list-1 {
  list-style: none; }
  #cms .content-wrapper .list-1 li {
    padding: 4px 0 6px 0;
    font-weight: bold;
    color: #70dfbf;
    border-top: 1px solid #b9b7b7; }
    #cms .content-wrapper .list-1 li:first-child {
      border: none; }
    #cms .content-wrapper .list-1 li em {
      font-size: 20px;
      line-height: 20px;
      padding-right: 15px;
      vertical-align: -2px; }
#cms .content-wrapper .list-2 {
  padding-top: 40px; }
  #cms .content-wrapper .list-2.border_bottom {
    padding: 40px 0 40px; }
  #cms .content-wrapper .list-2 li {
    clear: both;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px; }
    #cms .content-wrapper .list-2 li.fa:before {
      font-size: 30px;
      line-height: 1;
      color: #101010; }
    #cms .content-wrapper .list-2 li i {
      font-size: 70px;
      line-height: 148px;
      width: 148px;
      height: 148px;
      text-align: center;
      background: #b9b7b7;
      display: block;
      float: left;
      border-radius: 50%;
      margin-right: 35px;
      color: #101010;
      margin-bottom: 10px; }
      @media (max-width: 575.98px) {
        #cms .content-wrapper .list-2 li i {
          font-size: 40px;
          line-height: 100px;
          width: 100px;
          height: 100px; } }
#cms .content-wrapper .list-3 {
  overflow: hidden;
  padding: 23px 0 64px;
  border: none;
  position: relative; }
  #cms .content-wrapper .list-3:after {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #b9b7b7;
    bottom: 0; }
  #cms .content-wrapper .list-3 li {
    padding-bottom: 20px; }
  #cms .content-wrapper .list-3.countBox {
    counter-reset: li; }
    #cms .content-wrapper .list-3.countBox li h4:before {
      display: inline-block;
      content: counter(li,decimal-leading-zero);
      counter-increment: li;
      font-size: 36px;
      line-height: 30px;
      margin-right: 15px;
      font-weight: 300;
      color: #b9b7b7; }
  #cms .content-wrapper .list-3.disk {
    padding-top: 31px; }
    #cms .content-wrapper .list-3.disk li h4:before {
      display: inline-block;
      content: "";
      height: 14px;
      width: 14px;
      background: #101010;
      margin-right: 20px;
      border-radius: 50%;
      vertical-align: -1px; }
#cms .content-wrapper .list-4 li {
  text-align: center;
  padding-top: 14px; }
  #cms .content-wrapper .list-4 li i {
    font-size: 86px;
    line-height: 1;
    color: #101010;
    margin: 0 0 8px;
    display: inline-block; }
  @media (max-width: 575.98px) {
    #cms .content-wrapper .list-4 li {
      width: 100%; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #cms .content-wrapper .list-4 li h3 {
      font: bold 16px/24px "Arimo", sans-serif; } }
#cms .content-wrapper #testimonials li.testimonial {
  font: bold 16px/28px "Arimo", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 30px 40px; }
  #cms .content-wrapper #testimonials li.testimonial:focus {
    outline: none; }
  @media (max-width: 575.98px) {
    #cms .content-wrapper #testimonials li.testimonial {
      font: normal 13px/22px "Arimo", sans-serif; } }
  #cms .content-wrapper #testimonials li.testimonial i {
    font-size: 60px;
    line-height: 1;
    color: #101010;
    margin: 0 0 38px;
    text-align: center; }
    @media (max-width: 1199.98px) {
      #cms .content-wrapper #testimonials li.testimonial i {
        font-size: 45px;
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      #cms .content-wrapper #testimonials li.testimonial i {
        font-size: 30px;
        margin-bottom: 20px; } }
  #cms .content-wrapper #testimonials li.testimonial p {
    margin-bottom: 33px; }
#cms .content-wrapper .testimonails-swiper-container .swiper-button-prev {
  left: 0; }
#cms .content-wrapper .testimonails-swiper-container .swiper-button-next {
  right: 0; }
#cms .content-wrapper .list-accordion > li > h3 {
  margin-bottom: 9px;
  display: inline-block;
  transition: all 0.3s ease-in-out; }
  #cms .content-wrapper .list-accordion > li > h3:hover, #cms .content-wrapper .list-accordion > li > h3.active {
    color: #ef6c00; }
  #cms .content-wrapper .list-accordion > li > h3:before {
    height: 41px;
    width: 41px;
    background: #101010;
    color: #fff;
    content: "!";
    line-height: 38px;
    font-size: 28px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    vertical-align: -2px;
    margin-bottom: 10px; }
#cms .content-wrapper .list-accordion > li .list-3 {
  overflow: hidden;
  padding: 0 0 11px 60px;
  border: none;
  position: relative; }
  @media (max-width: 480px) {
    #cms .content-wrapper .list-accordion > li .list-3 {
      padding: 0 0 11px 20px; } }
  #cms .content-wrapper .list-accordion > li .list-3:after {
    display: none; }
  #cms .content-wrapper .list-accordion > li .list-3 li {
    padding-bottom: 0; }
    #cms .content-wrapper .list-accordion > li .list-3 li h4 {
      margin-bottom: 13px; }
    #cms .content-wrapper .list-accordion > li .list-3 li.text {
      margin-left: -60px;
      padding-bottom: 26px; }
      @media (max-width: 480px) {
        #cms .content-wrapper .list-accordion > li .list-3 li.text {
          margin-left: -20px; } }
      #cms .content-wrapper .list-accordion > li .list-3 li.text:before {
        display: none; }
#cms .content-wrapper img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }
#cms .content-wrapper .list-check > li > h3 {
  position: relative;
  margin-bottom: 9px;
  display: inline-block;
  padding-left: 24px; }
  #cms .content-wrapper .list-check > li > h3 i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    line-height: 1;
    margin-right: 10px; }
#cms .content-wrapper .list-check > li .list-3 {
  overflow: hidden;
  padding: 0 0 11px 60px;
  border: none;
  position: relative; }
  @media (max-width: 575.98px) {
    #cms .content-wrapper .list-check > li .list-3 {
      padding: 0 0 11px 20px; } }
  #cms .content-wrapper .list-check > li .list-3:after {
    display: none; }
  #cms .content-wrapper .list-check > li .list-3 li {
    padding-bottom: 0; }
    #cms .content-wrapper .list-check > li .list-3 li h4 {
      margin-bottom: 13px; }
    #cms .content-wrapper .list-check > li .list-3 li.text {
      margin-left: -60px;
      padding-bottom: 26px; }
      @media (max-width: 575.98px) {
        #cms .content-wrapper .list-check > li .list-3 li.text {
          margin-left: -20px; } }
      #cms .content-wrapper .list-check > li .list-3 li.text:before {
        display: none; }
#cms .content-wrapper img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }
#cms .content-wrapper #admin-action-cms {
  background: none repeat 0 0 #b9b7b7;
  border: 1px solid #b9b7b7;
  padding: 10px; }
  #cms .content-wrapper #admin-action-cms p {
    margin: 0; }
    #cms .content-wrapper #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #ef6c00; }
    #cms .content-wrapper #admin-action-cms p .btn, #cms .content-wrapper #admin-action-cms p main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information #cms .content-wrapper #admin-action-cms p .product-buttons > a {
      font: 700 17px/21px "Arimo", sans-serif;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms .content-wrapper #admin-action-cms p .btn.publish_button, #cms .content-wrapper #admin-action-cms p main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.publish_button, main .list .products article.product-miniature .product-miniature-container .product-miniature-information #cms .content-wrapper #admin-action-cms p .product-buttons > a.publish_button {
        color: #333;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #0079b6 #006fa8 #012740 #006fa8;
        background: #009ad0;
        background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
        background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0); }
        #cms .content-wrapper #admin-action-cms p .btn.publish_button:hover, #cms .content-wrapper #admin-action-cms p main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.publish_button:hover, main .list .products article.product-miniature .product-miniature-container .product-miniature-information #cms .content-wrapper #admin-action-cms p .product-buttons > a.publish_button:hover {
          border-color: #01314e #004b74 #0079b6 #004b74;
          filter: none;
          background: #0084bf; }
      #cms .content-wrapper #admin-action-cms p .btn.lnk_view, #cms .content-wrapper #admin-action-cms p main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.lnk_view, main .list .products article.product-miniature .product-miniature-container .product-miniature-information #cms .content-wrapper #admin-action-cms p .product-buttons > a.lnk_view {
        color: #b9b7b7;
        text-shadow: 1px 1px white;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0); }
        #cms .content-wrapper #admin-action-cms p .btn.lnk_view:hover, #cms .content-wrapper #admin-action-cms p main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.lnk_view:hover, main .list .products article.product-miniature .product-miniature-container .product-miniature-information #cms .content-wrapper #admin-action-cms p .product-buttons > a.lnk_view:hover {
          border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
          filter: none;
          background: #e7e7e7; }
@media (max-width: 767.98px) {
  #cms .content-wrapper .table.table-bordered thead > tr > th,
  #cms .content-wrapper .table.table-bordered thead > tr > td,
  #cms .content-wrapper .table.table-bordered > tbody > tr > th,
  #cms .content-wrapper .table.table-bordered > tbody > tr > td,
  #cms .content-wrapper .table.table-bordered > tfoot > tr > th,
  #cms .content-wrapper .table.table-bordered > tfoot > tr > td {
    padding: 9px 5px 11px 4px; } }
@media (max-width: 575.98px) {
  #cms.cms-pages-configuration .table {
    font-size: 10px; } }

@media (min-width: 768px) {
  #cms.two-columns .iconBox li {
    width: 50%; } }
@media (min-width: 768px) {
  #cms.three-columns .iconBox li {
    width: 100%; } }
@media (min-width: 992px) {
  #cms.three-columns .iconBox li {
    width: 50%; } }
@media (min-width: 768px) {
  #cms.three-columns .animateCount li {
    width: 100%; } }
@media (min-width: 992px) {
  #cms.three-columns .animateCount li {
    width: 50%; } }
@media (min-width: 768px) {
  #cms.three-columns .list-4 li {
    width: 100%; } }

.block-category {
  margin: 0 0 10px; }
  @media (min-width: 576px) {
    .block-category {
      margin-bottom: 38px; } }
  @media (min-width: 992px) {
    .block-category {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .block-category {
      margin-bottom: 75px; } }
  .block-category .block-category-background {
    position: relative;
    overflow: hidden;
    background-color: #c7c7c7;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 0 !important;
    padding-top: 15px; }
    @media (min-width: 768px) {
      .block-category .block-category-background {
        min-height: 230px !important;
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .block-category .block-category-background {
        min-height: 370px !important; } }
    @media (min-width: 1200px) {
      .block-category .block-category-background {
        min-height: 500px !important; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .block-category .block-category-background {
        padding-left: 7%; } }
    @media (max-width: 575.98px) {
      .block-category .block-category-background {
        background: none !important; } }
  .block-category #category-description {
    position: relative;
    max-width: 60%; }
    .block-category #category-description .category-title, .block-category #category-description p {
      color: #2f2c2f; }
      @media (min-width: 576px) {
        .block-category #category-description .category-title, .block-category #category-description p {
          color: #fff; } }
    .block-category #category-description .category-title {
      font: bold 30px/32px "Arimo", sans-serif;
      margin-bottom: 10px;
      display: inline-block; }
      @media (min-width: 1200px) {
        .block-category #category-description .category-title {
          margin-bottom: 25px; } }
      @media (max-width: 575.98px) {
        .block-category #category-description .category-title {
          font-size: 36px; } }
    @media (min-width: 1200px) {
      .block-category #category-description p {
        line-height: 1.875rem; } }
    .block-category #category-description .category-description-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .block-category #category-description .category-description-wrap .btn, .block-category #category-description .category-description-wrap main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-category #category-description .category-description-wrap .product-buttons > a {
        order: 1; }
        .block-category #category-description .category-description-wrap .btn:not(.active) span:last-child, .block-category #category-description .category-description-wrap main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(.active) span:last-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-category #category-description .category-description-wrap .product-buttons > a:not(.active) span:last-child {
          display: none; }
        .block-category #category-description .category-description-wrap .btn:not(.active) + .category-description-short + .category-description-full, .block-category #category-description .category-description-wrap main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:not(.active) + .category-description-short + .category-description-full, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-category #category-description .category-description-wrap .product-buttons > a:not(.active) + .category-description-short + .category-description-full {
          display: none; }
        .block-category #category-description .category-description-wrap .btn.active span:first-child, .block-category #category-description .category-description-wrap main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.active span:first-child, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-category #category-description .category-description-wrap .product-buttons > a.active span:first-child {
          display: none; }
        .block-category #category-description .category-description-wrap .btn.active + .category-description-short, .block-category #category-description .category-description-wrap main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a.active + .category-description-short, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-category #category-description .category-description-wrap .product-buttons > a.active + .category-description-short {
          display: none; }
      .block-category #category-description .category-description-wrap > div p {
        max-width: 900px; }
    @media (min-width: 1200px) {
      .block-category #category-description {
        max-width: 50%; } }
    @media (min-width: 1650px) {
      .block-category #category-description {
        max-width: 40%; } }

#subcategories {
  margin-top: 10px;
  max-width: 70%; }
  @media (min-width: 1200px) {
    #subcategories {
      max-width: 60%; } }
  @media (min-width: 1650px) {
    #subcategories {
      max-width: 50%; } }
  #subcategories ul {
    margin: 0; }
    #subcategories ul > li {
      margin-top: 10px; }
      @media (min-width: 1200px) {
        #subcategories ul > li {
          margin-top: 20px; } }
      #subcategories ul > li a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        padding-left: 25px;
        color: #fff; }
        #subcategories ul > li a:before {
          position: absolute;
          left: 0;
          top: 0;
          font-family: 'FontAwesome';
          content: "";
          font-size: 16px;
          line-height: 1;
          color: #fff;
          transition: 0.3s all ease;
          opacity: 0.5; }
        #subcategories ul > li a:hover, #subcategories ul > li a:focus, #subcategories ul > li a:active {
          color: rgba(255, 255, 255, 0.5); }
          #subcategories ul > li a:hover:before, #subcategories ul > li a:focus:before, #subcategories ul > li a:active:before {
            left: 5px; }
        @media (max-width: 1199.98px) {
          #subcategories ul > li a {
            font-size: 14px; } }

.showing {
  font-size: 13px;
  line-height: 1.4;
  color: #a1a1a1; }

.products-selection {
  justify-content: space-between;
  align-items: center; }
  .products-selection .sort-by-row {
    padding: 0 15px; }
  .products-selection .showing {
    padding: 0 15px; }
    @media (max-width: 767.98px) {
      .products-selection .showing {
        display: none; } }
  .products-selection #grid-list-buttons {
    padding: 0 15px; }
    .products-selection #grid-list-buttons a {
      color: #9E9E9E; }
      .products-selection #grid-list-buttons a i {
        font-size: 24px;
        line-height: 1; }
      .products-selection #grid-list-buttons a:hover, .products-selection #grid-list-buttons a:active, .products-selection #grid-list-buttons a:focus, .products-selection #grid-list-buttons a.active {
        color: #ef6c00; }
      .products-selection #grid-list-buttons a.active {
        cursor: default;
        pointer-events: none; }

.products-sort-order .custom-select {
  width: 200px; }
@media (min-width: 1200px) {
  .products-sort-order .dropdown-menu, .products-sort-order .custom-select {
    width: 340px; } }

.pagination .page-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .pagination .page-list {
      justify-content: flex-end; } }
  .pagination .page-list li {
    margin-top: 5px;
    margin-bottom: 5px; }
    .pagination .page-list li .previous > span, .pagination .page-list li .next > span {
      display: none; }
    .pagination .page-list li:not(:last-child) {
      margin-right: 10px; }
.pagination .disabled {
  display: none; }
.pagination .current a {
  text-decoration: none; }
  .pagination .current a.disabled {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    box-shadow: inherit; }
.pagination a {
  position: relative;
  color: #2f2c2f;
  font: 700 14px/30px "Arimo", sans-serif;
  min-width: 30px;
  min-height: 30px;
  display: block;
  box-shadow: inset 0 0 0 2px #b9b7b7;
  overflow: hidden;
  text-align: center;
  z-index: 0; }
  .pagination a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ef6c00;
    border-radius: 0;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.4s ease-out;
    will-change: transform; }
  .pagination a:hover, .pagination a:focus, .pagination a:active {
    color: #fff;
    box-shadow: inset 0 0 0 2px #ef6c00; }
    .pagination a:hover:before, .pagination a:focus:before, .pagination a:active:before {
      transform: scaleY(2);
      opacity: 1; }
  @media (min-width: 1200px) {
    .pagination a {
      line-height: 40px;
      min-width: 40px;
      min-height: 40px; } }
.pagination .disabled {
  display: block;
  opacity: 0.8;
  pointer-events: none;
  cursor: default;
  box-shadow: inset 0 0 0 2px #b9b7b7;
  color: #2f2c2f; }
.pagination .current a {
  color: #fff;
  box-shadow: inset 0 0 0 2px #ef6c00; }
  .pagination .current a:before {
    transform: scaleY(2);
    opacity: 1; }
  .pagination .current a.disabled {
    display: inline-block;
    pointer-events: none;
    cursor: default;
    opacity: 1; }
.pagination .showing {
  margin: 18px 0; }
  @media (max-width: 1199.98px) {
    .pagination .showing {
      margin: 11px 0; } }
  @media (max-width: 767.98px) {
    .pagination .showing {
      text-align: center;
      font-size: 16px; } }

@media (min-width: 1200px) {
  #search_filters .facets_title {
    color: rgba(47, 44, 47, 0.6); } }

section.facet .facet-title {
  font-weight: 400;
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #2f2c2f; }
  @media (min-width: 1200px) {
    section.facet .facet-title {
      margin-bottom: 25px;
      color: #616161; } }
  @media (max-width: 1199.98px) {
    section.facet .facet-title {
      display: flex;
      flex-wrap: wrap; }
      section.facet .facet-title i {
        flex: 1 1 auto;
        text-align: right;
        order: 1; } }
  section.facet .facet-title i:before {
    content: '\f106'; }
  section.facet .facet-title.collapsed i:before {
    content: '\f107'; }
section.facet .facet-list {
  margin-bottom: 35px; }
  section.facet .facet-list li {
    margin-bottom: 20px; }
  section.facet .facet-list:not(.variant-links) .facet-label {
    width: 100%; }
    section.facet .facet-list:not(.variant-links) .facet-label a > span {
      float: right;
      font-size: 13px;
      line-height: 20px; }
  section.facet .facet-list .facet-label a {
    font: 400 16px/20px "Arimo", sans-serif;
    color: #616161;
    display: block; }
    section.facet .facet-list .facet-label a:hover, section.facet .facet-list .facet-label a:focus, section.facet .facet-list .facet-label a:active {
      color: #ef6c00; }
  section.facet .facet-list.variant-links {
    margin: 0; }
    section.facet .facet-list.variant-links a, section.facet .facet-list.variant-links label {
      margin: 0; }
    section.facet .facet-list.variant-links .custom-control-label[style*="#ffffff"] {
      position: relative; }
      section.facet .facet-list.variant-links .custom-control-label[style*="#ffffff"]:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        box-shadow: inset 0 0 0 2px #2f2c2f;
        width: auto;
        height: auto;
        background: transparent; }
  section.facet .facet-list .slider-container {
    position: relative;
    padding-bottom: 38px;
    width: 100% !important; }
    section.facet .facet-list .slider-container .back-bar {
      height: 10px;
      border-radius: 4px;
      background: #eeeeee; }
      section.facet .facet-list .slider-container .back-bar .selected-bar {
        border-radius: 4px;
        background: #ef6c00; }
      section.facet .facet-list .slider-container .back-bar .pointer {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #ef6c00;
        border: 6px solid #fff;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.16); }
      section.facet .facet-list .slider-container .back-bar .pointer-label {
        font: 400 13px/16px "Arimo", sans-serif;
        color: #a1a1a1;
        top: -27px; }
    section.facet .facet-list .slider-container .scale {
      top: 10px; }
      section.facet .facet-list .slider-container .scale > span {
        border-color: #a1a1a1; }
        section.facet .facet-list .slider-container .scale > span ins {
          font: 400 13px/16px "Arimo", sans-serif;
          color: #a1a1a1; }

.active_filters ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: 20px 15px 25px 20px;
  margin: 0 0 30px 0;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.08); }
  @media (min-width: 1370px) {
    .active_filters ul {
      padding: 40px 27px 35px 40px; } }
  .active_filters ul .filter-block {
    font: 700 11px/20px "Arimo", sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 49px 10px 19px;
    background: #ef6c00;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 20px;
    position: relative; }
    .active_filters ul .filter-block .js-search-link {
      position: absolute;
      right: 19px;
      top: 52%;
      transform: translateY(-50%);
      color: #fff;
      font-size: 16px;
      line-height: 12px; }
      .active_filters ul .filter-block .js-search-link:hover, .active_filters ul .filter-block .js-search-link:focus, .active_filters ul .filter-block .js-search-link:active {
        color: #2f2c2f; }

.block-categories a {
  display: inline-block; }
.block-categories li[data-depth="0"] > a {
  font-size: 1.2em;
  margin: 0.35em 0; }
.block-categories li[data-depth="0"] ul {
  margin-left: 5px;
  border-left: 1px solid #b9b7b7; }
  .block-categories li[data-depth="0"] ul li {
    padding-left: 10px; }
.block-categories li[data-depth="1"] > a {
  font-size: 1.1em;
  margin: 0.15em 0; }
.block-categories .arrows .arrow-right,
.block-categories .arrows .arrow-down {
  top: 0.1em;
  position: relative;
  cursor: pointer;
  font-size: 1.5em;
  margin-left: 0.5em;
  color: #2f2c2f; }
  .block-categories .arrows .arrow-right:hover,
  .block-categories .arrows .arrow-down:hover {
    color: #ef6c00; }
.block-categories .arrows .arrow-down {
  display: none; }
.block-categories .arrows[aria-expanded="true"] .arrow-right {
  display: none; }
.block-categories .arrows[aria-expanded="true"] .arrow-down {
  display: inline-block; }

.product-left-column .page-content {
  position: relative;
  z-index: 0; }
  .product-left-column .page-content:after, .product-left-column .page-content:before {
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
    bottom: 0;
    width: 15px;
    z-index: -1; }
  .product-left-column .page-content:after {
    right: 99%; }
  .product-left-column .page-content:before {
    left: 99%; }
    @media (min-width: 768px) {
      .product-left-column .page-content:before {
        display: none; } }
  .product-left-column .page-content .images-container .product-cover .layer {
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: auto;
    cursor: pointer;
    z-index: 99; }
    .product-left-column .page-content .images-container .product-cover .layer:hover, .product-left-column .page-content .images-container .product-cover .layer:focus, .product-left-column .page-content .images-container .product-cover .layer:active {
      color: #ef6c00; }
    .product-left-column .page-content .images-container .product-cover .layer i {
      font-size: 30px; }
    @media (max-width: 767.98px) {
      .product-left-column .page-content .images-container .product-cover .layer {
        bottom: 10px;
        right: 10px; } }

.images-container {
  display: flex;
  overflow: hidden;
  background: #fff; }
  .images-container .product-swiper-button-prev, .images-container .product-swiper-button-next {
    background: #fff;
    position: relative;
    color: #9E9E9E;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    cursor: pointer;
    opacity: 0; }
    .images-container .product-swiper-button-prev.product-swiper-active, .images-container .product-swiper-button-next.product-swiper-active {
      opacity: 1; }
    .images-container .product-swiper-button-prev:before, .images-container .product-swiper-button-next:before {
      font-family: 'FontAwesome';
      font-size: 20px; }
    .images-container .product-swiper-button-prev:hover, .images-container .product-swiper-button-prev:focus, .images-container .product-swiper-button-prev:active, .images-container .product-swiper-button-next:hover, .images-container .product-swiper-button-next:focus, .images-container .product-swiper-button-next:active {
      color: #ef6c00; }
    .images-container .product-swiper-button-prev.swiper-button-disabled, .images-container .product-swiper-button-next.swiper-button-disabled {
      pointer-events: none;
      cursor: default;
      color: rgba(158, 158, 158, 0.8); }
  .images-container .product-swiper-button-prev {
    margin-bottom: 10px; }
    .images-container .product-swiper-button-prev:before {
      content: '\f106'; }
  .images-container .product-swiper-button-next {
    margin-top: 10px; }
    .images-container .product-swiper-button-next:before {
      content: '\f107'; }
  .images-container .product-image-container {
    flex-direction: column;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 15%;
    transition: opacity 0.2s linear; }
  .images-container .product-cover {
    position: relative;
    z-index: 1; }
  .images-container .swiper-container ul {
    margin: 0; }
    .images-container .swiper-container ul .thumb-container {
      border: 3px solid #f5f4f4;
      overflow: hidden; }
      .images-container .swiper-container ul .thumb-container .js-thumb {
        width: 100%;
        background: #fff;
        transition: all 0.3s ease-in-out;
        cursor: pointer; }
        .images-container .swiper-container ul .thumb-container .js-thumb.selected {
          background: #f8f8f8;
          cursor: default;
          pointer-events: none; }
      .images-container .swiper-container ul .thumb-container:hover .js-thumb, .images-container .swiper-container ul .thumb-container:focus .js-thumb, .images-container .swiper-container ul .thumb-container:active .js-thumb {
        background: #f8f8f8; }

.product-top {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px; }
  .product-top .product-quantities, .product-top .product-reference, .product-top .product-condition, .product-top .product-manufacturer {
    margin-right: 30px;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 10px;
    font: 400 16px/20px "Arimo", sans-serif;
    letter-spacing: 0.1em;
    color: #a1a1a1; }
    .product-top .product-quantities label, .product-top .product-reference label, .product-top .product-condition label, .product-top .product-manufacturer label {
      margin-right: 10px; }
    .product-top .product-quantities span, .product-top .product-reference span, .product-top .product-condition span, .product-top .product-manufacturer span {
      margin: 0;
      color: #ef6c00; }
      .product-top .product-quantities span a, .product-top .product-reference span a, .product-top .product-condition span a, .product-top .product-manufacturer span a {
        color: #ef6c00; }
        .product-top .product-quantities span a:hover, .product-top .product-quantities span a:focus, .product-top .product-quantities span a:active, .product-top .product-reference span a:hover, .product-top .product-reference span a:focus, .product-top .product-reference span a:active, .product-top .product-condition span a:hover, .product-top .product-condition span a:focus, .product-top .product-condition span a:active, .product-top .product-manufacturer span a:hover, .product-top .product-manufacturer span a:focus, .product-top .product-manufacturer span a:active {
          color: #2f2c2f; }

.product-right-column .product-name {
  font: bold 26px/1.4 "Yantramanav", sans-serif;
  margin-bottom: 15px; }
.product-right-column .product-prices {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .product-right-column .product-prices {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .product-right-column .product-prices .daydeal-box {
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 1200px) {
    .product-right-column .product-prices {
      margin-top: 50px; } }
@media (min-width: 768px) {
  .product-right-column {
    padding-top: 8px;
    font-weight: 300;
    font-size: 18px; } }
@media (min-width: 1200px) {
  .product-right-column {
    font-size: 20px; } }

.product-customization h4 {
  font-weight: 300; }
.product-customization .product-toggle a i {
  transition: transform 0.3s ease-in-out;
  font-size: 16px; }
.product-customization .product-toggle a[aria-expanded^="true"] i {
  transform: rotate(-180deg); }
.product-customization ul {
  padding-top: 30px; }
.product-customization .product-customization-item {
  font-size: 18px;
  line-height: 20px; }
  .product-customization .product-customization-item img, .product-customization .product-customization-item .remove-image {
    margin-bottom: 10px; }
  .product-customization .product-customization-item .remove-image {
    font: 400 11px/14px "Arimo", sans-serif;
    letter-spacing: 0.1em;
    color: #a1a1a1;
    text-transform: uppercase; }
    .product-customization .product-customization-item .remove-image:hover, .product-customization .product-customization-item .remove-image:focus, .product-customization .product-customization-item .remove-image:active {
      color: #2f2c2f; }
  .product-customization .product-customization-item + .product-customization-item {
    margin-top: 20px; }
  .product-customization .product-customization-item .custom-file-wrapper .btn, .product-customization .product-customization-item .custom-file-wrapper main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-customization .product-customization-item .custom-file-wrapper .product-buttons > a {
    border-radius: 0; }
.product-customization + .product-actions {
  margin-top: 40px; }
.product-customization .custom-file-input, .product-customization .custom-file {
  height: 52px; }
.product-customization .customization-message {
  font: 400 18px/30px "Arimo", sans-serif; }
.product-customization .required {
  display: inline-block;
  margin-top: 10px; }

.product-price {
  color: #ef6c00;
  display: inline-block; }

.product-information {
  margin-top: 20px; }

.product-card .product-prices, .quickview .product-prices {
  margin-top: 10px;
  margin-bottom: 10px; }
  .product-card .product-prices .tax-shipping-delivery-label, .quickview .product-prices .tax-shipping-delivery-label {
    font-size: 12px;
    color: #757575; }
    .product-card .product-prices .tax-shipping-delivery-label .delivery-information, .quickview .product-prices .tax-shipping-delivery-label .delivery-information {
      padding: 0 0 0 2px; }
      .product-card .product-prices .tax-shipping-delivery-label .delivery-information::before, .quickview .product-prices .tax-shipping-delivery-label .delivery-information::before {
        content: "-";
        padding: 0 2px 0 0; }
.product-card .daydeal-box, .quickview .daydeal-box {
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  margin-bottom: 0; }
  .product-card .daydeal-box > div, .quickview .daydeal-box > div {
    margin-top: 13px;
    margin-bottom: 10px;
    float: left;
    justify-content: flex-start; }
    @media (min-width: 1200px) {
      .product-card .daydeal-box > div, .quickview .daydeal-box > div {
        margin-top: 20px;
        margin-bottom: 20px; } }
.product-card .product-add-to-cart, .quickview .product-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .product-card .product-add-to-cart .add > .btn, .product-card .product-add-to-cart main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.add > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-card .product-add-to-cart .product-buttons.add > a, .quickview .product-add-to-cart .add > .btn, .quickview .product-add-to-cart main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons.add > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .quickview .product-add-to-cart .product-buttons.add > a {
      min-width: 225px; } }

.product-additional-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .product-additional-info #wishlist_button,
  .product-additional-info #wishlist_button_nopop,
  .product-additional-info .wishlist_button,
  .product-additional-info .wishlist_button_nopop, .product-additional-info .compare-button {
    margin: 5px 27px 5px 0;
    color: #616161;
    font-size: 20px;
    line-height: 1; }
    .product-additional-info #wishlist_button span,
    .product-additional-info #wishlist_button_nopop span,
    .product-additional-info .wishlist_button span,
    .product-additional-info .wishlist_button_nopop span, .product-additional-info .compare-button span {
      display: none; }
    .product-additional-info #wishlist_button:hover, .product-additional-info #wishlist_button:focus, .product-additional-info #wishlist_button:active,
    .product-additional-info #wishlist_button_nopop:hover,
    .product-additional-info #wishlist_button_nopop:focus,
    .product-additional-info #wishlist_button_nopop:active,
    .product-additional-info .wishlist_button:hover,
    .product-additional-info .wishlist_button:focus,
    .product-additional-info .wishlist_button:active,
    .product-additional-info .wishlist_button_nopop:hover,
    .product-additional-info .wishlist_button_nopop:focus,
    .product-additional-info .wishlist_button_nopop:active, .product-additional-info .compare-button:hover, .product-additional-info .compare-button:focus, .product-additional-info .compare-button:active {
      color: #ef6c00; }
  .product-additional-info .compare-button {
    font-size: 30px; }
  .product-additional-info .product-lookbooks, .product-additional-info .social-sharing {
    flex: 0 0 100%;
    max-width: 100%; }
  .product-additional-info .product-lookbooks {
    margin-top: 20px; }
    .product-additional-info .product-lookbooks label {
      text-transform: uppercase;
      font: 400 11px/20px "Arimo", sans-serif;
      letter-spacing: 0.1em;
      color: #a1a1a1; }
    .product-additional-info .product-lookbooks ul > li a {
      font: 400 14px/20px "Arimo", sans-serif;
      color: #a1a1a1;
      letter-spacing: 0.1em; }
      .product-additional-info .product-lookbooks ul > li a:hover, .product-additional-info .product-lookbooks ul > li a:focus, .product-additional-info .product-lookbooks ul > li a:active {
        text-decoration: none;
        color: #2f2c2f; }
  .product-additional-info .social-sharing {
    display: flex;
    align-items: center; }
    .product-additional-info .social-sharing ul {
      margin-top: 25px; }
      @media (min-width: 1200px) {
        .product-additional-info .social-sharing ul {
          margin-top: 45px; } }
      .product-additional-info .social-sharing ul > li > a {
        color: #424242;
        background-color: transparent;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        border-color: transparent; }
        .product-additional-info .social-sharing ul > li > a i {
          font-size: 14px; }
        .product-additional-info .social-sharing ul > li > a:hover, .product-additional-info .social-sharing ul > li > a:focus, .product-additional-info .social-sharing ul > li > a:active {
          color: #ef6c00; }

.product-unit-price {
  margin-bottom: 0; }

.product-reference {
  font: 400 11px/20px "Arimo", sans-serif;
  color: #a1a1a1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  display: inline-block; }
  .product-reference span {
    color: #ef6c00;
    margin-left: 34px; }

#product-availability {
  display: block;
  margin-top: 10px; }
  #product-availability span {
    display: inline-block;
    font: 400 10px/1.4 "Arimo", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 8px; }
  #product-availability .product-available {
    background: #aac05c; }
  #product-availability .product-unavailable {
    background: #d54d35; }
  #product-availability .product-last-items {
    background: #de725f; }
  @media (min-width: 1200px) {
    #product-availability {
      margin-top: 32px; }
      #product-availability span {
        padding: 10px 15px;
        letter-spacing: 0.1em; } }

.product-price-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.product-variants {
  margin-bottom: 30px; }
  .product-variants h5 {
    font: 400 16px/1.4 "Arimo", sans-serif;
    color: #a1a1a1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .product-variants h5 {
        min-width: 130px;
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .product-variants h5 {
        min-width: 180px; } }
  .product-variants .product-variants-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px; }
    .product-variants .product-variants-item + .product-variants-item {
      margin-top: 22px; }
    .product-variants .product-variants-item .variant-links .custom-control-label[style*="#ffffff"] {
      position: relative; }
      .product-variants .product-variants-item .variant-links .custom-control-label[style*="#ffffff"]:after {
        display: inline-block;
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        box-shadow: inset 0 0 0 2px #2f2c2f;
        opacity: 1;
        width: auto;
        height: auto; }
  .product-variants .custom-select {
    width: 200px; }
    @media (min-width: 768px) {
      .product-variants .custom-select {
        width: 200px; } }
    @media (min-width: 992px) {
      .product-variants .custom-select {
        width: 250px; } }
    @media (min-width: 1200px) {
      .product-variants .custom-select {
        width: 335px; } }

.product-quantity .qty .input-group {
  background: #fff;
  position: relative;
  width: auto;
  display: inline-block;
  z-index: 0; }
.product-quantity .qty .form-control {
  height: 58px;
  width: 100px;
  font-size: 11px;
  padding-right: 35px;
  padding-left: 25px;
  color: #2f2c2f; }

.product-buttons {
  margin-bottom: 20px; }

.product-customization {
  margin-bottom: 20px; }
  .product-customization .product-customization-item:not(:last-child) {
    margin-bottom: 20px; }

.product-tabs {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .product-tabs {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto; } }
  .product-tabs .nav-tabs {
    border: none;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .product-tabs .nav-tabs {
        margin-bottom: 45px; } }
    .product-tabs .nav-tabs .nav-item {
      margin-bottom: 0; }
      .product-tabs .nav-tabs .nav-item > a {
        display: inline-block;
        padding: 3px 0 13px; }
        .product-tabs .nav-tabs .nav-item > a:before {
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          right: 50%;
          border-bottom: 2px solid #feb380;
          transition: 0.3s all ease; }
        .product-tabs .nav-tabs .nav-item > a:hover, .product-tabs .nav-tabs .nav-item > a:focus, .product-tabs .nav-tabs .nav-item > a:active {
          color: #2f2c2f; }
      @media (min-width: 768px) {
        .product-tabs .nav-tabs .nav-item > a.active {
          color: #2f2c2f; }
          .product-tabs .nav-tabs .nav-item > a.active:before {
            left: 18%;
            right: 18%; }
        .product-tabs .nav-tabs .nav-item + .nav-item {
          margin-left: 15px; }
          .product-tabs .nav-tabs .nav-item + .nav-item:before {
            content: '/';
            margin-right: 16px;
            font-size: 23px;
            line-height: 30px;
            font-family: "Arimo", sans-serif; } }
      @media (min-width: 992px) {
        .product-tabs .nav-tabs .nav-item + .nav-item {
          margin-left: 25px; }
          .product-tabs .nav-tabs .nav-item + .nav-item:before {
            margin-right: 25px; } }
      @media (min-width: 1200px) {
        .product-tabs .nav-tabs .nav-item + .nav-item {
          margin-left: 44px; }
          .product-tabs .nav-tabs .nav-item + .nav-item:before {
            margin-right: 48px; } }
  .product-tabs .nav-tabs .nav-item > a, .product-tabs .tab-pane > a {
    color: #9E9E9E;
    background: none;
    border: none;
    font: 300 23px/30px "Arimo", sans-serif;
    margin: 0;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .product-tabs .nav-tabs .nav-item > a, .product-tabs .tab-pane > a {
        font-size: 20px;
        line-height: 27px; } }
  .product-tabs .tab-pane p {
    color: #9d9d9d; }
  @media (max-width: 767.98px) {
    .product-tabs .tab-pane {
      display: block;
      opacity: 1;
      margin-bottom: 15px; }
      .product-tabs .tab-pane > a {
        display: block;
        position: relative;
        font-weight: 400;
        padding-right: 20px; }
        .product-tabs .tab-pane > a:before {
          position: absolute;
          font-family: 'FontAwesome';
          content: "";
          font-size: 16px;
          line-height: 1;
          transition: all 0.3s ease-in-out;
          right: 5px;
          top: 5px; }
        .product-tabs .tab-pane > a[aria-expanded*='true'] {
          color: #2f2c2f; }
          .product-tabs .tab-pane > a[aria-expanded*='true']:before {
            content: '\f106'; }
      .product-tabs .tab-pane > div, .product-tabs .tab-pane > section {
        padding: 15px 0; } }

.product-pack {
  position: relative; }
  .product-pack .product-pack-row {
    margin-left: -15px;
    margin-right: -15px; }
    .product-pack .product-pack-row .swiper-container {
      padding-right: 15px;
      padding-left: 15px; }
  .product-pack .pack-miniature {
    padding-top: 15px;
    padding-bottom: 15px; }
  .product-pack .pack-miniature-container {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out; }
    .product-pack .pack-miniature-container .pack-title {
      font: 400 16px/20px "Arimo", sans-serif;
      color: #101010; }
    .product-pack .pack-miniature-container:hover, .product-pack .pack-miniature-container:focus {
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }

.product-attachments .attachment h4, .product-attachments .attachment h4 a {
  font: 400 18px/30px "Arimo", sans-serif; }

.product-features {
  max-width: 600px; }
  .product-features > dl.data-sheet {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between; }
    .product-features > dl.data-sheet dd.value,
    .product-features > dl.data-sheet dt.name {
      flex: 0 0 50%;
      font-weight: normal;
      background: #fff;
      padding: 1rem;
      margin-bottom: 10px;
      min-height: 2.5rem;
      word-break: normal;
      border-bottom: solid 1px #b9b7b7; }
    .product-features > dl.data-sheet dd.value {
      font: normal 16px/26px "Arimo", sans-serif;
      color: #9d9d9d; }
    .product-features > dl.data-sheet dt.name {
      font: 700 11px/20px "Arimo", sans-serif;
      letter-spacing: 0.1em;
      color: #9E9E9E;
      text-transform: uppercase; }

.product-accessories {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .product-accessories {
      margin-top: 80px; } }
  @media (min-width: 1200px) {
    .product-accessories {
      margin-top: 105px; } }

@keyframes zoomIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Left & Right Columns disable */
.layout-full-width .product-left-column .page-content:after, .layout-full-width .product-left-column .page-content:before {
  width: 10000px; }
.layout-full-width .product-right-column {
  padding: 25px 15px 16px 30px; }
  @media (min-width: 1200px) {
    .layout-full-width .product-right-column {
      padding-left: 5%;
      padding-right: 3%; } }
  @media (min-width: 1650px) {
    .layout-full-width .product-right-column {
      padding-left: 8%;
      padding-right: 9.2%; } }

/* Left & Right Columns enable */
@media (min-width: 768px) and (max-width: 1649.98px) {
  main .layout-both-columns .product-tabs .nav-tabs {
    flex-wrap: nowrap; }
    main .layout-both-columns .product-tabs .nav-tabs .nav-item > a {
      text-align: center; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  main .layout-both-columns .product-tabs .nav-tabs .nav-item:before {
    display: none; }
  main .layout-both-columns .product-tabs .nav-tabs .nav-item + .nav-ite {
    margin-left: 10px; } }
@media (max-width: 1649.98px) {
  main .layout-both-columns .product-tabs .nav-tabs .nav-item > a {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 8px; }
  main .layout-both-columns .product-tabs .nav-tabs .nav-item + .nav-item {
    margin-left: 15px; }
    main .layout-both-columns .product-tabs .nav-tabs .nav-item + .nav-item:before {
      font-size: 14px;
      margin-right: 10px; } }

@media (min-width: 1650px) {
  main .list .products article.product-miniature .product-miniature-container .product-miniature-information {
    padding-left: 130px; } }

.featured-products > h1.h3 {
  text-align: center; }

.u-carousel {
  overflow: hidden; }
  .u-carousel .swiper-container .swiper-wrapper {
    flex-wrap: nowrap;
    width: auto;
    margin: 0; }

.product-miniature {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .product-miniature {
      margin-bottom: 30px; } }
  .grid-large .product-miniature .product-miniature-container .product-thumbnail {
    border: none; }
    @media (min-width: 1200px) {
      .grid-large .product-miniature .product-miniature-container .product-thumbnail {
        padding: 0 12%; }
        .grid-large .product-miniature .product-miniature-container .product-thumbnail .product-flags {
          opacity: 0; }
        .grid-large .product-miniature .product-miniature-container .product-thumbnail:hover {
          opacity: 1; } }
    .grid-large .product-miniature .product-miniature-container .product-thumbnail:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 100px;
      height: 2px;
      margin-left: auto;
      margin-right: auto;
      background: #ef6c00; }
  .grid-large .product-miniature .product-miniature-container .product-miniature-thumbnail .quick-view, .grid .product-miniature .product-miniature-container .product-miniature-thumbnail .quick-view, .category-block .product-miniature .product-miniature-container .product-miniature-thumbnail .quick-view {
    display: none; }
  .grid-large .product-miniature .product-miniature-container .product-miniature-information, .grid .product-miniature .product-miniature-container .product-miniature-information, .category-block .product-miniature .product-miniature-container .product-miniature-information {
    position: relative;
    padding: 15px 0 10px;
    text-align: center; }
    @media (min-width: 768px) {
      .grid-large .product-miniature .product-miniature-container .product-miniature-information, .grid .product-miniature .product-miniature-container .product-miniature-information, .category-block .product-miniature .product-miniature-container .product-miniature-information {
        padding: 13px 15px 8px; } }
    @media (min-width: 1200px) {
      .grid-large .product-miniature .product-miniature-container .product-miniature-information, .grid .product-miniature .product-miniature-container .product-miniature-information, .category-block .product-miniature .product-miniature-container .product-miniature-information {
        padding: 18px 15px 32px; } }
    .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-description-short, .grid .product-miniature .product-miniature-container .product-miniature-information .product-description-short, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-description-short {
      display: none; }
    .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-prices-md, .grid .product-miniature .product-miniature-container .product-miniature-information .product-prices-md, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-prices-md {
      margin-bottom: 5px;
      justify-content: center; }
    .grid-large .product-miniature .product-miniature-container .product-miniature-information .daydeal-box, .grid .product-miniature .product-miniature-container .product-miniature-information .daydeal-box, .category-block .product-miniature .product-miniature-container .product-miniature-information .daydeal-box {
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: calc(100% + 20px);
      margin: 0;
      background: rgba(255, 255, 255, 0.75);
      border: none;
      color: #2f2c2f; }
      .grid-large .product-miniature .product-miniature-container .product-miniature-information .daydeal-box > div > span:nth-child(4), .grid .product-miniature .product-miniature-container .product-miniature-information .daydeal-box > div > span:nth-child(4), .category-block .product-miniature .product-miniature-container .product-miniature-information .daydeal-box > div > span:nth-child(4) {
        display: none; }
      @media (min-width: 1200px) {
        .grid-large .product-miniature .product-miniature-container .product-miniature-information .daydeal-box, .grid .product-miniature .product-miniature-container .product-miniature-information .daydeal-box, .category-block .product-miniature .product-miniature-container .product-miniature-information .daydeal-box {
          opacity: 0;
          pointer-events: none;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
          transition-delay: 0.1s; } }
      @media (max-width: 767.98px) {
        .grid-large .product-miniature .product-miniature-container .product-miniature-information .daydeal-box, .grid .product-miniature .product-miniature-container .product-miniature-information .daydeal-box, .category-block .product-miniature .product-miniature-container .product-miniature-information .daydeal-box {
          display: none; } }
    .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-buttons, .grid .product-miniature .product-miniature-container .product-miniature-information .product-buttons, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-buttons {
      margin-bottom: 0; }
      .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, .grid .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a {
        color: #ef6c00;
        line-height: 1; }
        .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a > i, .grid .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a > i, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a > i {
          font-size: 20px;
          line-height: 1;
          display: inline-block; }
        .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a > span, .grid .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a > span, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a > span {
          display: none; }
        .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover, .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus, .grid-large .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:active, .grid .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover, .grid .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus, .grid .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:active, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus, .category-block .product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:active {
          color: #2f2c2f; }
    .grid-large .product-miniature .product-miniature-container .product-miniature-information .functional-buttons, .grid .product-miniature .product-miniature-container .product-miniature-information .functional-buttons, .category-block .product-miniature .product-miniature-container .product-miniature-information .functional-buttons {
      justify-content: center;
      margin-top: 10px; }
      @media (min-width: 1200px) {
        .grid-large .product-miniature .product-miniature-container .product-miniature-information .functional-buttons, .grid .product-miniature .product-miniature-container .product-miniature-information .functional-buttons, .category-block .product-miniature .product-miniature-container .product-miniature-information .functional-buttons {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -30px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.4s ease; } }
  @media (min-width: 1200px) {
    .grid-large .product-miniature .product-miniature-container:hover .functional-buttons, .grid-large .product-miniature .product-miniature-container:focus .functional-buttons, .grid-large .product-miniature .product-miniature-container:active .functional-buttons, .grid .product-miniature .product-miniature-container:hover .functional-buttons, .grid .product-miniature .product-miniature-container:focus .functional-buttons, .grid .product-miniature .product-miniature-container:active .functional-buttons, .category-block .product-miniature .product-miniature-container:hover .functional-buttons, .category-block .product-miniature .product-miniature-container:focus .functional-buttons, .category-block .product-miniature .product-miniature-container:active .functional-buttons {
      bottom: 5px;
      opacity: 1;
      visibility: visible; }
    .grid-large .product-miniature .product-miniature-container:hover .product-miniature-information .daydeal-box, .grid-large .product-miniature .product-miniature-container:focus .product-miniature-information .daydeal-box, .grid-large .product-miniature .product-miniature-container:active .product-miniature-information .daydeal-box, .grid .product-miniature .product-miniature-container:hover .product-miniature-information .daydeal-box, .grid .product-miniature .product-miniature-container:focus .product-miniature-information .daydeal-box, .grid .product-miniature .product-miniature-container:active .product-miniature-information .daydeal-box, .category-block .product-miniature .product-miniature-container:hover .product-miniature-information .daydeal-box, .category-block .product-miniature .product-miniature-container:focus .product-miniature-information .daydeal-box, .category-block .product-miniature .product-miniature-container:active .product-miniature-information .daydeal-box {
      opacity: 1;
      pointer-events: auto;
      visibility: visible; } }
  .product-miniature .product-title {
    font-size: 18px;
    margin: 0 0 3px 0; }
  .product-miniature .add-to-cart i, .product-miniature .view-product i, .product-miniature .customize i {
    display: none; }
  .product-miniature .quick-view, .product-miniature .wishlist_button_nopop, .product-miniature .wishlist_button, .product-miniature .js-compare-button {
    color: #424242;
    line-height: 1; }
    @media (min-width: 768px) {
      .product-miniature .quick-view, .product-miniature .wishlist_button_nopop, .product-miniature .wishlist_button, .product-miniature .js-compare-button {
        color: #cacaca; } }
    .product-miniature .quick-view i, .product-miniature .wishlist_button_nopop i, .product-miniature .wishlist_button i, .product-miniature .js-compare-button i {
      font-size: 20px;
      line-height: 1; }
    .product-miniature .quick-view > span, .product-miniature .wishlist_button_nopop > span, .product-miniature .wishlist_button > span, .product-miniature .js-compare-button > span {
      display: none; }
    .product-miniature .quick-view:hover, .product-miniature .quick-view:focus, .product-miniature .quick-view:active, .product-miniature .wishlist_button_nopop:hover, .product-miniature .wishlist_button_nopop:focus, .product-miniature .wishlist_button_nopop:active, .product-miniature .wishlist_button:hover, .product-miniature .wishlist_button:focus, .product-miniature .wishlist_button:active, .product-miniature .js-compare-button:hover, .product-miniature .js-compare-button:focus, .product-miniature .js-compare-button:active {
      color: #2f2c2f; }
  .product-miniature .js-compare-button i {
    font-size: 30px;
    display: block;
    margin-top: 3px; }
  .product-miniature .quick-view i {
    font-size: 24px;
    display: block;
    margin-top: 3px; }
  @media (max-width: 767.98px) {
    .product-miniature .quick-view {
      display: none; } }
  .product-miniature .functional-buttons {
    display: flex;
    align-items: center; }
    .product-miniature .functional-buttons > *:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 1199.98px) {
        .product-miniature .functional-buttons > *:not(:last-child) {
          margin-right: 20px; } }
      @media (max-width: 767.98px) {
        .product-miniature .functional-buttons > *:not(:last-child) {
          margin-right: 15px; } }
  .product-miniature .product-prices {
    margin-bottom: 5px; }
    .product-miniature .product-prices .discount {
      display: none; }
  .product-miniature.product-miniature-small .product-miniature-thumbnail {
    margin: 0 auto 10px; }
  .product-miniature.product-miniature-small .product-thumbnail {
    display: inline-block; }
  .product-miniature.product-miniature-small .product-buttons {
    margin-bottom: 0; }
    .product-miniature.product-miniature-small .product-buttons > a {
      color: #ef6c00;
      line-height: 1; }
      .product-miniature.product-miniature-small .product-buttons > a > i {
        font-size: 20px;
        line-height: 20px;
        display: inline-block; }
      .product-miniature.product-miniature-small .product-buttons > a > span {
        display: none; }
      .product-miniature.product-miniature-small .product-buttons > a:hover, .product-miniature.product-miniature-small .product-buttons > a:focus, .product-miniature.product-miniature-small .product-buttons > a:active {
        color: #2f2c2f; }
  .product-miniature.product-miniature-small .daydeal-box {
    display: block;
    border: none;
    font-size: 10px;
    padding: 0;
    background: transparent;
    color: #2f2c2f;
    margin: 10px 0; }
    .product-miniature.product-miniature-small .daydeal-box > div > span > span {
      font-size: 12px; }
    @media (min-width: 768px) {
      .product-miniature.product-miniature-small .daydeal-box {
        margin-left: -4px;
        margin-right: -4px; } }
    @media (min-width: 1200px) {
      .product-miniature.product-miniature-small .daydeal-box {
        margin-left: -10px;
        margin-right: -10px; } }
  .product-miniature.product-miniature-small *[class^="product-prices-"].with-discount .daydeal-box, .product-miniature.product-miniature-small *[class*=" product-prices-"].with-discount .daydeal-box {
    order: 4;
    flex: 0 0 100%;
    max-width: 100%; }
    .product-miniature.product-miniature-small *[class^="product-prices-"].with-discount .daydeal-box > div, .product-miniature.product-miniature-small *[class*=" product-prices-"].with-discount .daydeal-box > div {
      justify-content: flex-start; }
      @media (min-width: 768px) {
        .product-miniature.product-miniature-small *[class^="product-prices-"].with-discount .daydeal-box > div > span, .product-miniature.product-miniature-small *[class*=" product-prices-"].with-discount .daydeal-box > div > span {
          margin: 0 4px; } }
      @media (min-width: 1200px) {
        .product-miniature.product-miniature-small *[class^="product-prices-"].with-discount .daydeal-box > div > span, .product-miniature.product-miniature-small *[class*=" product-prices-"].with-discount .daydeal-box > div > span {
          margin: 0 10px; } }
      @media (min-width: 1200px) and (max-width: 1739px) {
        .product-miniature.product-miniature-small *[class^="product-prices-"].with-discount .daydeal-box > div > span, .product-miniature.product-miniature-small *[class*=" product-prices-"].with-discount .daydeal-box > div > span {
          margin: 0 5px; } }
  @media (min-width: 1200px) {
    .product-miniature.product-miniature-small .product-miniature-thumbnail {
      width: 32%; }
    .product-miniature.product-miniature-small .product-miniature-information {
      padding-left: 20px;
      width: 68%; } }
  @media (max-width: 767.98px) {
    .product-miniature.product-miniature-small .product-miniature-thumbnail {
      width: 32%; }
    .product-miniature.product-miniature-small .product-miniature-information {
      padding-left: 20px;
      width: 68%; } }
  @media (min-width: 1200px) and (max-width: 1739px) {
    .product-miniature.product-miniature-small .functional-buttons > *:not(:last-child) {
      margin-right: 15px; } }

#product .products .product-miniature .functional-buttons .quick-view {
  display: none; }

.list .product-miniature .product-miniature-container {
  margin-top: 5px; }
  .list .product-miniature .product-miniature-container .product-miniature-thumbnail .quick-view {
    position: absolute;
    right: 12px;
    bottom: 7px;
    margin-top: 0; }
  .list .product-miniature .product-miniature-container .product-miniature-information {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .list .product-miniature .product-miniature-container .product-miniature-information {
        padding-top: 20px; } }
    @media (min-width: 1650px) {
      .list .product-miniature .product-miniature-container .product-miniature-information {
        padding-top: 35px; } }
    @media (min-width: 768px) {
      .list .product-miniature .product-miniature-container .product-miniature-information .product-title {
        font-size: 20px;
        line-height: 1.5; } }
    .list .product-miniature .product-miniature-container .product-miniature-information [class^="product-prices-"] .daydeal-box, .list .product-miniature .product-miniature-container .product-miniature-information [class*=" product-prices-"] .daydeal-box {
      max-width: 80%;
      flex: 0 0 80%;
      margin-top: 20px;
      margin-bottom: 0;
      display: none;
      border-radius: 30px; }
    @media (min-width: 768px) {
      .list .product-miniature .product-miniature-container .product-miniature-information [class^="product-prices-"], .list .product-miniature .product-miniature-container .product-miniature-information [class*=" product-prices-"] {
        margin-top: 10px; }
        .list .product-miniature .product-miniature-container .product-miniature-information [class^="product-prices-"] .daydeal-box, .list .product-miniature .product-miniature-container .product-miniature-information [class*=" product-prices-"] .daydeal-box {
          display: inline-block; }
        .list .product-miniature .product-miniature-container .product-miniature-information [class^="product-prices-"] .price, .list .product-miniature .product-miniature-container .product-miniature-information [class*=" product-prices-"] .price {
          font-size: 22px; } }
    @media (min-width: 1200px) {
      .list .product-miniature .product-miniature-container .product-miniature-information [class^="product-prices-"], .list .product-miniature .product-miniature-container .product-miniature-information [class*=" product-prices-"] {
        margin-top: 27px; } }
    .list .product-miniature .product-miniature-container .product-miniature-information .product-description-short {
      margin-top: 25px;
      margin-bottom: 25px; }
      @media (min-width: 1200px) {
        .list .product-miniature .product-miniature-container .product-miniature-information .product-description-short {
          margin-top: 34px;
          margin-bottom: 34px; } }
      @media (max-width: 767.98px) {
        .list .product-miniature .product-miniature-container .product-miniature-information .product-description-short {
          display: none; } }
    .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons {
      align-items: center;
      margin-top: 10px; }
      .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons {
        margin-bottom: 0;
        order: 1;
        margin-right: 40px; }
        @media (max-width: 767.98px) {
          .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons {
            margin-right: 20px; }
            .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons > a {
              padding: 10px 18px !important; }
              .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons > a span {
                display: none; }
              .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons > a i {
                display: block;
                font-size: 20px;
                line-height: 1; } }
      .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .quick-view {
        display: none; }
      .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons #wishlist_button,
      .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons #wishlist_button_nopop,
      .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .wishlist_button,
      .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .wishlist_button_nopop {
        order: 2; }
      .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .compare-button {
        order: 3; }
      @media (min-width: 768px) {
        .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons {
          margin-top: 20px; } }
      @media (min-width: 1200px) {
        .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons {
          margin-top: 27px; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .layout-both-columns .list .product-miniature .product-miniature-container .product-flags {
    display: none; }
  .layout-both-columns .list .product-miniature .product-miniature-container .product-miniature-thumbnail .quick-view {
    right: 7px;
    bottom: 7px; }
  .layout-both-columns .list .product-miniature .product-miniature-container .product-miniature-information {
    padding-top: 10px; }
    .layout-both-columns .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons {
      margin-right: 20px; }
      .layout-both-columns .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons > a {
        padding: 10px 18px !important; }
        .layout-both-columns .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons > a span {
          display: none; }
        .layout-both-columns .list .product-miniature .product-miniature-container .product-miniature-information .functional-buttons .product-buttons > a i {
          display: block;
          font-size: 20px;
          line-height: 1; }
    .layout-both-columns .list .product-miniature .product-miniature-container .product-miniature-information .product-description-short {
      margin-top: 10px;
      margin-bottom: 10px; } }

/** CART RIGHT **/
.cart-summary .cart-summary-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cart-summary .cart-summary-line label, .cart-summary .cart-summary-line .label {
    margin-right: 2rem; }
  .cart-summary .cart-summary-line .value, .cart-summary .cart-summary-line label, .cart-summary .cart-summary-line .label {
    font: 500 22px/1.2 "Yantramanav", sans-serif;
    color: #ef6c00; }
.cart-summary .block-promo .promo-code .alert-danger {
  position: relative;
  margin-top: 1.25rem;
  background: #f76063;
  color: white;
  display: none; }
  .cart-summary .block-promo .promo-code .alert-danger::after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f76063;
    border-width: 10px;
    margin-left: -10px; }
.cart-summary .promo-discounts {
  margin-bottom: 0; }
  .cart-summary .promo-discounts .cart-summary-line .label {
    color: #757575; }
    .cart-summary .promo-discounts .cart-summary-line .label .code {
      text-decoration: underline;
      cursor: pointer; }
.cart-summary .cart-detailed-actions {
  padding-top: 30px; }

/** CART BODY **/
.product-line-grid .product-line-grid-left .product-thumbnail {
  display: inline-block; }
.product-line-grid .product-line-grid-body > .product-line-info {
  margin-bottom: 10px; }
  .product-line-grid .product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit; }
  .product-line-grid .product-line-grid-body > .product-line-info > .out-of-stock {
    color: #f76063; }
  .product-line-grid .product-line-grid-body > .product-line-info > .available {
    color: #70dfbf; }
  .product-line-grid .product-line-grid-body > .product-line-info .current-price {
    color: #ef6c00;
    font: 500 22px/1.2 "Yantramanav", sans-serif; }
    .product-line-grid .product-line-grid-body > .product-line-info .current-price > span:not(:last-child) {
      margin-right: 10px; }
    .product-line-grid .product-line-grid-body > .product-line-info .current-price .price {
      color: #ef6c00;
      font: 500 22px/1.2 "Yantramanav", sans-serif; }
    .product-line-grid .product-line-grid-body > .product-line-info .current-price .regular-price {
      color: #757575;
      font: 500 18px/1.2 "Yantramanav", sans-serif; }
    .product-line-grid .product-line-grid-body > .product-line-info .current-price .discount {
      font: 500 18px/1.2 "Yantramanav", sans-serif;
      color: #ef6c00; }
    .product-line-grid .product-line-grid-body > .product-line-info .current-price .unit-price-cart {
      display: inline-block; }
.product-line-grid .product-line-grid-right .cart-line-product-actions,
.product-line-grid .product-line-grid-right .product-price {
  line-height: 36px; }
  .product-line-grid .product-line-grid-right .cart-line-product-actions .price,
  .product-line-grid .product-line-grid-right .product-price .price {
    color: #ef6c00;
    font: 500 22px/1.2 "Yantramanav", sans-serif; }
  .product-line-grid .product-line-grid-right .cart-line-product-actions .remove-from-cart,
  .product-line-grid .product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 0.3125rem; }
.product-line-grid .product-line-grid-right .qty .input-group {
  background: #fff;
  position: relative;
  width: auto;
  display: inline-block;
  z-index: 0; }
.product-line-grid .product-line-grid-right .qty .form-control {
  height: 58px;
  width: 90px;
  font-size: 11px;
  padding-right: 35px;
  padding-left: 15px;
  color: #2f2c2f; }

#block-reassurance {
  background: transparent; }
  #block-reassurance > ul {
    margin-bottom: 0; }
    #block-reassurance > ul .block-reassurance-item span {
      font: 400 18px/30px "Arimo", sans-serif;
      font-weight: 600; }
    #block-reassurance > ul > li + li {
      margin-top: 20px; }

.cart-summary-product-item .product-title {
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 5px; }
.cart-summary-product-item .product-price .price {
  font: 500 22px/1.2 "Yantramanav", sans-serif;
  font-size: 1.1em;
  color: #2f2c2f; }
.cart-summary-product-item .product-quantity {
  margin-top: 0;
  font-size: 0.9em; }
.cart-summary-product-item .product-thumbnail {
  max-width: 65px; }

#stores .page-stores .store-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 30px; }
#stores .page-stores .store-picture img {
  max-width: 100%; }
#stores .page-stores .store-item-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3rem 0; }
  #stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: 1.25rem; }
  #stores .page-stores .store-item-container .divide-left {
    border-left: #E0E0E0 1px solid; }
    #stores .page-stores .store-item-container .divide-left tr {
      height: 1.563rem; }
    #stores .page-stores .store-item-container .divide-left td {
      padding-left: 0.375rem; }
    #stores .page-stores .store-item-container .divide-left th {
      text-align: right; }
  #stores .page-stores .store-item-container .store-description {
    font-size: 1rem; }
#stores .page-stores .store-item-footer {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-around; }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: #E0E0E0 1px solid; }
  #stores .page-stores .store-item-footer div:first-child {
    flex: 0 0 65%; }
  #stores .page-stores .store-item-footer i.material-icons {
    margin-right: 1rem;
    color: #757575;
    font-size: 1rem; }
  #stores .page-stores .store-item-footer li {
    margin-bottom: 1rem; }

/*** Responsive part ***/
@media (max-width: 767.98px) {
  #stores .page-stores {
    width: 100%; }
    #stores .page-stores .store-item-container {
      padding: 1rem 0; } }
@media (max-width: 575.98px) {
  #stores .page-stores .store-item-container {
    display: block; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: none; }
    #stores .page-stores .store-item-container .store-description a {
      margin-bottom: 0.5rem; }
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 0.5rem; }
  #stores .page-stores .store-item-footer {
    display: block; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #E0E0E0 1px solid; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 1rem; }
    #stores .page-stores .store-item-footer .card-block {
      padding: 0.75rem 0.75rem 0; } }
#products #main .page-header,
#pagenotfound #main .page-header {
  text-align: center; }
#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 120px; }
#products .page-not-found,
#pagenotfound .page-not-found {
  font: 400 18px/30px "Arimo", sans-serif;
  margin: 0 auto; }
  #products .page-not-found h4,
  #pagenotfound .page-not-found h4 {
    font: bold 20px/30px "Yantramanav", sans-serif;
    margin: 10px 0 25px; }
  #products .page-not-found .search-widget,
  #pagenotfound .page-not-found .search-widget {
    float: none; }
    #products .page-not-found .search-widget form,
    #pagenotfound .page-not-found .search-widget form {
      margin: 0 auto; }
    #products .page-not-found .search-widget .input-group-btn .btn, #products .page-not-found .search-widget .input-group-btn main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information #products .page-not-found .search-widget .input-group-btn .product-buttons > a,
    #pagenotfound .page-not-found .search-widget .input-group-btn .btn,
    #pagenotfound .page-not-found .search-widget .input-group-btn main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a,
    main .list .products article.product-miniature .product-miniature-container .product-miniature-information #pagenotfound .page-not-found .search-widget .input-group-btn .product-buttons > a {
      height: 52px;
      border-radius: 0; }
      @media (max-width: 767.98px) {
        #products .page-not-found .search-widget .input-group-btn .btn, #products .page-not-found .search-widget .input-group-btn main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information #products .page-not-found .search-widget .input-group-btn .product-buttons > a,
        #pagenotfound .page-not-found .search-widget .input-group-btn .btn,
        #pagenotfound .page-not-found .search-widget .input-group-btn main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a,
        main .list .products article.product-miniature .product-miniature-container .product-miniature-information #pagenotfound .page-not-found .search-widget .input-group-btn .product-buttons > a {
          height: 45px; } }
  @media (min-width: 768px) {
    #products .page-not-found,
    #pagenotfound .page-not-found {
      width: 50%; } }

#sitemap-tree ul.nested {
  margin-left: 15px;
  margin-right: 15px; }

.sitemap {
  margin-top: 20px; }
  .sitemap > div + div {
    margin-top: 20px; }
  .sitemap h1 {
    color: #101010;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 400;
    font-family: "Arimo", sans-serif;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    padding: 10px 35px 10px 20px;
    background: #e9e9e9;
    border: solid 1px #e9e9e9;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .sitemap h1:before {
      position: absolute;
      font-family: 'FontAwesome';
      content: "";
      font-size: 24px;
      line-height: 1;
      right: 10px;
      top: 12px;
      will-change: transform;
      transform-origin: 50% 50%; }
    .sitemap h1:not(.collapsed):before {
      transform: rotate(-180deg); }
    .sitemap h1:hover {
      background: rgba(233, 233, 233, 0.6); }
    @media (max-width: 767.98px) {
      .sitemap h1 {
        font-size: 22px; }
        .sitemap h1:before {
          font-size: 20px;
          top: 14px; } }
  .sitemap .page-subheading {
    font: bold 20px/30px "Yantramanav", sans-serif; }
  .sitemap #col_categories ul.nested > li {
    padding-left: 0;
    padding-right: 0; }
    .sitemap #col_categories ul.nested > li > ul.nested > li {
      flex: 0 0 100%;
      max-width: 100%; }
  .sitemap ul > li.tree {
    width: 20%;
    float: left;
    padding: 0 10px 20px 0; }
    .sitemap ul > li.tree:nth-child(5n+1) {
      clear: left; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .sitemap ul > li.tree {
        width: 25%; }
        .sitemap ul > li.tree:nth-child(4n+1) {
          clear: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .sitemap ul > li.tree {
        width: 33.3333333333%; }
        .sitemap ul > li.tree:nth-child(3n+1) {
          clear: left; } }
    @media (max-width: 767px) {
      .sitemap ul > li.tree {
        width: 50%; }
        .sitemap ul > li.tree:nth-child(2n+1) {
          clear: left; } }
    @media (max-width: 480px) {
      .sitemap ul > li.tree {
        width: 100%; } }
  .sitemap ul {
    margin-left: 15px;
    margin-top: 20px;
    margin-right: 10px; }
    .sitemap ul.nested {
      margin-left: 20px;
      margin-right: 15px; }
    .sitemap ul li {
      font-size: 20px;
      line-height: 1.15;
      margin-bottom: 25px;
      position: relative;
      padding-right: 30px; }
      .sitemap ul li .custom-toggle {
        position: absolute;
        right: 0;
        top: 0; }
      @media (max-width: 767.98px) {
        .sitemap ul li {
          font-size: 18px;
          margin-bottom: 15px; } }
  .sitemap .custom-toggle i {
    font-size: 30px;
    line-height: 30px;
    width: auto;
    height: auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
  .sitemap .custom-toggle.collapsed.el-1, .sitemap .custom-toggle:not(.collapsed) .el-2 {
    display: block; }
  .sitemap .custom-toggle.collapsed .el-2, .sitemap .custom-toggle:not(.collapsed) .el-1 {
    display: none; }
  .sitemap .custom-toggle:hover i {
    color: #ef6c00; }

@media (max-width: 575.98px) {
  .sitemap {
    margin-top: 0; } }
/** PRODUCT ZOOM MODAL **/
#product-modal {
  z-index: 1060;
  opacity: 0;
  align-items: center;
  justify-content: center; }
  #product-modal[style^="display: block;"], #product-modal[style*="display: block; "] {
    display: flex !important; }
  #product-modal .modal-dialog {
    margin: 0 auto;
    pointer-events: auto; }
    #product-modal .modal-dialog .modal-content {
      background: none; }
  #product-modal .close {
    top: 10px;
    right: 10px; }

/** QUICK-VIEW MODAL **/
.quickview.modal.modal-close-inside .close {
  top: 10px;
  right: 10px; }
.quickview .modal-dialog {
  overflow: hidden; }
.quickview .modal-body {
  padding: 0; }
.quickview .product-left-column {
  z-index: 0; }
  .quickview .product-left-column:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 0;
    bottom: 0;
    width: 10000px;
    background: #f5f4f4;
    z-index: -1; }
  .quickview .product-left-column .page-content:after {
    width: 10000px; }
  @media (min-width: 1200px) {
    .quickview .product-left-column {
      padding-left: 68px; } }
.quickview .product-right-column {
  padding: 20px 15px 30px; }
  @media (min-width: 992px) {
    .quickview .product-right-column {
      padding: 38px 45px; } }
  @media (min-width: 1200px) {
    .quickview .product-right-column {
      padding: 71px 80px; } }
.quickview .images-container .product-cover .layer {
  display: none; }
@media (min-width: 1200px) {
  .quickview .product-name {
    font-size: 26px;
    line-height: 32px; } }
.quickview #quickview-product-prices .product-prices.product-prices-lg .price {
  font-size: 36px;
  line-height: 40px; }
.quickview #quickview-product-prices .product-prices.product-prices-lg .regular-price, .quickview #quickview-product-prices .product-prices.product-prices-lg .discount {
  font-size: 16px; }
.quickview #quickview-product-prices, .quickview #quickview-product-variants, .quickview #quickview-product-addToCart, .quickview #quickview-modal-footer {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }
.quickview #quickview-product-prices:empty {
  flex: 1 1 100%;
  background: url("../img/loader.svg") no-repeat center center; }

/** CART MODAL **/
#blockcart-modal .close {
  top: 10px;
  right: 10px; }
  @media (min-width: 768px) {
    #blockcart-modal .close {
      top: 30px;
      right: 15px; } }
#blockcart-modal .modal-body {
  padding: 0; }
  #blockcart-modal .modal-body .title {
    font: 400 22px/26px "Arimo", sans-serif;
    position: relative;
    padding-left: 30px; }
    #blockcart-modal .modal-body .title span {
      color: #ef6c00; }
    #blockcart-modal .modal-body .title i {
      position: absolute;
      font-size: 22px;
      line-height: 1;
      left: 0;
      top: 2px;
      color: #ef6c00; }
    @media (min-width: 1200px) {
      #blockcart-modal .modal-body .title {
        padding-left: 65px;
        font-size: 26px;
        line-height: 30px; }
        #blockcart-modal .modal-body .title i {
          font-size: 26px;
          top: 5px; } }
  #blockcart-modal .modal-body .product-thumbnail {
    display: block;
    height: auto;
    position: relative;
    padding: 5px 23%; }
  #blockcart-modal .modal-body .media-body {
    padding: 30px 0 10px; }
    #blockcart-modal .modal-body .media-body .product-title {
      margin-bottom: 15px; }
    #blockcart-modal .modal-body .media-body .list-inline-separated {
      display: flex;
      flex-wrap: wrap; }
      #blockcart-modal .modal-body .media-body .list-inline-separated > p {
        margin-bottom: 5px;
        color: #a1a1a1;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.29;
        font-family: "Arimo", sans-serif; }
        #blockcart-modal .modal-body .media-body .list-inline-separated > p:not(:last-child) {
          margin-right: 10px; }
    #blockcart-modal .modal-body .media-body .product-quantity, #blockcart-modal .modal-body .media-body .product-prices-md {
      margin-top: 5px; }
      #blockcart-modal .modal-body .media-body .product-quantity > span, #blockcart-modal .modal-body .media-body .product-prices-md > span {
        display: inline-block;
        font-size: 11px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #ef6c00;
        font-weight: 400;
        font-family: "Arimo", sans-serif; }
        #blockcart-modal .modal-body .media-body .product-quantity > span:first-child, #blockcart-modal .modal-body .media-body .product-prices-md > span:first-child {
          min-width: 112px;
          color: #a1a1a1; }
  #blockcart-modal .modal-body .modal-cart-container {
    margin-top: 20px; }
    #blockcart-modal .modal-body .modal-cart-container [class*='modal-cart'] .label, #blockcart-modal .modal-body .modal-cart-container [class*='modal-cart'] .value {
      font-size: 11px;
      line-height: 2.18;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Arimo", sans-serif; }
    #blockcart-modal .modal-body .modal-cart-container [class*='modal-cart'] .label {
      color: #a1a1a1; }
    #blockcart-modal .modal-body .modal-cart-container [class*='modal-cart'] .value {
      color: #ef6c00; }
    @media (min-width: 768px) {
      #blockcart-modal .modal-body .modal-cart-container {
        margin-top: 45px; } }
    @media (min-width: 1200px) {
      #blockcart-modal .modal-body .modal-cart-container {
        padding: 0 25px 0 45px; } }
  #blockcart-modal .modal-body .button-container {
    margin-top: 20px;
    width: 100%;
    text-align: center; }
    #blockcart-modal .modal-body .button-container .btn, #blockcart-modal .modal-body .button-container main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information #blockcart-modal .modal-body .button-container .product-buttons > a {
      margin-bottom: 10px;
      padding-left: 32px;
      padding-right: 32px;
      margin-left: 10px; }
    @media (min-width: 768px) {
      #blockcart-modal .modal-body .button-container {
        margin: 0 -10px 0 0; } }
#blockcart-modal .body-cart-product {
  background: #f5f4f4;
  padding: 35px 20px; }
  @media (min-width: 768px) {
    #blockcart-modal .body-cart-product {
      padding: 40px; } }
  @media (min-width: 1200px) {
    #blockcart-modal .body-cart-product {
      padding: 75px 50px 75px 75px; } }
#blockcart-modal .body-cart-cart {
  padding: 35px 20px; }
  @media (min-width: 768px) {
    #blockcart-modal .body-cart-cart {
      padding: 40px; } }
  @media (min-width: 1200px) {
    #blockcart-modal .body-cart-cart {
      padding: 75px 80px; } }
  #blockcart-modal .body-cart-cart .title i {
    font-size: 20px; }
  @media (min-width: 1200px) {
    #blockcart-modal .body-cart-cart .title {
      padding-left: 45px; } }
  @media (min-width: 768px) {
    #blockcart-modal .body-cart-cart {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

/** CUSTOMIZATION MODAL **/
.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #dfe8ec; }
  .customization-modal .modal-content .modal-body {
    padding-top: 0; }
    .customization-modal .modal-content .modal-body .product-customization-line {
      padding-bottom: 0.9375rem;
      padding-top: 0.9375rem;
      border-bottom: 1px solid #dfe8ec; }
      .customization-modal .modal-content .modal-body .product-customization-line .label {
        font-weight: bold;
        text-align: right; }
      .customization-modal .modal-content .modal-body .product-customization-line:last-child {
        padding-bottom: 0;
        border-bottom: 0; }

.block-categories #category-top-menu .home-category {
  display: none; }
  .block-categories #category-top-menu .home-category + li {
    margin-top: 0; }

#contact-info-block > li:not(.address) {
  font-size: 0;
  line-height: 0; }

/* Currency Block */
.currency-selector {
  position: relative;
  text-align: left; }
  .currency-selector > span:first-child {
    position: relative;
    display: block;
    font: 700 14px/22px "Arimo", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #616161;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .currency-selector > span:first-child i {
      color: #d8d8d8;
      transition: all 0.3s ease-in-out;
      font-size: 14px; }
    @media (min-width: 1200px) {
      .currency-selector > span:first-child {
        font-size: 12px; }
        .currency-selector > span:first-child i {
          font-size: 12px; } }
    .currency-selector > span:first-child:hover, .currency-selector > span:first-child:focus, .currency-selector > span:first-child:active {
      color: #101010; }
      .currency-selector > span:first-child:hover i, .currency-selector > span:first-child:focus i, .currency-selector > span:first-child:active i {
        color: #101010; }
    .currency-selector > span:first-child[aria-expanded^='true'] {
      color: #101010; }
      .currency-selector > span:first-child[aria-expanded^='true'] i {
        transform: rotate(-180deg);
        color: #101010; }
  .currency-selector .dropdown-menu {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6; }
    .currency-selector .dropdown-menu > a {
      padding: 0;
      color: #424242; }
      .currency-selector .dropdown-menu > a + a {
        margin-top: 12px; }
      .currency-selector .dropdown-menu > a:hover, .currency-selector .dropdown-menu > a:focus, .currency-selector .dropdown-menu > a:active {
        color: #ef6c00; }
      .currency-selector .dropdown-menu > a.active {
        color: #ef6c00;
        cursor: default;
        pointer-events: none; }
    @media (min-width: 1200px) {
      .currency-selector .dropdown-menu {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        width: 230px;
        box-shadow: 0 15px 62px 0 rgba(16, 16, 16, 0.07);
        padding: 24px 28px;
        margin-top: 15px; } }
    @media (min-width: 1200px) and (max-width: 1359px) {
      .currency-selector .dropdown-menu {
        font-size: 13px; } }
    @media (min-width: 1360px) {
      .currency-selector .dropdown-menu {
        width: 270px;
        padding: 34px 39px 30px;
        margin-top: 23px; }
        .currency-selector .dropdown-menu > a + a {
          margin-top: 21px; } }
    @media (max-width: 1199.98px) {
      .currency-selector .dropdown-menu {
        position: relative !important;
        width: 100%;
        box-shadow: none;
        margin-top: 0;
        padding: 10px;
        transform: translate3d(0px, 0px, 0px) !important; } }

.block-newsletter {
  text-align: center;
  padding-bottom: 43px;
  padding-top: 43px; }
  @media (min-width: 768px) {
    .block-newsletter {
      padding-top: 60px; } }
  @media (min-width: 1200px) {
    .block-newsletter {
      padding-top: 60px; } }
  .block-newsletter .link-list-title {
    margin-bottom: 15px; }
  .block-newsletter p {
    font-size: 18px; }
  .block-newsletter form {
    max-width: inherit; }
  .block-newsletter .input-group {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .block-newsletter .input-group {
        position: relative;
        display: flex; } }
    .block-newsletter .input-group .form-control {
      font-size: 13px;
      line-height: 30px;
      background: #fff;
      border: none;
      padding: 11px 20px;
      display: block;
      box-shadow: none;
      text-align: left; }
      @media (min-width: 576px) {
        .block-newsletter .input-group .form-control {
          margin-bottom: 15px; } }
      .block-newsletter .input-group .form-control:focus {
        box-shadow: 0 15px 62px 0 rgba(16, 16, 16, 0.07); }
      @media (min-width: 1200px) {
        .block-newsletter .input-group .form-control {
          height: 60px;
          padding: 15px 31px; } }
    @media (min-width: 992px) {
      .block-newsletter .input-group .input-group-btn {
        margin-left: 19px; } }
    .block-newsletter .input-group .btn, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a {
      border-radius: 0;
      background: #2f2c2f;
      color: #fff;
      box-shadow: none;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .block-newsletter .input-group .btn, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a {
          min-width: 150px; } }
      @media (min-width: 992px) {
        .block-newsletter .input-group .btn, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a {
          min-width: 190px; } }
      @media (min-width: 1360px) {
        .block-newsletter .input-group .btn, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a {
          min-width: 270px; } }
      @media (max-width: 1199.98px) {
        .block-newsletter .input-group .btn, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a {
          padding-top: 14px;
          padding-bottom: 15px; } }
      @media (max-width: 767.98px) {
        .block-newsletter .input-group .btn, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a {
          padding: 14px 10px; } }
      .block-newsletter .input-group .btn:hover, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:hover, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a:hover, .block-newsletter .input-group .btn:focus, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:focus, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a:focus, .block-newsletter .input-group .btn:active, .block-newsletter .input-group main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a:active, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .block-newsletter .input-group .product-buttons > a:active {
        background: #ef6c00; }

.links_toggle > ul {
  margin-bottom: 0; }
  .links_toggle > ul > li a {
    text-transform: uppercase;
    font-family: "Arimo", sans-serif;
    font-size: 10px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #9E9E9E; }
    @media (min-width: 576px) {
      .links_toggle > ul > li a {
        font-size: 11px; } }
    .links_toggle > ul > li a:hover, .links_toggle > ul > li a:focus, .links_toggle > ul > li a:active {
      color: #2f2c2f; }
  .links_toggle > ul > li:not(:last-child) {
    margin-right: 19px; }
    @media (min-width: 576px) {
      .links_toggle > ul > li:not(:last-child) {
        margin-right: 37px; } }

/* Language Block */
.language-selector {
  position: relative;
  text-align: left; }
  @media (min-width: 1200px) {
    .language-selector {
      margin-right: 20px; } }
  .language-selector > span:first-child {
    position: relative;
    display: block;
    font: 700 14px/22px "Arimo", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #616161;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    .language-selector > span:first-child i {
      color: #d8d8d8;
      transition: all 0.3s ease-in-out;
      font-size: 14px; }
    @media (min-width: 1200px) {
      .language-selector > span:first-child {
        font-size: 12px; }
        .language-selector > span:first-child i {
          font-size: 12px; } }
    .language-selector > span:first-child:hover, .language-selector > span:first-child:focus, .language-selector > span:first-child:active {
      color: #101010; }
      .language-selector > span:first-child:hover i, .language-selector > span:first-child:focus i, .language-selector > span:first-child:active i {
        color: #101010; }
    .language-selector > span:first-child[aria-expanded^='true'] {
      color: #101010; }
      .language-selector > span:first-child[aria-expanded^='true'] i {
        transform: rotate(-180deg);
        color: #101010; }
  .language-selector .dropdown-menu {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6; }
    .language-selector .dropdown-menu > a {
      padding: 0;
      color: #424242; }
      .language-selector .dropdown-menu > a + a {
        margin-top: 12px; }
      .language-selector .dropdown-menu > a:hover, .language-selector .dropdown-menu > a:focus, .language-selector .dropdown-menu > a:active {
        color: #ef6c00; }
      .language-selector .dropdown-menu > a.active {
        color: #ef6c00;
        cursor: default;
        pointer-events: none; }
    @media (min-width: 1200px) {
      .language-selector .dropdown-menu {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 2;
        width: 230px;
        box-shadow: 0 15px 62px 0 rgba(16, 16, 16, 0.07);
        padding: 24px 28px;
        margin-top: 15px; } }
    @media (min-width: 1200px) and (max-width: 1359px) {
      .language-selector .dropdown-menu {
        font-size: 13px; } }
    @media (min-width: 1360px) {
      .language-selector .dropdown-menu {
        width: 270px;
        padding: 34px 39px 30px;
        margin-top: 23px; }
        .language-selector .dropdown-menu > a + a {
          margin-top: 21px; } }
    @media (max-width: 1199.98px) {
      .language-selector .dropdown-menu {
        position: relative !important;
        width: 100%;
        box-shadow: none;
        margin-top: 0;
        padding: 10px;
        transform: translate3d(0px, 0px, 0px) !important; } }

/* Shopping Cart*/
.blockcart > a {
  position: relative;
  color: #616161; }
  .blockcart > a:hover, .blockcart > a:focus, .blockcart > a:active {
    color: #ef6c00; }
  .blockcart > a i {
    font-size: 20px;
    line-height: 22px; }
  .blockcart > a .cart-products-label {
    display: none;
    margin-right: 10px;
    margin-left: 16px; }
  .blockcart > a .cart-products-count {
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 50%;
    background: #ef6c00;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-align: center; }
  .blockcart > a .cart-products-count-text {
    display: none; }

/** Shopping cart body **/
.cart-summary .block-cart-body .cart-summary-product-item {
  position: relative; }
  .cart-summary .block-cart-body .cart-summary-product-item .remove-from-cart {
    float: none;
    position: absolute;
    top: 0;
    right: 0; }
.cart-summary .block-cart-body .product-thumbnail {
  margin-right: 5px;
  max-width: 80px; }
  @media (min-width: 768px) {
    .cart-summary .block-cart-body .product-thumbnail {
      margin-right: 15px; } }
.cart-summary .block-cart-body .cart-summary-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cart-summary .block-cart-body .cart-summary-line label, .cart-summary .block-cart-body .cart-summary-line .label {
    margin-right: 2rem; }
.cart-summary .block-cart-body .product-title, .cart-summary .block-cart-body .product-attributes {
  font-size: 16px;
  color: #616161; }
.cart-summary .block-cart-body .product-attributes > p {
  display: inline-block;
  margin-bottom: 2px; }
.cart-summary .block-cart-body .product-quantity {
  font-size: 14px;
  color: #616161; }
.cart-summary .block-cart-body .product-prices-md {
  margin-top: 5px; }
.cart-summary .block-cart-body .cart-subtotals .label, .cart-summary .block-cart-body .cart-total .label {
  font: 400 16px/30px "Arimo", sans-serif;
  color: #616161; }
.cart-summary .block-cart-body .cart-subtotals .value, .cart-summary .block-cart-body .cart-total .value {
  font: 500 22px/1.2 "Yantramanav", sans-serif;
  color: #ef6c00; }
.cart-summary .block-cart-body .customizations-toggle .btn-link {
  margin-top: 10px; }
.cart-summary .block-cart-body .customization .list-group .list-group-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .cart-summary .block-cart-body .customization .list-group .list-group-item > div, .cart-summary .block-cart-body .customization .list-group .list-group-item label {
    margin-top: 5px;
    margin-bottom: 5px; }
.cart-summary .block-cart-body .bottom-wrapper .cart-footer {
  overflow: hidden;
  padding: 0;
  margin: 0; }
  .cart-summary .block-cart-body .bottom-wrapper .cart-footer .btn, .cart-summary .block-cart-body .bottom-wrapper .cart-footer main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .cart-summary .block-cart-body .bottom-wrapper .cart-footer .product-buttons > a {
    min-width: 160px; }
.cart-summary .block-cart-body .bottom-wrapper .cart-total {
  line-height: 30px; }
@media (min-width: 768px) {
  .cart-summary .block-cart-body .bottom-wrapper {
    display: table;
    width: 100%; } }

#index .featured-products {
  margin-top: 50px; }
  @media (min-width: 1200px) {
    #index .featured-products {
      margin-top: 80px; }
      #index .featured-products .page-heading {
        margin-bottom: 45px; } }

.jx-lookbook-block .caption h3,
.jx-lookbook-block-popover .product-prices-md .discount-percentage,
.jxlookbooks .thumbnail .caption .name {
  font-family: "Arimo", sans-serif !important; }

.jx-lookbook-block .caption h3 {
  font-weight: 500; }

#ps-image-slider > ul > li figcaption h2 {
  font-family: "Arimo", sans-serif !important; }

.daydeal-products .product-miniature {
  flex: 0 0 33% !important;
  max-width: 33% !important; }

.jx-header-account-wrapper .user-data h3 {
  font-family: "Arimo", sans-serif !important;
  font-size: 1.7em !important;
  font-weight: 500 !important; }

.hotSpotWrap .point:after {
  background: #ef6c00 !important; }

.jx-lookbook-block-popover .product-miniature-container .product_link {
  color: #ef6c00; }

.jx-lookbook-block .caption {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  padding: 15px 30px; }
  .jx-lookbook-block .caption h3 {
    font-size: 2.2em !important;
    font-weight: 500 !important; }

.daydeal-box {
  font-family: "Arimo", sans-serif !important;
  font-size: 12px !important;
  max-width: 300px !important;
  color: #ef6c00 !important;
  padding: .3125rem;
  border: 0.0625rem solid #ef6c00 !important;
  border-radius: 5px !important;
  line-height: 1;
  text-transform: uppercase; }
  .product-card .daydeal-box > div,
  .daydeal-box > div {
    width: 100%;
    max-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex !important;
    justify-content: space-around !important; }
  .daydeal-box span {
    font-size: 0.85em !important; }
    .daydeal-box span > span {
      font-size: 2.5em !important; }

.daydeal-products .label-discount-wrap .label-daydeal,
.daydeal-products .label-discount-wrap .discount-daydeal {
  padding: 0 1em !important; }
.daydeal-products .label-discount-wrap .label-daydeal {
  background-color: #ef6c00 !important; }
.daydeal-products .label-discount-wrap .discount-daydeal {
  margin-left: 2px;
  background-color: #20c997 !important; }

.jxsearch-wrapper .price {
  color: #ef6c00 !important; }

.jxmegamenu_item .is-megamenu ul li a:hover, .jxmegamenu_item .is-megamenu ul li a:focus, .jxmegamenu_item .is-megamenu ul li a:active {
  color: #ef6c00 !important; }

.container {
  max-width: 2560px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 75px;
      padding-right: 75px; } }

#header {
  position: relative;
  font-size: 14px;
  background: #fff;
  z-index: 4; }
  #header .row, #header .universal-carousel .swiper-container, .universal-carousel #header .swiper-container, #header main .products, main #header .products, #header main .list .products article.product-miniature .product-miniature-container, main .list .products article.product-miniature #header .product-miniature-container {
    position: relative; }
  @media (max-width: 1199.98px) {
    #header {
      text-align: center; } }
  #header > .wrapper {
    padding-top: 52px;
    padding-bottom: 28px; }
    #header > .wrapper [class*='col-'] {
      line-height: 0; }
    @media (min-width: 1200px) {
      #header > .wrapper {
        padding-top: 12px;
        padding-bottom: 12px; }
        #header > .wrapper [class*='col-'] {
          line-height: 1; } }
    #header > .wrapper .module {
      display: inline-block;
      line-height: 1;
      vertical-align: top; }
      @media (max-width: 1199.98px) {
        #header > .wrapper .module > div {
          vertical-align: top; }
          #header > .wrapper .module > div + div {
            margin-left: 55px; } }
    @media (min-width: 1200px) {
      #header > .wrapper.padding-none {
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 1360px) {
      #header > .wrapper.padding-none > div:first-child .top_menu > ul {
        padding: 23px 0; }
      #header > .wrapper.padding-none .stickUpTop.isStuck .top_menu > ul {
        padding: 0; } }
  #header .icon-links {
    position: static; }
    #header .icon-links i:hover {
      color: #212121; }
  @media (min-width: 1200px) {
    #header .blockcart {
      margin-left: 35px; } }
  @media (min-width: 1650px) {
    #header .blockcart {
      margin-left: 56px; } }
  @media (min-width: 1200px) and (max-width: 1649px) {
    #header .jx-header-account {
      margin-right: 10px; } }
  #header .header-nav-mobile {
    position: relative;
    padding-bottom: 30px; }
  #header .menu-toggle .icon-toggle {
    font-size: 26px;
    line-height: 1; }
  #header .stickUpTop.isStuck .stick-up {
    padding-top: 10px;
    padding-bottom: 10px; }

#index .header-absolute {
  background: #f5f1f0; }
  @media (min-width: 1200px) {
    #index .header-absolute {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      background: none;
      z-index: 3; } }

@media (max-width: 1199.98px) {
  body:not(#index) #header {
    border-bottom: solid 1px #b9b7b7; } }

.stickUpTop {
  transition: 0.3s top ease; }
  @media (min-width: 1200px) {
    .stickUpTop {
      position: relative;
      width: 100%;
      top: 0;
      left: 0; }
      .stickUpTop:not(.isStuck) .stickUpHolder {
        padding: 0; }
      .stickUpTop.isStuck {
        background: #fff;
        z-index: 1050; }
        .stickUpTop.isStuck .stick-up {
          box-shadow: 0 15px 62px 0 rgba(16, 16, 16, 0.07); } }
      @media (min-width: 1200px) and (min-width: 1200px) {
        .stickUpTop.isStuck .stick-up {
          padding-left: 75px;
          padding-right: 75px; } }

@media (max-width: 1199.98px) {
  .stickUpTop.isStuck {
    position: static !important; }

  .pseudoStickyBlock {
    display: none !important; } }
#wrapper .left-column, #wrapper .right-column {
  flex: 0 0 100%; }
  #wrapper .left-column > *:not(.module), #wrapper .left-column > .module > *, #wrapper .right-column > *:not(.module), #wrapper .right-column > .module > * {
    margin-bottom: 50px; }
  #wrapper .left-column .title-block, #wrapper .right-column .title-block {
    margin-bottom: 20px; }
@media (min-width: 768px) {
  #wrapper .left-column {
    order: 1; }
  #wrapper .content-wrapper {
    order: 2; }
  #wrapper .right-column {
    order: 3; } }

body:not(#index) #wrapper {
  padding-bottom: 50px; }

#notifications ul {
  margin-bottom: 0; }

#main .page-header {
  margin-bottom: 1.563rem; }
#main .page-content {
  margin-bottom: 1.563rem; }
#main .page-footer {
  margin-bottom: 1.563rem; }

.contact-form .custom-file-wrapper .btn, .contact-form .custom-file-wrapper main .list .products article.product-miniature .product-miniature-container .product-miniature-information .product-buttons > a, main .list .products article.product-miniature .product-miniature-container .product-miniature-information .contact-form .custom-file-wrapper .product-buttons > a {
  border-radius: 0; }

#footer {
  background: #fff; }
  #footer .footer-block:not(.block-social) ul li {
    color: #ef6c00;
    margin-bottom: 0; }
    #footer .footer-block:not(.block-social) ul li a {
      display: inline-block;
      position: relative;
      padding-left: 25px;
      font: normal 16px/26px "Arimo", sans-serif;
      color: #ef6c00; }
      #footer .footer-block:not(.block-social) ul li a:before {
        position: absolute;
        left: 0;
        top: 5px;
        font-family: 'FontAwesome';
        content: "";
        font-size: 16px;
        line-height: 1;
        color: #aab2b5;
        transition: left 0.3s ease; }
      #footer .footer-block:not(.block-social) ul li a:hover {
        color: #2f2c2f; }
        #footer .footer-block:not(.block-social) ul li a:hover:before {
          left: 5px; }
    #footer .footer-block:not(.block-social) ul li + li {
      margin-top: 15px; }
  #footer #contact-info-block i {
    color: #ef6c00; }
  #footer .block-social ul li {
    margin-bottom: 5px; }
    #footer .block-social ul li a {
      font-size: 14px;
      line-height: 1;
      color: #2f2c2f; }
      #footer .block-social ul li a:hover, #footer .block-social ul li a:focus, #footer .block-social ul li a:active {
        color: #ef6c00; }
  #footer .jxml-copyright a {
    font: 400 14px/18px "Arimo", sans-serif;
    color: #616161; }
    #footer .jxml-copyright a:hover, #footer .jxml-copyright a:focus, #footer .jxml-copyright a:active {
      color: #2f2c2f; }
  #footer .black-background .jxml-copyright a {
    color: #616161; }
    #footer .black-background .jxml-copyright a:hover, #footer .black-background .jxml-copyright a:focus, #footer .black-background .jxml-copyright a:active {
      color: #ef6c00; }
  #footer .gray-background-primary {
    background: #faf8f7; }
  #footer .footer-gray-background-bottom {
    background: #e9e7e6; }
  #footer .footer-gray-background {
    background: #e9e7e6;
    padding-top: 110px;
    padding-bottom: 65px; }
    #footer .footer-gray-background .link-list-title a {
      color: #2f2c2f; }
      #footer .footer-gray-background .link-list-title a:hover, #footer .footer-gray-background .link-list-title a:focus, #footer .footer-gray-background .link-list-title a:active {
        color: #ef6c00; }
  @media (min-width: 768px) {
    #footer .module + .module {
      margin-top: 36px; } }

.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent; }
  .breadcrumb > .breadcrumb-item {
    color: #9E9E9E;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .breadcrumb > .breadcrumb-item a {
      color: #2f2c2f; }
      .breadcrumb > .breadcrumb-item a:hover, .breadcrumb > .breadcrumb-item a:focus, .breadcrumb > .breadcrumb-item a:active {
        color: #ef6c00; }
    .breadcrumb > .breadcrumb-item + .breadcrumb-item {
      margin-left: 28px; }
      .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
        font-family: 'FontAwesome';
        content: "";
        font-size: 11px;
        line-height: 1;
        color: #9E9E9E;
        margin-right: 28px;
        padding: 0; }

.toTop, .toTop:focus {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  background: #ef6c00;
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  transition: all 0.3s ease-in-out; }
  .toTop:hover, .toTop:active, .toTop:focus:hover, .toTop:focus:active {
    color: #fff;
    background: #893e00;
    text-decoration: none; }
  @media (max-width: 767.98px) {
    .toTop, .toTop:focus {
      bottom: 20px;
      right: 10px; } }

/*# sourceMappingURL=theme.css.map */
