@import url("https://fonts.googleapis.com/css?family=Dosis%3A200%2C300%2C400%2C500%2C600%2C700%7CRoboto%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i%7CRoboto%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i");
/* Couleurs */
/* Typographie */
/* Arrondis et ombres */
/* Transitions */
/* **************************************** */
.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 {
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

body {
  background-color: #fff;
}

a {
  color: #e0005b;
}

mark {
  color: #090909;
}

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

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

a:focus,
a:hover {
  color: #1a8196;
}

caption {
  color: #7a7a7a;
}

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

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

.blockquote-footer {
  color: #f5f5f5;
}

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

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

.figure-caption {
  color: #f5f5f5;
}

code,
pre code {
  border-radius: 0;
}

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

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

pre {
  color: #0c344d;
}

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

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f5f5f5;
}

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

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

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

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

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

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

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

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

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

.table-inverse,
.thead-inverse th {
  color: #fff;
  background-color: #0c344d;
}

.thead-default th {
  color: #7a7a7a;
  background-color: #f5f5f5;
}

.table-inverse {
  color: #f5f5f5;
}

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

.table-inverse.table-bordered {
  border: 0;
}

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

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

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

.table-reflow tr td,
.table-reflow tr th {
  display: block !important;
  border: 1px solid #f5f5f5;
}

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

.form-control::-ms-expand {
  background-color: unset;
  border: 0;
}

.form-control:focus {
  border-color: #51a7e8;
  outline: 0;
}

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

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

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

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

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

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

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

.form-control-static {
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

.has-success .form-control {
  border-color: #00c062;
}

.has-success .input-group-addon {
  color: #00c062;
  border-color: #00c062;
  background-color: #dff0d8;
}

.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 .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: #fff;
}

.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 .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: #fff;
}

.btn {
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #e0005b;
  border-color: transparent;
}

.btn-primary:hover {
  background-color: rgb(255, 20, 115.46875);
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: rgb(173, 0, 70.28125);
  border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(147.5, 0, 59.921875);
  border-color: transparent;
  background-image: none;
}

.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: rgb(147.5, 0, 59.921875);
  border-color: transparent;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
  background-color: #e0005b;
  border-color: transparent;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #e0005b;
  border-color: transparent;
}

.btn-secondary {
  color: #232323;
  background-color: #f5f5f5;
}

.btn-secondary,
.btn-tertiary {
  border-color: transparent;
}

.btn-secondary:hover,
.btn-tertiary:hover {
  color: #232323;
  background-color: #dbdbdb;
  border-color: transparent;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-tertiary:focus,
.focus.btn-tertiary {
  color: #232323;
  background-color: #dbdbdb;
  border-color: transparent;
}

.active.btn-tertiary,
.btn-secondary.active,
.btn-secondary:active,
.btn-tertiary:active,
.open > .btn-secondary.dropdown-toggle,
.open > .dropdown-toggle.btn-tertiary {
  color: #232323;
  background-color: #dbdbdb;
  border-color: transparent;
}

.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: #232323;
  background-color: #dbdbdb;
  border-color: transparent;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.disabled.btn-tertiary:focus,
.disabled.focus.btn-tertiary {
  background-color: #f5f5f5;
  border-color: transparent;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled:hover,
.disabled.btn-tertiary:hover {
  background-color: #f5f5f5;
  border-color: transparent;
}

.btn-info {
  color: #fff;
  background-color: #84c6ff;
  border-color: #84c6ff;
}

.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #51a7e8;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #51a7e8;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #269abc;
  border-color: #51a7e8;
  background-image: none;
}

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

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:focus {
  background-color: #84c6ff;
  border-color: #84c6ff;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #84c6ff;
  border-color: #84c6ff;
}

.btn-success {
  color: #fff;
  background-color: #00c062;
  border-color: #00c062;
}

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

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

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9a56;
  border-color: #3a9a56;
  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: #3c763d;
  border-color: #256237;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:focus {
  background-color: #00c062;
  border-color: #00c062;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #00c062;
  border-color: #00c062;
}

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

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

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

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7c1f;
  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.focus,
