@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "Butler_Regular";
  src: url("../fonts/Butler_Regular.eot");
  src: local("☺"), url("../fonts/Butler_Regular.woff") format("woff"), url("../fonts/Butler_Regular.ttf") format("truetype"), url("../fonts/Butler_Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
mark {
  background-color: #ff0;
  color: #000;
}

@media print {
  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .tag {
    border: 1px solid #000;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered td,
.table-bordered th {
    border: 1px solid #ddd !important;
  }
}
body {
  color: #363a42;
  background-color: #fff;
}

abbr[data-original-title],
abbr[title] {
  border-bottom: 1px dotted #f1f1f1;
}

a {
  color: #bf7a67;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #208094;
  text-decoration: underline;
}

caption {
  color: #000;
}

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

.blockquote {
  border-left: 0.25rem solid #f6f6f6;
}

.blockquote-footer {
  color: #f1f1f1;
}

.blockquote-reverse {
  border-right: 0.25rem solid #f6f6f6;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
}

.figure-caption {
  color: #f1f1f1;
}

code {
  color: #bd4147;
  background-color: #f7f7f9;
}

kbd {
  color: #fff;
  background-color: #333;
}

pre {
  color: #363a42;
}

.table td,
.table th {
  border-top: 1px solid #f6f6f6;
}

.table thead th {
  border-bottom: 2px solid #f6f6f6;
}

.table tbody + tbody {
  border-top: 2px solid #f6f6f6;
}

.table .table {
  background-color: #fff;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #f6f6f6;
}

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #fff;
  background-color: #363a42;
}

.thead-default th {
  color: #000;
  background-color: #f6f6f6;
}

.table-inverse {
  color: #f6f6f6;
  background-color: #363a42;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #000;
}

.table-reflow td,
.table-reflow th {
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
}

.table-reflow td:last-child,
.table-reflow th:last-child {
  border-right: 1px solid #f6f6f6;
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #f6f6f6;
}

.table-reflow tr td,
.table-reflow tr th {
  border: 1px solid #f6f6f6;
}

.form-control {
  background-color: #fff;
}

.form-control:focus {
  color: #000;
  border-color: #66afe9;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control::-ms-input-placeholder {
  color: #999;
}

.form-control::placeholder {
  color: #999;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f6f6;
}

select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff;
}

.form-check.disabled .form-check-label {
  color: #000;
}

.form-check-inline.disabled {
  color: #000;
}

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

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

.has-success .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
}

.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='#4cbb6c' 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 .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff9a52;
}

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

.has-warning .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
}

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

.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='#ff9a52' 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 .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4c4c;
}

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

.has-danger .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
}

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

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ff4c4c' 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");
}

.btn-primary {
  color: #fff;
  background-color: #bf7a67;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #2592a9;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2592a9;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #1e788c;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background-color: #bf7a67;
}

.btn-secondary,
.btn-tertiary {
  color: #000;
  background-color: #f6f6f6;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.focus.btn-tertiary {
  color: #000;
  background-color: #ddd;
}

.active.btn-tertiary,
.btn-secondary.active,
.btn-secondary:active,
.btn-tertiary:active,
.open > .btn-secondary.dropdown-toggle,
.open > .dropdown-toggle.btn-tertiary {
  color: #000;
  background-color: #ddd;
}

