/*
 * Table styles
 */
 table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url(../css/9a6486086d09bb38cf66a57cc559ade3.png);
}
table.dataTable thead .sorting_asc {
  background-image: url(../css/9326ad44ae4bebdedd141e7a53c2a730.png);
}
table.dataTable thead .sorting_desc {
  background-image: url(../css/1fc418e33fd5a687290258b23fac4e98.png);
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(../css/d7dc10c78f23615d328581aebcd805eb.png);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(../css/bda51e15154a18257b4f955a222fd66f.png);
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchspin .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:8px 10px;margin-left:-1px;position:relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;border-top-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:0;border-bottom-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:3px;left:5px;font-size:9px;font-weight:400}@charset "UTF-8";
@font-face {
  font-family: 'BobbyJonesSansTC-RG';
  src: url(../css/88f588747c1267c7f23076d6f7299efe.ttf); }

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1, .page-cart .featured-products h2, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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 {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
  h3 {
    orphans: 3;
    widows: 3; }
  
  h2,
  #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #7c7c7c;
  background-color: #ffffff; }

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

h1, .page-cart .featured-products h2, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle,
h2,
#left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

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: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #63674a;
  text-decoration: none; }
  a:focus, a:hover {
    color: #383a2a;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #acaaa6;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

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

textarea {
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, .page-cart .featured-products h2, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle,
h2,
#left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, h3, h4, h5, h6,
.h1, .h2, #productCommentsBlock h1, #productCommentsBlock .page-cart .featured-products h2, .page-cart .featured-products #productCommentsBlock h2, #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #productCommentsBlock h2, #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .PM_ASBlockTitle, #ndkcsfields-block .ndkcfTitle, .h3, #left-column .PM_ASBlockOutput .PM_ASCriterionsGroupTitle, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }

h1, .page-cart .featured-products h2, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, .h1 {
  font-size: 2.5rem; }


h2,
#left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .h2, #productCommentsBlock h1, #productCommentsBlock .page-cart .featured-products h2, .page-cart .featured-products #productCommentsBlock h2, #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #productCommentsBlock h2, #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .PM_ASBlockTitle, #ndkcsfields-block .ndkcfTitle {
  font-size: 2rem; }

h3, .h3, #left-column .PM_ASBlockOutput .PM_ASCriterionsGroupTitle {
  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: 50px;
  font-weight: 600;
  line-height: 1.1; }

.display-2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1; }

.display-3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1; }