.btn-warning:disabled:focus {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

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

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

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

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

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff1919;
  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.focus,
.btn-danger:disabled:focus {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

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

.btn-outline-primary {
  color: #e0005b;
  background-color: transparent;
  border-color: #e0005b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #e0005b;
  border-color: #e0005b;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #e0005b;
  border-color: #e0005b;
}

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

.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: #1a8196;
  border-color: #125b6a;
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus {
  border-color: #84c6ff;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #84c6ff;
}

.btn-outline-secondary,
.btn-outline-secondary:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary {
  color: transparent;
}

.btn-outline-secondary:hover {
  color: #fff;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

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

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus {
  border-color: transparent;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: transparent;
}

.btn-outline-info {
  color: #84c6ff;
  background-color: transparent;
  border-color: #84c6ff;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #84c6ff;
  border-color: #84c6ff;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  color: #fff;
  background-color: #84c6ff;
  border-color: #84c6ff;
}

.btn-outline-info.active,
.btn-outline-info:active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #84c6ff;
  border-color: #84c6ff;
}

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

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

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

.btn-outline-success {
  color: #00c062;
  background-color: transparent;
  border-color: #00c062;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00c062;
  border-color: #00c062;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  color: #fff;
  background-color: #00c062;
  border-color: #00c062;
}

.btn-outline-success.active,
.btn-outline-success:active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00c062;
  border-color: #00c062;
}

.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: #3c763d;
  border-color: #256237;
}

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

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

.btn-outline-warning {
  color: #ff9a52;
  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 {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.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.focus,
.btn-outline-warning:disabled:focus {
  border-color: #fcf8e3;
}

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

.btn-outline-danger {
  color: #ff4c4c;
  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 {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.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.focus,
.btn-outline-danger:disabled:focus {
  border-color: #ffb2b2;
}

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

.btn-link {
  font-weight: 400;
  color: #e0005b;
  border-radius: 0;
}

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

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

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

.btn-link:focus,
.btn-link:hover {
  color: #1a8196;
  background-color: transparent;
}

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

.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.2rem;
}

.dropdown-toggle::after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

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

.dropdown-menu {
  color: #0c344d;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

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

.dropdown-item {
  color: #0c344d;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  background-color: #e0005b;
}

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

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  background-color: transparent;
}

.dropdown-header {
  color: #f5f5f5;
}

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

.btn-group > .btn: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),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

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

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

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

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

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

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon {
  color: #7a7a7a;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.25);
  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 {
  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 {
  border-radius: 0.3rem;
}

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

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

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

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

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #269abc;
}

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

.custom-select {
  color: #7a7a7a;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

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

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

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

.custom-file-control {
  color: #616161;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}

.custom-file-control::before {
  color: #616161;
  background-color: #eee;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 0 0;
}

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

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

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

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

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #f5f5f5;
  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: #7a7a7a;
  background-color: #fff;
  border-color: #dbdbdb #dbdbdb transparent;
}

.nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

.navbar-toggler {
  border: 1px solid transparent;
  border-radius: 0;
}

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

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.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 {
  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-toggler {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.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 {
  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-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.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 {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: -1px -1px 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 -1px -1px;
}

.card-header-tabs {
  border-bottom: 0;
}

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

.card-danger .card-footer,
.card-danger .card-header,
.card-info .card-footer,
.card-info .card-header,
.card-primary .card-footer,
.card-primary .card-header,
.card-success .card-footer,
.card-success .card-header,
.card-warning .card-footer,
.card-warning .card-header {
  background-color: transparent;
}

.card-success {
  background-color: #00c062;
  border-color: #00c062;
}

.card-info {
  background-color: #84c6ff;
  border-color: #84c6ff;
}

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

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

.card-outline-primary,
.card-outline-secondary {
  background-color: transparent;
  border-color: #e0005b;
}

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

.card-outline-info,
.card-outline-success {
  background-color: transparent;
  border-color: #84c6ff;
}

.card-outline-success {
  border-color: #00c062;
}

.card-outline-danger,
.card-outline-warning {
  background-color: transparent;
  border-color: #ff9a52;
}

.card-outline-danger {
  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: #f5f5f5;
  border-radius: 0;
}

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

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

.pagination {
  border-radius: 0;
}

.page-item:first-child .page-link {
  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,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  color: #fff;
  background-color: #e0005b;
  border-color: #e0005b;
}

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

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

.page-link:focus,
.page-link:hover {
  color: #1a8196;
  background-color: #f5f5f5;
  border-color: #dbdbdb;
}

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

.tag {
  color: #fff;
  border-radius: 0;
}

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

.tag-pill {
  border-radius: 10rem;
}

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

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

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

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

.tag-success {
  background-color: #00c062;
}

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

.tag-info {
  background-color: #84c6ff;
}

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

.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: #f5f5f5;
  border-radius: 0.3rem;
}

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

.jumbotron-fluid {
  border-radius: 0;
}

.alert {
  border: 1px solid transparent;
  border-radius: 0;
}

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

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #125b6a;
}

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #ff9a52;
  color: #232323;
}

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

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

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

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

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

.progress[value]::-ms-fill {
  background-color: #269abc;
}

.progress[value]::-moz-progress-bar {
  background-color: #269abc;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value]::-webkit-progress-value {
  background-color: #269abc;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

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

.progress-success[value]::-webkit-progress-value {
  background-color: #00c062;
}

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

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

.progress-info[value]::-webkit-progress-value {
  background-color: #84c6ff;
}

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

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

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

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

.list-group-item {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  color: #fff;
  background-color: #e0005b;
  border-color: #e0005b;
}

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

.list-group-flush .list-group-item {
  border-radius: 0;
}

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

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

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #616161;
  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: #125b6a;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #125b6a;
}

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: #125b6a;
  background-color: #bcdff1;
}

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: #125b6a;
  border-color: #125b6a;
}

.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: #bd4147;
  background-color: #ebcccc;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #bd4147;
}

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: #bd4147;
  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: #bd4147;
  border-color: #bd4147;
}