.active.btn-tertiary:focus,
.active.btn-tertiary:hover,
.active.focus.btn-tertiary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.focus.btn-tertiary {
  color: #000;
  background-color: #cbcbcb;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.btn-tertiary:disabled:hover,
.disabled.btn-tertiary:focus,
.disabled.btn-tertiary:hover,
.disabled.focus.btn-tertiary {
  background-color: #f6f6f6;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
  background-image: none;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

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

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
  background-image: none;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled:hover {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

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

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
  background-image: none;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled:hover {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-primary {
  color: #bf7a67;
  border-color: #bf7a67;
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #bf7a67;
  border-color: #bf7a67;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .btn-outline-primary.dropdown-toggle.focus,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #1e788c;
  border-color: #175c6a;
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover {
  border-color: #83d3e4;
}

.btn-outline-secondary.active,
.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.open > .btn-outline-secondary.dropdown-toggle,
.open > .btn-outline-secondary.dropdown-toggle.focus,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle:hover {
  color: #fff;
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover {
  border-color: rgba(51, 51, 51, 0);
}

.btn-outline-info {
  color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open > .btn-outline-info.dropdown-toggle.focus,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open > .btn-outline-success.dropdown-toggle.focus,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover {
  border-color: #96d7a9;
}

.btn-outline-warning {
  color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open > .btn-outline-warning.dropdown-toggle.focus,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
  border-color: #ffd6b8;
}

.btn-outline-danger {
  color: #ff4c4c;
  background-image: none;
  background-color: transparent;
  border-color: #ff4c4c;
}

.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open > .btn-outline-danger.dropdown-toggle.focus,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover {
  border-color: #ffb2b2;
}

.btn-link {
  font-weight: 400;
  color: #bf7a67;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #208094;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #f1f1f1;
}

.dropdown-menu {
  color: #363a42;
  background-color: #fff;
}

.dropdown-divider {
  background-color: #e5e5e5;
}

.dropdown-item {
  color: #363a42;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #2b2e34;
  background-color: #f5f5f5;
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bf7a67;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #f1f1f1;
}

.dropdown-header {
  color: #f1f1f1;
}

.input-group-addon {
  color: #000;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
          box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
}

.custom-control-indicator {
  background-color: #ddd;
}

.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='#fff' 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: #0074d9;
  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='#fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.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='#fff'/%3E%3C/svg%3E");
}

.custom-select {
  color: #000;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none\9 ;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.custom-select:focus {
  border-color: #51a7e8;
}

.custom-select:focus::-ms-value {
  color: #000;
  background-color: #fff;
}

.custom-select:disabled {
  color: #f1f1f1;
  background-color: #f6f6f6;
}

.custom-file-control {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
}

.custom-file-control:before {
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
}

.nav-link.disabled {
  color: #f1f1f1;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #f1f1f1;
  background-color: transparent;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f6f6f6 #f6f6f6 #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #f1f1f1;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  color: #000;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  color: #fff;
  background-color: #bf7a67;
}

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

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

.navbar-light .navbar-toggler {
  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(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  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");
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-primary {
  background-color: #bf7a67;
  border-color: #bf7a67;
}

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

.card-success .card-footer,
.card-success .card-header {
  background-color: transparent;
}

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

.card-info .card-footer,
.card-info .card-header {
  background-color: transparent;
}

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

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

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

.card-danger .card-footer,
.card-danger .card-header,
.card-outline-primary {
  background-color: transparent;
}

.card-outline-primary {
  border-color: #bf7a67;
}

.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 .card-footer,
.card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #fff;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.breadcrumb {
  background-color: #f6f6f6;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #f1f1f1;
}

.breadcrumb-item.active {
  color: #f1f1f1;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  color: #fff;
  background-color: #bf7a67;
  border-color: #bf7a67;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #f1f1f1;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  color: #bf7a67;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #208094;
  background-color: #f6f6f6;
  border-color: #ddd;
}

.tag {
  color: #fff;
}

a.tag:focus,
a.tag:hover {
  color: #fff;
}

.tag-default {
  background-color: #f1f1f1;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
  background-color: #d8d8d8;
}

.tag-primary {
  background-color: #bf7a67;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: #2592a9;
}

.tag-success {
  background-color: #4cbb6c;
}

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

.tag-info {
  background-color: #5bc0de;
}

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

.tag-warning {
  background-color: #ff9a52;
}

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

.tag-danger {
  background-color: #ff4c4c;
}

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

.jumbotron {
  background-color: #f6f6f6;
}

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

.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: #000;
}

.alert-warning hr {
  border-top-color: #ff8b39;
}

.alert-warning .alert-link {
  color: #0a0a0a;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

.progress[value] {
  background-color: #eee;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
}

.progress[value],
base::-moz-progress-bar {
  background-color: #eee;
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
  }

  .progress-bar {
    background-color: #0074d9;
  }
}
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0 ) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #4cbb6c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #4cbb6c;
}

.progress-success[value]::-ms-fill {
  background-color: #4cbb6c;
}

@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #4cbb6c;
  }
}
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}
.progress-warning[value]::-webkit-progress-value {
  background-color: #ff9a52;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ff9a52;
}

.progress-warning[value]::-ms-fill {
  background-color: #ff9a52;
}

@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #ff9a52;
  }
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #ff4c4c;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff4c4c;
}

.progress-danger[value]::-ms-fill {
  background-color: #ff4c4c;
}

@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #ff4c4c;
  }
}
.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #f1f1f1;
  background-color: #f6f6f6;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #f1f1f1;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #bf7a67;
  border-color: #bf7a67;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #d7f1f6;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.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: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,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  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: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,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  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: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,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  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: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,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.close {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.close:focus,
.close:hover {
  color: #000;
}

.modal-content {
  background-color: #fff;
}