.display-4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(31, 31, 31, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f9f8f8; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #dbd9d9; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f9f8f8;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #dbd9d9; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #ffffff;
  background-color: #7c7c7c;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #7c7c7c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 740px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-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-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-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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-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-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-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-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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-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-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-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-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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-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-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-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-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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-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-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-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-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 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f9f8f8; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f9f8f8; }
  .table tbody + tbody {
    border-top: 2px solid #f9f8f8; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #f9f8f8; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #f9f8f8; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(31, 31, 31, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(31, 31, 31, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(31, 31, 31, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(18, 18, 18, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(18, 18, 18, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #ffffff;
  background-color: #7c7c7c; }

.thead-default th {
  color: #acaaa6;
  background-color: #f9f8f8; }

.table-inverse {
  color: #ffffff;
  background-color: #7c7c7c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #ffffff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #acaaa6;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(31, 31, 31, 0.15);
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #acaaa6;
    background-color: #ffffff;
    border-color: #a4a987;
    outline: none; }
  .form-control::placeholder {
    color: #dbd9d9;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f9f8f8;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #acaaa6;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .presto-payment.input-group-btn > a.form-control-static, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .presto-payment.input-group-btn > a.form-control-static {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .presto-payment.input-group-btn > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .presto-payment.input-group-btn > a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #acaaa6;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #4cbb6c; }

.has-success .form-control {
  border-color: #4cbb6c; }

.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5; }

.has-success .form-control-success {
  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='%234cbb6c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #ff9a52; }

.has-warning .form-control {
  border-color: #ff9a52; }

.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: white; }

.has-warning .form-control-warning {
  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='%23ff9a52' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #ff4c4c; }

.has-danger .form-control {
  border-color: #ff4c4c; }

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: white; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff4c4c' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.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-static {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn, .presto-payment > a {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .presto-payment > a:focus, .btn:hover, .presto-payment > a:hover {
    text-decoration: none; }
  .btn:focus, .presto-payment > a:focus, .btn.focus, .presto-payment > a.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(99, 103, 74, 0.25); }
  .btn.disabled, .presto-payment > a.disabled, .btn:disabled, .presto-payment > a:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .presto-payment > a:active, .btn.active, .presto-payment > a.active {
    background-image: none; }

a.btn.disabled, .presto-payment > a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .presto-payment > a {
  pointer-events: none; }

.btn-primary, .presto-payment > a, .custompayment-form .cart_navigation .btn-default, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin, .product-description-short .btn-default, .product-description-short .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .product-description-short .btn-touchspin {
  color: #ffffff;
  background-color: #63674a;
  border-color: transparent; }
  .btn-primary:hover, .presto-payment > a:hover, .custompayment-form .cart_navigation .btn-default:hover, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin:hover, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin:hover, .product-description-short .btn-default:hover, .product-description-short .bootstrap-touchspin .btn-touchspin:hover, .bootstrap-touchspin .product-description-short .btn-touchspin:hover {
    color: #ffffff;
    background-color: #464935;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:focus, .presto-payment > a:focus, .custompayment-form .cart_navigation .btn-default:focus, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin:focus, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin:focus, .product-description-short .btn-default:focus, .product-description-short .bootstrap-touchspin .btn-touchspin:focus, .bootstrap-touchspin .product-description-short .btn-touchspin:focus, .btn-primary.focus, .presto-payment > a.focus, .custompayment-form .cart_navigation .focus.btn-default, .custompayment-form .cart_navigation .bootstrap-touchspin .focus.btn-touchspin, .bootstrap-touchspin .custompayment-form .cart_navigation .focus.btn-touchspin, .product-description-short .focus.btn-default, .product-description-short .bootstrap-touchspin .focus.btn-touchspin, .bootstrap-touchspin .product-description-short .focus.btn-touchspin {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-primary.disabled, .presto-payment > a.disabled, .custompayment-form .cart_navigation .disabled.btn-default, .custompayment-form .cart_navigation .bootstrap-touchspin .disabled.btn-touchspin, .bootstrap-touchspin .custompayment-form .cart_navigation .disabled.btn-touchspin, .product-description-short .disabled.btn-default, .product-description-short .bootstrap-touchspin .disabled.btn-touchspin, .bootstrap-touchspin .product-description-short .disabled.btn-touchspin, .btn-primary:disabled, .presto-payment > a:disabled, .custompayment-form .cart_navigation .btn-default:disabled, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin:disabled, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin:disabled, .product-description-short .btn-default:disabled, .product-description-short .bootstrap-touchspin .btn-touchspin:disabled, .bootstrap-touchspin .product-description-short .btn-touchspin:disabled {
    background-color: #63674a;
    border-color: transparent; }
  .btn-primary:active, .presto-payment > a:active, .custompayment-form .cart_navigation .btn-default:active, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin:active, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin:active, .product-description-short .btn-default:active, .product-description-short .bootstrap-touchspin .btn-touchspin:active, .bootstrap-touchspin .product-description-short .btn-touchspin:active, .btn-primary.active, .presto-payment > a.active, .custompayment-form .cart_navigation .active.btn-default, .custompayment-form .cart_navigation .bootstrap-touchspin .active.btn-touchspin, .bootstrap-touchspin .custompayment-form .cart_navigation .active.btn-touchspin, .product-description-short .active.btn-default, .product-description-short .bootstrap-touchspin .active.btn-touchspin, .bootstrap-touchspin .product-description-short .active.btn-touchspin,
  .show > .btn-primary.dropdown-toggle,
  .presto-payment.show > a.dropdown-toggle,
  .custompayment-form .cart_navigation .show > .dropdown-toggle.btn-default,
  .custompayment-form .cart_navigation .bootstrap-touchspin .show > .dropdown-toggle.btn-touchspin,
  .bootstrap-touchspin .custompayment-form .cart_navigation .show > .dropdown-toggle.btn-touchspin,
  .product-description-short .show > .dropdown-toggle.btn-default,
  .product-description-short .bootstrap-touchspin .show > .dropdown-toggle.btn-touchspin,
  .bootstrap-touchspin .product-description-short .show > .dropdown-toggle.btn-touchspin {
    color: #ffffff;
    background-color: #464935;
    background-image: none;
    border-color: rgba(0, 0, 0, 0); }

.btn-secondary, .btn-tertiary {
  color: #ffffff;
  background-color: #736357;
  border-color: transparent; }
  .btn-secondary:hover, .btn-tertiary:hover {
    color: #ffffff;
    background-color: #564a41;
    border-color: rgba(0, 0, 0, 0); }
  .btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-secondary.disabled, .disabled.btn-tertiary, .btn-secondary:disabled, .btn-tertiary:disabled {
    background-color: #736357;
    border-color: transparent; }
  .btn-secondary:active, .btn-tertiary:active, .btn-secondary.active, .active.btn-tertiary,
  .show > .btn-secondary.dropdown-toggle,
  .show > .dropdown-toggle.btn-tertiary {
    color: #ffffff;
    background-color: #564a41;
    background-image: none;
    border-color: rgba(0, 0, 0, 0); }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2; }

.btn-success {
  color: #ffffff;
  background-color: #4cbb6c;
  border-color: #4cbb6c; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #3a9a56;
    border-color: #389252; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #4cbb6c;
    border-color: #4cbb6c; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #3a9a56;
    background-image: none;
    border-color: #389252; }

.btn-warning {
  color: white;
  background-color: #FF9A52;
  border-color: #FF9A52; }
  .btn-warning:hover {
    color: white;
    background-color: #ff7c1f;
    border-color: #ff7615; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #FF9A52;
    border-color: #FF9A52; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ff7c1f;
    background-image: none;
    border-color: #ff7615; }

.btn-danger {
  color: #ffffff;
  background-color: #ff4c4c;
  border-color: #ff4c4c; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #ff1919;
    border-color: #ff0f0f; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #ff4c4c;
    border-color: #ff4c4c; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ff1919;
    background-image: none;
    border-color: #ff0f0f; }

.btn-outline-primary {
  color: #63674a;
  background-image: none;
  background-color: transparent;
  border-color: #63674a; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #63674a;
    border-color: #63674a; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(99, 103, 74, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #63674a;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #63674a;
    border-color: #63674a; }

.btn-outline-secondary {
  color: transparent;
  background-image: none;
  background-color: transparent;
  border-color: transparent; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: transparent;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #4cbb6c;
  background-image: none;
  background-color: transparent;
  border-color: #4cbb6c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #4cbb6c;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c; }

.btn-outline-warning {
  color: #FF9A52;
  background-image: none;
  background-color: transparent;
  border-color: #FF9A52; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FF9A52;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52; }

.btn-outline-danger {
  color: #ff4c4c;
  background-image: none;
  background-color: transparent;
  border-color: #ff4c4c; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff4c4c;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c; }

.btn-link {
  font-weight: normal;
  color: #63674a;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #383a2a;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #dbd9d9; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .presto-payment.btn-group-lg > a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .presto-payment.btn-group-sm > a, .block-promo .btn, .block-promo .presto-payment > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.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: #7c7c7c;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(31, 31, 31, 0.15);
  border-radius: 0; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #f9f8f8; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #7c7c7c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #6f6f6f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #63674a; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #dbd9d9;
    cursor: not-allowed;
    background-color: transparent; }

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

.show > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #dbd9d9;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .presto-payment.btn-group > a,
  .btn-group-vertical > .btn,
  .presto-payment.btn-group-vertical > a {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .presto-payment.btn-group > a:hover,
    .btn-group-vertical > .btn:hover,
    .presto-payment.btn-group-vertical > a:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .presto-payment.btn-group > a:focus, .btn-group > .btn:active, .presto-payment.btn-group > a:active, .btn-group > .btn.active, .presto-payment.btn-group > a.active,
    .btn-group-vertical > .btn:focus,
    .presto-payment.btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active,
    .presto-payment.btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active,
    .presto-payment.btn-group-vertical > a.active {
      z-index: 2; }
  .btn-group .btn + .btn, .btn-group .presto-payment > a + .btn, .btn-group .presto-payment > .btn + a, .btn-group .presto-payment > a + a,
  .btn-group .btn + .btn-group,
  .btn-group .presto-payment > a + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .presto-payment > .btn-group + a,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .presto-payment > a + .btn,
  .btn-group-vertical .presto-payment > .btn + a,
  .btn-group-vertical .presto-payment > a + a,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .presto-payment > a + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .presto-payment > .btn-group + a,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .presto-payment.btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .presto-payment.btn-group > a:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .presto-payment.btn-group > a:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .presto-payment.btn-group > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .presto-payment.btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .presto-payment.btn-group:first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .presto-payment.btn-group:last-child:not(:first-child) > a:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split, .presto-payment > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after, .presto-payment > a + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .presto-payment.btn-group-sm > a + .dropdown-toggle-split, .block-promo .btn + .dropdown-toggle-split, .block-promo .presto-payment > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .presto-payment.btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .presto-payment > a,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .presto-payment.btn-group-vertical > a + .btn, .presto-payment.btn-group-vertical > .btn + a, .presto-payment.btn-group-vertical > a + a,
  .btn-group-vertical > .btn + .btn-group,
  .presto-payment.btn-group-vertical > a + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .presto-payment.btn-group-vertical > .btn-group + a,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .presto-payment.btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .presto-payment.btn-group-vertical > a:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .presto-payment.btn-group-vertical > a:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .presto-payment.btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .presto-payment.btn-group:first-child:not(:last-child) > a:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .presto-payment.btn-group:last-child:not(:first-child) > a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"], .presto-payment[data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.presto-payment[data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .presto-payment.btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .presto-payment.btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #acaaa6;
  text-align: center;
  background-color: #f9f8f8;
  border: 1px solid rgba(31, 31, 31, 0.15);
  border-radius: 0; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .presto-payment.input-group-btn > a.input-group-addon {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .presto-payment.input-group-btn > a.input-group-addon {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.presto-payment.input-group-btn:not(:last-child) > a,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .presto-payment.btn-group > a,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.presto-payment.input-group-btn:not(:first-child) > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .presto-payment.btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.presto-payment.input-group-btn:not(:first-child) > a,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .presto-payment.btn-group > a,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.presto-payment.input-group-btn:not(:last-child) > a:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .presto-payment.btn-group:not(:first-child) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .presto-payment.input-group-btn > a {
    position: relative;
    flex: 1; }
    .input-group-btn > .btn + .btn, .presto-payment.input-group-btn > a + .btn, .presto-payment.input-group-btn > .btn + a, .presto-payment.input-group-btn > a + a {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .presto-payment.input-group-btn > a:focus, .input-group-btn > .btn:active, .presto-payment.input-group-btn > a:active, .input-group-btn > .btn:hover, .presto-payment.input-group-btn > a:hover {
      z-index: 3; }
  
  .input-group-btn:not(:last-child) > .btn,
  .presto-payment.input-group-btn:not(:last-child) > a,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:not(:first-child) > .btn,
  .presto-payment.input-group-btn:not(:first-child) > a,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .presto-payment.input-group-btn:not(:first-child) > a:focus, .input-group-btn:not(:first-child) > .btn:active, .presto-payment.input-group-btn:not(:first-child) > a:active, .input-group-btn:not(:first-child) > .btn:hover, .presto-payment.input-group-btn:not(:first-child) > a:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #ffffff;
    background-color: #63674a; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #63674a; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #ffffff;
    background-color: #bbbea5; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #f9f8f8; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #dbd9d9;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #63674a;
  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='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

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

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

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select, #adn_payment.payment_module.pc-eidition select.form-control, .g_customfields_content select, #left-column .PM_ASBlockOutput select, #ndkcsfields-block select.ndk-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #acaaa6;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(31, 31, 31, 0.15);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus, #adn_payment.payment_module.pc-eidition select.form-control:focus, .g_customfields_content select:focus, #left-column .PM_ASBlockOutput select:focus, #ndkcsfields-block select.ndk-select:focus {
    border-color: #a4a987;
    outline: none; }
    .custom-select:focus::-ms-value, #adn_payment.payment_module.pc-eidition select.form-control:focus::-ms-value, .g_customfields_content select:focus::-ms-value, #left-column .PM_ASBlockOutput select:focus::-ms-value, #ndkcsfields-block select.ndk-select:focus::-ms-value {
      color: #acaaa6;
      background-color: #ffffff; }
  .custom-select:disabled, #adn_payment.payment_module.pc-eidition select.form-control:disabled, .g_customfields_content select:disabled, #left-column .PM_ASBlockOutput select:disabled, #ndkcsfields-block select.ndk-select:disabled {
    color: #dbd9d9;
    cursor: not-allowed;
    background-color: #f9f8f8; }
  .custom-select::-ms-expand, #adn_payment.payment_module.pc-eidition select.form-control::-ms-expand, .g_customfields_content select::-ms-expand, #left-column .PM_ASBlockOutput select::-ms-expand, #ndkcsfields-block select.ndk-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #acaaa6;
  pointer-events: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid rgba(31, 31, 31, 0.15);
  border-radius: 0; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #acaaa6;
    background-color: #f9f8f8;
    border: 1px solid rgba(31, 31, 31, 0.15);
    border-radius: 0 0 0 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #dbd9d9;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #f9f8f8 #f9f8f8 #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #dbd9d9;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #acaaa6;
    background-color: #ffffff;
    border-color: #ddd #ddd #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #ffffff;
  cursor: default;
  background-color: #63674a; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-sm .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-sm > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-sm .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-md .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-md > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-md .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-md .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .navbar-toggleable-lg .navbar-nav {
      flex-direction: row; }
      .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-toggleable-lg > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .navbar-toggleable-lg .navbar-collapse {
      display: flex !important;
      width: 100%; }
    .navbar-toggleable-lg .navbar-toggler {
      display: none; } }

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(31, 31, 31, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(31, 31, 31, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(31, 31, 31, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(31, 31, 31, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(31, 31, 31, 0.3); }

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(31, 31, 31, 0.9); }

.navbar-light .navbar-toggler {
  border-color: rgba(31, 31, 31, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(31, 31, 31, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(31, 31, 31, 0.5); }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white; }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-toggler:focus,
  .navbar-inverse .navbar-toggler:hover {
    color: white; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white; }

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' 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 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(31, 31, 31, 0.125);
  border-radius: 0; }

.card-block {
  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 > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(31, 31, 31, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(31, 31, 31, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 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-primary {
  background-color: #63674a;
  border-color: #63674a; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #63674a; }

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #4cbb6c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #FF9A52; }

.card-outline-danger {
  background-color: transparent;
  border-color: #ff4c4c; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #ffffff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0 - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 15px; }
      .card-deck .card:not(:last-child) {
        margin-right: 15px; } }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f9f8f8;
  border-radius: 0; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #dbd9d9;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #dbd9d9; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #63674a;
  border-color: #63674a; }

.page-item.disabled .page-link {
  color: #dbd9d9;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #63674a;
  background-color: #ffffff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #383a2a;
    text-decoration: none;
    background-color: #f9f8f8;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .badge:empty {
    display: none; }

.btn .badge, .presto-payment > a .badge {
  position: relative;
  top: -1px; }

a.badge:focus, a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #dbd9d9; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #c2bfbf; }

.badge-primary {
  background-color: #63674a; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #464935; }

.badge-success {
  background-color: #4cbb6c; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #3a9a56; }

.badge-info {
  background-color: #5bc0de; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5; }

.badge-warning {
  background-color: #ff9a52; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ff7c1f; }

.badge-danger {
  background-color: #ff4c4c; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #ff1919; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f9f8f8;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #e1dddd; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #FF9A52;
  color: #7c7c7c; }
  .alert-warning hr {
    border-top-color: #ff8b39; }
  .alert-warning .alert-link {
    color: #636363; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f9f8f8;
  border-radius: 0; }

.progress-bar {
  height: 1rem;
  color: #ffffff;
  background-color: #63674a; }

.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: #acaaa6;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #7c7c7c; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #acaaa6;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:active {
    color: #7c7c7c;
    background-color: #f9f8f8; }

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(31, 31, 31, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #dbd9d9;
    cursor: not-allowed;
    background-color: #ffffff; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
      color: #dbd9d9; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #63674a;
    border-color: #63674a; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text {
      color: #ddded2; }

.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-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #1f1f1f;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #1f1f1f;
    text-decoration: none;
    cursor: pointer;
    opacity: .75; }

button.close {
  padding: 0;
  cursor: pointer;
  background: 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.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(31, 31, 31, 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: #1f1f1f; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #f9f8f8; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #f9f8f8; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #ff4c4c; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #ff4c4c; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #ff4c4c; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #ff4c4c; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(31, 31, 31, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #ffffff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(31, 31, 31, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #ffffff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(31, 31, 31, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(31, 31, 31, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #ffffff; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }
  @supports (transform: translate3d(0, 0, 0)) {
    .carousel-item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000px; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-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: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

@supports (transform: translate3d(0, 0, 0)) {
  .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: translate3d(100%, 0, 0); }
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #ffffff;
    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='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4 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='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 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: 1 0 auto;
    max-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: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #63674a !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #464935 !important; }

.bg-success {
  background-color: #4cbb6c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9a56 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #ff9a52 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ff7c1f !important; }

.bg-danger {
  background-color: #ff4c4c !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff1919 !important; }

.bg-inverse {
  background-color: #7c7c7c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #636363 !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; }

.rounded {
  border-radius: 0; }

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

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

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

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

.rounded-circle {
  border-radius: 50%; }

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

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.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-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-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-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-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-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column, .sideNav .nav {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

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

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

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

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

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

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

.text-muted {
  color: #acaaa6 !important; }

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

.text-primary {
  color: #63674a !important; }

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

.text-success {
  color: #4cbb6c !important; }

a.text-success:focus, a.text-success:hover {
  color: #3a9a56 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

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

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

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

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

.text-gray-dark {
  color: #7c7c7c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #636363 !important; }

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../css/c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../css/ced611daf7709cc778da928fec876475.eot);
  src: url(../css/ced611daf7709cc778da928fec876475.eot?#iefix) format("embedded-opentype"), url(../css/b7c9e1e479de3b53f1e4e30ebac2403a.woff) format("woff"), url(../css/d41f55a78e6f49a5512878df1737e58a.ttf) format("truetype"), url(../css/f97e3bbf73254b0112091d0192f17aec.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! lightgallery - v1.6.10 - 2018-05-01
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url(../css/ecff11700aad0000cf3503f537d1df17.eot);
  src: url(../css/ecff11700aad0000cf3503f537d1df17.eot?#iefixn1z373) format("embedded-opentype"), url(../css/5fd4c338c1a1b1eeeb2c7b0a0967773d.woff) format("woff"), url(../css/4fe6f9caff8b287170d51d3d71d5e5c6.ttf) format("truetype"), url(../css/0cb1b8af9950584b5cc8e8250e045508.svg#lg) format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\E095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\E094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\E070"; }

.lg-toolbar .lg-download:after {
  content: "\E0F2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../css/dfe7764b4fe444c3880736ac6131f5b4.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../css/dfe7764b4fe444c3880736ac6131f5b4.png) no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../css/dc34cc9c99e935cd9c88c036e34103f5.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../css/e6f0c233c87ddefab049c991c61e2d69.png) no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../css/e6f0c233c87ddefab049c991c61e2d69.png) no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\E01D"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\E311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\E033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\E312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\E20C"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\E80D"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../css/bbdac9cda255c54bfd809110aff87898.gif) no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
/*! lightgallery - v1.6.10 - 2018-05-01
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3); }

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3); }

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0; }

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9); }

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-scale-up .lg-item {
  opacity: 0; }

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0); }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0); }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0); }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0); }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg); }

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg); }

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg); }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg); }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg); }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg); }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg); }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg); }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-lollipop .lg-item {
  opacity: 0; }

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5); }

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5); }

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-rotate .lg-item {
  opacity: 0; }

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-tube .lg-item {
  opacity: 0; }

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0); }

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0); }

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lg-transitions.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../css/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(../css/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../css/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(../css/fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(../css/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(../css/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../css/e79bfd88537def476913f3ed52f4f4b3.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* Start: general styles for sitewide elements */
.lang-rtl * {
  direction: rtl !important; }

.lang-rtl main {
  text-align: right !important; }

body,
html {
  height: 100%; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #362f2d;
  line-height: 1.25em; }

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

ul:not(.list-style) {
  list-style: none;
  padding-left: 0; }

a:focus, a:hover {
  color: #63674a;
  text-decoration: none; }

li,
p,
td {
  font-size: 16px;
  color: #362f2d;
  font-weight: 400;
  font-family: "Average", serif;
  line-height: 1.3; }

th,
td {
  padding: 4px; }

button {
  font-family: "Lato", sans-serif; }

.ui-autocomplete {
  z-index: 1001 !important; }

.dropdown-item:focus, .dropdown-item:hover {
  background: none; }

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain; }
  .color.active, .color:hover,
  .custom-checkbox input[type="checkbox"] + span.color.active,
  .custom-checkbox input[type="checkbox"] + span.color:hover {
    border: 2px solid #7c7c7c; }

.facet-label {
  display: flex; }
  .facet-label a {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    transition: 0.3s ease-in-out; }
    .facet-label a span {
      margin: 0 7px; }
  .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
    border: 2px solid #7c7c7c; }
  .facet-label.active a:focus, .facet-label.active a:hover, .facet-label:hover a:focus, .facet-label:hover a:hover {
    color: #1c1d15; }

.label,
label {
  color: #7c7c7c;
  font-size: 14px; }

small.label,
small.value {
  font-size: 13px; }

.h1, h1, .page-cart .featured-products h2, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle {
  font-family: "Georgia", serif;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 55px;
  letter-spacing: calc(25 * 0.001em); }
  @media (min-width: 768px) {
    .h1, h1, .page-cart .featured-products h2, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    .h1, h1, .page-cart .featured-products h2, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle {
      font-size: 36px; } }
  .h1 .small,
  .h1 small,
  h1 .small,
  .page-cart .featured-products h2 .small,
  .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle .small,
  #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle .small,
  .page-order-confirmation .featured-products h2 .small,
  .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle .small,
  #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle .small,
  h1 small,
  .page-cart .featured-products h2 small,
  .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle small,
  #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle small,
  .page-order-confirmation .featured-products h2 small,
  .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle small,
  #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle small {
    font-family: "Lato", sans-serif;
    color: #63674a;
    font-size: 18px;
    font-weight: 700; }

.h1 {
  line-height: 1.3; }

.h2, #productCommentsBlock h1, #productCommentsBlock .page-cart .featured-products h2, .page-cart .featured-products #productCommentsBlock h2, #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #productCommentsBlock h2, #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .PM_ASBlockTitle, #ndkcsfields-block .ndkcfTitle,
h2,
#left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4; }
  .h2 small, #productCommentsBlock h1 small, #productCommentsBlock .page-cart .featured-products h2 small, .page-cart .featured-products #productCommentsBlock h2 small, #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle small, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle small, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle small, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .PM_ASBlockTitle small, #productCommentsBlock .page-order-confirmation .featured-products h2 small, .page-order-confirmation .featured-products #productCommentsBlock h2 small, #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle small, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle small, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle small, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .PM_ASBlockTitle small, #ndkcsfields-block .ndkcfTitle small,
  h2 small,
  #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle small {
    font-size: 18px;
    font-weight: bold; }

.h3, #left-column .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,
h3 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.h4,
h4 {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: none;
  text-align: inherit; }

.h5,
.h6,
h5,
h6 {
  margin: 15px 0 10px; }

.h5,
h5 {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: inherit; }

.h6,
h6 {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: none;
  text-align: inherit; }

hr.bold {
  border-top: 3px solid #63674a;
  margin-top: 45px;
  margin-bottom: 40px; }

address {
  font-size: 16px; }

table.text-center th {
  text-align: center; }

table.data-table {
  width: 100% !important; }

table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 0; }

table.dataTable tbody tr {
  background-color: #ffffff; }
  table.dataTable tbody tr.child {
    background-color: #f9f8f8; }

table.dataTable tbody td {
  padding: 10px 18px; }

table.dataTable.no-footer {
  border-bottom: 0; }

table.dataTable .table-control {
  display: none; }

table.dataTable.collapsed .table-control {
  display: table-cell;
  width: 14px; }

table.dataTable .data-only {
  display: none; }

table.dataTable .dtr-details {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  table.dataTable .dtr-details li {
    display: flex;
    justify-content: space-between;
    font-size: 16px; }
    table.dataTable .dtr-details li .dtr-title {
      font-weight: 700; }
    table.dataTable .dtr-details li .dtr-data {
      text-align: right; }
    table.dataTable .dtr-details li .data-only {
      display: inline-block; }

.table-bordered th[scope="row"],
.table-bordered td {
  border-color: #cccccc; }

.table-bordered thead th {
  background-color: #63674a;
  border: 1px solid #63674a;
  color: #ffffff; }

/* End: general styles for sitewide elements */
/* Start: button and link styles */
.btn, .presto-payment > a {
  font-family: "Lato", sans-serif;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  min-width: 200px;
  max-width: 100%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0 !important;
  border: none; }
  @media (min-width: 768px) {
    .btn, .presto-payment > a {
      font-size: 18px; } }
  .btn.cta-btn, .presto-payment > a.cta-btn {
    width: 226px;
    padding: 17px 15px;
    letter-spacing: calc(100 * 0.001em); }
  .btn.cta-btn-awesome, .presto-payment > a.cta-btn-awesome {
    min-width: 160px;
    padding: 17px 3px;
    font-size: 15px; }
    @media (min-width: 1200px) {
      .btn.cta-btn-awesome, .presto-payment > a.cta-btn-awesome {
        padding: 17px 5px;
        font-size: 16px; } }
  .btn.btn-small, .presto-payment > a.btn-small {
    width: auto;
    min-width: 0;
    padding: 6px 20px;
    font-size: 16px; }
    .btn.btn-small.btn-outline, .presto-payment > a.btn-small.btn-outline {
      background: transparent;
      border: 1px solid #ffffff;
      border-radius: 0;
      line-height: 1.3; }
  .btn.btn-sm, .btn-group-sm > .btn, .presto-payment.btn-group-sm > a, .block-promo .btn, .block-promo .presto-payment > a, .presto-payment > a.btn-sm {
    min-width: 0; }
  .btn.btn-block, .presto-payment > a.btn-block {
    width: 100%; }
  .btn:focus, .presto-payment > a:focus, .btn:hover, .presto-payment > a:hover {
    color: #ffffff; }

.btn-primary, .presto-payment > a, .custompayment-form .cart_navigation .btn-default, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin, .product-description-short .btn-default, .product-description-short .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .product-description-short .btn-touchspin, .btn-secondary, .btn-tertiary {
  padding: 15px;
  text-transform: uppercase; }
  .btn-primary .material-icons, .presto-payment > a .material-icons, .custompayment-form .cart_navigation .btn-default .material-icons, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin .material-icons, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin .material-icons, .product-description-short .btn-default .material-icons, .product-description-short .bootstrap-touchspin .btn-touchspin .material-icons, .bootstrap-touchspin .product-description-short .btn-touchspin .material-icons,
  .btn-secondary .material-icons,
  .btn-tertiary .material-icons {
    margin-right: 10px; }
  .btn-primary:focus, .presto-payment > a:focus, .custompayment-form .cart_navigation .btn-default:focus, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin:focus, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin:focus, .product-description-short .btn-default:focus, .product-description-short .bootstrap-touchspin .btn-touchspin:focus, .bootstrap-touchspin .product-description-short .btn-touchspin:focus, .btn-primary:hover, .presto-payment > a:hover, .custompayment-form .cart_navigation .btn-default:hover, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin:hover, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin:hover, .product-description-short .btn-default:hover, .product-description-short .bootstrap-touchspin .btn-touchspin:hover, .bootstrap-touchspin .product-description-short .btn-touchspin:hover, .btn-secondary:focus, .btn-tertiary:focus, .btn-secondary:hover, .btn-tertiary:hover {
    background-color: #362f2d; }

.btn-outline {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 14px;
  width: 165px; }
  .btn-outline:focus, .btn-outline:hover {
    cursor: pointer;
    background-color: rgba(54, 47, 45, 0.75); }

.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: #63674a;
  color: #fff; }

.btn-tertiary {
  text-transform: lowercase;
  color: #acaaa6;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 4px;
  margin: 4px 0;
  font-weight: 400;
  font-size: 0.875rem; }
  .btn-tertiary .material-icons {
    font-size: 16px; }

.btn.disabled, .presto-payment > a.disabled,
.btn.disabled:hover,
.presto-payment > a.disabled:hover {
  background: #acaaa6; }

.btn-warning {
  transition: all 0.4s ease-in-out; }

a.link-text {
  color: #362f2d;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: calc(25 * 0.001em);
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 1px solid #362f2d;
  font-size: 14px; }

/* End: button and link styles */
/* Start: reusable common classes */
.panel {
  padding: 60px 0; }

.box {
  border: 2px solid #cccccc;
  position: relative;
  display: block; }

.card {
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5); }

.text-muted {
  font-size: 14px; }

.alert {
  font-size: 13px; }

.done {
  display: inline-block;
  color: #63674a;
  margin-right: 5px;
  padding: 0; }

.thumb-mask > .mask {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border: #dbd9d9 1px solid;
  margin: 10px 0; }
  .thumb-mask > .mask img {
    width: 55px;
    height: 55px; }

.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%;
    max-width: 45%;
    background: #dbd9d9;
    padding: 10px;
    margin: 2px; }
    .definition-list dl dd:nth-of-type(even),
    .definition-list dl dt:nth-of-type(even) {
      background: #f9f8f8; }

.help-block {
  margin-top: 2px;
  text-align: right; }
  .help-block ul {
    margin-bottom: 0; }

/* End: reusable common classes */
/* Start: general form styles */
.form-control-label {
  font-size: 16px;
  color: #362f2d; }

.form-control {
  background: #ffffff;
  color: #362f2d;
  border: none;
  padding: 10px 12px;
  border: 1px solid #362f2d; }
  .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control:-moz-placeholder {
    color: #777777; }
  .form-control::-moz-placeholder {
    color: #777777; }
  .form-control:-ms-input-placeholder {
    color: #777777; }
  .form-control:focus {
    background-color: white;
    outline: 3px solid #63674a;
    color: #362f2d; }

textarea.form-control {
  height: 160px; }

select.form-control:not([size]):not([multiple]) {
  height: auto; }

.input-group.focus {
  outline: 3px solid #63674a; }

.input-group .form-control:focus {
  outline: none; }

.input-group .input-group-btn > .btn, .input-group .presto-payment.input-group-btn > a {
  border: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  margin-left: 0;
  min-width: 0;
  padding: 10.5px 16px;
  text-transform: uppercase; }

.select-container {
  position: relative; }
  .select-container select,
  .select-container select.form-control-select {
    color: #acaaa6;
    cursor: pointer;
    display: block;
    border: 1px solid #362f2d;
    padding: 8px 10px; }
  .select-container .material-icons {
    transform: translateY(-50%);
    position: absolute;
    right: 8px;
    top: 50%; }
  .select-container:after {
    content: '';
    display: block;
    border-left: 1px solid #362f2d;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40px; }

.form-control-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 32px; }

.form-control-valign {
  padding-top: 8px; }

.form-control-comment {
  font-size: 14px;
  color: #7c7c7c;
  padding-top: 2px;
  text-align: right;
  margin-bottom: -22px;
  display: block; }

.form-control-submit.disabled {
  background: #5bc0de;
  color: white; }

.form-group.has-error input,
.form-group.has-error select {
  outline: 3px solid #ff4c4c; }

.form-group.has-error .help-block {
  color: #ff4c4c; }

.group-span-filestyle label,
.input-group-btn label {
  margin: 0; }

.group-span-filestyle .btn.btn-default, .group-span-filestyle .bootstrap-touchspin .btn.btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn.btn-touchspin, .group-span-filestyle .bootstrap-touchspin .presto-payment > a.btn-touchspin, .bootstrap-touchspin .group-span-filestyle .presto-payment > a.btn-touchspin, .group-span-filestyle .presto-payment > a.btn-default,
.input-group-btn .btn.btn-default,
.input-group-btn .bootstrap-touchspin .btn.btn-touchspin,
.bootstrap-touchspin .input-group-btn .btn.btn-touchspin,
.input-group-btn .bootstrap-touchspin .presto-payment > a.btn-touchspin,
.bootstrap-touchspin .input-group-btn .presto-payment > a.btn-touchspin,
.input-group-btn .presto-payment > a.btn-default {
  background: #63674a;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  padding: 13.5px 16px;
  width: auto; }

.bootstrap-touchspin input:focus {
  outline: none; }

.bootstrap-touchspin input.form-control {
  border: 1px solid rgba(31, 31, 31, 0.15); }

.bootstrap-touchspin .btn-touchspin {
  background-color: white;
  border: 1px solid rgba(31, 31, 31, 0.15);
  min-width: 0; }
  .bootstrap-touchspin .btn-touchspin:hover {
    background-color: #dbd9d9; }

.bootstrap-touchspin .input-group-btn-vertical {
  color: #7c7c7c; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0; }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE"; }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF"; }
  .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px;
    left: 3px;
    font-size: 15px; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: #7c7c7c 2px solid;
  background: white;
  margin-right: 8px; }
  .custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer; }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #63674a;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px; }

.custom-checkbox {
  position: relative;
  margin-right: 8px; }
  .custom-checkbox input[type="checkbox"] {
    margin-top: 4px;
    opacity: 0;
    cursor: pointer;
    position: absolute; }
    .custom-checkbox input[type="checkbox"] + span {
      margin-right: 3px;
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: middle;
      cursor: pointer;
      border: 2px #7c7c7c solid; }
      .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
        display: none;
        margin: -4px -2px;
        font-size: 1.1rem;
        color: #7c7c7c; }
    .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
      display: block; }
  .custom-checkbox label {
    text-align: left; }

.form-control-valign .radio-inline {
  margin-right: 15px; }
  .form-control-valign .radio-inline:last-of-type {
    margin-right: 0; }

.newsletter-checkbox em {
  display: none; }

.form-footer {
  display: flex;
  justify-content: space-between; }

/* End: general form styles */
/* Start: alert styles */
.alert-warning .material-icons {
  color: #FF9A52;
  font-size: 32px;
  margin-right: 10px;
  padding-top: 5px; }

.alert-warning .alert-text {
  font-size: 15px;
  padding-top: 10px; }

.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 10px;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 13px;
  color: #fff; }

.alert-warning ul li:last-child .alert-link {
  color: white; }

.alert-warning .warning-buttons {
  margin-top: 5px; }

/* End: alert styles */
/* Start: nav styles */
.nav-item .nav-link,
.nav-item .nav-separtor {
  color: #7c7c7c;
  font-weight: bold; }
  .nav-item .nav-link.active,
  .nav-item .nav-separtor.active {
    color: #362f2d; }

.breadcrumbs {
  background-color: transparent;
  padding: 0; }
  .breadcrumbs ol {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .breadcrumbs ol li:after {
      content: '\F105';
      font-family: FontAwesome;
      display: inline-block;
      padding: 0 4px; }
    .breadcrumbs ol li:last-of-type:after {
      content: none; }

/* End: nav styles */
.lg-backdrop,
.lg-outer {
  z-index: 100000; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embed-container {
  position: relative;
  margin: 10px 0;
  height: 100%;
  overflow: hidden;
  max-width: 560px; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: 0; }

.sideNav {
  width: 260px;
  right: -260px;
  border-left: 5px solid #362f2d;
  position: fixed;
  z-index: 1000;
  height: 100%;
  top: 0;
  background: #63674a;
  transition: all 0.3s ease;
  overflow-y: scroll; }
  .sideNav a {
    display: block;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #111;
    padding: 20px; }
  .sideNav.sideNav-open {
    right: 0px; }
  .sideNav .nav .sub-menu {
    display: none; }

/* classes applied to the body */
.sideNavBody {
  overflow-x: hidden;
  position: relative;
  right: 0;
  transition: all 0.3s ease; }

.sideNavBody-push {
  right: 260px; }
  .sideNavBody-push .scrollup {
    display: none !important; }

.hamburger {
  display: block;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }
  .hamburger:focus {
    outline: none; }
  .hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
    right: 0px;
    border-radius: 6px;
    height: 6px;
    background-color: #63674a;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }
    .hamburger span::before, .hamburger span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      border-radius: 6px;
      height: 6px;
      background-color: #63674a;
      content: "";
      -webkit-transition-duration: 0.3s, 0.3s;
      -moz-transition-duration: 0.3s, 0.3s;
      -o-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
      -moz-transition-delay: 0.3s, 0s;
      -o-transition-delay: 0.3s, 0s;
      transition-delay: 0.3s, 0s; }
    .hamburger span::before {
      top: -14px;
      -webkit-transition-property: top, -webkit-transform;
      -moz-transition-property: top, -moz-transform;
      -o-transition-property: top, -o-transform;
      transition-property: top, transform; }
    .hamburger span::after {
      bottom: -14px;
      -webkit-transition-property: bottom, -webkit-transform;
      -moz-transition-property: bottom, -moz-transform;
      -o-transition-property: bottom, -o-transform;
      transition-property: bottom, transform; }

button.hamburger,
button.hamburger:hover,
button.hamburger:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none; }

.hamburger.is-active span::before {
  background-color: #63674a;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger.is-active span::after {
  background-color: #63674a;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.is-active span::before,
.hamburger.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

button.hamburger.is-active {
  background-color: transparent; }

button.hamburger.is-active span {
  background: none; }

a.scrollup {
  position: fixed;
  z-index: 1000;
  bottom: 110px;
  right: 20px;
  display: none;
  border-radius: 0;
  background-color: rgba(99, 103, 74, 0.7);
  border: 1px solid #63674a;
  padding: 0;
  height: 40px;
  width: 40px; }
  a.scrollup:hover, a.scrollup:focus {
    color: white;
    background-color: #464935;
    text-decoration: none; }
  a.scrollup::before {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    top: 9px;
    left: 13px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    border-color: #fff; }

.ps-alert-error {
  margin-bottom: 0; }

.ps-alert-error .item,
.ps-alert-success .item {
  align-items: center;
  border: 2px #ff4c4c solid;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem; }
  .ps-alert-error .item i,
  .ps-alert-success .item i {
    border: 15px #ff4c4c solid;
    display: flex; }
    .ps-alert-error .item i svg,
    .ps-alert-success .item i svg {
      background-color: #ff4c4c;
      width: 24px;
      height: 24px; }
  .ps-alert-error .item p,
  .ps-alert-success .item p {
    background-color: #ffffff;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%; }

.ps-alert-success {
  padding: 4px 4px 44px 4px; }
  .ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c; }
    .ps-alert-success .item i {
      border-color: #4cbb6c; }
      .ps-alert-success .item i svg {
        background-color: #4cbb6c; }

.alert-info {
  background-color: #8e946a;
  border-color: #7a7f5b;
  color: #ffffff; }
  .alert-info a {
    color: #ffffff; }

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 32px 0 48px; }

#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 160px; }

#products .page-not-found,
#pagenotfound .page-not-found {
  background: white;
  font-size: 0.875rem;
  color: #7c7c7c; }
  #products .page-not-found h4,
  #pagenotfound .page-not-found h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0 16px; }
  #products .page-not-found .search-widget,
  #pagenotfound .page-not-found .search-widget {
    float: none; }
    #products .page-not-found .search-widget input,
    #pagenotfound .page-not-found .search-widget input {
      width: 100%; }

.social-sharing {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 24px; }
  .social-sharing ul {
    margin-bottom: 0; }
  .social-sharing li {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 4px 4px;
    cursor: pointer;
    transition: all 0.2s ease-in; }
    .social-sharing li a {
      display: block;
      width: 100%;
      height: 100%;
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden; }
      .social-sharing li a:hover {
        color: transparent; }
  .social-sharing .facebook {
    background-image: url(../css/3935e107ea61866e60d7946dc6a962f1.svg); }
    .social-sharing .facebook::before {
      content: "";
      background-image: url(../css/8b05d51ede908907d65695558974d86f.svg); }
    .social-sharing .facebook.icon-gray {
      background-image: url(../css/d3fbae74a276a9f6cf1d6241f29b61a3.svg); }
      .social-sharing .facebook.icon-gray:hover {
        background-image: url(../css/8b05d51ede908907d65695558974d86f.svg); }
  .social-sharing .twitter {
    background-image: url(../css/a67175d1ea11389d9107bd8c08f9d7d7.svg); }
    .social-sharing .twitter::before {
      content: "";
      background-image: url(../css/ffddcb3736980b23405b31142a324b62.svg); }
    .social-sharing .twitter.icon-gray {
      background-image: url(../css/d1a435fd2571e67858a31ee954b52278.svg); }
      .social-sharing .twitter.icon-gray:hover {
        background-image: url(../css/ffddcb3736980b23405b31142a324b62.svg); }
  .social-sharing .rss {
    background-image: url(../css/cf2f3c1d5c7cb02c29f61964313148e1.svg); }
  .social-sharing .youtube {
    background-image: url(../css/22c0528acb6d9cd5bf4c8f96381bc05c.svg); }
  .social-sharing .googleplus {
    background-image: url(../css/36bff72dcba3098b4b70b482b22c29ab.svg); }
    .social-sharing .googleplus::before {
      content: "";
      background-image: url(../css/c1a65805f759901a39d10eb854c1dcf2.svg); }
    .social-sharing .googleplus.icon-gray {
      background-image: url(../css/7c24d4275efcbe8891f78378b7c808e0.svg); }
      .social-sharing .googleplus.icon-gray:hover {
        background-image: url(../css/c1a65805f759901a39d10eb854c1dcf2.svg); }
  .social-sharing #block_myaccount_infos .myaccount-title a {
    color: #362f2d; }
  .social-sharing .pinterest {
    background-image: url(../css/afb2ed6d67613a724a420a39b4fe5b0d.svg); }
    .social-sharing .pinterest::before {
      content: "";
      background-image: url(../css/b1db819132e64a3e01911a1413c33acf.svg); }
    .social-sharing .pinterest.icon-gray {
      background-image: url(../css/7988be8b63edf9c4accebf94d5db7927.svg); }
      .social-sharing .pinterest.icon-gray:hover {
        background-image: url(../css/b1db819132e64a3e01911a1413c33acf.svg); }
  .social-sharing .vimeo {
    background-image: url(../css/f255af0bbbe837e79f7821827f9c6f10.svg); }
  .social-sharing .instagram {
    background-image: url(../css/0266b05265f317a7409560b751cd61e8.svg); }

.search-widget form {
  position: relative; }
  .search-widget form input[type=text] {
    border: 1px solid #362f2d;
    padding: 10px 55px 10px 12px;
    min-width: 255px;
    background: #ffffff;
    color: #362f2d;
    font-size: 12px;
    letter-spacing: calc(25 * 0.001em); }
    .search-widget form input[type=text]::-webkit-input-placeholder {
      color: #777777; }
    .search-widget form input[type=text]:-moz-placeholder {
      color: #777777; }
    .search-widget form input[type=text]::-moz-placeholder {
      color: #777777; }
    .search-widget form input[type=text]:-ms-input-placeholder {
      color: #777777; }
    .search-widget form input[type=text]:focus {
      outline: 1px #63674a solid;
      color: #7c7c7c;
      background: white; }
      .search-widget form input[type=text]:focus + button .search {
        color: #63674a; }
  .search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    padding: 0;
    border-left: 1px solid #362f2d;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #7c7c7c; }
    .search-widget form button[type=submit]:hover, .search-widget form button[type=submit]:focus {
      background-color: #362f2d;
      color: #ffffff; }
    .search-widget form button[type=submit] .fa {
      font-size: 20px; }

.header-top .search-widget form input[type="text"] {
  min-width: inherit;
  width: 100%; }

#pagenotfound .page-content #search_widget {
  width: 100%; }

.page-not-found .search-widget form {
  display: inline-block; }

.forgotten-password {
  padding: 4px; }
  .forgotten-password .form-fields .center-email-fields {
    display: flex;
    justify-content: center; }
  .forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0;
    width: 430px; }
    .forgotten-password .form-fields .email input {
      height: 38px; }
  .forgotten-password .form-fields label.required {
    width: 130px; }

.renew-password {
  margin-left: 10px; }
  .renew-password .email {
    padding-bottom: 30px; }
  .renew-password [type=submit] {
    margin-left: 50px; }

#block-reassurance {
  margin-top: 32px; }
  #block-reassurance img {
    opacity: .7;
    width: 25px;
    margin-right: 10px; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem; }
  #product #block-reassurance {
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
    background: white; }
    #product #block-reassurance span {
      font-weight: 700; }

.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 1024px; }

.quickview .modal-content {
  background: #ffffff;
  min-height: 450px; }

.quickview .modal-header {
  border: none;
  padding: 10px; }

.quickview .modal-body {
  min-height: 380px; }

.quickview .modal-footer {
  border-top: 1px solid rgba(172, 170, 166, 0.3); }

.quickview .layer {
  display: none; }

.quickview .product-cover img {
  width: 95%; }

.quickview h1.h1, .quickview .page-cart .featured-products h2.h1, .page-cart .featured-products .quickview h2.h1, .quickview .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .h1.PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .quickview .h1.PM_ASBlockTitle, .quickview #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .h1.PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .quickview .h1.PM_ASBlockTitle, .quickview .page-order-confirmation .featured-products h2.h1, .page-order-confirmation .featured-products .quickview h2.h1, .quickview .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .h1.PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .quickview .h1.PM_ASBlockTitle, .quickview #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .h1.PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .quickview .h1.PM_ASBlockTitle {
  margin-bottom: 25px; }

.quickview .images-container {
  display: flex;
  z-index: 1;
  min-height: 350px; }
  .quickview .images-container .product-cover {
    flex: 0 0 100%;
    max-width: 100%; }
  .quickview .images-container .product-images > li.thumb-container > .thumb {
    width: 79px;
    margin-bottom: 13px;
    background: white; }

.quickview .mask {
  width: 35%;
  height: 360px;
  overflow: hidden;
  margin-left: 10px; }

.quickview .arrows {
  position: absolute;
  top: 0;
  height: 360px;
  right: 80px;
  z-index: 0; }
  .quickview .arrows .arrow-up {
    margin-top: -50px;
    cursor: pointer;
    opacity: 0.2; }
  .quickview .arrows .arrow-down {
    position: absolute;
    bottom: -30px;
    cursor: pointer; }

.quickview .social-sharing {
  margin-top: 0;
  margin-left: 40px; }

.quickview .product-quantity .add .btn, .quickview .product-quantity .add .presto-payment > a {
  display: block; }

#stores .page-stores {
  width: 85%;
  margin: 0 auto; }
  #stores .page-stores .store-item {
    padding-left: 12px;
    padding-right: 12px; }
  #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: 30px 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: #dbd9d9 1px solid; }
      #stores .page-stores .store-item-container .divide-left tr {
        height: 25px; }
      #stores .page-stores .store-item-container .divide-left td {
        padding-left: 6px; }
      #stores .page-stores .store-item-container .divide-left th {
        text-align: right; }
    #stores .page-stores .store-item-container .store-description {
      font-size: 16px; }
  #stores .page-stores .store-item-footer {
    margin-top: 8px;
    padding-top: 8px;
    display: flex;
    justify-content: space-around; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #dbd9d9 1px solid; }
    #stores .page-stores .store-item-footer div:first-child {
      flex: 0 0 65%;
      max-width: 65%; }
    #stores .page-stores .store-item-footer i.material-icons {
      margin-right: 10px;
      color: #acaaa6;
      font-size: 16px; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 10px; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%; }
    #stores .page-stores .store-item-container {
      padding: 16px 0; } }

@media (max-width: 575px) {
  #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: 8px; }
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 8px; }
  #stores .page-stores .store-item-footer {
    display: block; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #dbd9d9 1px solid; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 10px; }
    #stores .page-stores .store-item-footer .card-block {
      padding: 12px 12px 0; } }

.sitemap-title {
  text-transform: capitalize; }

.sitemap {
  margin-top: 15px; }
  .sitemap h2, .sitemap #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .sitemap .PM_ASBlockTitle {
    color: #414141;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #acaaa6;
    margin-left: -15px;
    width: 100%;
    height: 35px; }
  .sitemap ul {
    margin-left: -15px;
    margin-top: 20px; }
    .sitemap ul.nested {
      margin-left: 20px; }
    .sitemap ul li {
      font-size: 0.9rem;
      margin-bottom: 1rem; }

@media (max-width: 575px) {
  .sitemap {
    margin-top: 0; } }

section.checkout-step {
  max-width: 560px;
  margin: 0 auto 25px; }
  section.checkout-step:last-of-type {
    margin-bottom: 0; }
  section.checkout-step button[type=submit] {
    width: auto; }
  section.checkout-step .step-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 3px solid #362f2d; }
    section.checkout-step .step-title .step-number {
      margin-right: 10px; }
  section.checkout-step .step-edit {
    display: flex;
    align-items: center;
    margin-left: auto;
    white-space: nowrap; }
    section.checkout-step .step-edit .edit {
      font-size: 18px;
      margin-right: 5px; }
  section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5; }
  section.checkout-step .content,
  section.checkout-step .done,
  section.checkout-step .step-edit {
    display: none; }
  section.checkout-step.-current .content {
    display: block; }
  section.checkout-step.-current.-reachable.-complete .done,
  section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none; }
  section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block; }
  section.checkout-step.-current.-reachable.-complete .content {
    display: block; }
  section.checkout-step.-reachable.-complete h1 .done, section.checkout-step.-reachable.-complete .page-cart .featured-products h2 .done, .page-cart .featured-products section.checkout-step.-reachable.-complete h2 .done, section.checkout-step.-reachable.-complete .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle .done, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header section.checkout-step.-reachable.-complete .PM_ASBlockTitle .done, section.checkout-step.-reachable.-complete #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle .done, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products section.checkout-step.-reachable.-complete .PM_ASBlockTitle .done, section.checkout-step.-reachable.-complete .page-order-confirmation .featured-products h2 .done, .page-order-confirmation .featured-products section.checkout-step.-reachable.-complete h2 .done, section.checkout-step.-reachable.-complete .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle .done, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header section.checkout-step.-reachable.-complete .PM_ASBlockTitle .done, section.checkout-step.-reachable.-complete #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle .done, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products section.checkout-step.-reachable.-complete .PM_ASBlockTitle .done {
    display: inline-block; }
  section.checkout-step.-reachable.-complete h1 .step-number, section.checkout-step.-reachable.-complete .page-cart .featured-products h2 .step-number, .page-cart .featured-products section.checkout-step.-reachable.-complete h2 .step-number, section.checkout-step.-reachable.-complete .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle .step-number, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header section.checkout-step.-reachable.-complete .PM_ASBlockTitle .step-number, section.checkout-step.-reachable.-complete #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle .step-number, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products section.checkout-step.-reachable.-complete .PM_ASBlockTitle .step-number, section.checkout-step.-reachable.-complete .page-order-confirmation .featured-products h2 .step-number, .page-order-confirmation .featured-products section.checkout-step.-reachable.-complete h2 .step-number, section.checkout-step.-reachable.-complete .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle .step-number, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header section.checkout-step.-reachable.-complete .PM_ASBlockTitle .step-number, section.checkout-step.-reachable.-complete #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle .step-number, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products section.checkout-step.-reachable.-complete .PM_ASBlockTitle .step-number {
    display: none; }
  section.checkout-step.-reachable.-complete h1 .step-edit, section.checkout-step.-reachable.-complete .page-cart .featured-products h2 .step-edit, .page-cart .featured-products section.checkout-step.-reachable.-complete h2 .step-edit, section.checkout-step.-reachable.-complete .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle .step-edit, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header section.checkout-step.-reachable.-complete .PM_ASBlockTitle .step-edit, section.checkout-step.-reachable.-complete #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle .step-edit, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products section.checkout-step.-reachable.-complete .PM_ASBlockTitle .step-edit, section.checkout-step.-reachable.-complete .page-order-confirmation .featured-products h2 .step-edit, .page-order-confirmation .featured-products section.checkout-step.-reachable.-complete h2 .step-edit, section.checkout-step.-reachable.-complete .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle .step-edit, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header section.checkout-step.-reachable.-complete .PM_ASBlockTitle .step-edit, section.checkout-step.-reachable.-complete #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle .step-edit, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products section.checkout-step.-reachable.-complete .PM_ASBlockTitle .step-edit {
    cursor: pointer;
    display: block;
    color: #acaaa6; }
  section.checkout-step.-reachable.-complete .content {
    display: none; }

#conditions-to-approve li {
  display: flex;
  align-items: center; }
  #conditions-to-approve li .custom-checkbox {
    margin-right: 8px; }
  #conditions-to-approve li label {
    margin: 5px 0 0; }

body#checkout .additional-information {
  padding-left: 0 !important; }

#js-checkout-summary {
  padding: 25px;
  background-color: #dbd9d9;
  height: 100%; }
  #js-checkout-summary h2, #js-checkout-summary #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header #js-checkout-summary .PM_ASBlockTitle {
    padding-bottom: 8px;
    border-bottom: 3px solid #362f2d; }
  #js-checkout-summary .card-block {
    padding: 15px; }
  #js-checkout-summary .checkout-summary-content {
    max-width: 560px;
    margin: 0 auto 25px; }

.block-promo .promo-code > form {
  display: flex;
  align-items: center; }

.block-promo .promo-input {
  border: none;
  padding: 10px; }

.block-promo .promo-input,
.block-promo .btn,
.block-promo .presto-payment > a {
  height: 38px; }

.block-promo .btn {
  width: 100px;
  max-width: 100px;
}

.block-promo .promo-input {
  max-width: 200px;
  width: 200px;
}


.block-promo .btn,
.block-promo .presto-payment > a {
  flex-grow: 1; }

.block-promo .alert {
  margin-top: 10px;
  display: none; }

.checkout-cart-summary {
  padding: 25px; }
  @media (min-width: 992px) {
    .checkout-cart-summary {
      padding: 35px 0 35px 30px; } }

.checkout-content {
  background-color: #f9f8f8; }

.m-y-2 {
  align-items: center;
  margin: 0 -1em 10px; }

.js-address-form h2.h4, .js-address-form #left-column .PM_ASBlockOutput .card .card-header .h4.PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .js-address-form .h4.PM_ASBlockTitle {
  margin-bottom: 15px; }

.address-selector {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap; }

.address-item {
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .address-item {
      flex: 0 0 50%;
      max-width: 50%; } }
  .address-item header.h4 {
    margin: 0; }
  .address-item label {
    margin-bottom: 0; }
    .address-item label .address {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.3;
      margin-top: 5px; }

.add-address {
  margin-bottom: 30px; }

.delivery-options {
  margin-bottom: 30px; }
  .delivery-options label {
    margin: 0; }
  .delivery-options .row {
    align-items: center; }
  .delivery-options .delivery-option {
    margin-bottom: 15px; }
    .delivery-options .delivery-option:last-of-type {
      margin-bottom: 0; }
  .delivery-options #confirmPickup {
    margin-top: 6px; }

.payment-options {
  margin-bottom: 30px; }

.paypal_express_button_container#payment_incontext {
  border: none;
  background-color: transparent; }

.presto-payment {
  margin-top: 20px; }

.presto-payment-card-options {
  margin-bottom: 0; }

.carrier-logo {
  margin-right: 10px; }

.cart-summary-products p {
  color: #362f2d; }

.media-list {
  margin-bottom: 0; }

.media {
  margin: 0 -10px 15px; }
  .media:last-of-type {
    margin-bottom: 0; }
  .media span {
    color: #362f2d; }
  .media .media-left, .media .media-body {
    padding: 0 10px; }
  .media .media-left {
    flex: 0 0 110px;
    max-width: 110px; }
    .media .media-left img {
      border: 1px solid #cccccc; }
  .media .product-quantity {
    margin: 0; }

.confirmation-section {
  background-color: #dbd9d9; }
  .confirmation-section:nth-of-type(even) {
    background-color: #cccccc; }

.custompayment-form .cart_navigation .btn-default, .custompayment-form .cart_navigation .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .custompayment-form .cart_navigation .btn-touchspin {
  margin-top: 15px; }

.billing-address-btn {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px; }

#adn_payment.payment_module.pc-eidition {
  letter-spacing: normal; }
  #adn_payment.payment_module.pc-eidition .form_row label {
    font-size: 16px;
    margin-bottom: 8px; }
  #adn_payment.payment_module.pc-eidition .form-control {
    color: #362f2d;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    height: 38px; }
  #adn_payment.payment_module.pc-eidition select.form-control {
    color: #362f2d; }
  #adn_payment.payment_module.pc-eidition .pcpm-total .price {
    font-size: 22px; }
  #adn_payment.payment_module.pc-eidition .button-exclusive {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #adn_payment.payment_module.pc-eidition .button-exclusive {
        float: left;
        margin-bottom: 0; } }

/*** SOME GENERIC STYLES ***/
.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: 4px 6px;
  margin: 2px;
  color: white;
  white-space: nowrap; }

.page-order .table {
  margin-bottom: 0; }

.page-order table th {
  padding: 8px; }

.page-order table td {
  padding: 8px; }

.page-order table thead th {
  text-align: center; }

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0; }

#authentication .custom-checkbox {
  display: flex; }
  #authentication .custom-checkbox span {
    flex: 0 0 15px; }
  #authentication .custom-checkbox label {
    padding-left: 10px; }

#authentication [data-action="show-password"] {
  background: #7c7c7c; }

#identity .radio-inline,
#authentication .radio-inline {
  padding: 0; }

#customer-form, .js-address-form form {
  max-width: 560px;
  margin: 0 auto; }

/*** Most of the customer accpunt pages ***/
.page-customer-account #content {
  background-color: #f9f8f8;
  border: 1px solid #cccccc;
  padding: 25px;
  font-size: 0.875rem;
  color: #7c7c7c; }
  .page-customer-account #content .order-actions a {
    padding: 0 2px; }
  .page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 16px;
    padding-bottom: 15px; }
  .page-customer-account #content .no-account {
    text-align: center;
    font-size: 16px; }

/*** Login page ***/
.page-authentication #content {
  background-color: #f9f8f8;
  border: 1px solid #cccccc;
  padding: 25px; }

/*** Addresses page ***/
.page-addresses .address {
  background: white;
  margin-bottom: 30px;
  font-size: 0.875rem;
  color: #7c7c7c; }
  .page-addresses .address .address-body {
    padding: 16px; }
    .page-addresses .address .address-body h4 {
      font-size: 16px;
      font-weight: 700; }
    .page-addresses .address .address-body address {
      min-height: 144px; }
  .page-addresses .address .address-footer {
    border-top: 1px solid #acaaa6;
    padding: 8px 16px; }
    .page-addresses .address .address-footer a {
      color: #7c7c7c;
      margin-right: 8px; }
      .page-addresses .address .address-footer a:hover {
        color: #7c7c7c; }
      .page-addresses .address .address-footer a i {
        font-size: 16px; }
      .page-addresses .address .address-footer a span {
        font-size: 1.25rem;
        vertical-align: middle; }

.page-addresses .addresses-footer {
  margin: 0 15px; }
  .page-addresses .addresses-footer a {
    color: #7c7c7c; }
    .page-addresses .addresses-footer a:hover {
      color: #7c7c7c; }
    .page-addresses .addresses-footer a i {
      font-size: 16px; }
    .page-addresses .addresses-footer a span {
      font-size: 16px;
      vertical-align: middle;
      margin-top: 10px; }

/*** Order details page ***/
.page-order-detail {
  font-size: 16px;
  color: #362f2d; }
  .page-order-detail .box {
    background-color: #f9f8f8;
    border: 1px solid #cccccc;
    padding: 25px;
    margin-bottom: 30px; }
    .page-order-detail .box address {
      margin: 0; }
  .page-order-detail .table-box {
    margin-bottom: 30px; }
    .page-order-detail .table-box .table, .page-order-detail .table-box.table {
      background-color: #f9f8f8; }
  .page-order-detail h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #362f2d;
    margin-bottom: 16px;
    font-size: 20px; }
  .page-order-detail p, .page-order-detail li {
    color: #362f2d; }
  .page-order-detail #order-infos ul {
    margin: 0; }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 8px 0;
    border-bottom: 1px solid #f9f8f8; }
    .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: 4px 0;
      padding: 4px 6px;
      color: white;
      border-radius: 3px; }
  .page-order-detail .addresses {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap; }
    .page-order-detail .addresses h4 {
      font-size: 18px;
      font-weight: 700; }
  .page-order-detail #order-products.return {
    margin-bottom: 16px; }
    .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 .order-item {
    border-bottom: 1px solid #f9f8f8; }
    .page-order-detail .order-items .order-item .checkbox {
      width: 30px;
      float: left;
      padding: 0 15px; }
    .page-order-detail .order-items .order-item .content {
      width: calc(100% - 30px);
      float: left;
      padding: 0 15px; }
    .page-order-detail .order-items .order-item .desc {
      margin-bottom: 16px; }
      .page-order-detail .order-items .order-item .desc .name {
        font-weight: bold; }
    .page-order-detail .order-items .order-item .qty .q {
      margin-bottom: 4px; }
    .page-order-detail .order-items .order-item .qty .s {
      margin-bottom: 4px; }
  .page-order-detail .messages .message {
    margin-top: 8px;
    border-bottom: 1px solid #f9f8f8; }
    .page-order-detail .messages .message:last-child {
      border-bottom: 0; }
    .page-order-detail .messages .message > div {
      margin-bottom: 8px; }
  .page-order-detail .customization {
    margin-top: 12px; }

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #362f2d; }

#order-return-infos .customization {
  margin-top: 12px; }

#content #notifications .container {
  padding: 0; }

.thead-default th {
  color: #362f2d;
  font-size: 18px; }

/*** My account landing page ***/
.page-my-account #content .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 15px;
    margin-bottom: 30px; }
    .page-my-account #content .links a span.link-item {
      padding: 60px 25px;
      background-color: #63674a;
      display: block;
      height: 100%;
      transition: 0.3s ease-in-out; }
      .page-my-account #content .links a span.link-item:hover, .page-my-account #content .links a span.link-item:focus {
        background-color: #383a2a; }
    .page-my-account #content .links a i {
      display: block;
      font-size: 2.6rem;
      width: 100%;
      color: #ffffff;
      padding-bottom: 3.4rem; }

/*** History page ***/
#history .orders {
  margin: 0 -16px; }
  #history .orders .order {
    padding: 12px 16px;
    border-bottom: 1px solid #f9f8f8; }
    #history .orders .order a h3 {
      color: #7c7c7c; }
    #history .orders .order .label {
      display: inline-block;
      margin: 4px 0;
      padding: 4px 6px;
      color: white;
      border-radius: 3px; }
    #history .orders .order:last-child {
      border-bottom: 0; }

/*** FOOTER ***/
.page-footer {
  margin-top: 10px; }
  .page-footer .account-link {
    margin-right: 16px; }
    .page-footer .account-link i {
      font-size: 16px; }
    .page-footer .account-link span {
      font-size: 0.875rem;
      vertical-align: middle; }

.login-form {
  margin-top: 15px; }

.logout-link {
  font-size: 18px; }

.itemfield,
.success_box {
  float: none !important; }

.g_customfields_content_box .alert-success {
  border-left-width: 1px !important; }

#cart .cart-container .rowcustomization {
  position: relative;
  right: auto;
  width: auto;
  min-width: 0; }
  #cart .cart-container .rowcustomization .btn, #cart .cart-container .rowcustomization .presto-payment > a {
    padding: 0;
    width: auto;
    margin-top: 10px;
    min-width: 0; }
    #cart .cart-container .rowcustomization .btn.edit-customization-btn, #cart .cart-container .rowcustomization .presto-payment > a.edit-customization-btn {
      font-family: "Average", serif;
      font-size: 16px;
      font-weight: 300; }
      #cart .cart-container .rowcustomization .btn.edit-customization-btn::before, #cart .cart-container .rowcustomization .presto-payment > a.edit-customization-btn::before {
        content: '\F040';
        font-family: FontAwesome;
        font-size: 20px;
        margin-right: 7px;
        margin-left: 4px; }
    #cart .cart-container .rowcustomization .btn:hover, #cart .cart-container .rowcustomization .presto-payment > a:hover, #cart .cart-container .rowcustomization .btn:focus, #cart .cart-container .rowcustomization .presto-payment > a:focus {
      color: #464935; }

.customization-modal .modal-dialog {
  max-width: 970px; }
  .customization-modal .modal-dialog .product-customization-line {
    margin-bottom: 5px; }
    .customization-modal .modal-dialog .product-customization-line label,
    .customization-modal .modal-dialog .product-customization-line .label {
      color: #362f2d; }

.cart-grid-container {
  background-color: #f9f8f8; }

.cart-grid .card-block {
  padding: 15px; }
  .cart-grid .card-block.cart-detailed-actions, .cart-grid .card-block.checkout {
    padding-left: 0;
    padding-right: 0; }

.cart-title-row {
  margin-bottom: 15px;
  padding: 8px 0;
  border-bottom: 3px solid #362f2d;
  border-top: 3px solid #362f2d; }
  .cart-title-row h3 {
    margin: 0;
    font-size: 16px; }

.cart-grid-container .g_customfields_content_box {
  padding-left: 25px; }
  @media (min-width: 992px) {
    .cart-grid-container .g_customfields_content_box {
      padding-left: 30px; } }

.cart-container {
  padding: 25px; }
  @media (min-width: 992px) {
    .cart-container {
      padding: 25px 0 25px 30px; } }
  .cart-container label, .cart-container .label {
    font-size: 16px;
    font-weight: 600; }
  .cart-container span.product-image {
    display: inline-block;
    border: 1px solid #cccccc; }
  .cart-container .bootstrap-touchspin input.form-control {
    height: 46px;
    font-size: 15px; }
  .cart-container .bootstrap-touchspin.input-group .input-group-btn-vertical .btn, .cart-container .bootstrap-touchspin.input-group .input-group-btn-vertical .presto-payment > a {
    padding: 11px;
    height: 22px; }

.cart-summary {
  background-color: #dbd9d9;
  height: 100%;
  padding: 25px; }
  .cart-summary h2, .cart-summary #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .cart-summary .PM_ASBlockTitle {
    padding-bottom: 8px;
    border-bottom: 3px solid #362f2d; }

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .cart-actions .qty {
    flex: 0 0 80px;
    max-width: 80px; }
  .cart-actions a.remove-from-cart {
    display: inline-block; }
    @media (min-width: 768px) {
      .cart-actions a.remove-from-cart {
        margin-top: 15px; } }

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 16px; }
  .cart-summary-line span {
    font-size: 16px; }
  .cart-summary-line small {
    font-size: 15px; }
  .cart-summary-line span, .cart-summary-line small {
    color: #362f2d; }
    .cart-summary-line span.value, .cart-summary-line small.value {
      margin-left: auto; }

.product-line-title {
  font-size: 18px; }

.product-line-price {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .product-line-price {
      margin: 0; } }
  .product-line-price .price {
    display: flex;
    margin: 2px 0;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .product-line-price .price {
        margin: 0; } }

.cart-line-product-actions {
  margin-top: 8px; }

.input-group.bootstrap-touchspin #quantity_wanted {
  color: #362f2d;
  background-color: white;
  height: 54px;
  padding: 0.175rem 0.5rem;
  width: 48px; }

.input-group.bootstrap-touchspin .input-group-btn-vertical {
  width: auto; }
  .input-group.bootstrap-touchspin .input-group-btn-vertical .btn, .input-group.bootstrap-touchspin .input-group-btn-vertical .presto-payment > a {
    padding: 13px 11px; }
    .input-group.bootstrap-touchspin .input-group-btn-vertical .btn i, .input-group.bootstrap-touchspin .input-group-btn-vertical .presto-payment > a i {
      font-size: 16px;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }

.input-group.bootstrap-touchspin .btn-touchspin {
  height: 23px; }

header#header .mini-col {
  padding: 0 10px; }

header#header .header-store-row {
  margin-right: -10px; }

header#header .blockcart,
header#header .help-center-block,
header#header .user-info {
  text-align: center;
  display: flex;
  justify-content: center; }
  header#header .blockcart .fa,
  header#header .help-center-block .fa,
  header#header .user-info .fa {
    font-size: 30px;
    color: #63674a;
    display: block;
    transition: color 0.3s ease-in-out; }
  header#header .blockcart span,
  header#header .help-center-block span,
  header#header .user-info span {
    font-size: 10px;
    color: #362f2d;
    line-height: 1;
    transition: color 0.3s ease-in-out; }
  header#header .blockcart:focus .fa, header#header .blockcart:hover .fa,
  header#header .help-center-block:focus .fa,
  header#header .help-center-block:hover .fa,
  header#header .user-info:focus .fa,
  header#header .user-info:hover .fa {
    color: #383a2a; }
  header#header .blockcart:focus span, header#header .blockcart:hover span,
  header#header .help-center-block:focus span,
  header#header .help-center-block:hover span,
  header#header .user-info:focus span,
  header#header .user-info:hover span {
    color: #1a1716; }

header#header .blockcart.active a,
header#header .blockcart.inactive .header,
header#header .user-info a,
header#header .help-center-block a {
  display: flex;
  flex-direction: column; }

header#header .header-row {
  align-items: flex-end; }
  @media (min-width: 992px) {
    header#header .header-row {
      align-items: center; } }

.header-top {
  padding: 10px 0 20px; }
  .header-top .nav {
    margin: 5px -10px 25px 0; }
    .header-top .nav li a {
      display: block;
      color: #362f2d;
      font-weight: 400;
      font-feature-settings: 14px;
      padding: 0 10px; }

.header-main-nav {
  background-color: #362f2d;
  min-height: 5px; }
  .header-main-nav .menu > .nav {
    justify-content: space-between;
    position: relative; }
    .header-main-nav .menu > .nav > li {
      cursor: pointer; }
      .header-main-nav .menu > .nav > li > a {
        display: block;
        padding: 10px 8px;
        color: #f9f8f8;
        font-weight: 400;
        font-size: 14px;
        cursor: pointer;
        text-transform: uppercase;
        transition: 0.3s ease-in-out;
        position: relative;
        letter-spacing: calc(50 * 0.001em); }
        @media (min-width: 1200px) {
          .header-main-nav .menu > .nav > li > a {
            padding: 10px 20px; } }
      .header-main-nav .menu > .nav > li.category a:after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 10px solid #dabe87;
        transition: 0.3s ease-in-out;
        transform: translateX(-50%);
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
        content: '';
        bottom: 0;
        left: 50%;
        z-index: 1001; }
      .header-main-nav .menu > .nav > li:focus > a, .header-main-nav .menu > .nav > li:hover > a {
        color: #d8d58d; }
      .header-main-nav .menu > .nav > li.menu-open > a {
        color: #d8d58d; }
        .header-main-nav .menu > .nav > li.menu-open > a:after {
          opacity: 1; }
      .header-main-nav .menu > .nav > li.menu-open .sub-menu {
        visibility: visible;
        cursor: default;
        opacity: 1; }
      .header-main-nav .menu > .nav > li > .sub-menu {
        transition: 0.3s ease-in-out;
        background-color: #dabe87;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1001;
        visibility: hidden;
        opacity: 0; }
        .header-main-nav .menu > .nav > li > .sub-menu .h1 {
          color: #362f2d;
          text-align: left;
          font-size: 24px;
          margin: 0 0 15px; }
        .header-main-nav .menu > .nav > li > .sub-menu .menu-images-container {
          display: block;
          position: absolute;
          bottom: 0;
          top: 0;
          left: 0;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          padding: 0 30px;
          width: 296px; }
          .header-main-nav .menu > .nav > li > .sub-menu .menu-images-container .btn, .header-main-nav .menu > .nav > li > .sub-menu .menu-images-container .presto-payment > a {
            position: absolute;
            white-space: normal;
            font-size: 18px;
            bottom: 30px;
            width: auto;
            transform: translateX(-50%);
            left: 50%; }
        .header-main-nav .menu > .nav > li > .sub-menu .sub-menu-content {
          transition: 0.3s ease-in-out;
          padding: 20px 20px 50px 330px;
          min-height: 315px; }
          @media (min-width: 1200px) {
            .header-main-nav .menu > .nav > li > .sub-menu .sub-menu-content {
              padding-left: 380px; } }
          .header-main-nav .menu > .nav > li > .sub-menu .sub-menu-content .previous-menu {
            display: block;
            margin-bottom: 10px; }
        .header-main-nav .menu > .nav > li > .sub-menu .nav {
          display: block;
          columns: 3;
          column-gap: 30px; }
          @media (min-width: 1200px) {
            .header-main-nav .menu > .nav > li > .sub-menu .nav {
              column-gap: 60px; } }
          .header-main-nav .menu > .nav > li > .sub-menu .nav li a {
            text-transform: none;
            color: #362f2d;
            font-family: "Average", serif;
            font-size: 15px;
            padding: 8px 0;
            display: inline-block; }
            @media (min-width: 1200px) {
              .header-main-nav .menu > .nav > li > .sub-menu .nav li a {
                font-size: 16px; } }
            .header-main-nav .menu > .nav > li > .sub-menu .nav li a:focus span, .header-main-nav .menu > .nav > li > .sub-menu .nav li a:hover span {
              text-decoration: underline; }
            .header-main-nav .menu > .nav > li > .sub-menu .nav li a:after {
              font-family: FontAwesome;
              content: '\F0DA';
              padding-left: 10px; }
        .header-main-nav .menu > .nav > li > .sub-menu .sub-menu {
          display: none; }

.dropdown {
  color: #acaaa6; }
  .dropdown:hover .expand-more {
    color: #63674a; }
  .dropdown .expand-more {
    color: #362f2d;
    cursor: pointer;
    user-select: none; }
  .dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible; }
  .dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #362f2d;
    background: white; }

.dropdown-item:focus, .dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #63674a; }

body div.superuser-front-container {
  height: auto;
  position: relative; }
  body div.superuser-front-container span.superuser-front-msg {
    margin: 0;
    padding: 10px 0; }

.link-bonslick .btn, .link-bonslick .presto-payment > a {
  color: #ffffff !important;
  background-color: #63674a !important;
  min-width: 130px !important;
  max-width: 200px !important;
  font-weight: 700;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  text-decoration: none !important; }

.link-bonslick .row {
  bottom: 20px; }

.bonslick-caption {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 0 !important; }
  .bonslick-caption .hero {
    background: unset; }

#bonslick {
  position: relative;
  background-image: url("https://www.lmii.com/themes/lmi/assets/css/c83689d0a143f83b8dff79e2b3126b3b.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    #bonslick {
      display: block;
      height: 660px; } }
  @media (min-width: 992px) {
    #bonslick {
      display: block;
      height: 640px; } }
  @media (min-width: 1200px) {
    #bonslick {
      height: 750px; } }
  #bonslick .slick-slide img {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 50% !important;
    padding: 20px; }
    @media (min-width: 768px) {
      #bonslick .slick-slide img {
        float: right; } }
    @media (min-width: 2560px) {
      #bonslick .slick-slide img {
        max-height: 450px; } }
  #bonslick li {
    margin-bottom: 60px;
    margin-top: 80px; }
    @media (min-width: 992px) {
      #bonslick li li {
        margin-bottom: 30px;
        margin-top: 120px; } }
  #bonslick:before {
    top: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    z-index: 99; }