.close {
  color: #090909;
}

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

.modal-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

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

.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;
  border-radius: 0;
}

.tooltip-inner::before {
  border-color: transparent;
}

.popover {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::before {
  border-top-color: rgba(0, 0, 0, 0.25);
}

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

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
  border-right-color: rgba(0, 0, 0, 0.25);
}

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

.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

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

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

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
  border-left-color: rgba(0, 0, 0, 0.25);
}

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

.popover-title {
  background-color: #eee;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover::after,
.popover::before {
  border-color: transparent;
}

.carousel-control {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

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

.carousel-indicators li {
  background-color: transparent;
  border: 1px solid #e0005b;
  border-radius: 10px;
  border-color: #e0005b;
}

.carousel-caption {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

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

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

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

.bg-success {
  background-color: #00c062 !important;
}

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

.bg-info {
  background-color: #84c6ff !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #269abc !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: #0c344d !important;
}

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

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

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

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

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

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

.text-success {
  color: #00c062 !important;
}

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

.text-info {
  color: #84c6ff !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #269abc !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: #0c344d !important;
}

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

.text-hide {
  color: transparent;
  background-color: transparent;
}

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

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

.custom-checkbox input[type=checkbox] + span.color,
.variant-links .color,
label .color {
  border: 1px solid #979797;
}

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

.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
  border: 1px solid #979797;
}

.h1,
.h2,
.h3,
.h4,
body {
  color: #232323;
}

.btn-tertiary {
  color: #7a7a7a;
  background-color: #eee;
}

.btn-tertiary:hover {
  border: 1px solid rgba(35, 35, 35, 0.2);
}

.btn-unstyle {
  background-color: transparent;
}

.block_newsletter form input[type=text]:focus + button .search,
.btn-unstyle:focus .expand-more,
.search-widget form input[type=text]:focus + button .search {
  color: #e0005b;
}

.label,
label {
  color: #232323;
}

.form-control {
  color: #7a7a7a;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.form-control:focus {
  color: #232323;
  background-color: #fff;
  outline: 0.1875rem solid #e0005b;
}

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

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

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

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

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

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

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

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

.form-control-comment {
  color: #7a7a7a;
}

.form-control-submit.disabled {
  color: #fff;
  background: #84c6ff;
}

.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 {
  color: #fff;
  background: #e0005b;
  border-radius: 0;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  color: #232323;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.bootstrap-touchspin .btn-touchspin {
  height: 1.3125rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

#order-items table tr.total-value,
.bootstrap-touchspin .btn-touchspin:hover {
  background-color: #f5f5f5;
}

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

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}

form section .form-informations {
  color: #232323;
}

form .form-control-label {
  color: #232323;
}

.custom-radio {
  background: #fff;
  border: #979797 1px solid;
}

.custom-radio input[type=radio]:checked + span {
  background-color: #e0005b;
  border-radius: 50%;
}

.custom-checkbox input[type=checkbox]:focus + span,
.custom-radio input[type=radio]:focus + span {
  border-color: #7a7a7a;
}

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

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

.done {
  color: #00c062;
}

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

.btn.disabled,
.btn.disabled:hover {
  color: #dbdbdb;
  background: #f5f5f5;
}

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

.alert-warning .alert-link {
  color: #7a7a7a;
}

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

.btn-tertiary-outline {
  color: #7a7a7a;
  background-color: transparent;
  border: 0.15rem solid #7a7a7a;
  border-color: #7a7a7a;
}

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

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

#mobile_top_menu_wrapper .top-menu,
.nav-item .nav-link.active,
.nav-item .nav-separtor.active,
.page-addresses .address .address-footer a:hover,
body#checkout,
body#checkout section.checkout-step .add-address a {
  color: #232323;
}

.separator {
  border-color: rgba(0, 0, 0, 0.25);
}

.ps-alert-error .item {
  background-color: #ff4c4c;
}

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

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

.ps-alert-error .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,
.ps-alert-success .item i {
  border-color: #00c062;
}

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

#mobile_top_menu_wrapper .js-top-menu-bottom a,
.dropdown,
body#checkout section.checkout-step small {
  color: #7a7a7a;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
  color: #e0005b;
}

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