.modal-backdrop {
  background-color: #000;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
  border-top: 1px solid #e5e5e5;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,
.tooltip.tooltip-top .tooltip-inner:before {
  border-top-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner:before,
.tooltip.tooltip-right .tooltip-inner:before {
  border-right-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner:before,
.tooltip.tooltip-bottom .tooltip-inner:before {
  border-bottom-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner:before,
.tooltip.tooltip-left .tooltip-inner:before {
  border-left-color: #ff4c4c;
}

.tooltip-inner {
  color: #fff;
  background-color: #ff4c4c;
}

.popover.bs-tether-element-attached-bottom:after,
.popover.popover-top:after {
  border-top-color: #fff;
}

.popover.bs-tether-element-attached-left:after,
.popover.popover-right:after {
  border-right-color: #fff;
}

.popover.bs-tether-element-attached-top:after,
.popover.popover-bottom:after {
  border-bottom-color: #f7f7f7;
}

.popover.bs-tether-element-attached-top .popover-title:before,
.popover.popover-bottom .popover-title:before {
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-tether-element-attached-right:after,
.popover.popover-left:after {
  border-left-color: #fff;
}

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.carousel-control {
  color: #fff;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
}

.carousel-indicators li {
  border: 1px solid #fff;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  color: #fff;
}

.bg-faded {
  background-color: #f7f7f9;
}

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

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #2592a9 !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: #363a42 !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #1f2126 !important;
}

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

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

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

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

a.text-primary:focus,
a.text-primary:hover {
  color: #2592a9 !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: #363a42 !important;
}

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

body {
  color: #000;
}

a:hover {
  color: #bf7a67;
}

.page-content.page-cms ul,
p {
  color: #000;
}

.custom-checkbox input[type=checkbox] + span.color.active,
.custom-checkbox input[type=checkbox] + span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color,
.variant-links .color.active,
.variant-links .color:hover,
label .color.active,
label .color:hover {
  border: 2px solid #000;
}

.h1,
.h2,
.h3 {
  color: #000;
}

.h4 {
  color: #000;
}

.btn-tertiary {
  background-color: #f7f7f7;
  color: #000;
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.1);
}

.btn-unstyle:focus .expand-more {
  color: #bf7a67;
}

.label,
label {
  color: #000;
}

.form-control {
  background: #f1f1f1;
  color: #000;
}

.form-control:focus {
  background-color: #fff;
  color: #000;
}

.form-control:focus,
.input-group.focus {
  outline: 0.1875rem solid #bf7a67;
}

.input-group .input-group-btn > .btn {
  color: #fff;
}

.input-group .input-group-btn > .btn[data-action=show-password] {
  background: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
  color: #000;
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
  color: #000;
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
  color: #000;
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
  color: #000;
}

.form-control-select {
  background: #f1f1f1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
}

.form-control-comment {
  color: #000;
}

.form-control-submit.disabled {
  background: #5bc0de;
  color: #fff;
}

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid #ff4c4c;
}

.form-group.has-error .help-block {
  color: #ff4c4c;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: #bf7a67;
  color: #fff;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  color: #000;
  background-color: #fff;
}

.bootstrap-touchspin .btn-touchspin {
  background-color: #fff;
}

.bootstrap-touchspin .btn-touchspin:hover {
  background-color: #f1f1f1;
}

.bootstrap-touchspin .input-group-btn-vertical {
  color: #000;
}

.custom-radio {
  border: 2px solid #000;
  background: #fff;
}

.custom-radio input[type=radio]:checked + span {
  background-color: #bf7a67;
}

.custom-radio input[type=radio]:focus + span {
  border-color: #000;
}

.custom-checkbox input[type=checkbox] + span {
  border: 2px solid #000;
}

.custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: #000;
}

.custom-checkbox input[type=checkbox]:focus + span {
  border-color: #000;
}

.done {
  color: #4cbb6c;
}

.thumb-mask > .mask {
  border: 1px solid #f1f1f1;
}

.definition-list dl dd,
.definition-list dl dt {
  background: #f1f1f1;
}

.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
  background: #f6f6f6;
}

.btn.disabled,
.btn.disabled:hover {
  background: #000;
}

.alert-warning .material-icons {
  color: #ff9a52;
}

.alert-warning .alert-link {
  color: #6c868e;
}

.alert-warning ul li:last-child .alert-link {
  color: #fff;
}

.btn-tertiary-outline {
  color: #6c868e;
  border-color: #6c868e;
  border: 0.15rem solid #6c868e;
}

.btn-tertiary-outline:hover {
  border-color: #bbcdd2;
  color: #bbcdd2;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
  color: #000;
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
  color: #000;
}