#bonslick .link-bonslick {
  display: block;
  position: relative; }

.box-bonslick p {
  display: none;
  margin-bottom: 5px;
  transform: translateX(20%);
  transition: all 1s ease-in-out 0.9s;
  opacity: 0;
  color: #ffffff !important;
  font-weight: normal; }

.box-bonslick h1, .box-bonslick .page-cart .featured-products h2, .page-cart .featured-products .box-bonslick h2, .box-bonslick .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .box-bonslick .PM_ASBlockTitle, .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .box-bonslick .PM_ASBlockTitle, .box-bonslick .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .box-bonslick h2, .box-bonslick .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .box-bonslick .PM_ASBlockTitle, .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .box-bonslick .PM_ASBlockTitle {
  font-size: 35px;
  line-height: 25px;
  margin-bottom: 20px;
  transform: translateX(20%);
  transition: all 1s ease-in-out 0.7s;
  opacity: 0;
  font-family: "BobbyJonesSansTC-RG", sans-serif !important;
  color: #ffffff !important; }

.box-bonslick h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
  transform: translateX(20%);
  transition: all 1s ease-in-out 0.5s;
  opacity: 0;
  font-family: "BobbyJonesSansTC-RG", sans-serif !important;
  color: #ffffff !important; }

.slick-slide.slick-active .box-bonslick h1, .slick-slide.slick-active .box-bonslick .page-cart .featured-products h2, .page-cart .featured-products .slick-slide.slick-active .box-bonslick h2, .slick-slide.slick-active .box-bonslick .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .slick-slide.slick-active .box-bonslick .PM_ASBlockTitle, .slick-slide.slick-active .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .slick-slide.slick-active .box-bonslick .PM_ASBlockTitle, .slick-slide.slick-active .box-bonslick .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .slick-slide.slick-active .box-bonslick h2, .slick-slide.slick-active .box-bonslick .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .slick-slide.slick-active .box-bonslick .PM_ASBlockTitle, .slick-slide.slick-active .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .slick-slide.slick-active .box-bonslick .PM_ASBlockTitle,
.slick-slide.slick-active .box-bonslick h3,
.slick-slide.slick-active .box-bonslick span,
.slick-slide.slick-active .box-bonslick p {
  transform: translateX(0%);
  opacity: 1; }

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 99; }