.dropdown select {
  color: #232323;
  background-color: #fff;
}

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

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

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

.block_newsletter form button[type=submit],
.search-widget form button[type=submit] {
  color: #7a7a7a;
}

.header-top .search-widgets form input[type=text] {
  color: #979797;
  background: #f5f5f5;
}

.top-menu a:not([data-depth="0"]) {
  color: #7a7a7a;
}

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

.top-menu .popover {
  border-radius: 0;
}

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

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

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

body#checkout .cart-grid-right .card .cart-total {
  background-color: inherit;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

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

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

body#checkout section.checkout-step .step-title {
  border-bottom: 1px solid #dbdbdb;
}

body#checkout section.checkout-step.-current + .checkout-step .step-title {
  border-top: 1px solid #dbdbdb;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  color: #fff;
  background-color: #00c062;
  border-radius: 50%;
}

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

body#checkout section.checkout-step .step-number {
  border: 1px solid #232323;
  border-radius: 50%;
}

body#checkout section.checkout-step .address-item {
  background: #f5f5f5;
  border: 3px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

#history .orders .order a h3,
body#checkout #order-summary-content a .step-edit {
  color: #7a7a7a;
}

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

body#checkout #footer {
  color: #7a7a7a;
  background: #fff;
}

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

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

#order-items .image img {
  border: 1px solid gray-lighter;
}

.table-labeled .label {
  color: #fff;
  border-radius: 3px;
}

.page-customer-account #content {
  background: #fff;
  color: #7a7a7a;
}

.page-addresses .address {
  color: #232323;
  background: #fff;
}

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

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

#order-return-infos .thead-default th,
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover,
.page-my-account #content .links a:hover {
  color: #232323;
}

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

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

#history .orders .order .label,
.page-order-detail #order-history .history-lines .history-line .label {
  color: #fff;
  border-radius: 3px;
}

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

.page-order-detail .messages .message {
  margin-top: 0.5rem;
  border-bottom: 1px solid #f5f5f5;
}

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

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

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

.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-indicators .active {
  background-color: #e0005b;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
  color: #7a7a7a;
}

.product-miniature .product-title a {
  color: #7a7a7a;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  border-top: #7a7a7a 1px solid;
}

.product-miniature .product-price-and-shipping {
  color: #232323;
}

.product-miniature .highlighted-informations .quick-view {
  color: #7a7a7a;
}

.product-miniature .highlighted-informations .quick-view:hover {
  color: #e0005b;
}

.product-miniature .comments_note {
  color: #7a7a7a;
}

.product-miniature .regular-price {
  color: #7a7a7a;
}

.product-miniature .count {
  color: #7a7a7a;
}

#custom-text {
  background: #fff;
  border-radius: 2px;
}

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

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

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

#products {
  color: #7a7a7a;
}

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

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

.block-category .block-category-inner #category-description strong {
  color: #7a7a7a;
}

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

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
  color: #232323;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

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

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

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
  background: #f5f5f5;
  border-radius: 0;
}

.facet-dropdown {
  color: #7a7a7a;
  background: #f5f5f5;
  border: 3px solid transparent;
  -webkit-box-shadow: 1px 1px 1px 1px #f5f5f5;
          box-shadow: 1px 1px 1px 1px #f5f5f5;
}

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

.facet-dropdown .select-title {
  color: #232323;
  background: #f5f5f5;
}

.facet-dropdown .select-list {
  color: #232323;
  background: #f5f5f5;
}

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

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

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

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

.pagination a {
  color: #090909;
}

.pagination .disabled {
  color: #7a7a7a;
}

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

.active_filters .filter-block {
  color: #232323;
  background: #fff;
}

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

.block-categories a,
.facets-title {
  color: #232323;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
  color: #e0005b;
}

#subcategories {
  border-top: 1px solid #f5f5f5;
}

#subcategories ul li .subcategory-image a {
  border: 1px solid #f5f5f5;
}

#subcategories ul li:hover .subcategory-image a {
  border: 5px solid #e0005b;
}