.ps-alert-error .item,
.ps-alert-success .item {
  border: 2px solid #ff4c4c;
  background-color: #ff4c4c;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
  border: 15px solid #ff4c4c;
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
  background-color: #ff4c4c;
}

.page-content.page-cms .ps-alert-error .item ul,
.page-content.page-cms .ps-alert-success .item ul,
.ps-alert-error .item .page-content.page-cms ul,
.ps-alert-error .item p,
.ps-alert-success .item .page-content.page-cms ul,
.ps-alert-success .item p {
  background-color: #fff;
}

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

.dropdown {
  color: #000;
}

.dropdown:hover .expand-more {
  color: #bf7a67;
}

.dropdown .expand-more {
  color: #000;
}

.dropdown select {
  color: #000;
  background: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #bf7a67;
}

.search-widget form input[type=text] {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.search-widget form input[type=text]:focus {
  outline: 3px solid #bf7a67;
  color: #000;
  background: #fff;
}

.search-widget form input[type=text]:focus + button .search {
  color: #bf7a67;
}

.search-widget form button[type=submit] {
  color: #000;
}

.search-widget form button[type=submit] .search:hover {
  color: #bf7a67;
}

@media (max-width: 767px) {
  .header-top .search-widget form input[type=text] {
    min-width: inherit;
    background: #fff;
  }
}
.top-menu a:not([data-depth="0"]) {
  color: #000;
}

.top-menu a.dropdown-submenu {
  color: #000;
}

#header .top-menu a[data-depth="0"]:hover {
  color: #bf7a67;
}

.top-menu .sub-menu a:hover {
  color: #bf7a67;
}

#mobile_top_menu_wrapper {
  background: #fff;
}

#mobile_top_menu_wrapper .top-menu {
  color: #000;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  border-bottom: 1px solid #f6f6f6;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  background: #fff;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
  border-bottom: 1px solid #000;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
  border-bottom: 1px solid #fff;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
  color: #000;
}

body#checkout {
  color: #000;
}

body#checkout #header .header-nav {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

body#checkout a:hover {
  color: #1a8196;
}

body#checkout section.checkout-step {
  background-color: #fff;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  color: #000;
}

body#checkout section.checkout-step small {
  color: #000;
}

body#checkout section.checkout-step .select-field div {
  background: #f6f6f6;
}

body#checkout section.checkout-step .address-item {
  background: #f6f6f6;
}

body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: 3px solid #bf7a67;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  color: #000;
}

body#checkout section.checkout-step .add-address a {
  color: #000;
}

body#checkout section.checkout-step .delivery-options > .row {
  border-right: 0.1rem solid #c3c3c3;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  background: #f6f6f6;
}

body#checkout .cancel-address {
  color: #000;
}

body#checkout .modal-content {
  background-color: #f1f1f1;
}

body#checkout #cart-summary-product-list img {
  border: 1px solid #f1f1f1;
}

body#checkout #order-summary-content h4.h4 {
  color: #000;
}

body#checkout #order-summary-content h4.black {
  color: #000;
}

body#checkout #order-summary-content #order-items h3.h3 {
  color: #000;
}

body#checkout #order-summary-content .order-confirmation-table {
  background-color: #fff;
  border: 3px solid #e5e5e5;
}

body#checkout #order-summary-content .summary-selected-carrier {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

body#checkout #order-summary-content .step-edit {
  color: #000;
}

body#checkout #order-summary-content a .step-edit {
  color: #000;
}

body#checkout #delivery,
body#checkout #gift_message {
  border-color: #000;
}

body#checkout #footer {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
}

#order-items {
  border-right: 1px solid #f1f1f1;
}

#order-items hr {
  border-top-color: #000;
}

#order-items table tr.total-value {
  background-color: #f1f1f1;
}

@media (max-width: 767px) {
  #order-items .card-title {
    border-bottom: 1px solid #f1f1f1;
  }

  #order-items hr {
    border-top-color: #f1f1f1;
  }

  #order-details .card-title {
    border-bottom: 1px solid #f1f1f1;
  }
}
.table-labeled .label {
  color: #fff;
}

.page-customer-account #content {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
}

.page-addresses .address,
.page-authentication #content {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.page-addresses .address {
  color: #000;
}

.page-addresses .address .address-footer {
  border-top: 1px solid #000;
}

.page-addresses .address .address-footer a {
  color: #000;
}

.page-addresses .address .address-footer a:hover {
  color: #000;
}

.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover {
  color: #000;
}

.page-order-detail {
  color: #000;
}