.slick-track {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .slick-track {
      height: auto;
      margin-top: 60px;
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .slick-track {
      height: auto;
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media (min-width: 1200px) {
    .slick-track {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media (min-width: 1440px) {
    .slick-track {
      margin-top: 50px;
      margin-bottom: 50px; } }

@media (min-width: 576px) {
  .box-bonslick p {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .box-bonslick h1, .box-bonslick .page-cart .featured-products h2, .page-cart .featured-products .box-bonslick h2, .box-bonslick .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .box-bonslick .PM_ASBlockTitle, .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .box-bonslick .PM_ASBlockTitle, .box-bonslick .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .box-bonslick h2, .box-bonslick .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .box-bonslick .PM_ASBlockTitle, .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .box-bonslick .PM_ASBlockTitle {
    font-size: 40px;
    line-height: 35px; }
  .box-bonslick h3 {
    font-size: 20px;
    line-height: 25px; }
  .box-bonslick span {
    padding: 10px 30px;
    font-size: 13px;
    line-height: 22px; } }

@media (min-width: 992px) {
  .box-bonslick h1, .box-bonslick .page-cart .featured-products h2, .page-cart .featured-products .box-bonslick h2, .box-bonslick .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .box-bonslick .PM_ASBlockTitle, .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .box-bonslick .PM_ASBlockTitle, .box-bonslick .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .box-bonslick h2, .box-bonslick .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .box-bonslick .PM_ASBlockTitle, .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .box-bonslick .PM_ASBlockTitle {
    font-size: 50px;
    line-height: 45px; }
  .box-bonslick h3 {
    font-size: 22px;
    line-height: 30px; }
  .box-bonslick span {
    padding: 11px 40px;
    font-size: 14px;
    line-height: 22px; } }

@media (min-width: 1200px) {
  .box-bonslick h1, .box-bonslick .page-cart .featured-products h2, .page-cart .featured-products .box-bonslick h2, .box-bonslick .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .box-bonslick .PM_ASBlockTitle, .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .box-bonslick .PM_ASBlockTitle, .box-bonslick .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .box-bonslick h2, .box-bonslick .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .box-bonslick .PM_ASBlockTitle, .box-bonslick #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .box-bonslick .PM_ASBlockTitle {
    font-size: 60px;
    font-weight: bold;
    line-height: 58px; }
  .box-bonslick h3 {
    color: #666;
    font-size: 24px;
    line-height: normal; }
  .box-bonslick p {
    font-size: 18px;
    line-height: 26px; } }

.box-bonslick span {
  display: inline-block;
  padding: 8px 40px;
  border: 2px solid #222;
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
  background-color: transparent;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transform: translateX(20%);
  transition: all 0.3s ease 0s;
  opacity: 0; }

.box-bonslick span:hover {
  background-color: #222;
  border: 2px solid #222;
  color: #fff; }

.box-bonslick {
  position: absolute;
  top: 50%;
  left: unset !important;
  width: unset !important; }

.hero-content {
  text-align: center; }
  .hero-content .btn-container {
    display: grid;
    margin: 5px auto; }
    @media (min-width: 768px) {
      .hero-content .btn-container {
        margin: 0 auto;
        display: block; } }
    .hero-content .btn-container a {
      margin: 2px auto; }
      @media (min-width: 992px) {
        .hero-content .btn-container a {
          margin: 0 auto; } }
  .hero-content div.h1,
  .hero-content div.h1 a {
    color: #ffffff;
    text-shadow: 2px 3px 5px black;
    font-family: "BobbyJonesSansTC-RG", sans-serif;
    margin-bottom: 10px;
    font-size: 43px;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .hero-content div.h1,
      .hero-content div.h1 a {
        line-height: 1.3;
        font-size: 50px; } }
    @media (min-width: 992px) {
      .hero-content div.h1,
      .hero-content div.h1 a {
        font-size: 60px; } }
  .hero-content div.h2, .hero-content #ndkcsfields-block div.ndkcfTitle, #ndkcsfields-block .hero-content div.ndkcfTitle,
  .hero-content div.h2 a,
  .hero-content #ndkcsfields-block div.ndkcfTitle a,
  #ndkcsfields-block .hero-content div.ndkcfTitle a {
    color: #ffffff;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 19px; }
    @media (min-width: 768px) {
      .hero-content div.h2, .hero-content #ndkcsfields-block div.ndkcfTitle, #ndkcsfields-block .hero-content div.ndkcfTitle,
      .hero-content div.h2 a,
      .hero-content #ndkcsfields-block div.ndkcfTitle a,
      #ndkcsfields-block .hero-content div.ndkcfTitle a {
        font-size: 22px; } }
    @media (min-width: 992px) {
      .hero-content div.h2, .hero-content #ndkcsfields-block div.ndkcfTitle, #ndkcsfields-block .hero-content div.ndkcfTitle,
      .hero-content div.h2 a,
      .hero-content #ndkcsfields-block div.ndkcfTitle a,
      #ndkcsfields-block .hero-content div.ndkcfTitle a {
        font-size: 24px; } }

#bonslick .bonslick-slider {
  width: 100%; }
  @media (min-width: 768px) {
    #bonslick .bonslick-slider {
      width: 70%; } }
  @media (min-width: 1200px) {
    #bonslick .bonslick-slider {
      width: 50%; } }

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 100%), url(../css/c83689d0a143f83b8dff79e2b3126b3b.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .hero {
      padding: 100px 0;
      text-align: left; } }
  @media (min-width: 992px) {
    .hero {
      padding: 160px 0; } }
  .hero .row {
    z-index: 200;
    position: relative; }
  .hero p {
    color: #ffffff;
    text-align: center; }
    .hero p.h1 {
      text-shadow: 2px 3px 5px black;
      font-family: "BobbyJonesSansTC-RG", sans-serif;
      margin-bottom: 10px;
      font-size: 43px;
      line-height: 1.1; }
      @media (min-width: 768px) {
        .hero p.h1 {
          line-height: 1.3;
          font-size: 50px; } }
      @media (min-width: 992px) {
        .hero p.h1 {
          font-size: 60px; } }
    .hero p.h2, .hero #ndkcsfields-block p.ndkcfTitle, #ndkcsfields-block .hero p.ndkcfTitle {
      text-transform: none;
      font-weight: 700;
      margin-bottom: 35px;
      font-size: 19px; }
      @media (min-width: 768px) {
        .hero p.h2, .hero #ndkcsfields-block p.ndkcfTitle, #ndkcsfields-block .hero p.ndkcfTitle {
          font-size: 22px; } }
      @media (min-width: 992px) {
        .hero p.h2, .hero #ndkcsfields-block p.ndkcfTitle, #ndkcsfields-block .hero p.ndkcfTitle {
          font-size: 24px; } }
  .hero .left-btn-col {
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .hero .left-btn-col {
        margin: 0; } }
    @media (min-width: 768px) {
      .hero .left-btn-col {
        text-align: right; } }