.product-price {
  color: #e0005b;
}

#blockcart-modal,
#product-description-short {
  color: #232323;
}

#product-description-short ol li,
#product-description-short ul li,
.product-information .product-description ol li,
.product-information .product-description ul li {
  color: #7a7a7a;
}

.product-information {
  color: #232323;
}

.product-information .manufacturer-logo {
  border: 2px solid #f5f5f5;
}

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

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

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

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

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

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

.product-customization small,
.product-discount {
  color: #7a7a7a;
}

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

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

.has-discount .product-unit-price,
.product-unit-price {
  color: #7a7a7a;
}

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

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

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

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

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

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

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

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

#blockcart-modal .modal-header .close .material-icons {
  color: #0c344d;
}

#blockcart-modal .modal-title {
  color: #0c344d;
}

#blockcart-modal .modal-title i.material-icons {
  color: #00c062;
}

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

#blockcart-modal .product-price {
  color: #0c344d;
}

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

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

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

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

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

#product-availability .product-available {
  color: #00c062;
}

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

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

.product-variants > .product-variants-item select {
  background-color: #fff;
}

.product-flags li.product-flag {
  color: #fff;
  background: #e0005b;
}

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

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

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

.product-customization .custom-file {
  color: #7a7a7a;
  background: #f5f5f5;
}

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

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

.social-sharing li {
  background-color: #fff;
  border-radius: 50%;
}

.block-social ul li a:hover,
.social-sharing li a:hover {
  color: transparent;
}

#header .header-nav .blockcart a,
.account-list a,
.products-selection .title {
  color: #7a7a7a;
}

.card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
  border-top: 1px solid #dbdbdb;
}

.cart-summary-line .label {
  color: #0c344d;
}

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

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

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

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

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

.block-promo .promo-input {
  color: #232323;
  border: #7a7a7a 1px solid;
}

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

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

.block-promo .promo-name .cart-summary-line .label {
  color: #0c344d;
}

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

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

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: #ff1919;
}

.product-line-grid-body > .product-line-info > .available {
  color: #00c062;
}

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

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

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

#block-reassurance li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.quickview .modal-footer {
  border-top: 1px solid rgba(122, 122, 122, 0.3);
}

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

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

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

.block-contact,
.footer-container li a {
  color: #7a7a7a;
}

#block_myaccount_infos .myaccount-title a,
#header a,
#wrapper .breadcrumb li a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a {
  color: #232323;
}

.account-list a:hover,
.block_newsletter form button[type=submit] .search:hover,
.footer-container li a:hover {
  color: #e0005b;
}

.block-social ul {
  gap: 8px;
}

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

.block-social ul li:hover {
  background-color: rgb(255, 20, 115.46875);
}

.contact-rich {
  color: #7a7a7a;
}

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

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

.contact-form h3,
.contact-rich h4 {
  color: #232323;
}

#pagenotfound .page-not-found,
#products .page-not-found {
  color: #7a7a7a;
  background: #fff;
}

.customization-modal .modal-content {
  border: 1px solid #f5f5f5;
  border-radius: 0;
}

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

.sitemap h2 {
  color: #232323;
  border-bottom: 1px solid #7a7a7a;
}

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

.block_newsletter #block-newsletter-label {
  color: #232323;
}

.block_newsletter form .row .col-xs-12:last-of-type .page-content.page-cms ul,
.block_newsletter form .row .col-xs-12:last-of-type p,
.page-content.page-cms .block_newsletter form .row .col-xs-12:last-of-type ul {
  color: #7a7a7a;
}

.block_newsletter form input[type=email] {
  border: 1px solid #dbdbdb;
}

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

#header {
  color: #7a7a7a;
  background: #fff;
}

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

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

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

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

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

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

#wrapper .breadcrumb li::after {
  color: #7a7a7a;
}

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

.facebook.icon-gray,
.twitter.icon-gray,
.pinterest.icon-gray {
  background-image: unset;
}
.facebook.icon-gray a,
.twitter.icon-gray a,
.pinterest.icon-gray a {
  background-color: #7a7a7a;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 80%;
          mask-size: 80%;
  -webkit-mask-position: center;
          mask-position: center;
}
.facebook.icon-gray:hover,
.twitter.icon-gray:hover,
.pinterest.icon-gray:hover {
  background-image: unset;
}
.facebook.icon-gray:hover a,
.twitter.icon-gray:hover a,
.pinterest.icon-gray:hover a {
  background-color: #e0005b;
}
.facebook.icon-gray::before,
.twitter.icon-gray::before,
.pinterest.icon-gray::before {
  background-image: unset;
  background-color: #fff;
  border-radius: 50%;
}