.page-order-detail .box {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.page-order-detail h3 {
  color: #000;
}

.page-order-detail #order-history .history-lines .history-line {
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail #order-history .history-lines .history-line .label {
  color: #fff;
}

.page-order-detail .order-items .order-item {
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .messages .message {
  border-bottom: 1px solid #f6f6f6;
}

#order-return-infos .thead-default th {
  color: #000;
}

.page-my-account #content .links a {
  color: #000;
}

.page-my-account #content .links a span.link-item {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.page-my-account #content .links a i {
  color: #000;
}

.page-my-account #content .links a:hover {
  color: #000;
}

.page-my-account #content .links a:hover i {
  color: #bf7a67;
}

#history .orders .order {
  border-bottom: 1px solid #f6f6f6;
}

#history .orders .order a h3 {
  color: #000;
}

#history .orders .order .label {
  color: #fff;
}

.carousel .carousel-item .caption {
  color: #fff;
}

.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
.carousel .carousel-item .caption .caption-description p,
.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
  color: #fff;
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
  color: #fff;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
  color: #bf7a67;
}

.carousel-indicators li {
  border-color: #000;
}

.carousel-indicators .active {
  background-color: #000;
}

@media (max-width: 991px) {
  .carousel {
    background-color: #f1f1f1;
  }

  .carousel .carousel-item .caption .display-1 {
    color: #000;
  }

  .carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
.carousel .carousel-item .caption .caption-description h3,
.carousel .carousel-item .caption .caption-description p,
.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
    color: #000;
  }
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  color: #000;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
  border-top: 1px solid #000;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  color: #000;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
  background: #fff;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
  background: #fff;
  -webkit-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
}

#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
  color: #000;
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
  color: #bf7a67;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  background: #fff;
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
  color: #000;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
  color: #000;
}

#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
  color: #000;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
  color: #000;
}

#custom-text {
  background: #fff;
}

#custom-text h2 {
  color: #000;
}

#custom-text .page-content.page-cms ul,
#custom-text p,
.page-content.page-cms #custom-text ul {
  color: #000;
}

#custom-text .page-content.page-cms ul .dark,
#custom-text p .dark,
.page-content.page-cms #custom-text ul .dark {
  color: #000;
}

.page-content.page-cms {
  background: #fff;
}

#products {
  color: #000;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: #000;
}

.block-category .block-category-inner #category-description .page-content.page-cms ul,
.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description strong,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
  color: #000;
}

.block-category .block-category-inner #category-description .page-content.page-cms ul,
.block-category .block-category-inner #category-description p,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
  color: #000;
}

.brands-sort,
.products-sort-order,
.suppliers-sort {
  color: #000;
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
  color: #000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
  color: #000;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  background: #bf7a67;
  color: #fff;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
  background: #f6f6f6;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.facet-dropdown {
  color: #000;
  background: #f1f1f1;
  -webkit-box-shadow: 1px 1px 1px 1px #f1f1f1;
          box-shadow: 1px 1px 1px 1px #f1f1f1;
}

.facet-dropdown.open > .select-title {
  border: 3px solid #bf7a67;
  background: #f6f6f6;
}

.facet-dropdown .select-title {
  color: #000;
  background: #f1f1f1;
}

.facet-dropdown .select-list {
  color: #000;
  background: #f6f6f6;
}

.facet-dropdown .select-list:hover {
  background: #bf7a67;
  color: #fff;
}

.facet-dropdown .dropdown-menu {
  background: #f6f6f6;
  -webkit-box-shadow: 1px 1px 1px 1px #f1f1f1;
          box-shadow: 1px 1px 1px 1px #f1f1f1;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  color: #000;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  color: #000;
}

.pagination .page-list {
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.pagination a {
  color: #000;
}

.pagination .disabled {
  color: #000;
}

.pagination .current a {
  color: #bf7a67;
}

.active_filters {
  background: #dededd;
}

.active_filters .filter-block {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  background: #fff;
}

.active_filters .filter-block .close {
  color: #000;
}

.block-categories {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.block-categories a {
  color: #000;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
  color: #bf7a67;
}

.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
  color: #bf7a67;
}

.facets-title {
  color: #000;
}

@media (max-width: 767px) {
  #category #left-column #search_filters {
    border-top: 1px solid #f6f6f6;
  }

  #category #left-column #search_filters .facet {
    border-bottom: 1px solid #f6f6f6;
  }

  #category #left-column #search_filters .facet .facet-title {
    color: #000;
  }

  #category #left-column #search_filters .facet ul li {
    border-top: 1px solid #f6f6f6;
  }
}
@media (max-width: 575px) {
  .products-selection .filter-button {
    padding-left: 0;
  }

  #category #left-column #search_filters_wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-price {
  color: #bf7a67;
}