.feat-section {
  text-align: center;
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .feat-section {
      margin-bottom: 0; } }
  .feat-section:last-of-type {
    margin-bottom: 0; }
  .feat-section h1, .feat-section .page-cart .featured-products h2, .page-cart .featured-products .feat-section h2, .feat-section .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .feat-section .PM_ASBlockTitle, .feat-section #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .feat-section .PM_ASBlockTitle, .feat-section .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .feat-section h2, .feat-section .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .feat-section .PM_ASBlockTitle, .feat-section #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .feat-section .PM_ASBlockTitle {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .feat-section h1, .feat-section .page-cart .featured-products h2, .page-cart .featured-products .feat-section h2, .feat-section .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .feat-section .PM_ASBlockTitle, .feat-section #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .feat-section .PM_ASBlockTitle, .feat-section .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .feat-section h2, .feat-section .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .feat-section .PM_ASBlockTitle, .feat-section #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .feat-section .PM_ASBlockTitle {
        margin-bottom: 55px; } }
    .feat-section h1 a, .feat-section .page-cart .featured-products h2 a, .page-cart .featured-products .feat-section h2 a, .feat-section .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle a, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .feat-section .PM_ASBlockTitle a, .feat-section #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle a, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .feat-section .PM_ASBlockTitle a, .feat-section .page-order-confirmation .featured-products h2 a, .page-order-confirmation .featured-products .feat-section h2 a, .feat-section .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle a, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .feat-section .PM_ASBlockTitle a, .feat-section #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle a, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .feat-section .PM_ASBlockTitle a {
      color: #362f2d; }
  @media (min-width: 992px) {
    .feat-section .row {
      margin-bottom: 30px; } }
  .feat-section .feat {
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block; }
    .feat-section .feat:hover .feat-text, .feat-section .feat:focus .feat-text {
      top: 0;
      bottom: 0;
      padding-top: 40px; }
      @media (min-width: 992px) {
        .feat-section .feat:hover .feat-text, .feat-section .feat:focus .feat-text {
          padding-top: 30px; } }
      @media (min-width: 1200px) {
        .feat-section .feat:hover .feat-text, .feat-section .feat:focus .feat-text {
          padding-top: 40px; } }
      .feat-section .feat:hover .feat-text p, .feat-section .feat:focus .feat-text p {
        margin-bottom: 45px; }
        @media (min-width: 992px) {
          .feat-section .feat:hover .feat-text p, .feat-section .feat:focus .feat-text p {
            margin-bottom: 25px; } }
        @media (min-width: 1200px) {
          .feat-section .feat:hover .feat-text p, .feat-section .feat:focus .feat-text p {
            margin-bottom: 45px; } }
  .feat-section .feat-text {
    transition: 0.5s ease-in-out;
    position: absolute;
    padding-top: 0;
    top: 36%;
    bottom: 35%;
    left: 0;
    right: 0;
    background-color: rgba(54, 47, 45, 0.75);
    overflow: hidden; }
    @media (min-width: 992px) {
      .feat-section .feat-text {
        bottom: 28%; } }
    @media (min-width: 1200px) {
      .feat-section .feat-text {
        bottom: 34%; } }
    .feat-section .feat-text p {
      color: #ffffff;
      transition: 0.5s ease-in-out; }

#kitWizard {
  background: linear-gradient(rgba(54, 47, 45, 0.5), rgba(54, 47, 45, 0.5)), url(../css/691886e4ad074b1468425909d701feda.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }
  #kitWizard h1, #kitWizard .page-cart .featured-products h2, .page-cart .featured-products #kitWizard h2, #kitWizard .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #kitWizard .PM_ASBlockTitle, #kitWizard #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #kitWizard .PM_ASBlockTitle, #kitWizard .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #kitWizard h2, #kitWizard .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #kitWizard .PM_ASBlockTitle, #kitWizard #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #kitWizard .PM_ASBlockTitle {
    color: #ffffff;
    margin-bottom: 35px;
    text-shadow: 2px 3px 5px black; }
  #kitWizard p {
    color: #ffffff;
    max-width: 495px;
    margin: 0 auto 50px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    line-height: 1.4;
    font-weight: 400; }
  #kitWizard .btn, #kitWizard .presto-payment > a {
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
    margin-top: 25px; }
  #kitWizard .card {
    background: #fcfcfc;
    text-align: left;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
    transform: scale(1); }
    #kitWizard .card:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 99;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 100%); }
    #kitWizard .card img {
      margin: 0 0 -2px 13px; }
    #kitWizard .card h3,
    #kitWizard .card .h3,
    #kitWizard .card #left-column .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,
    #left-column .PM_ASBlockOutput #kitWizard .card .PM_ASCriterionsGroupTitle {
      position: absolute;
      width: 120px;
      left: 55%;
      top: 30px;
      color: #1f1f1f; }
    #kitWizard .card:hover, #kitWizard .card:focus {
      transform: scale(1.1); }

#homeProducts h1, #homeProducts .page-cart .featured-products h2, .page-cart .featured-products #homeProducts h2, #homeProducts .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #homeProducts .PM_ASBlockTitle, #homeProducts #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #homeProducts .PM_ASBlockTitle, #homeProducts .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #homeProducts h2, #homeProducts .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #homeProducts .PM_ASBlockTitle, #homeProducts #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #homeProducts .PM_ASBlockTitle {
  text-align: center; }

#homeProducts h2, #homeProducts #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header #homeProducts .PM_ASBlockTitle {
  margin-bottom: 10px; }

#homeProducts .product-miniature .box.thumbnail {
  margin-bottom: 40px; }

#homeProducts .product-miniature h1, #homeProducts .product-miniature .page-cart .featured-products h2, .page-cart .featured-products #homeProducts .product-miniature h2, #homeProducts .product-miniature .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #homeProducts .product-miniature .PM_ASBlockTitle, #homeProducts .product-miniature #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #homeProducts .product-miniature .PM_ASBlockTitle, #homeProducts .product-miniature .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #homeProducts .product-miniature h2, #homeProducts .product-miniature .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #homeProducts .product-miniature .PM_ASBlockTitle, #homeProducts .product-miniature #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #homeProducts .product-miniature .PM_ASBlockTitle {
  margin-bottom: 25px; }

.home_categories {
  text-align: center;
  margin-bottom: 55px; }
  .home_categories h1, .home_categories .page-cart .featured-products h2, .page-cart .featured-products .home_categories h2, .home_categories .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .home_categories .PM_ASBlockTitle, .home_categories #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .home_categories .PM_ASBlockTitle, .home_categories .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .home_categories h2, .home_categories .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .home_categories .PM_ASBlockTitle, .home_categories #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .home_categories .PM_ASBlockTitle {
    text-align: center; }
  .home_categories img {
    width: 100%; }
  .home_categories h3 {
    font-weight: 400;
    color: #1f1f1f; }
  .home_categories a {
    display: block; }
  .home_categories .subcategory-image {
    position: relative;
    margin-bottom: 20px; }
  .home_categories #subcategories > .row {
    justify-content: center; }

.view-item-container {
  position: relative; }
  .view-item-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    transition: 0.3s ease-in-out;
    background-color: rgba(54, 47, 45, 0.5);
    opacity: 0; }
  .view-item-container:hover:before, .view-item-container:hover .view-item, .view-item-container:focus:before, .view-item-container:focus .view-item {
    visibility: visible;
    opacity: 1; }

.view-item {
  position: absolute;
  z-index: 200;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0; }
  .view-item .fa, .view-item .view-btn {
    display: block;
    color: #ffffff; }
  .view-item .fa {
    font-size: 30px;
    margin-bottom: 15px; }
  .view-item .view-btn {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400; }

.featured-products .cdpcp-compare-btn {
  display: none; }

.featured-products .products-section-title {
  text-align: center; }

.featured-products .thumbnail-container {
  max-width: 190px;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .featured-products .thumbnail-container {
      max-width: 230px; } }

.featured-products .slick-slider {
  padding: 0 45px; }
  @media (min-width: 1200px) {
    .featured-products .slick-slider {
      padding: 0 55px; } }
  .featured-products .slick-slider .slick-track {
    display: flex; }
  .featured-products .slick-slider .slick-slide {
    height: auto; }
  .featured-products .slick-slider .slick-arrow {
    width: 52px;
    height: 72px; }
    .featured-products .slick-slider .slick-arrow:before {
      transition: opacity 0.3s ease-in-out;
      font-family: FontAwesome;
      font-size: 60px;
      color: #63674a; }
      @media (min-width: 1200px) {
        .featured-products .slick-slider .slick-arrow:before {
          font-size: 72px; } }
    .featured-products .slick-slider .slick-arrow:hover:before, .featured-products .slick-slider .slick-arrow:focus:before {
      opacity: 1; }
    .featured-products .slick-slider .slick-arrow.slick-prev {
      left: -5px; }
      .featured-products .slick-slider .slick-arrow.slick-prev:before {
        content: '\F053'; }
    .featured-products .slick-slider .slick-arrow.slick-next {
      right: -5px; }
      .featured-products .slick-slider .slick-arrow.slick-next:before {
        content: '\F054'; }

.featured-products .product-miniature .btn, .featured-products .product-miniature .presto-payment > a {
  width: 100%; }

#helpCenter {
  text-align: center; }
  #helpCenter h1, #helpCenter .page-cart .featured-products h2, .page-cart .featured-products #helpCenter h2, #helpCenter .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #helpCenter .PM_ASBlockTitle, #helpCenter #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #helpCenter .PM_ASBlockTitle, #helpCenter .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products #helpCenter h2, #helpCenter .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #helpCenter .PM_ASBlockTitle, #helpCenter #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #helpCenter .PM_ASBlockTitle {
    text-align: center;
    margin-bottom: 25px; }
  #helpCenter p.sub-text {
    margin-bottom: 35px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    line-height: 1.4;
    font-weight: 400; }
  #helpCenter .quad-feat {
    margin-bottom: 35px; }
    #helpCenter .quad-feat h3 {
      letter-spacing: calc(75 * 0.001em);
      margin: 0 0 15px; }
      @media (min-width: 1200px) {
        #helpCenter .quad-feat h3 {
          margin: 0 0 25px; } }
    #helpCenter .quad-feat p {
      color: #362f2d;
      max-width: 235px;
      margin: 0 auto 15px; }

.quad-feat {
  text-align: center; }
  .quad-feat > .row {
    margin-bottom: -35px; }
  .quad-feat .feat {
    margin-bottom: 35px; }

.start-project-panel {
  background-color: #f5f5f5;
  text-align: center; }
  .start-project-panel .panel-content {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .start-project-panel .panel-content {
        padding-bottom: 40px; } }
    .start-project-panel .panel-content .row {
      margin-bottom: -30px; }
  .start-project-panel .video-block {
    margin-bottom: 30px; }
  .start-project-panel .video-desc {
    margin: 25px 0 0; }

.why-panel {
  background-color: #63674a;
  text-align: center; }
  .why-panel h1, .why-panel .page-cart .featured-products h2, .page-cart .featured-products .why-panel h2, .why-panel .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .why-panel .PM_ASBlockTitle, .why-panel #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .why-panel .PM_ASBlockTitle, .why-panel .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .why-panel h2, .why-panel .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .why-panel .PM_ASBlockTitle, .why-panel #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .why-panel .PM_ASBlockTitle, .why-panel h3, .why-panel p {
    color: #ffffff; }
  .why-panel h3 {
    margin: 25px 0 20px; }
    @media (min-width: 992px) {
      .why-panel h3 {
        margin: 35px 0 30px;
        font-size: 17px; } }
    @media (min-width: 1200px) {
      .why-panel h3 {
        font-size: 18px; } }