.facebook.icon-gray a {
  -webkit-mask-image: url("img/b252849e892c264f4f22.svg");
          mask-image: url("img/b252849e892c264f4f22.svg");
}

.twitter.icon-gray a {
  -webkit-mask-image: url("img/740f1557cae714dc4b18.svg");
          mask-image: url("img/740f1557cae714dc4b18.svg");
}

.pinterest.icon-gray a {
  -webkit-mask-image: url("img/91fc2885f1aa34fb73f6.svg");
          mask-image: url("img/91fc2885f1aa34fb73f6.svg");
}

@media (min-width: 576px) {
  .navbar,
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-full,
  .navbar-sticky-top {
    border-radius: 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),
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .jumbotron {
    padding: 4rem 2rem;
  }
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
  .header-top .search-widgets {
    max-width: 13rem;
  }
  .contact-rich .block a[href^="mailto:"] {
    font-size: 0.815rem;
  }
}
@media (max-width: 575px) {
  .cart-item {
    border-bottom: 1px solid #f5f5f5;
  }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: #f5f5f5 1px solid;
  }
}
@media (max-width: 767px) {
  .header-top .search-widget form input[type=text] {
    background: #fff;
  }
  #order-details .card-title,
  #order-items .card-title {
    border-bottom: 1px solid #f5f5f5;
  }
  #order-items hr {
    border-top-color: #f5f5f5;
  }
  #category #left-column #search_filters {
    border-top: 1px solid #f5f5f5;
  }
  #category #left-column #search_filters .facet {
    border-bottom: 1px solid #f5f5f5;
  }
  #category #left-column #search_filters .facet .facet-title {
    color: #232323;
  }
  #category #left-column #search_filters .facet ul li {
    border-top: 1px solid #f5f5f5;
  }
  .block_newsletter {
    border-bottom: 1px solid #f5f5f5;
  }
  .footer-container .links ul {
    background-color: #f5f5f5;
  }
  .footer-container .links ul > li {
    border-bottom: 1px solid #fff;
  }
  .footer-container .links ul > li a {
    color: #232323;
  }
  .links .title {
    border-bottom: 1px solid #f5f5f5;
  }
}
@media (max-width: 991px) {
  .carousel {
    background-color: #f5f5f5;
  }
  .carousel .carousel-item .caption .display-1 {
    color: #232323;
  }
  .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: #7a7a7a;
  }
  .carousel .direction .carousel-control i {
    background: rgba(122, 122, 122, 0.5);
  }
}
@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    border-radius: 0;
  }
  .progress-bar {
    background-color: #269abc;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .progress-success .progress-bar {
    background-color: #00c062;
  }
  .progress-info .progress-bar {
    background-color: #84c6ff;
  }
  .progress-warning .progress-bar {
    background-color: #ff9a52;
  }
  .progress-danger .progress-bar {
    background-color: #ff4c4c;
  }
}
body {
  min-width: 320px;
  background: #e0005b;
  font-family: "Roboto";
}
body h1, body h2, body h3, body h4, body h5, body h6,
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  font-family: "Dosis";
  font-weight: 400;
}
body li::marker {
  color: #e0005b;
}
body li h1, body li h2, body li h3, body li h4, body li h5, body li h6,
body li .h1, body li .h2, body li .h3, body li .h4, body li .h5, body li .h6 {
  display: inline-block;
}
body .btn {
  font-family: "Dosis";
  border-radius: 10px;
}
body #header {
  background: #e0005b;
}
body #header .header-nav {
  border-bottom: rgb(157.7, 0, 64.065625) 1px solid;
}
body #header .header-nav img.logo {
  background: white;
  border-radius: 50%;
  -webkit-transition: ease-in 0.15s;
  transition: ease-in 0.15s;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
body #header .header-nav img.logo:hover {
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}
body #header .header-nav a {
  color: #fff;
}
body #header .header-nav a:hover {
  color: rgb(255, 198.5, 221.453125) !important;
}
body #header .header-nav .btn-unstyle .expand-more {
  color: #fff;
}
body #header .header-nav .btn-unstyle:hover .expand-more {
  color: rgb(255, 198.5, 221.453125) !important;
}
body #header .header-nav .dropdown-menu a {
  color: #090909;
}
body #header .header-nav .dropdown-menu a:hover {
  color: #e0005b !important;
}
body #header .header-nav .blockcart {
  background: transparent;
}
body #header .header-nav .blockcart.cart-preview.active {
  background: transparent;
}
body #header .header-nav .blockcart.cart-preview.active .cart-products-count, body #header .header-nav .blockcart.cart-preview.active .shopping-cart {
  color: #fff !important;
}
body #header .header-nav .blockcart.cart-preview.active:hover * {
  color: rgb(255, 198.5, 221.453125) !important;
}
body #header .header-nav .blockcart .header,
body #header .header-nav .shopping-cart,
body #header .header-nav .cart-products-count {
  color: rgb(255, 147.5, 191.171875) !important;
}
body #header #menu-icon i {
  color: #fff;
}
@media (max-width: 767px) {
  body #header .header-top #search_widget {
    max-width: unset;
  }
}
body #header .header-top img.logo {
  background: white;
  border-radius: 50%;
  -webkit-transition: ease-in 0.15s;
  transition: ease-in 0.15s;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