#product-description-short {
  color: #000;
}

.product-information {
  color: #000;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #000;
}

.radio-label {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 2px solid #fff;
}

.product-quantity #quantity_wanted {
  color: #000;
  background-color: #fff;
}

.product-discounts > .table-product-discounts thead tr th {
  background: #fff;
  border: 0.3125rem solid #f1f1f1;
}

.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6;
}

.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
  background: #fff;
}

.product-discounts > .table-product-discounts tbody tr td {
  border: 0.3125rem solid #f1f1f1;
}

.product-prices .tax-shipping-delivery-label {
  color: #000;
}

.product-discount {
  color: #000;
}

.has-discount .page-content.page-cms ul,
.has-discount.product-price,
.has-discount p,
.page-content.page-cms .has-discount ul {
  color: #f39d72;
}

.has-discount .discount {
  background: #f39d72;
  color: #fff;
}

.tabs {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tabs .nav-tabs {
  border-bottom: 2px solid #f1f1f1;
}

.tabs .nav-tabs .nav-link {
  color: #000;
  border: 0 solid transparent;
}

.tabs .nav-tabs .nav-link.active {
  color: #bf7a67;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #bf7a67;
}

.product-cover img {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.product-cover .layer {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}

.product-cover .layer .zoom-in {
  color: #fff;
}

#product-modal .modal-content .modal-body .product-cover-modal {
  background: #fff;
}

#product-modal .modal-content .modal-body .image-caption {
  background: #fff;
  border-top: 1px solid #f1f1f1;
}

#product-modal .modal-content .modal-body .product-images img {
  background: #fff;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: 3px solid #bf7a67;
}

#product-modal .modal-content .modal-body .arrows {
  color: #fff;
}

#blockcart-modal {
  color: #000;
}

#blockcart-modal .modal-header {
  background: #fff;
}

#blockcart-modal .modal-header .close .material-icons {
  color: #363a42;
}

#blockcart-modal .modal-body {
  background: #fff;
}

#blockcart-modal .modal-title {
  color: #353943;
}

#blockcart-modal .modal-title i.material-icons {
  color: #4cbb6c;
}

#blockcart-modal .product-name {
  color: #bf7a67;
}

#blockcart-modal .product-price {
  color: #363a42;
}

#blockcart-modal .cart-content .page-content.page-cms ul,
#blockcart-modal .cart-content p,
.page-content.page-cms #blockcart-modal .cart-content ul {
  color: #363a42;
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content p.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
  background-color: #f1f1f1;
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  color: #6c868e;
}

#blockcart-modal .divide-right {
  border-right: 1px solid #dbdbdb;
}

.product-images > li.thumb-container > .thumb {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border: 3px solid #bf7a67;
}

#product-availability .product-available {
  color: #4cbb6c;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
  color: #ff9a52;
}

#product-details .label {
  color: #000;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  background: #f1f1f1;
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: #f6f6f6;
}

.product-variants > .product-variants-item select {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-flags li.product-flag {
  background: #bf7a67;
  color: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: #f39d72;
}

.product-flags li.product-flag.on-sale {
  background: #f39d72;
}

.product-customization .product-message {
  background: #f1f1f1;
}

.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #bf7a67;
}

.product-customization .custom-file {
  background: #f1f1f1;
  color: #000;
}

.product-customization small {
  color: #000;
}

.product-pack .pack-product-container .pack-product-name {
  color: #000;
}

.product-pack .pack-product-container .pack-product-quantity {
  border-left: 2px solid #f1f1f1;
}

.social-sharing li {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.products-selection .title {
  color: #000;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  background-color: #f1f1f1;
}

.cart-summary-line .label {
  color: #363a42;
}

.cart-summary-line .value {
  color: #000;
}

.cart-grid-body a.label:hover {
  color: #bf7a67;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
  color: #000;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  color: #f49d6e;
}

.block-promo .promo-code .alert-danger {
  background: #ff4c4c;
  color: #fff;
}

.block-promo .promo-code .alert-danger:after {
  border-bottom-color: #ff4c4c;
}

.block-promo .promo-input {
  color: #000;
  border: 1px solid #000;
}

.block-promo .promo-input + button {
  border: 2px solid #bf7a67;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  color: #000;
}

.block-promo .promo-name .cart-summary-line .label {
  color: #363a42;
}

.block-promo .promo-name .cart-summary-line span {
  color: #f49d6e;
}

.block-promo .promo-code-button.cancel-promo {
  color: #bf7a67;
}

.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c;
}