.testimonials-panel {
  background-image: url(../css/134a4edf1e9036573a58b826ab0eef33.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 80px; }
  .testimonials-panel h1, .testimonials-panel .page-cart .featured-products h2, .page-cart .featured-products .testimonials-panel h2, .testimonials-panel .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .testimonials-panel .PM_ASBlockTitle, .testimonials-panel #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .testimonials-panel .PM_ASBlockTitle, .testimonials-panel .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .testimonials-panel h2, .testimonials-panel .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .testimonials-panel .PM_ASBlockTitle, .testimonials-panel #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .testimonials-panel .PM_ASBlockTitle {
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5); }
  @media (min-width: 992px) {
    .testimonials-panel .slick-slider {
      padding: 0 40px; } }
  .testimonials-panel .slick-slider .testimonial-item {
    margin: 0 15px 10px;
    background-color: #362f2d;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px; }
    @media (min-width: 768px) {
      .testimonials-panel .slick-slider .testimonial-item {
        padding: 25px; } }
    @media (min-width: 992px) {
      .testimonials-panel .slick-slider .testimonial-item {
        padding: 30px; } }
    .testimonials-panel .slick-slider .testimonial-item p {
      color: #ffffff; }
    .testimonials-panel .slick-slider .testimonial-item .quote {
      line-height: 1.45;
      font-size: 16px;
      margin-bottom: 8px; }
    .testimonials-panel .slick-slider .testimonial-item .author {
      text-align: right;
      line-height: 1.75;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      margin-bottom: 0; }
  .testimonials-panel .slick-slider .slick-arrow {
    width: 22px;
    height: 30px; }
    .testimonials-panel .slick-slider .slick-arrow:before {
      transition: opacity 0.3s ease-in-out;
      font-family: FontAwesome;
      font-size: 30px;
      color: #63674a;
      text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5); }
    .testimonials-panel .slick-slider .slick-arrow:hover:before, .testimonials-panel .slick-slider .slick-arrow:focus:before {
      opacity: 1; }
    .testimonials-panel .slick-slider .slick-arrow.slick-prev:before {
      content: '\F053'; }
    .testimonials-panel .slick-slider .slick-arrow.slick-next:before {
      content: '\F054'; }

#shippingModal .modal-dialog {
  margin: 0 auto; }

#shippingModal .modal-content {
  border-radius: 0;
  border: none;
  background-color: transparent;
  display: inline-flex; }

#shippingModal .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 3rem; }

#shippingModal.show {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.footer-top {
  background-color: #736357;
  padding: 8px 0 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-top {
      text-align: left; } }
  .footer-top .block_newsletter > .row {
    align-items: center; }
  .footer-top .newsletter-cta {
    margin: 0 0 15px;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-align: center; }
    @media (min-width: 992px) {
      .footer-top .newsletter-cta {
        margin: 0;
        text-align: left; } }
    @media (min-width: 1200px) {
      .footer-top .newsletter-cta {
        font-size: 40px; } }
  .footer-top .newsletter-text {
    font-size: 18px;
    font-family: "Average", serif;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .footer-top .newsletter-text {
        margin: 4px 0 0;
        font-size: 20px; } }
    @media (min-width: 992px) {
      .footer-top .newsletter-text {
        margin: 0 0 2px;
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .footer-top .newsletter-text {
        font-size: 21.8px; } }
  .footer-top .input-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .footer-top .input-container .mc-field-group {
      flex-grow: 1; }
      .footer-top .input-container .mc-field-group input[type="email"] {
        width: 100%; }
    .footer-top .input-container #mce-responses {
      width: 100%;
      color: #ffffff; }
    .footer-top .input-container input[type="text"],
    .footer-top .input-container input[type="email"] {
      flex-grow: 1;
      border: 1px solid #ffffff;
      border-right: 0;
      background-color: transparent;
      padding: 6px 20px;
      font-size: 14px;
      font-family: "Average", serif;
      color: #ffffff; }
      .footer-top .input-container input[type="text"]::-webkit-input-placeholder,
      .footer-top .input-container input[type="email"]::-webkit-input-placeholder {
        color: #9a9a9a; }
      .footer-top .input-container input[type="text"]:-moz-placeholder,
      .footer-top .input-container input[type="email"]:-moz-placeholder {
        color: #9a9a9a; }
      .footer-top .input-container input[type="text"]::-moz-placeholder,
      .footer-top .input-container input[type="email"]::-moz-placeholder {
        color: #9a9a9a; }
      .footer-top .input-container input[type="text"]:-ms-input-placeholder,
      .footer-top .input-container input[type="email"]:-ms-input-placeholder {
        color: #9a9a9a; }

.block-social a:before {
  content: '';
  font-family: FontAwesome;
  font-size: 24px; }

.block-social .youtube a:before {
  content: '\F166'; }

.block-social .facebook a:before {
  content: '\F082'; }

.block-social .instagram a:before {
  content: '\F16D'; }

.footer-container {
  background-color: #362f2d;
  padding: 40px 0 50px; }
  .footer-container a, .footer-container p, .footer-container li, .footer-container h4, .footer-container span, .footer-container div {
    color: #ffffff; }
  .footer-container h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 8px;
    margin: 30px 0 6px;
    font-size: 14px; }
    @media (min-width: 992px) {
      .footer-container h4 {
        font-size: 13px; } }
    @media (min-width: 1200px) {
      .footer-container h4 {
        font-size: 14px; } }
    .footer-container h4 > a {
      text-transform: uppercase; }
  .footer-container .logo-link {
    text-align: center;
    display: block; }
    @media (min-width: 768px) {
      .footer-container .logo-link {
        text-align: left; } }
  .footer-container .footer-phone {
    display: inline-block;
    margin: 6px 0;
    font-size: 24px;
    color: #d8d58d; }
  .footer-container .top-nav-col {
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 768px) {
      .footer-container .top-nav-col {
        justify-content: flex-end; } }
  .footer-container .nav {
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center; }
    @media (min-width: 768px) {
      .footer-container .nav {
        align-items: center;
        justify-content: flex-start;
        margin-right: -6px; } }
    @media (min-width: 992px) {
      .footer-container .nav {
        margin-right: 5px;
        margin-bottom: 0; } }
    .footer-container .nav li a {
      display: block;
      font-size: 14px;
      padding: 6px 8px; }
      @media (min-width: 768px) {
        .footer-container .nav li a {
          padding: 0 6px; } }
    .footer-container .nav.nav-social {
      margin-right: -3px; }
      .footer-container .nav.nav-social li a {
        padding: 0 3px; }
  .footer-container .static-link-home {
    display: list-item; }
    @media (min-width: 768px) {
      .footer-container .static-link-home {
        display: none; } }
    @media (min-width: 992px) {
      .footer-container .static-link-home {
        display: list-item; } }
  .footer-container .nav li a {
    transition: color 0.3s ease-in-out; }
    .footer-container .nav li a:hover, .footer-container .nav li a:focus {
      color: #d8d58d; }
  .footer-container .block-contact p {
    line-height: 1.5;
    font-size: 14.8px; }
    @media (min-width: 1200px) {
      .footer-container .block-contact p {
        font-size: 16px; } }
  .footer-container .footer-nav {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .footer-container .footer-nav {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .footer-container .footer-nav {
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 1200px) {
      .footer-container .footer-nav {
        flex: 0 0 calc(1 / 6 * 100%);
        max-width: calc(1 / 6 * 100%); } }
    .footer-container .footer-nav ul {
      columns: 2;
      column-gap: 30px; }
      @media (min-width: 992px) {
        .footer-container .footer-nav ul {
          columns: 1;
          column-gap: normal; } }
    .footer-container .footer-nav li {
      white-space: nowrap; }
    .footer-container .footer-nav .sub-menu li a {
      display: block;
      font-family: "Average", serif;
      font-size: 14.8px;
      padding: 2px 0;
      transition: color 0.3s ease-in-out;
      max-width: 100%;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media (min-width: 992px) {
        .footer-container .footer-nav .sub-menu li a {
          padding: 0; } }
      @media (min-width: 1200px) {
        .footer-container .footer-nav .sub-menu li a {
          font-size: 16px; } }
      .footer-container .footer-nav .sub-menu li a:hover, .footer-container .footer-nav .sub-menu li a:focus {
        color: #d8d58d; }
    @media (min-width: 992px) {
      .footer-container .footer-nav.nav-parts {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .footer-container .footer-nav.nav-parts .sub-menu ul {
        columns: 2;
        column-gap: 30px; } }
    .footer-container .footer-nav.nav-wood .sub-menu ul {
      column-gap: 30px; }
    @media (min-width: 992px) {
      .footer-container .footer-nav.nav-tools {
        flex: 0 0 40%;
        max-width: 40%; } }
    @media (min-width: 1200px) {
      .footer-container .footer-nav.nav-tools {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .footer-container .footer-nav.nav-tools .sub-menu ul {
        column-gap: normal;
        columns: 2; } }
    @media (min-width: 1200px) {
      .footer-container .footer-nav.nav-tools .sub-menu ul {
        column-gap: normal;
        columns: 3; } }

.footer-after .static-link {
  display: none; }

.footer-after .nav {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 810px;
  margin: 40px auto 0; }
  .footer-after .nav li a {
    font-family: "Average", serif;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 10px; }
    @media (min-width: 1200px) {
      .footer-after .nav li a {
        font-size: 16px; } }

.copyright {
  background-color: #2e2e2e;
  padding: 3px 0;
  text-align: center; }
  .copyright p {
    margin: 0;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #ffffff; }

#left-column .block-categories .parent-cat-link {
  display: block;
  margin-bottom: 10px;
  font-weight: bold; }
  #left-column .block-categories .parent-cat-link:before {
    content: '\F104';
    font-family: FontAwesome;
    margin-right: 4px; }

#left-column .block-categories select {
  border-color: #7c7c7c;
  color: #7c7c7c;
  width: 100%; }

#left-column .PM_ASBlockOutput .card {
  box-shadow: none;
  border: none;
  padding: 10px;
  background-color: #63674a;
  color: #ffffff; }
  #left-column .PM_ASBlockOutput .card .card-header {
    background-color: transparent;
    border: none; }
    #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle {
      display: block;
      margin-bottom: 15px;
      padding-bottom: 8px;
      border-bottom: 3px solid #ffffff; }
  #left-column .PM_ASBlockOutput .card .PM_ASResetSearch,
  #left-column .PM_ASBlockOutput .card .PM_ASResetGroup {
    color: #ffffff; }
  #left-column .PM_ASBlockOutput .card .card-block,
  #left-column .PM_ASBlockOutput .card .card-header {
    padding: 0; }

#left-column .PM_ASBlockOutput .PM_ASCriterionsGroupTitle {
  text-transform: none; }

#left-column .PM_ASBlockOutput .PM_ASCriterionsGroupOuter {
  overflow-y: auto;
  max-height: 280px; }

#left-column .PM_ASBlockOutput select {
  border-color: #7c7c7c;
  color: #7c7c7c; }

#left-column .PM_ASBlockOutput .checkbox, #left-column .PM_ASBlockOutput .radio {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }
  #left-column .PM_ASBlockOutput .checkbox label, #left-column .PM_ASBlockOutput .radio label {
    margin-bottom: 0;
    padding: 0 8px;
    flex-grow: 1; }
    #left-column .PM_ASBlockOutput .checkbox label a, #left-column .PM_ASBlockOutput .radio label a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #ffffff;
      font-size: 18px; }
      #left-column .PM_ASBlockOutput .checkbox label a div.PM_ASCriterionNbProduct, #left-column .PM_ASBlockOutput .radio label a div.PM_ASCriterionNbProduct {
        opacity: 1; }

.PM_ASCriterionStepEnable {
  overflow: hidden; }
  .PM_ASCriterionStepEnable .range-row {
    display: flex;
    margin: 0 -10px; }
    .PM_ASCriterionStepEnable .range-row .range-col {
      padding: 0 10px;
      flex: 0 0 50%;
      max-width: 50%; }
      .PM_ASCriterionStepEnable .range-row .range-col input {
        border-color: #7c7c7c; }

.PM_ASCriterionsGroupPrice .PM_ASCriterionsGroupOuter .PM_ASCriterionStepEnable {
  padding-top: 10px; }

.left-col {
  margin-bottom: 55px; }
  @media (min-width: 992px) {
    .left-col {
      margin-top: 10px;
      margin-bottom: 0; } }

.navbar-toggler {
  padding: 0;
  border: none; }

.material-icons.remove {
  display: inline-block;
  cursor: pointer; }

.material-icons.add {
  display: none;
  cursor: pointer; }

.collapsed .material-icons.remove {
  display: none; }

.collapsed .material-icons.add {
  display: inline-block; }

.block-category h1, .block-category .page-cart .featured-products h2, .page-cart .featured-products .block-category h2, .block-category .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .block-category .PM_ASBlockTitle, .block-category #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .block-category .PM_ASBlockTitle, .block-category .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .block-category h2, .block-category .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .block-category .PM_ASBlockTitle, .block-category #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .block-category .PM_ASBlockTitle, .block-category .h1 {
  margin-bottom: 30px; }

.page-category #subcategories {
  margin-bottom: 35px;
  border-bottom: 5px solid #362f2d; }
  .page-category #subcategories h2, .page-category #subcategories #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-category #subcategories .PM_ASBlockTitle {
    margin-bottom: 35px; }
  .page-category #subcategories .subcat-link {
    margin-bottom: 30px;
    display: inline-block; }
  .page-category #subcategories .view-item-container {
    border: 1px solid #cccccc;
    display: inline-block;
    margin-bottom: 15px; }

.sidebar-block {
  margin-bottom: 30px; }
  .sidebar-block:last-of-type {
    margin-bottom: 0; }
  .sidebar-block h2, .sidebar-block #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .sidebar-block .PM_ASBlockTitle {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 3px solid #362f2d; }
  .sidebar-block .title {
    margin-bottom: 10px;
    cursor: pointer; }
    .sidebar-block .title .h3, .sidebar-block .title #left-column .PM_ASBlockOutput .PM_ASCriterionsGroupTitle, #left-column .PM_ASBlockOutput .sidebar-block .title .PM_ASCriterionsGroupTitle {
      margin-bottom: 0;
      text-transform: none; }

.block-categories .category-sub-menu ul {
  padding-left: 10px; }

.block-categories .category-sub-menu li li a {
  font-size: 16px; }

.block-categories li a {
  font-weight: 700;
  padding: 4px 0;
  font-size: 18px;
  display: inline-block;
  transition: 0.3s ease-in-out; }
  .block-categories li a:hover, .block-categories li a:focus {
    color: #1c1d15; }

.block-categories li[data-depth="0"] > .d-flex > .navbar-toggler .material-icons {
  font-size: 28px; }

#search_filters .navbar-toggler {
  margin-top: -3px; }

#search_filters .facet ul {
  max-height: 280px;
  overflow-y: hidden; }
  #search_filters .facet ul.show {
    overflow-y: auto; }

.btn.js-search-filters-clear-all, .presto-payment > a.js-search-filters-clear-all {
  color: #ffffff;
  width: 100%;
  box-shadow: none;
  cursor: pointer; }

#js-product-list-top {
  margin-bottom: 30px; }
  #js-product-list-top a.select-title {
    color: #63674a;
    cursor: pointer;
    display: block;
    border: 1px solid #362f2d;
    padding: 8px 10px;
    position: relative; }
    #js-product-list-top a.select-title .material-icons {
      transform: translateY(-50%);
      position: absolute;
      right: 8px;
      top: 50%; }
    #js-product-list-top a.select-title:after {
      content: '';
      display: block;
      border-left: 1px solid #362f2d;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 40px; }
  #js-product-list-top .dropdown-menu {
    background-color: #63674a;
    padding: 3px 0;
    left: 15px;
    right: 15px; }
    #js-product-list-top .dropdown-menu a {
      color: #ffffff;
      display: block;
      padding: 4px 10px;
      background-color: #63674a;
      transition: 0.3s ease-in-out; }
      #js-product-list-top .dropdown-menu a:hover, #js-product-list-top .dropdown-menu a:focus, #js-product-list-top .dropdown-menu a.current {
        background-color: #383a2a; }

#_mobile_search_filters_clear_all {
  margin-bottom: 10px;
  display: block; }

#js-active-search-filters {
  margin-top: -10px;
  margin-bottom: 30px; }
  #js-active-search-filters.hide {
    display: none; }
  #js-active-search-filters ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    #js-active-search-filters ul li {
      padding: 0 5px;
      color: #ffffff; }
      #js-active-search-filters ul li .d-flex {
        background-color: #736357;
        padding: 2px 10px; }
      #js-active-search-filters ul li span {
        display: inline-block; }
      #js-active-search-filters ul li a {
        color: #ffffff;
        margin-left: 8px;
        display: inline-block; }
      #js-active-search-filters ul li .close {
        color: #ffffff;
        text-shadow: none; }

#pagination {
  margin-top: 30px; }
  #pagination .pagination {
    justify-content: center;
    align-items: center;
    margin: 0 -4px; }
  #pagination a {
    display: block;
    padding: 0 4px;
    font-size: 18px; }
  #pagination .material-icons {
    line-height: 1.1; }
  #pagination .disabled {
    color: #362f2d; }

#blockcart-modal.fade.show {
  display: flex !important;
  align-items: center; }

#blockcart-modal .modal-dialog {
  max-width: 98%; }
  @media (min-width: 576px) {
    #blockcart-modal .modal-dialog {
      width: 510px; } }
  @media (min-width: 768px) {
    #blockcart-modal .modal-dialog {
      width: 710px; } }
  @media (min-width: 992px) {
    #blockcart-modal .modal-dialog {
      width: 950px; } }
  @media (min-width: 1200px) {
    #blockcart-modal .modal-dialog {
      width: 1140px; } }

#blockcart-modal .modal-header {
  background-color: #63674a; }

#blockcart-modal .modal-title, #blockcart-modal .close {
  margin: 0;
  color: #ffffff; }

#blockcart-modal .modal-content {
  border-radius: 0; }

#blockcart-modal .product-image {
  display: block;
  margin: 0 auto 15px; }

#blockcart-modal .cart-content-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #blockcart-modal .cart-content-btn .btn, #blockcart-modal .cart-content-btn .presto-payment > a {
    font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 576px) {
      #blockcart-modal .cart-content-btn .btn, #blockcart-modal .cart-content-btn .presto-payment > a {
        width: auto;
        margin-top: 0; } }

#blockcart-modal p.d-flex {
  margin-bottom: 3px; }
  #blockcart-modal p.d-flex:last-of-type {
    margin-bottom: 20px; }

@media (min-width: 576px) {
  #gc-success-modal {
    width: 510px; } }

@media (min-width: 768px) {
  #gc-success-modal {
    width: 710px; } }

@media (min-width: 992px) {
  #gc-success-modal {
    width: 950px; } }

@media (min-width: 1200px) {
  #gc-success-modal {
    width: 1140px; } }

#gc-success-modal .gcsm-header {
  background-color: #63674a;
  text-align: left; }
  #gc-success-modal .gcsm-header h4 {
    font-size: 14px;
    text-align: left; }

#gc-success-modal .cart-content-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#gc-success-modal .btn, #gc-success-modal .presto-payment > a {
  padding: 15px;
  padding-top: 15px;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 700; }

.fancybox-wrap .fancybox-close {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  opacity: .5;
  top: 10px;
  right: 15px; }
  .fancybox-wrap .fancybox-close::after {
    content: 'x';
    color: #ffffff;
    text-shadow: 0 1px 0 #ffffff; }

#product-list {
  position: relative; }

@media (min-width: 992px) {
  #collapseFilters {
    display: block; } }

#cdpcp-go-to-compare-form .cdpcp-compare-now {
  font-size: 16px;
  width: auto;
  font-weight: bold; }
  @media (min-width: 768px) {
    #cdpcp-go-to-compare-form .cdpcp-compare-now {
      margin-top: -20px; } }

#cdpcp-compare-modal {
  overflow-x: hidden;
  overflow-y: auto; }
  #cdpcp-compare-modal .modal-header {
    flex-wrap: wrap; }

.cdpcp-compare-modal__dialog button.close {
  margin-right: 20px; }

.cdpcp-compare-modal__dialog .modal-title {
  line-height: 1.2; }

.cdpcp-compare-modal__dialog .cdpcp-table-actions__btn:first-of-type {
  margin-right: 5px; }

.cdpcp-compare-modal__dialog .cdpcp-table-actions__btn + .cdpcp-table-actions__btn {
  margin: 0; }

#cdpcp-table .cdpcp-table__delete {
  width: auto;
  min-width: 0;
  color: #ffffff; }
  #cdpcp-table .cdpcp-table__delete svg {
    margin-right: 0; }

#cdpcp-table .cdpcp-table__header-row .cdpcp-table__header-cell {
  background-color: transparent; }

#cdpcp-table .cdpcp-table__feature-row th {
  border-color: #ccc; }

#cdproductcomparisonplus::before {
  content: 'Comparison';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border: 1px solid #dddddd;
  border-bottom: 0;
  background-color: #736357;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 0; }

#cdpcp-menu,
#cdpcp-items-wrapper {
  background-color: #63674a !important;
  border-radius: 0; }
  #cdpcp-menu .cdpcp-menu-icon,
  #cdpcp-items-wrapper .cdpcp-menu-icon {
    color: #fff; }