body #header .header-top img.logo:hover {
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}
body #header .header-top a[data-depth="0"] {
  color: #fff;
}
body #header .header-top a[data-depth="0"]:hover {
  color: rgb(255, 198.5, 221.453125) !important;
}
body #header .header-top #mobile_top_menu_wrapper {
  background-color: #e0005b;
}
body #header .header-top .top-menu .sub-menu {
  padding-bottom: 12px;
  background-color: #e0005b;
}
body #header .header-top .top-menu .sub-menu a[data-depth="1"],
body #header .header-top .top-menu .sub-menu a[data-depth="2"],
body #header .header-top .top-menu .sub-menu a[data-depth="3"] {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
body #header .header-top .top-menu .sub-menu a[data-depth="1"] {
  font-weight: 800;
  position: relative;
  z-index: 1;
}
body #header .header-top .top-menu .sub-menu a[data-depth="1"]:hover {
  color: rgb(255, 198.5, 221.453125) !important;
}
body #header .header-top .top-menu .sub-menu a[data-depth="2"] {
  font-weight: 600;
  padding-left: 18px;
  position: relative;
}
body #header .header-top .top-menu .sub-menu a[data-depth="2"]:hover {
  color: rgb(255, 198.5, 221.453125) !important;
}
@media (min-width: 768px) {
  body #header .header-top .top-menu .sub-menu a[data-depth="2"]:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(255, 122, 176.03125) !important;
    left: 3px;
    bottom: 50%;
  }
  body #header .header-top .top-menu .sub-menu a[data-depth="2"]:after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: rgb(255, 122, 176.03125) !important;
    position: absolute;
    left: 3px;
    bottom: 50%;
  }
}
body #header .header-top .top-menu .sub-menu ul[data-depth="3"] {
  position: relative;
}
@media (min-width: 768px) {
  body #header .header-top .top-menu .sub-menu ul[data-depth="3"]:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(255, 122, 176.03125) !important;
    position: absolute;
    left: 3px;
    bottom: 15px;
  }
}
body #header .header-top .top-menu .sub-menu a[data-depth="3"] {
  padding-left: 32px;
  position: relative;
}
body #header .header-top .top-menu .sub-menu a[data-depth="3"]:hover {
  color: #e0005b;
}
@media (min-width: 768px) {
  body #header .header-top .top-menu .sub-menu {
    background-color: #e0005b;
  }
  body #header .header-top .top-menu .sub-menu a[data-depth="1"] {
    background-color: #e0005b;
  }
}
body #header #_mobile_language_selector #language-selector-label {
  color: #fff;
}
body #header #contact-link a {
  color: #fff;
}
body #header #contact-link a:hover {
  color: rgb(255, 198.5, 221.453125) !important;
}
body .product-cover .layer {
  border-radius: 10px;
  background: #e0005b66;
}
body article.product-miniature,
body .product-cover {
  border-radius: 10px;
}
body article.product-miniature img,
body .product-cover img {
  border-radius: 10px;
  border: 1px solid #e0005b;
}
body article.product-miniature img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
body article.product-miniature .product-description {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e0005b;
  border-top: none;
}
body article.product-miniature .highlighted-informations {
  border-left: 1px solid #e0005b;
  border-right: 1px solid #e0005b;
}
body article.product-miniature .wishlist-button-add {
  background-color: transparent;
}
body .wishlist-button-add {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body article.product-miniature {
  padding-top: 8px;
}
body article.product-miniature .thumbnail-container {
  background: unset;
}
body .product-images .thumb-container img {
  border-radius: 10px;
}
body #products .pagination .page-list {
  border-radius: 10px;
}
body #wrapper {
  background: #fff;
}
body #wrapper #custom-text,
body #wrapper section#content.page-content {
  border-radius: 10px;
}
body #wrapper #custom-text {
  padding: 0;
}
body #wrapper .carousel-inner {
  height: unset;
  border-radius: 10px;
}
body #wrapper .breadcrumb {
  margin-bottom: 48px;
}
body #wrapper .blockreassurance_product .item-product svg path {
  fill: #e0005b;
}
body #wrapper .product-flag.new {
  background: radial-gradient(100% 50% at left, #e0005b 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, #e0005b 0) 0 0/calc(101% - 0.5lh) 100%;
}
body #wrapper .product-flag.out_of_stock {
  background: radial-gradient(100% 50% at left, #979797 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, #979797 0) 0 0/calc(101% - 0.5lh) 100%;
}
body #wrapper .product-flag.pack {
  background: radial-gradient(100% 50% at left, #7a7a7a 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, #7a7a7a 0) 0 0/calc(101% - 0.5lh) 100%;
}
body #wrapper .product-flag.pre-order {
  background: radial-gradient(100% 50% at left, #616161 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, #616161 0) 0 0/calc(101% - 0.5lh) 100%;
}
body #wrapper .product-flag.discount {
  background: radial-gradient(100% 50% at left, #d5a25c 98%, rgba(0, 0, 0, 0) 101%) 100% 0/0.5lh calc(100% - 2 * var(--r)), radial-gradient(100% 50% at right, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 100%/var(--r) calc(2 * var(--r)), conic-gradient(from 90deg at var(--r) calc(100% - 2 * var(--r)), rgba(0, 0, 0, 0) 25%, #d5a25c 0) 0 0/calc(101% - 0.5lh) 100%;
}
body #wrapper .product-flag.new, body #wrapper .product-flag.out_of_stock, body #wrapper .product-flag.pack, body #wrapper .product-flag.discount, body #wrapper .product-flag.pre-order {
  font-size: 16px;
  text-transform: unset;
  font-weight: bold;
  color: #fff;
  --r: .4em;
  --f: .5em;
  position: relative;
  left: calc(-1 * var(--r) + 1px);
  line-height: 1.9;
  padding: 0 16px calc(2 * var(--r)) 16px;
  border-radius: var(--r) 0 0 var(--r);
  background-repeat: no-repeat;
  margin-top: 2px;
}
body #wrapper .product-miniature .thumbnail-container {
  overflow: visible;
}
body .product-miniature .price {
  font-family: "Dosis";
  font-weight: 400 !important;
  color: #e0005b;
  font-size: 26px;
}
body .product-prices {
  font-family: "Dosis";
}
body .product-prices * {
  font-size: 32px;
  font-weight: 400 !important;
}
body .product-prices .current-price-value {
  color: #e0005b !important;
}
body .product-prices .discount {
  background-color: #616161;
  border-radius: 6px;
}
body .product-prices .tax-shipping-delivery-label {
  font-size: 26px;
}
body .product-add-to-cart .qty .input-group-btn-vertical button {
  height: 1.25rem;
}
body .product-add-to-cart .qty input#quantity_wanted {
  height: calc(2.5rem - 2px);
}
body .block-social ul li {
  border-radius: 10px;
}
body #footer .links {
  background: #e0005b;
}
body #footer .links a, body #footer .links a[data-depth="0"], body #footer .links p, body #footer .links #contact-infos, body #footer .links #block-newsletter-label, body #footer .links .h3, body #footer .links .h4 {
  color: #fff !important;
  font-weight: 400;
}
body #footer .links a:hover {
  color: rgb(255, 198.5, 221.453125) !important;
}
body #footer #blockEmailSubscription_displayFooterBefore {
  padding: 16px;
  border-radius: 10px;
}
body #footer #blockEmailSubscription_displayFooterBefore #block-newsletter-label {
  color: #e0005b !important;
  font-family: "Dosis";
}
body #footer #blockEmailSubscription_displayFooterBefore p {
  color: #090909 !important;
}

.language-selector .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.language-selector .dropdown-item:before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.language-selector .dropdown-item[data-iso-code=fr]:before {
  background-image: url("../img/fr.png");
}
.language-selector .dropdown-item[data-iso-code=it]:before {
  background-image: url("../img/it.png");
}
.language-selector .dropdown-item[data-iso-code=nl]:before {
  background-image: url("../img/nl.png");
}
.language-selector .dropdown-item[data-iso-code=de]:before {
  background-image: url("../img/de.png");
}
.language-selector .dropdown-item[data-iso-code=en]:before {
  background-image: url("../img/en.png");
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all.searchbar-autocomplete {
  border: 1px solid #e0005b;
  border-radius: 10px;
}/*# sourceMappingURL=custom.css.map */