.product-line-grid-body > .product-line-info > .unit-price-cart {
  color: #000;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #000;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  color: #000;
}

@media (max-width: 575px) {
  .cart-item {
    border-bottom: 1px solid #f1f1f1;
  }
}
#product #block-reassurance {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.quickview .modal-content {
  background: #f1f1f1;
}

.quickview .images-container .product-images > li.thumb-container > .thumb {
  background: #fff;
}

#stores .page-stores .store-item-container .divide-left {
  border-left: 1px solid #f1f1f1;
}

#stores .page-stores .store-item-footer.divide-top {
  border-top: 1px solid #f1f1f1;
}

#stores .page-stores .store-item-footer i.material-icons {
  color: #000;
}

@media (max-width: 575px) {
  #stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #f1f1f1;
  }
}
.block-contact {
  color: #000;
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
  color: #000;
}

.account-list a {
  color: #000;
}

.account-list a:hover {
  color: #bf7a67;
}

.block-social ul li {
  background-color: #f1f1f1;
}

.block-social ul li:hover {
  background-color: #bf7a67;
}

#block_myaccount_infos .myaccount-title a {
  color: #000;
}

.footer-container li a {
  color: #000;
}

.footer-container li a:hover {
  color: #bf7a67;
}

@media (max-width: 767px) {
  .block_newsletter {
    border-bottom: 1px solid #f6f6f6;
  }

  .footer-container .links ul {
    background-color: #f6f6f6;
  }

  .footer-container .links ul > li {
    border-bottom: 1px solid #fff;
  }

  .footer-container .links ul > li a {
    color: #000;
  }

  .links .title {
    border-bottom: 1px solid #f6f6f6;
  }
}
.contact-rich {
  color: #000;
}

.contact-rich h4 {
  color: #000;
}

.contact-rich .block .data {
  color: #000;
}

.contact-form {
  background: #fff;
  color: #000;
}

.contact-form h3 {
  color: #000;
}

#pagenotfound .page-not-found,
#products .page-not-found {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
}

.customization-modal .modal-content {
  border: 1px solid #f6f6f6;
}

.customization-modal .modal-content .modal-body .product-customization-line {
  border-bottom: 1px solid #f6f6f6;
}

.sitemap h2 {
  color: #000;
  border-bottom: 1px solid #000;
}

.block_newsletter {
  background: #fff;
}

.block_newsletter form input[type=text] {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.block_newsletter form input[type=text]:focus {
  outline: 3px solid #bf7a67;
  color: #000;
  background: #fff;
}

.block_newsletter form input[type=text]:focus + button .search {
  color: #bf7a67;
}

.block_newsletter form button[type=submit] {
  color: #000;
}

.block_newsletter form button[type=submit] .search:hover {
  color: #bf7a67;
}

.block_newsletter form input[type=email]:focus {
  border: 3px solid #bf7a67;
}

#manufacturer #main ul .brand {
  background: #fff;
}

#manufacturer #main ul .brand:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#header {
  background: #fff;
  color: #000;
}

#header a {
  color: #000;
}

#header a:hover {
  color: #bf7a67;
}

#header .header-nav {
  border-bottom: 2px solid #f1f1f1;
}

#header .header-nav .cart-preview.active {
  background: #bf7a67;
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
  color: #fff;
}

#header .header-nav .cart-preview .shopping-cart {
  color: #000;
}

#header .header-nav .blockcart {
  background: #f1f1f1;
}

#header .header-nav .blockcart a {
  color: #000;
}

#header .header-nav .blockcart a:hover {
  color: #bf7a67;
}

#header .header-nav .blockcart.active a:hover {
  color: #fff;
}

#header .header-top a[data-depth="0"] {
  color: #000;
}

#wrapper {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.11);
          box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

#wrapper .banner img {
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}

#wrapper .breadcrumb li:after {
  color: #000;
}

#wrapper .breadcrumb li:last-child {
  color: #000;
}

#wrapper .breadcrumb li a {
  color: #000;
}

@media (max-width: 767px) {
  #header {
    background: #f1f1f1;
  }

  #header .header-nav {
    background: #fff;
    color: #000;
  }

  #header .header-nav .user-info .logged {
    color: #bf7a67;
  }

  #header .header-top {
    background: #f1f1f1;
  }

  #header .header-top a[data-depth="0"] {
    color: #000;
  }

  #header.is-open,
#header.is-open .header-top {
    background-color: #fff;
  }
}
body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