@media (min-width: 768px) {
  .contact-rich {
    margin: 25px 0 0; } }

.contact-rich .icon, .contact-rich .data {
  padding: 0 15px; }

.contact-rich .material-icons {
  color: #63674a;
  font-size: 26px; }

.contact-rich .block:last-of-type p {
  margin-bottom: 0; }

.contact-rich p {
  color: #362f2d; }
  .contact-rich p a {
    color: #362f2d; }

#shippingRestrictions tbody tr td:first-of-type {
  width: 65px;
  text-align: center; }

.page-cms h1, .page-cms .page-cart .featured-products h2, .page-cart .featured-products .page-cms h2, .page-cms .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .page-cms .PM_ASBlockTitle, .page-cms #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .page-cms .PM_ASBlockTitle, .page-cms .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .page-cms h2, .page-cms .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .page-cms .PM_ASBlockTitle, .page-cms #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .page-cms .PM_ASBlockTitle, .page-cms .h1 {
  margin: 0 0 30px; }

.page-cms .left-col {
  margin-top: 55px; }
  @media (min-width: 992px) {
    .page-cms .left-col {
      margin-top: 10px;
      margin-bottom: 0; } }

.page-cms #nav_displayLeftColumnCMS {
  flex-direction: column; }
  .page-cms #nav_displayLeftColumnCMS li a {
    font-weight: 700;
    padding: 4px 0;
    font-size: 18px;
    display: block; }

.page-cms #content ul {
  list-style-type: disc;
  padding-left: 35px; }

.page-cms #content li {
  margin: 4px 0; }

.page-cms #content table {
  margin-bottom: 1rem; }

.help-center-cats h3 {
  margin-bottom: 20px; }

.help-center-cats .view-item-container {
  border: 1px solid #cccccc;
  display: inline-block;
  margin-bottom: 15px; }

.entry-header h1, .entry-header .page-cart .featured-products h2, .page-cart .featured-products .entry-header h2, .entry-header .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .entry-header .PM_ASBlockTitle, .entry-header #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .entry-header .PM_ASBlockTitle, .entry-header .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .entry-header h2, .entry-header .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .entry-header .PM_ASBlockTitle, .entry-header #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .entry-header .PM_ASBlockTitle {
  margin: 0 0 20px; }

h1.blog-title a, .page-cart .featured-products h2.blog-title a, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .blog-title.PM_ASBlockTitle a, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .blog-title.PM_ASBlockTitle a, .page-order-confirmation .featured-products h2.blog-title a, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .blog-title.PM_ASBlockTitle a, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .blog-title.PM_ASBlockTitle a {
  color: #362f2d; }

.product-miniature .thumbnail-container {
  position: relative;
  height: 100%;
  padding-bottom: 70px; }

.product-miniature .box.thumbnail {
  border-width: 1px;
  margin-bottom: 25px; }

.product-miniature span.sku {
  display: block;
  margin-bottom: 15px; }

.product-miniature h1, .product-miniature .page-cart .featured-products h2, .page-cart .featured-products .product-miniature h2, .product-miniature .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-miniature .PM_ASBlockTitle, .product-miniature #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .product-miniature .PM_ASBlockTitle, .product-miniature .page-order-confirmation .featured-products h2, .page-order-confirmation .featured-products .product-miniature h2, .product-miniature .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-miniature .PM_ASBlockTitle, .product-miniature #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .product-miniature .PM_ASBlockTitle {
  margin-bottom: 20px;
  text-align: left !important; }
  .product-miniature h1 > a, .product-miniature .page-cart .featured-products h2 > a, .page-cart .featured-products .product-miniature h2 > a, .product-miniature .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle > a, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-miniature .PM_ASBlockTitle > a, .product-miniature #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle > a, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .product-miniature .PM_ASBlockTitle > a, .product-miniature .page-order-confirmation .featured-products h2 > a, .page-order-confirmation .featured-products .product-miniature h2 > a, .product-miniature .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle > a, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-miniature .PM_ASBlockTitle > a, .product-miniature #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle > a, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .product-miniature .PM_ASBlockTitle > a {
    color: #1f1f1f; }

.product-miniature .product-price-and-shipping {
  position: absolute;
  bottom: 50px;
  left: 0; }

.product-miniature .btn, .product-miniature .presto-payment > a {
  min-width: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: calc(60% - 10px);
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (min-width: 768px) {
    .product-miniature .btn, .product-miniature .presto-payment > a {
      width: calc(60% - 5px); } }
  @media (min-width: 1200px) {
    .product-miniature .btn, .product-miniature .presto-payment > a {
      width: calc(60% - 10px); } }

.product-miniature.slick-slide {
  clear: none !important; }

.product-miniature .btn, .product-miniature .presto-payment > a,
.product-miniature .btn.cdpcp-compare-btn,
.product-miniature .presto-payment > a.cdpcp-compare-btn,
.product-miniature--pseudo .btn,
.product-miniature--pseudo .presto-payment > a,
.product-miniature--pseudo .btn.cdpcp-compare-btn,
.product-miniature--pseudo .presto-payment > a.cdpcp-compare-btn {
  font-size: 16px; }
  @media (min-width: 576px) {
    .product-miniature .btn, .product-miniature .presto-payment > a,
    .product-miniature .btn.cdpcp-compare-btn,
    .product-miniature .presto-payment > a.cdpcp-compare-btn,
    .product-miniature--pseudo .btn,
    .product-miniature--pseudo .presto-payment > a,
    .product-miniature--pseudo .btn.cdpcp-compare-btn,
    .product-miniature--pseudo .presto-payment > a.cdpcp-compare-btn {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .product-miniature .btn, .product-miniature .presto-payment > a,
    .product-miniature .btn.cdpcp-compare-btn,
    .product-miniature .presto-payment > a.cdpcp-compare-btn,
    .product-miniature--pseudo .btn,
    .product-miniature--pseudo .presto-payment > a,
    .product-miniature--pseudo .btn.cdpcp-compare-btn,
    .product-miniature--pseudo .presto-payment > a.cdpcp-compare-btn {
      font-size: 16px; } }

.product-miniature {
  position: relative; }
  
  .product-miniature .btn.cdpcp-compare-btn,
  .product-miniature .presto-payment > a.cdpcp-compare-btn {
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    background-color: #736357;
    color: #ffffff;
    float: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 40%;
    min-width: 0;
    margin: 0 !important; }
    .product-miniature .btn.cdpcp-compare-btn svg, .product-miniature .presto-payment > a.cdpcp-compare-btn svg {
      display: none; }
    .product-miniature .btn.cdpcp-compare-btn:focus, .product-miniature .presto-payment > a.cdpcp-compare-btn:focus, .product-miniature .btn.cdpcp-compare-btn:hover, .product-miniature .presto-payment > a.cdpcp-compare-btn:hover {
      background-color: #564a41;
      color: #ffffff; }

@media (min-width: 992px) {
  .js-product-images-modal .modal-dialog {
    max-width: 600px; } }

@media (min-width: 1200px) {
  .js-product-images-modal .modal-dialog {
    max-width: 650px; } }

.images-container {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .images-container {
      flex-wrap: nowrap; } }
  .images-container .product-cover {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .images-container .product-cover {
        flex: 0 0 80%;
        max-width: 80%; } }
  .images-container .product-thumbnail-images {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .images-container .product-thumbnail-images {
        flex: 0 0 calc(20% - 15px);
        max-width: calc(20% - 15px);
        margin-left: 15px; } }
  .images-container .slick-slider {
    margin: 0; }
    .images-container .slick-slider .slick-slide {
      margin: 0 5px;
      border: 1px solid #63674a;
      height: auto; }
      @media (min-width: 480px) {
        .images-container .slick-slider .slick-slide {
          margin: 0 10px; } }
      @media (min-width: 576px) {
        .images-container .slick-slider .slick-slide {
          margin: 5px 0; } }
    .images-container .slick-slider .slick-arrow {
      transform: translateX(-50%);
      left: 50%;
      right: auto;
      width: auto; }
      .images-container .slick-slider .slick-arrow:before {
        color: #63674a;
        font-family: FontAwesome; }
      .images-container .slick-slider .slick-arrow.slick-prev {
        top: -20px; }
        .images-container .slick-slider .slick-arrow.slick-prev:before {
          content: '\F077'; }
      .images-container .slick-slider .slick-arrow.slick-next {
        top: auto;
        bottom: -20px; }
        .images-container .slick-slider .slick-arrow.slick-next:before {
          content: '\F078'; }

.products.row {
  margin-bottom: -35px; }
  .products.row .product-col {
    margin-bottom: 35px; }
  .products.row .product-miniature {
    height: 100%; }

.product-info-col .product-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.product-info-col .product-title {
  text-transform: none;
  margin-bottom: 3px;
  font-size: 36px; }

.product-info-col .product-discount {
  margin-top: 10px;
  font-size: 28px;
  text-decoration: line-through;
  margin-bottom: 0;
  margin-right: 10px; }

.product-info-col .product-price {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 0; }
  .product-info-col .product-price .discount.discount-amount {
    font-size: 18px;
    color: #1f1f1f; }

.product-info-col .table-product-discounts {
  width: 100%;
  margin-bottom: 20px; }
  .product-info-col .table-product-discounts th {
    width: calc(1 / 3 * 100%); }

.product-attachments h3,
.product-features h3 {
  text-transform: none; }

.details-list {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }
  .details-list li {
    padding: 0 15px; }

.images-container .ndkzoom {
  display: none !important; }

.product-cover {
  margin-bottom: 20px;
  position: relative; }
  .product-cover img {
    background: white; }
  .product-cover .layer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    cursor: pointer;
    transition: opacity 0.7s ease-in-out; }
    .product-cover .layer:hover {
      opacity: 1; }
    .product-cover .layer .zoom-in {
      font-size: 100px;
      color: #63674a; }

#products p.better-search-results-message {
  font-size: 18px;
  font-family: "Lato", sans-serif; }

#product-modal .modal-content {
  background: transparent;
  border: none;
  padding: 0; }
  #product-modal .modal-content .modal-body {
    display: flex;
    margin: 0 -30%; }
    #product-modal .modal-content .modal-body .product-cover-modal {
      background: white; }
    #product-modal .modal-content .modal-body .image-caption {
      background: white;
      padding: 10px 20px;
      border-top: #dbd9d9 1px solid;
      max-width: 800px; }
      #product-modal .modal-content .modal-body .image-caption li {
        list-style: disc;
        padding-left: 40px; }
      #product-modal .modal-content .modal-body .image-caption *:last-child {
        margin-bottom: 0; }
    #product-modal .modal-content .modal-body .thumbnails {
      position: relative; }
    #product-modal .modal-content .modal-body .mask {
      position: relative;
      overflow: hidden;
      max-height: 790px;
      margin-top: 35px;
      z-index: 1; }
      #product-modal .modal-content .modal-body .mask.nomargin {
        margin-top: 0; }
    #product-modal .modal-content .modal-body .product-images {
      margin-left: 10px; }
      #product-modal .modal-content .modal-body .product-images img {
        width: 148px;
        cursor: pointer;
        background: white; }
        #product-modal .modal-content .modal-body .product-images img:hover {
          border: #63674a 3px solid; }
    #product-modal .modal-content .modal-body .arrows {
      height: 100%;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 0;
      color: white;
      right: 30px;
      z-index: 0;
      cursor: pointer; }
      #product-modal .modal-content .modal-body .arrows .arrow-up {
        position: absolute;
        top: -2rem;
        opacity: 0.2; }
      #product-modal .modal-content .modal-body .arrows .arrow-down {
        position: absolute;
        bottom: -2rem; }
      #product-modal .modal-content .modal-body .arrows i {
        font-size: 100px;
        display: inline; }

.product-images {
  margin-bottom: 10px; }
  .product-images > li.thumb-container {
    display: inline;
    cursor: pointer; }
    .product-images > li.thumb-container:focus {
      outline: none; }
    .product-images > li.thumb-container > .thumb {
      cursor: pointer;
      margin-bottom: 0; }
      .images-container .product-images > li.thumb-container > .thumb {
        margin-right: 13px; }
      .product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
        border: 2px solid #cccccc; }

#main .images-container .js-qv-mask {
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  #main .images-container .js-qv-mask.scroll {
    padding: 0 30px;
    margin: 0 auto; }

.product-thumbnail-images {
  position: relative; }

.scroll-box-arrows {
  display: none; }
  .scroll-box-arrows.scroll {
    display: block; }
  .scroll-box-arrows i {
    position: absolute;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%); }
  .scroll-box-arrows .left {
    left: 0; }
  .scroll-box-arrows .right {
    right: 0; }

.product-variants > .product-variants-item {
  margin: 0 0 15px; }
  .product-variants > .product-variants-item ul {
    display: flex; }
    .product-variants > .product-variants-item ul li {
      margin-right: 10px; }
  .product-variants > .product-variants-item .color {
    margin-left: 0;
    margin-top: 0; }

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px; }

.input-container {
  position: relative; }

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%; }

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #362f2d; }

.radio-label {
  background: white;
  display: inline-block;
  padding: 2px 10px;
  font-weight: 600;
  border: 2px solid white; }

.product-extras {
  position: relative; }

#product-availability {
  position: absolute;
  top: -8px;
  right: 0; }

.product-description-short li,
.product-description-short p {
  font-size: 18px; }

.product-description-short ul {
  list-style: disc;
  padding-left: 40px; }

.product-description-short li {
  margin-bottom: 5px; }

.product-description-short a {
  font-weight: bold;
  text-decoration: underline; }

.product-description-short .h1,
.product-description-short h1,
.product-description-short .page-cart .featured-products h2,
.page-cart .featured-products .product-description-short h2,
.product-description-short .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
.page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-description-short .PM_ASBlockTitle,
.product-description-short #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle,
#left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .product-description-short .PM_ASBlockTitle,
.product-description-short .page-order-confirmation .featured-products h2,
.page-order-confirmation .featured-products .product-description-short h2,
.product-description-short .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
.page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-description-short .PM_ASBlockTitle,
.product-description-short #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle,
#left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .product-description-short .PM_ASBlockTitle {
  margin-bottom: 20px; }

.product-description-short .h2, .product-description-short #productCommentsBlock h1, #productCommentsBlock .product-description-short h1, .product-description-short #productCommentsBlock .page-cart .featured-products h2, #productCommentsBlock .page-cart .featured-products .product-description-short h2, .product-description-short .page-cart .featured-products #productCommentsBlock h2, .page-cart .featured-products #productCommentsBlock .product-description-short h2, .product-description-short #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-description-short .PM_ASBlockTitle, .product-description-short .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .product-description-short .PM_ASBlockTitle, .product-description-short #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .product-description-short .PM_ASBlockTitle, .product-description-short #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .product-description-short .PM_ASBlockTitle, .product-description-short #productCommentsBlock .page-order-confirmation .featured-products h2, #productCommentsBlock .page-order-confirmation .featured-products .product-description-short h2, .product-description-short .page-order-confirmation .featured-products #productCommentsBlock h2, .page-order-confirmation .featured-products #productCommentsBlock .product-description-short h2, .product-description-short #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-description-short .PM_ASBlockTitle, .product-description-short .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .product-description-short .PM_ASBlockTitle, .product-description-short #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .product-description-short .PM_ASBlockTitle, .product-description-short #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .product-description-short .PM_ASBlockTitle, .product-description-short #ndkcsfields-block .ndkcfTitle, #ndkcsfields-block .product-description-short .ndkcfTitle,
.product-description-short .h3,
.product-description-short #left-column .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,
#left-column .PM_ASBlockOutput .product-description-short .PM_ASCriterionsGroupTitle,
.product-description-short h2,
.product-description-short #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
#left-column .PM_ASBlockOutput .card .card-header .product-description-short .PM_ASBlockTitle,
.product-description-short h3 {
  margin: 20px 0 15px; }

.product-description-short .h4,
.product-description-short .h5,
.product-description-short .h6,
.product-description-short h4,
.product-description-short h5,
.product-description-short h6 {
  margin: 15px 0 10px; }

.product-title-info {
  margin-top: 45px; }
  @media (min-width: 768px) {
    .product-title-info {
      margin-top: 0; } }
  .product-title-info .product-reference {
    margin-bottom: 3px;
    color: #63674a; }
    .product-title-info .product-reference label {
      margin: 0; }
  .product-title-info hr {
    border-color: rgba(99, 103, 74, 0.2); }
  .product-title-info .h2, .product-title-info #productCommentsBlock h1, #productCommentsBlock .product-title-info h1, .product-title-info #productCommentsBlock .page-cart .featured-products h2, #productCommentsBlock .page-cart .featured-products .product-title-info h2, .product-title-info .page-cart .featured-products #productCommentsBlock h2, .page-cart .featured-products #productCommentsBlock .product-title-info h2, .product-title-info #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-title-info .PM_ASBlockTitle, .product-title-info .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .product-title-info .PM_ASBlockTitle, .product-title-info #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .product-title-info .PM_ASBlockTitle, .product-title-info #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .product-title-info .PM_ASBlockTitle, .product-title-info #productCommentsBlock .page-order-confirmation .featured-products h2, #productCommentsBlock .page-order-confirmation .featured-products .product-title-info h2, .product-title-info .page-order-confirmation .featured-products #productCommentsBlock h2, .page-order-confirmation .featured-products #productCommentsBlock .product-title-info h2, .product-title-info #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .product-title-info .PM_ASBlockTitle, .product-title-info .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .product-title-info .PM_ASBlockTitle, .product-title-info #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .product-title-info .PM_ASBlockTitle, .product-title-info #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .product-title-info .PM_ASBlockTitle, .product-title-info #ndkcsfields-block .ndkcfTitle, #ndkcsfields-block .product-title-info .ndkcfTitle,
  .product-title-info h2,
  .product-title-info #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
  #left-column .PM_ASBlockOutput .card .card-header .product-title-info .PM_ASBlockTitle {
    color: #63674a; }

.product-actions {
  padding: 20px;
  margin-top: 45px;
  background-color: #f9f8f8; }
  @media (min-width: 768px) {
    .product-actions {
      padding: 25px; } }
  .product-actions .control-label {
    margin-bottom: 6px;
    display: block; }
  .product-actions .customize-btn {
    margin-bottom: 20px; }
  .product-actions .add-to-cart {
    height: 54px;
    line-height: inherit; }
    .product-actions .add-to-cart .material-icons {
      line-height: inherit; }

.product-add-to-cart #submitNdkcsfields {
  display: none;
  line-height: inherit; }
  .product-add-to-cart #submitNdkcsfields .material-icons {
    line-height: inherit; }

.product-quantity {
  display: flex;
  margin: 0 -10px; }
  .product-quantity .qty {
    flex: 0 0 80px;
    max-width: 80px;
    padding: 0 10px; }
    @media (min-width: 992px) {
      .product-quantity .qty {
        flex: 0 0 120px;
        max-width: 120px; } }
  .product-quantity .add {
    padding: 0 10px;
    flex-grow: 1; }
    .product-quantity .add .btn, .product-quantity .add .presto-payment > a {
      width: 100% !important;
      display: none; }
    .product-quantity .add #ndkSubmitButton {
      display: none; }
  .product-quantity.show-add-to-cart .add .btn, .product-quantity.show-add-to-cart .add .presto-payment > a {
    display: inline-block; }
  .product-quantity #quantity_wanted {
    color: #362f2d;
    background-color: white;
    height: 54px;
    padding: 0.175rem 0.5rem;
    width: 48px; }
  .product-quantity .input-group-btn-vertical {
    width: auto; }
    .product-quantity .input-group-btn-vertical .btn, .product-quantity .input-group-btn-vertical .presto-payment > a {
      padding: 13px 11px; }
      .product-quantity .input-group-btn-vertical .btn i, .product-quantity .input-group-btn-vertical .presto-payment > a i {
        font-size: 16px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%; }
  .product-quantity .btn-touchspin {
    height: 23px; }

.tab-pane.active {
  opacity: 1; }