* {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
}

#header a:hover {
  color: #bf7a67;
}

#header .header-top a[data-depth="0"] {
  color: black;
}
#header .header-top a[data-depth="0"]:hover {
  color: #bf7a67;
}

.h1, .h2, .h3 {
  font-family: "Butler_Regular", serif;
}

#header .header-top a[data-depth="0"], .header-nav a, #header .header-nav .blockcart .header span {
  font-family: "Butler_Regular", serif;
}

.top-menu a[data-depth="0"] {
  font-weight: 400;
}

.footer-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer-container li {
  margin-bottom: 0;
}
.footer-container .h3, .footer-container .h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.footer-container .block-contact {
  font-size: 14px;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  width: 273px;
  height: 273px;
}

#index #products .thumbnail-container, #index .featured-products .thumbnail-container, #index .product-accessories .thumbnail-container, #index .product-miniature .thumbnail-container {
  width: 276px;
  height: 276px;
}
#index #products .thumbnail-container .product-thumbnail, #index .featured-products .thumbnail-container .product-thumbnail, #index .product-accessories .thumbnail-container .product-thumbnail, #index .product-miniature .thumbnail-container .product-thumbnail {
  height: 276px;
}

#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
  height: 273px;
}

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
  margin: -1px;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
  margin: 1px;
  margin: 0px;
  padding: 1px;
  width: 100%;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  padding: 10%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

#products .thumbnail-container:focus .product-description, #products .thumbnail-container:hover .product-description, .featured-products .thumbnail-container:focus .product-description, .featured-products .thumbnail-container:hover .product-description, .product-accessories .thumbnail-container:focus .product-description, .product-accessories .thumbnail-container:hover .product-description, .product-miniature .thumbnail-container:focus .product-description, .product-miniature .thumbnail-container:hover .product-description {
  opacity: 1;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
  text-align: left;
}

#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
  display: none;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
  font-family: "Butler_Regular", serif;
  text-align: left;
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  font-size: 32px;
  font-weight: 500;
}

#product #content {
  max-width: none;
}

.product-attachments .attachment {
  margin-top: 15px;
}
.product-attachments .attachment h4 {
  margin: 0;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
#products .all-product-link .material-icons,
.featured-products .all-product-link .material-icons,
.product-accessories .all-product-link .material-icons,
.product-miniature .all-product-link .material-icons {
  text-indent: -99999px;
  background: url("../img/fleche-02.svg") center center no-repeat;
  background-size: contain;
  width: 36px;
  height: 18px;
  margin-left: 10px;
  margin-top: 0px;
}

.user-info a .material-icons {
  text-indent: -99999px;
  text-align: left;
  background: url("../img/avatar_black.svg") center center no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  vertical-align: middle;
}
.user-info a .material-icons ~ span {
  vertical-align: middle;
}
.user-info a:hover .material-icons {
  background-image: url("../img/avatar_primary.svg");
}

.material-icons.shopping-cart {
  text-indent: -99999px;
  background: url("../img/shopping_cart_black.svg") center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.material-icons.shopping-cart ~ span {
  vertical-align: middle;
}

.cart-preview.active .material-icons.shopping-cart {
  background-image: url("../img/shopping_cart_white.svg");
}

.block-categories {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.block-category {
  min-height: auto;
}

.carousel .carousel-inner {
  height: auto;
}

.carousel .carousel-item figure {
  margin: 0 auto;
  display: block;
}

.carousel {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 6rem;
  margin-top: 4.5rem;
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
  width: 61px;
  height: 61px;
  margin-top: -30px;
  z-index: 5;
  border: 1px solid transparent;
  border-radius: 50%;
  text-indent: -9999px;
  outline: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
}

.carousel .carousel-control .icon-prev {
  margin: 0;
  left: 0;
}
.carousel .carousel-control .icon-prev i {
  background-position: left 23px center !important;
  background: url(//www.territoiresparis.fr/wp-content/themes/territoires-paris/img/arrow-left.svg) left top no-repeat;
}

.carousel .carousel-control .icon-next {
  margin: 0;
  right: 0;
}
.carousel .carousel-control .icon-next i {
  background-position: right 23px center !important;
  background: url(//www.territoiresparis.fr/wp-content/themes/territoires-paris/img/arrow-right.svg) left top no-repeat;
}

#carousel .direction {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#carousel:hover .direction {
  opacity: 1;
}

.carousel .carousel-control.left:hover i, .carousel .carousel-control.right:hover i {
  border-color: #bf7a67;
}
/*# sourceMappingURL=custom.css.map */