.details-block {
  margin-top: 45px;
  background-color: #63674a;
  padding: 20px; }
  @media (min-width: 768px) {
    .details-block {
      padding: 40px; } }
  @media (min-width: 992px) {
    .details-block {
      padding: 40px 100px; } }
  .details-block * {
    color: #ffffff; }
  .details-block table,
  .details-block thead,
  .details-block tbody,
  .details-block tr,
  .details-block th {
    border-color: #ffffff; }
  .details-block th, .details-block td {
    border-color: #ffffff;
    padding: 0.2em 0.5em; }
  @media (min-width: 768px) {
    .details-block li,
    .details-block p {
      font-size: 17px; } }
  .details-block ul {
    list-style: disc;
    padding-left: 40px; }
  .details-block li {
    margin-bottom: 5px; }
  .details-block a {
    text-decoration: underline; }
    .details-block a:focus, .details-block a:hover {
      color: #ffffff; }
  .details-block .h1,
  .details-block h1,
  .details-block .page-cart .featured-products h2,
  .page-cart .featured-products .details-block h2,
  .details-block .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
  .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .details-block .PM_ASBlockTitle,
  .details-block #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle,
  #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .details-block .PM_ASBlockTitle,
  .details-block .page-order-confirmation .featured-products h2,
  .page-order-confirmation .featured-products .details-block h2,
  .details-block .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
  .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .details-block .PM_ASBlockTitle,
  .details-block #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle,
  #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .details-block .PM_ASBlockTitle {
    margin-bottom: 20px; }
  .details-block .h2, .details-block #productCommentsBlock h1, #productCommentsBlock .details-block h1, .details-block #productCommentsBlock .page-cart .featured-products h2, #productCommentsBlock .page-cart .featured-products .details-block h2, .details-block .page-cart .featured-products #productCommentsBlock h2, .page-cart .featured-products #productCommentsBlock .details-block h2, .details-block #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #productCommentsBlock .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header .details-block .PM_ASBlockTitle, .details-block .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, .page-cart .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .details-block .PM_ASBlockTitle, .details-block #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products .details-block .PM_ASBlockTitle, .details-block #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-cart .featured-products #productCommentsBlock .details-block .PM_ASBlockTitle, .details-block #productCommentsBlock .page-order-confirmation .featured-products h2, #productCommentsBlock .page-order-confirmation .featured-products .details-block h2, .details-block .page-order-confirmation .featured-products #productCommentsBlock h2, .page-order-confirmation .featured-products #productCommentsBlock .details-block h2, .details-block #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #productCommentsBlock .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header .details-block .PM_ASBlockTitle, .details-block .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .PM_ASBlockTitle, .page-order-confirmation .featured-products #left-column .PM_ASBlockOutput .card .card-header #productCommentsBlock .details-block .PM_ASBlockTitle, .details-block #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .PM_ASBlockTitle, #productCommentsBlock #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products .details-block .PM_ASBlockTitle, .details-block #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .page-order-confirmation .featured-products #productCommentsBlock .details-block .PM_ASBlockTitle, .details-block #ndkcsfields-block .ndkcfTitle, #ndkcsfields-block .details-block .ndkcfTitle,
  .details-block .h3,
  .details-block #left-column .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,
  #left-column .PM_ASBlockOutput .details-block .PM_ASCriterionsGroupTitle,
  .details-block h2,
  .details-block #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle,
  #left-column .PM_ASBlockOutput .card .card-header .details-block .PM_ASBlockTitle,
  .details-block h3 {
    margin: 20px 0 15px; }
  .details-block .h4,
  .details-block .h5,
  .details-block .h6,
  .details-block h4,
  .details-block h5,
  .details-block h6 {
    margin: 15px 0 10px; }
  .details-block .btn-default, .details-block .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .details-block .btn-touchspin {
    background-color: #f9f8f8;
    color: #63674a; }
    .details-block .btn-default:focus, .details-block .bootstrap-touchspin .btn-touchspin:focus, .bootstrap-touchspin .details-block .btn-touchspin:focus, .details-block .btn-default:hover, .details-block .bootstrap-touchspin .btn-touchspin:hover, .bootstrap-touchspin .details-block .btn-touchspin:hover {
      background-color: #ffffff;
      color: #63674a; }
  .details-block .product-features h3 {
    margin: 30px 0 20px; }
  .details-block .data-sheet {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .details-block .data-sheet dd,
    .details-block .data-sheet dt {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 5px;
      font-size: 15px; }
      @media (min-width: 768px) {
        .details-block .data-sheet dd,
        .details-block .data-sheet dt {
          font-size: 16px; } }
      .details-block .data-sheet dd > div,
      .details-block .data-sheet dt > div {
        padding: 8px;
        background-color: #55583f;
        color: #ffffff; }

.product-flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101; }
  .product-flags li {
    font-family: "Lato", sans-serif;
    padding: 4px 5px;
    font-weight: 700;
    color: #ffffff;
    background-color: #736357;
    opacity: 80%;
    text-align: center; }
  .product-flags .on-sale {
    background-color: #736357; }
  .product-flags .discount {
    background-color: #63674a; }

.product-availability-date label {
  color: #1f1f1f;
  font-size: 16px; }

.page-product .product-flags {
  left: 15px; }
  .page-product .product-flags li {
    padding: 4px 8px;
    font-size: 22px; }

.product-flag.new {
  color: #ffffff;
  font-size: 20px; }

#productCommentsBlock {
  background-color: #f9f8f8;
  margin-top: 45px;
  padding: 20px; }
  @media (min-width: 768px) {
    #productCommentsBlock {
      padding: 40px; } }
  @media (min-width: 992px) {
    #productCommentsBlock {
      padding: 40px 100px; } }
  #productCommentsBlock .comment {
    display: flex;
    flex-wrap: wrap; }
    #productCommentsBlock .comment .comment_author {
      flex: 0 0 240px;
      max-width: 240px;
      float: none; }
      #productCommentsBlock .comment .comment_author > span {
        display: none; }
    #productCommentsBlock .comment .comment_details {
      flex-grow: 1;
      float: none; }
  #productCommentsBlock .comment_author_infos {
    margin-bottom: 20px; }
  #productCommentsBlock #product_comments_block_tab div.comment_details ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  #productCommentsBlock #product_comments_block_tab div.comment_details li {
    background: none;
    padding-left: 0; }

#new_comment_form {
  max-width: 100%; }
  #new_comment_form .product .product_desc {
    width: auto !important;
    float: none !important; }
  #new_comment_form #criterions_list label {
    display: none !important; }

.product-accessories {
  margin-top: 45px; }
  .product-accessories h2, .product-accessories #left-column .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle, #left-column .PM_ASBlockOutput .card .card-header .product-accessories .PM_ASBlockTitle {
    margin-bottom: 30px; }
  .product-accessories .product-miniature {
    margin-bottom: 30px; }

#content #choicegiftcard section {
  box-shadow: none;
  background-color: #dbd9d9; }

#content #choicegiftcard label {
  color: #362f2d; }

#content #choicegiftcard .btn.pull-xs-left:hover, #content #choicegiftcard .presto-payment > a.pull-xs-left:hover,
#content #choicegiftcard .btn.pull-xs-left:focus,
#content #choicegiftcard .presto-payment > a.pull-xs-left:focus {
  color: #362f2d; }

.product-customization {
  display: none; }

#ndkcsfields-block {
  margin-top: 20px;
  background-color: #f9f8f8;
  overflow: hidden;
  padding: 20px !important; }
  @media (min-width: 768px) {
    #ndkcsfields-block {
      margin: 20px 0 0 !important;
      padding: 25px !important; } }
  #ndkcsfields-block .tooltipDescMark {
    display: none !important; }
  #ndkcsfields-block .ndk-links-browser-rec {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #1148a0; }
    #ndkcsfields-block .ndk-links-browser-rec a {
      color: #1148a0; }
  #ndkcsfields-block .ndkcfTitle {
    background-position: right;
    text-align: left;
    background-color: transparent;
    border: none;
    margin: 0;
    line-height: 1.1;
    padding: 0;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      #ndkcsfields-block .ndkcfTitle {
        margin-bottom: 0; } }
    #ndkcsfields-block .ndkcfTitle:after {
      content: none; }
    #ndkcsfields-block .ndkcfTitle:focus, #ndkcsfields-block .ndkcfTitle:hover {
      background-color: transparent;
      box-shadow: none; }
  #ndkcsfields-block .fieldPane .breadcrumb {
    background-color: rgba(54, 47, 45, 0.1); }
    #ndkcsfields-block .fieldPane .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #362f2d; }
    #ndkcsfields-block .fieldPane .breadcrumb a {
      font-family: "Lato", sans-serif;
      font-weight: bold; }
  #ndkcsfields-block .accessory-infos {
    font-family: "Lato", sans-serif; }
    #ndkcsfields-block .accessory-infos div,
    #ndkcsfields-block .accessory-infos p {
      font-family: "Lato", sans-serif; }
  #ndkcsfields-block .accessory-infos {
    text-align: left; }
    #ndkcsfields-block .accessory-infos .price {
      margin-top: 8px; }
  #ndkcsfields-block input[type="number"] {
    border: 1px solid #7c7c7c;
    background-color: #f9f8f8; }
  #ndkcsfields-block #ndkcf_recap {
    z-index: 1001;
    padding-left: 0;
    width: 380px; }
    #ndkcsfields-block #ndkcf_recap:before {
      content: none;
      display: none; }
    #ndkcsfields-block #ndkcf_recap .ndkcf_recap_content > .recap_group,
    #ndkcsfields-block #ndkcf_recap .ndkcf_recap_total {
      padding: 0 10px; }
    #ndkcsfields-block #ndkcf_recap:before,
    #ndkcsfields-block #ndkcf_recap .ndkcf_recap_title {
      background-color: #63674a !important; }
    #ndkcsfields-block #ndkcf_recap .ndkcf_recap_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      pointer-events: none; }
      @media (min-width: 768px) {
        #ndkcsfields-block #ndkcf_recap .ndkcf_recap_title {
          pointer-events: auto; } }
      #ndkcsfields-block #ndkcf_recap .ndkcf_recap_title:after {
        font-family: FontAwesome;
        pointer-events: none;
        padding-left: 10px; }
        @media (min-width: 768px) {
          #ndkcsfields-block #ndkcf_recap .ndkcf_recap_title:after {
            content: '\F067'; } }
    #ndkcsfields-block #ndkcf_recap.showing .ndkcf_recap_title::after {
      content: '\F068'; }
    #ndkcsfields-block #ndkcf_recap .recap_items {
      max-height: 200px;
      overflow-y: auto;
      background-color: #dbd9d9;
      margin-bottom: 15px;
      padding: 10px; }
  #ndkcsfields-block #ndkcsfields #submitNdkcsfields {
    margin-top: 15px; }
  #ndkcsfields-block #ndkcsfields .ndk-accessory-list-container {
    max-height: 350px;
    overflow: auto;
    background-color: #ffffff; }
  #ndkcsfields-block #ndkcsfields .ndk_accessory_list {
    display: flex;
    flex-wrap: wrap;
    padding: 5px; }
    #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory_img_block {
      padding: 0;
      margin: 0 auto 12px;
      position: static;
      max-width: 170px;
      display: block; }
    #ndkcsfields-block #ndkcsfields .ndk_accessory_list .display-more_products {
      text-align: center;
      padding-bottom: 30px; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .display-more_products .btn, #ndkcsfields-block #ndkcsfields .ndk_accessory_list .display-more_products .presto-payment > a {
        color: #ffffff !important; }
    #ndkcsfields-block #ndkcsfields .ndk_accessory_list .fancybox.accessory-more {
      top: auto;
      bottom: 15px;
      transition: background-color 0.3s ease-in-out;
      background-color: #63674a;
      text-align: center;
      padding: 4px;
      font-family: "Lato", sans-serif;
      font-size: 15px;
      font-weight: 600;
      color: #ffffff; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .fancybox.accessory-more.restricted {
        background-color: #8B0000; }
        #ndkcsfields-block #ndkcsfields .ndk_accessory_list .fancybox.accessory-more.restricted:hover {
          background-color: #580000; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .fancybox.accessory-more:hover {
        background-color: #464935; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .fancybox.accessory-more:before {
        content: none; }
    #ndkcsfields-block #ndkcsfields .ndk_accessory_list .ndk-accessory-quantity-block {
      margin-top: 8px; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .ndk-accessory-quantity-block .ndk-accessory-quantity {
        width: 100%;
        text-align: left;
        padding-left: 8px; }
    #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk {
      padding: 15px 0 50px;
      display: flex;
      border: none;
      position: relative;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 576px) {
        #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk {
          flex: 0 0 25%;
          max-width: 25%; } }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk > .restricted-label {
        position: absolute;
        background: darkred;
        color: #ffffff;
        top: 31px;
        left: 31px;
        padding: 5px; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk .accessory-more {
        left: 15px;
        right: 15px; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk .quantity-ndk-minus,
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk .quantity-ndk-plus {
        display: none; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk > .accessory-infos {
        position: static; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk.accessory-ndk-no-quantity, #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk.product-accessory-category-ndk {
        display: block;
        padding: 15px 15px 50px;
        margin: 0; }
        #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk.accessory-ndk-no-quantity .ndk-accessory-quantity-block, #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk.product-accessory-category-ndk .ndk-accessory-quantity-block {
          display: none; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk.selected-accessory {
        position: relative; }
        #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk.selected-accessory::before {
          content: 'Item Selected';
          position: absolute;
          z-index: 150;
          color: #ffffff;
          text-transform: uppercase;
          transform: translateY(-50%);
          top: 50%;
          left: 0;
          right: 0;
          text-align: center;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 17px; }
        #ndkcsfields-block #ndkcsfields .ndk_accessory_list .accessory-ndk.selected-accessory::after {
          content: '';
          pointer-events: none;
          border: 2px solid #63674a;
          background-color: rgba(31, 31, 31, 0.5);
          position: absolute;
          top: 5px;
          right: 5px;
          left: 5px;
          bottom: 5px;
          z-index: 99; }
    #ndkcsfields-block #ndkcsfields .ndk_accessory_list .product-accessory-category-ndk {
      cursor: pointer; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .product-accessory-category-ndk img {
        border: 1px solid #cccccc;
        margin-bottom: 10px; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .product-accessory-category-ndk b {
        display: block; }
      #ndkcsfields-block #ndkcsfields .ndk_accessory_list .product-accessory-category-ndk .view-category-btn {
        appearance: none;
        position: absolute;
        display: block;
        font-weight: 600;
        cursor: pointer;
        font-family: "Lato", sans-serif;
        color: #F1F1F1;
        bottom: 30px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        transition: background-color 0.3s ease-in-out;
        background-color: #63674a;
        text-align: center;
        padding: 4px; }
        #ndkcsfields-block #ndkcsfields .ndk_accessory_list .product-accessory-category-ndk .view-category-btn:hover {
          background-color: #464935; }
  #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #dbd9d9; }
    @media (min-width: 768px) {
      #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .form-group {
        border-bottom: 0; } }
    @media (min-width: 768px) {
      #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .form-group::before {
        content: attr(data-iteration) ". ";
        padding-right: 15px;
        font-size: 1.1em;
        line-height: 25px;
        display: block;
        font-weight: bold; } }
  #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) label.toggler {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between; }
    #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) label.toggler .toggleText {
      order: 3;
      max-width: 25px; }
  #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .ndk_required_field:not(.focusRequired) {
    background-color: #63674a; }
    #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .ndk_required_field:not(.focusRequired)::before {
      color: #ffffff; }
    #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .ndk_required_field:not(.focusRequired) label.toggler {
      color: #ffffff; }
      #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .ndk_required_field:not(.focusRequired) label.toggler::after {
        content: 'Required';
        margin-left: auto;
        padding-left: 10px; }
  #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .ndk_required_field .fieldPane {
    background-color: #f9f8f8; }
  #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .ndk_optional_field .toggler.active {
    color: #63674a; }
  #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .toggler {
    padding-left: 0;
    color: #362f2d;
    width: auto !important;
    font-weight: bold;
    flex-grow: 1; }
  #ndkcsfields-block #ndkcsfields .packlistGroup:not(.sliderBlock) .fieldPane {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(54, 47, 45, 0.3); }
  #ndkcsfields-block #ndkcsfields .sliderBlock {
    margin-bottom: 0 !important; }
    #ndkcsfields-block #ndkcsfields .sliderBlock.multipleSlides {
      margin-bottom: 80px !important; }
      @media (min-width: 576px) {
        #ndkcsfields-block #ndkcsfields .sliderBlock.multipleSlides {
          margin-bottom: 35px !important; } }
    #ndkcsfields-block #ndkcsfields .sliderBlock .toggler {
      padding-left: 0 !important;
      pointer-events: none;
      color: #63674a;
      padding-bottom: 10px !important; }
    #ndkcsfields-block #ndkcsfields .sliderBlock .form-group {
      position: absolute;
      background-color: transparent;
      margin-top: 60px;
      padding-top: 10px;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 576px) {
        #ndkcsfields-block #ndkcsfields .sliderBlock .form-group {
          margin-top: 30px; } }
      #ndkcsfields-block #ndkcsfields .sliderBlock .form-group .toggleText {
        display: none; }
    #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager {
      bottom: auto;
      z-index: 500;
      top: 40px;
      width: auto;
      margin: 0;
      padding: 0;
      width: 200px;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 576px) {
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager {
          top: 2px; } }
      @media (min-width: 768px) {
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager {
          width: 360px; } }
      @media (min-width: 992px) {
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager {
          width: 600px; } }
      #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .ndkcfPagerItem {
        background-color: transparent;
        height: 26px;
        margin: 0 1px;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .ndkcfPagerItem:before {
          content: attr(target);
          font-weight: bold;
          display: block; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .ndkcfPagerItem.activePager {
          background-color: #63674a;
          color: #ffffff; }
      #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .slick-next, #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .slick-prev {
        padding-bottom: 1px; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .slick-next:before, #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .slick-prev:before {
          font-family: FontAwesome;
          color: #63674a; }
      #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .slick-prev {
        height: auto;
        width: auto; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .slick-prev:before {
          content: '\F104'; }
      #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .slick-next {
        height: auto;
        width: auto; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfPager .slick-next:before {
          content: '\F105'; }
    #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav {
      bottom: auto;
      top: 0;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .prevNdkcfItem,
      #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .nextNdkcfItem {
        position: relative;
        z-index: 600;
        font-size: 16px;
        float: none;
        display: flex;
        padding: 0; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .prevNdkcfItem:after,
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .nextNdkcfItem:after {
          font-family: "Lato", sans-serif;
          font-size: 16px;
          font-weight: bold;
          display: block;
          float: none;
          width: 90px;
          text-align: center;
          line-height: normal;
          padding: 5px 10px;
          color: #ffffff;
          transition: 0.3s ease-in-out; }
      #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .prevNdkcfItem {
        margin-left: 0; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .prevNdkcfItem:after {
          content: 'Previous';
          background-color: #736357; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .prevNdkcfItem:hover:after, #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .prevNdkcfItem:focus:after {
          background-color: #564a41; }
      #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .nextNdkcfItem {
        margin-right: 0; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .nextNdkcfItem:after {
          content: 'Next';
          background-color: #63674a; }
        #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .nextNdkcfItem:hover:after, #ndkcsfields-block #ndkcsfields .sliderBlock .ndkcfnav .nextNdkcfItem:focus:after {
          background-color: #464935; }
  #ndkcsfields-block #ndkcsfields .form-group {
    box-shadow: none;
    background-color: transparent; }
    #ndkcsfields-block #ndkcsfields .form-group.submitContainer {
      padding: 0;
      margin: 0; }
  #ndkcsfields-block .clear-ndk-btn {
    margin-top: 15px;
    display: block; }
    #ndkcsfields-block .clear-ndk-btn::before {
      content: '\F021';
      font-family: FontAwesome;
      margin-right: 5px; }

.page-product-box-ndk {
  display: none; }

#ndkcsfields-block select.ndk-select {
  border-color: #7c7c7c;
  color: #7c7c7c;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto; }

.accessory-popup-ndk {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .accessory-popup-ndk .ndk-preview-image {
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .accessory-popup-ndk .ndk-preview-image::after {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 99;
      content: '\F00E';
      font-family: FontAwesome;
      color: #ffffff;
      font-size: 25px;
      background-color: rgba(31, 31, 31, 0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      transition-duration: 0.3s;
      transition-property: opacity, visibility;
      transform-style: ease-in-out;
      will-change: opacity, visibility; }
    .accessory-popup-ndk .ndk-preview-image:hover::after {
      opacity: 1;
      visibility: visible; }
