@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-v30-latin-regular.woff2) format("woff2"), url(../fonts/roboto-v30-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-v30-latin-700.woff2) format("woff2"), url(../fonts/roboto-v30-latin-700.woff) format("woff")
}

@font-face {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(../fonts/roboto-condensed-v25-latin-700.woff2) format("woff2"), url(../fonts/roboto-condensed-v25-latin-700.woff) format("woff")
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

.c-account-landing__title,
.c-footer__title,
.c-history__img--watermark,
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6,
[class].c-ad__title,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--color-orange-link);
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: var(--color-orange);
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

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

button {
    border-radius: 0
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

@media(max-width:1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a:hover {
    color: inherit;
    text-decoration: inherit
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form-control {
    display: block;
    width: 100%;
    height: 3rem;
    padding: .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #33404f;
    outline: 0;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #737373;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #737373;
    opacity: 1
}

.form-control::placeholder {
    color: #737373;
    opacity: 1
}

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

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

.col-form-label {
    padding-top: calc(.75rem + 1px);
    padding-bottom: calc(.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .75rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1.25rem
}

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

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875rem;
    color: #008a22
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 138, 34, .9);
    border-radius: 0
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #008a22;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23008A22' 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");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #008a22;
    box-shadow: 0 0 0 .25rem rgba(0, 138, 34, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #008a22;
    padding-right: calc(.75em + 2.875rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23008A22' 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") #fff no-repeat center right 1.75rem/calc(.75em + .75rem) calc(.75em + .75rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #008a22;
    box-shadow: 0 0 0 .25rem rgba(0, 138, 34, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #008a22
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #008a22
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #008a22
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #00bd2f;
    background-color: #00bd2f
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .25rem rgba(0, 138, 34, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #008a22
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #008a22;
    box-shadow: 0 0 0 .25rem rgba(0, 138, 34, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875rem;
    color: #e70000
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231, 0, 0, .9);
    border-radius: 0
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #e70000;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E70000'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23E70000' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .375rem) center;
    background-size: calc(.75em + .75rem) calc(.75em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #e70000;
    box-shadow: 0 0 0 .25rem rgba(231, 0, 0, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(.375em + .375rem) right calc(.375em + .375rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #e70000;
    padding-right: calc(.75em + 2.875rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E70000'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23E70000' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .75rem) calc(.75em + .75rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #e70000;
    box-shadow: 0 0 0 .25rem rgba(231, 0, 0, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #e70000
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #e70000
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #e70000
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #ff1b1b;
    background-color: #ff1b1b
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .25rem rgba(231, 0, 0, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #e70000
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #e70000;
    box-shadow: 0 0 0 .25rem rgba(231, 0, 0, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0
}

.figure {
    display: inline-block
}

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #000
}

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

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

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

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

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

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

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

.table-hover tbody tr:hover {
    color: #000
}

.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, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #000
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.c-account-landing__title,
.c-footer__title,
.c-history__img--watermark,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6,
[class].c-ad__title,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 2rem;
    font-family: Roboto Condensed, Georgia, serif;
    font-weight: 700;
    line-height: 1.2
}

.c-account-landing__title,
.h1,
.u-h1,
h1 {
    font-size: 3.5rem
}

@media(max-width:1200px) {
    .c-account-landing__title,
    .h1,
    .u-h1,
    h1 {
        font-size: calc(1.675rem)
    }
}

.c-history__img--watermark,
.h2,
.u-h2,
[class].c-ad__title,
h2 {
    font-size: 2.5rem
}

@media(max-width:1200px) {
    .c-history__img--watermark,
    .h2,
    .u-h2,
    [class].c-ad__title,
    h2 {
        font-size: calc(1.375rem + 1.5vw)
    }
}

.h3,
.u-h3,
h3 {
    font-size: 2rem
}

@media(max-width:1200px) {
    .h3,
    .u-h3,
    h3 {
        font-size: calc(1.325rem + .9vw)
    }
}

.h4,
.u-h4,
h4 {
    font-size: 1.5rem
}

@media(max-width:1200px) {
    .h4,
    .u-h4,
    h4 {
        font-size: calc(1.275rem + .3vw)
    }
}

.c-footer__title,
.h5,
.u-h5,
h5 {
    font-size: 1.125rem
}

.h6,
.u-h6,
h6 {
    font-size: 1rem
}

.lead,
.u-txt-lead {
    font-size: 1.125rem;
    font-weight: 400
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #000
}

.small,
.u-txt-sm,
.u-txt-xs,
small {
    font-size: .875rem;
    font-weight: 400
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .875rem;
    color: #6c757d
}

.blockquote-footer:before {
    content: "— "
}

.col,
.col-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-11,
.col-sm-1,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-8,
.col-sm-9,
.col-sm-11 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

.col-1,
.col-2 {
    padding-right: 15px;
    padding-left: 15px
}

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

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

.col-4,
.col-5,
.col-xs-5 {
    padding-right: 15px;
    padding-left: 15px
}

.col-5,
.col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

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

.col-6,
.col-9,
.col-xs-9 {
    padding-right: 15px;
    padding-left: 15px
}

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

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:576px) {
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

@media(min-width:768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

@media(min-width:992px) {
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

.o-layout {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap
}

.o-layout--center-x {
    justify-content: center
}

.o-layout--center-y {
    align-items: center
}

.o-layout--start {
    justify-content: flex-start
}

.o-layout--end {
    justify-content: flex-end
}

.o-layout--col {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.offset,
.offset-0 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.offset-0 {
    margin-left: 0
}

@media(min-width:992px) {
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-1,
    .offset-lg-2 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
}

.container,
.o-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:1440px) {
    .container,
    .o-wrapper {
        max-width: 1440px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.o-wrapper--fullbleed {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:1440px) {
    .o-wrapper--fullbleed {
        margin-left: calc(-50vw + 705px);
        margin-right: calc(-50vw + 705px)
    }
}

.btn,
.c-almodalsugg__content ul a,
.c-hero__cta,
[class].c-alsugghit {
    display: inline-block;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: .375rem 2rem;
    font-size: 1rem;
    line-height: 1.75;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn,
    .c-almodalsugg__content ul a,
    .c-hero__cta,
    [class].c-alsugghit {
        transition: none
    }
}

.btn:hover,
.c-almodalsugg__content ul a:hover,
.c-hero__cta:hover,
[class].c-alsugghit:hover {
    color: #000;
    text-decoration: none
}

.btn.focus,
.btn:focus,
.c-almodalsugg__content ul a.focus,
.c-almodalsugg__content ul a:focus,
.c-hero__cta:focus,
.focus.c-hero__cta,
.focus[class].c-alsugghit,
[class].c-alsugghit:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .25)
}

.btn.disabled,
.btn:disabled,
.c-almodalsugg__content ul a.disabled,
.c-almodalsugg__content ul a:disabled,
.c-hero__cta:disabled,
.disabled.c-hero__cta,
.disabled[class].c-alsugghit,
[class].c-alsugghit:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.c-almodalsugg__content ul a:not(:disabled):not(.disabled),
.c-hero__cta:not(:disabled):not(.disabled),
[class].c-alsugghit:not(:disabled):not(.disabled) {
    cursor: pointer
}

.c-almodalsugg__content ul a.disabled,
.c-almodalsugg__content ul fieldset:disabled a,
a.btn.disabled,
a.disabled.c-hero__cta,
a.disabled[class].c-alsugghit,
fieldset:disabled .c-almodalsugg__content ul a,
fieldset:disabled a.btn,
fieldset:disabled a.c-hero__cta,
fieldset:disabled a[class].c-alsugghit {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: var(--color-orange-link);
    border-color: var(--color-orange-link);
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(212, 114, 32, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-orange-link);
    border-color: var(--color-orange-link);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(212, 114, 32, .5)
}

.btn-secondary {
    color: #212529;
    background-color: #ecedee;
    border-color: #ecedee
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #212529;
    background-color: #d8dadc;
    border-color: #d1d4d6
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(206, 207, 208, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #ecedee;
    border-color: #ecedee
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #d1d4d6;
    border-color: #cacdd0
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(206, 207, 208, .5)
}

.btn-black.focus,
.btn-black:focus,
.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
    border-color: #000
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus,
.btn-white:focus {
    box-shadow: 0 0 0 .25rem rgba(222, 222, 223, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(222, 222, 223, .5)
}

.btn-outline-primary {
    color: var(--color-orange);
    border-color: var(--color-orange)
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--color-orange);
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.btn-outline-secondary {
    color: #ecedee;
    border-color: #ecedee
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #ecedee;
    border-color: #ecedee
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(236, 237, 238, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ecedee;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #ecedee;
    border-color: #ecedee
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(236, 237, 238, .5)
}

.btn-outline-black,
.c-almodalsugg__content ul a {
    color: #000;
    border-color: #000
}

.btn-outline-black:hover,
.c-almodalsugg__content ul a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-black.focus,
.btn-outline-black:focus,
.c-almodalsugg__content ul a.focus,
.c-almodalsugg__content ul a:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled,
.c-almodalsugg__content ul a.disabled,
.c-almodalsugg__content ul a:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.c-almodalsugg__content ul .show>a.dropdown-toggle,
.c-almodalsugg__content ul a:not(:disabled):not(.disabled).active,
.c-almodalsugg__content ul a:not(:disabled):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.c-almodalsugg__content ul .show>a.dropdown-toggle:focus,
.c-almodalsugg__content ul a:not(:disabled):not(.disabled).active:focus,
.c-almodalsugg__content ul a:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.btn-link,
.c-btn--nopad {
    font-weight: 400;
    color: var(--color-orange);
    text-decoration: none
}

.btn-link:hover,
.c-btn--nopad:hover {
    color: var(--color-orange-link);
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus,
.c-btn--nopad:focus,
.focus.c-btn--nopad {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled,
.c-btn--nopad:disabled,
.disabled.c-btn--nopad {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-group-lg>.c-hero__cta,
.btn-group-lg>[class].c-alsugghit,
.btn-lg,
.c-almodalsugg__content ul .btn-group-lg>a,
.c-hero__cta {
    padding: .5rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.8;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-group-sm>.c-hero__cta,
.btn-sm,
.c-almodalsugg__content ul .btn-group-sm>a,
[class].c-alsugghit {
    padding: .25rem 1rem;
    font-size: .875rem;
    line-height: 1.7;
    border-radius: 0
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

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

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: var(--color-orange);
    background-color: var(--color-orange)
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #33404f
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #fce0c7;
    border-color: #fce0c7
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: var(--color-orange);
    background-color: var(--color-orange)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23FFF' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(var(--color-orange-rgb), .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(var(--color-orange-rgb), .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(var(--color-orange-rgb), .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(var(--color-orange-rgb), .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 3rem;
    padding: .75rem 1.75rem .75rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #33404f;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .25)
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.125rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: 3rem
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #33404f;
    box-shadow: none
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: 3rem;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.5rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: var(--color-orange);
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fce0c7
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--color-orange);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fce0c7
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    background-color: var(--color-orange);
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fce0c7
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group-vertical>.c-hero__cta,
.btn-group-vertical>[class].c-alsugghit,
.btn-group>.btn,
.btn-group>.c-hero__cta,
.btn-group>[class].c-alsugghit,
.c-almodalsugg__content ul .btn-group-vertical>a,
.c-almodalsugg__content ul .btn-group>a {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.active.c-hero__cta,
.btn-group-vertical>.active[class].c-alsugghit,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.c-hero__cta:active,
.btn-group-vertical>.c-hero__cta:focus,
.btn-group-vertical>.c-hero__cta:hover,
.btn-group-vertical>[class].c-alsugghit:active,
.btn-group-vertical>[class].c-alsugghit:focus,
.btn-group-vertical>[class].c-alsugghit:hover,
.btn-group>.active.c-hero__cta,
.btn-group>.active[class].c-alsugghit,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn-group>.c-hero__cta:active,
.btn-group>.c-hero__cta:focus,
.btn-group>.c-hero__cta:hover,
.btn-group>[class].c-alsugghit:active,
.btn-group>[class].c-alsugghit:focus,
.btn-group>[class].c-alsugghit:hover,
.c-almodalsugg__content ul .btn-group-vertical>a.active,
.c-almodalsugg__content ul .btn-group-vertical>a:active,
.c-almodalsugg__content ul .btn-group-vertical>a:focus,
.c-almodalsugg__content ul .btn-group-vertical>a:hover,
.c-almodalsugg__content ul .btn-group>a.active,
.c-almodalsugg__content ul .btn-group>a:active,
.c-almodalsugg__content ul .btn-group>a:focus,
.c-almodalsugg__content ul .btn-group>a:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.btn-group>.c-hero__cta:not(:first-child),
.btn-group>[class].c-alsugghit:not(:first-child),
.c-almodalsugg__content ul .btn-group>a:not(:first-child) {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn-group:not(:last-child)>.c-hero__cta,
.btn-group>.btn-group:not(:last-child)>[class].c-alsugghit,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.c-hero__cta:not(:last-child):not(.dropdown-toggle),
.btn-group>[class].c-alsugghit:not(:last-child):not(.dropdown-toggle),
.c-almodalsugg__content ul .btn-group>.btn-group:not(:last-child)>a,
.c-almodalsugg__content ul .btn-group>a:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn-group:not(:first-child)>.c-hero__cta,
.btn-group>.btn-group:not(:first-child)>[class].c-alsugghit,
.btn-group>.btn:not(:first-child),
.btn-group>.c-hero__cta:not(:first-child),
.btn-group>[class].c-alsugghit:not(:first-child),
.c-almodalsugg__content ul .btn-group>.btn-group:not(:first-child)>a,
.c-almodalsugg__content ul .btn-group>a:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-group-sm>.c-hero__cta+.dropdown-toggle-split,
.btn-group-sm>[class].c-alsugghit+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.c-almodalsugg__content ul .btn-group-sm>a+.dropdown-toggle-split,
[class].c-alsugghit+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-lg>.c-hero__cta+.dropdown-toggle-split,
.btn-group-lg>[class].c-alsugghit+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.c-almodalsugg__content ul .btn-group-lg>a+.dropdown-toggle-split,
.c-hero__cta+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.c-hero__cta,
.btn-group-vertical>[class].c-alsugghit,
.c-almodalsugg__content ul .btn-group-vertical>a {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.c-hero__cta:not(:first-child),
.btn-group-vertical>[class].c-alsugghit:not(:first-child),
.c-almodalsugg__content ul .btn-group-vertical>a:not(:first-child) {
    margin-top: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:last-child)>.c-hero__cta,
.btn-group-vertical>.btn-group:not(:last-child)>[class].c-alsugghit,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.c-hero__cta:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>[class].c-alsugghit:not(:last-child):not(.dropdown-toggle),
.c-almodalsugg__content ul .btn-group-vertical>.btn-group:not(:last-child)>a,
.c-almodalsugg__content ul .btn-group-vertical>a:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.c-hero__cta,
.btn-group-vertical>.btn-group:not(:first-child)>[class].c-alsugghit,
.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.c-hero__cta:not(:first-child),
.btn-group-vertical>[class].c-alsugghit:not(:first-child),
.c-almodalsugg__content ul .btn-group-vertical>.btn-group:not(:first-child)>a,
.c-almodalsugg__content ul .btn-group-vertical>a:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.btn-group-toggle>.btn-group>.c-hero__cta,
.btn-group-toggle>.btn-group>[class].c-alsugghit,
.btn-group-toggle>.c-hero__cta,
.btn-group-toggle>[class].c-alsugghit,
.c-almodalsugg__content ul .btn-group-toggle>.btn-group>a,
.c-almodalsugg__content ul .btn-group-toggle>a {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.c-hero__cta input[type=checkbox],
.btn-group-toggle>.c-hero__cta input[type=radio],
.btn-group-toggle>[class].c-alsugghit input[type=checkbox],
.btn-group-toggle>[class].c-alsugghit input[type=radio],
.c-almodalsugg__content ul .btn-group-toggle>a input[type=checkbox],
.c-almodalsugg__content ul .btn-group-toggle>a input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.5rem;
    color: inherit
}

.alert-success {
    color: #004812;
    background-color: #cce8d3;
    border-color: #b8dec1
}

.alert-success hr {
    border-top-color: #a7d6b2
}

.alert-success .alert-link {
    color: #001505
}

.alert-info {
    color: #004977;
    background-color: #cce8fa;
    border-color: #b8dff8
}

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

.alert-info .alert-link {
    color: #002a44
}

.alert-warning {
    color: #85661b;
    background-color: #fff3d6;
    border-color: #ffefc6
}

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

.alert-warning .alert-link {
    color: #5b4512
}

.alert-danger {
    color: #780000;
    background-color: #facccc;
    border-color: #f8b8b8
}

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

.alert-danger .alert-link {
    color: #450000
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

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

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-orange)
}

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

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

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

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

.c-addcartlist {
    z-index: 2
}

.c-addcartlist__loading.spinner-border {
    display: none
}

.is-adding .c-addcartlist__loading {
    display: inline-block
}

.c-addcartsticky {
    display: none
}

@media(max-width:991.98px) {
    .c-addcartsticky {
        position: fixed;
        display: block;
        left: 0;
        width: 100%;
        bottom: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
        background-color: #fff;
        border-top: 1px solid #ecedee;
        transform: translateY(100%);
        transition-property: opacity, transform;
        transition-duration: .3s;
        transition-timing-function: ease-in cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        z-index: 5
    }
}

.c-addcartsticky .c-pdt-variants__row {
    margin: 0 auto;
    padding: 0;
    border: none
}

.c-addcartsticky .c-pdt-variants__row:first-child {
    border: none
}

.c-addcartsticky.is-addcartsticky-show {
    transform: translateY(0);
    opacity: 1
}

.c-addcartsticky__img {
    max-width: 48px;
    margin-right: 1.5rem
}

.c-addcartsticky__rightside {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%
}

.c-addcartsticky__rightside-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-addcartsticky__rightside-addtocart {
    align-items: center;
    width: 100%
}

#js-product-variants-sticky {
    width: 100%
}

.c-address__row {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
}

.c-address__row,
.c-address__row:not(:last-of-type) {
    border-bottom: 1px solid #ecedee
}

.notifications-container:empty {
    display: none
}

.alert {
    position: relative;
    padding: 0.5rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 0.5rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.875rem 1.5rem
}

.alert-success {
    color: #000;
    background-color: #b8f9c8;
    border-color: #b8f9c8
}

.alert-success hr {
    border-top-color: #a0f7b6
}

.alert-success .alert-link {
    color: #000
}

.alert-danger {
    color: #000;
    background-color: #ffe0e0;
    border-color: #ffe0e0
}

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

.alert-danger .alert-link {
    color: #000
}

.alert-info {
    color: #000;
    background-color: #d0ebfb;
    border-color: #d0ebfb
}

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

.alert-info .alert-link {
    color: #000
}

.alert-warning {
    color: #000;
    background-color: #fff0ca;
    border-color: #fff0ca
}

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

.alert-warning .alert-link {
    color: #000
}

.block-promo .promo-code .alert-danger {
    display: none
}

.c-banner {
    padding: 4rem;
    margin: 3rem 0;
    color: #fff;
    background-color: #000
}

.c-rcktbanner {
    margin-bottom: 0;
    border: none;
    font-size: 1rem;
    line-height: 1.5384615385;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #fff;
    font-weight: 700;
    position: relative
}

.c-rcktbanner--danger {
    background-color: #e70000
}

.c-rcktbanner--warning {
    color: #000;
    background-color: var(--color-orange)
}

.c-rcktbanner--warning a {
    color: #000
}

.c-rcktbanner--info, .js-banner-container {
    color: #000;
    background-color: var(--color-orange-clair);
}

.c-rcktbanner--info a {
    color: #000
}

.c-rcktbanner__txt {
    text-align: center;
    margin: 0
}

.c-rcktbanner__txt p{
    margin: 0;
}

.c-rcktbanner__link {
    text-decoration: underline
}

@media(max-width:991.98px) {
    .c-rcktbanner {
        position: relative;
        text-align: center
    }
    .c-rcktbanner:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0;
        right: 0;
        background: linear-gradient(-90deg, rgba(0, 0, 0, .9), transparent)
    }
    .c-rcktbanner__txt {
        display: inline-block;
        overflow: auto;
        white-space: nowrap;
        max-width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: -5px;
    }
    .c-rcktbanner__txt::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none
    }
}

.breadcrumb {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    font-size: .813rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb,
.breadcrumb-item {
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .375rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .375rem;
    color: #000;
    content: "›"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active,
.c-breadcrumb__item a {
    color: #000
}

.c-breadcrumb__item a:hover {
    text-decoration: underline
}

.c-btn--nopad {
    padding: 0
}

.c-btn--unstyled,
.c-collapse__btn {
    padding: 0;
    background: none;
    border: none
}

.c-btn--unstyled:focus,
.c-collapse__btn:focus {
    outline: none
}

.c-btn-add {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.c-btn-add,
.c-btn-add span {
    display: flex
}

.c-btn-add,
.c-btn-add span,
.c-btn-circle {
    align-items: center;
    justify-content: center
}

.c-btn-circle {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%
}

.c-btn-circle--lg {
    width: 2.96875rem;
    height: 2.96875rem
}

.c-btn--underline {
    position: relative;
    display: flex;
    align-self: flex-start;
    font-weight: 700;
    color: var(--color-orange-link);
}

.c-btn--underline:hover {
    color: var(--color-orange)
}

.c-btn--underline:before {
    position: absolute;
    bottom: -.25rem;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: var(--color-orange)
}

.c-btn-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%
}

.c-btn-arrow--abs {
    position: absolute;
    top: calc(50% - 20px)
}

.c-btn-arrow--abs.c-btn-arrow--next {
    right: 0
}

.c-btn-arrow--abs.disabled {
    opacity: .7;
    cursor: not-allowed
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black.focus,
.btn-black:focus,
.btn-black:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-black.focus,
.btn-black:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5)
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: var(--color-orange)
}

.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5)
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: 0
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: none;
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.c-card {
    position: relative
}

.c-card__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center
}

.c-card__overlay--left {
    justify-content: start
}

.c-card__overlay--center {
    justify-content: center
}

.c-card__overlay--right {
    justify-content: end
}

.c-cart-summary {
    margin-bottom: 1.5rem;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    z-index: 2
}

.c-cart-summary .c-panel__head,
.c-cart-summary hr {
    border-color: #d9d9d9
}

.c-cart-summary__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem
}

.c-cart-summary__mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    padding: 1rem 2rem;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

@media(max-width:991.98px) {
    .c-cart-summary__mobile {
        display: block
    }
}

.c-cart__row {
    position: relative;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000
}

.c-cart__img {
    width: 80px;
    height: auto
}

@media(max-width:991.98px) {
    .c-cart__img {
        width: 48px
    }
}

.c-cart__btn-trash {
    position: absolute;
    top: 0;
    right: 0
}

.c-carousel {
    margin-bottom: 4rem
}

.c-carousel__content {
    position: absolute;
    top: 4rem;
    left: 4rem;
    font-weight: 700
}

.c-carousel__title {
    margin-bottom: 1.5rem;
    font-size: 80px
}

.c-carousel__baseline>p,
.c-carousel__title {
    color: #fff;
    text-shadow: 0 2px 48px rgba(0, 0, 0, .5)
}

.c-carousel__baseline>p {
    margin-bottom: 2.5rem;
    font-size: 2.5rem
}

.c-checkout-panel__head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 1.5rem;
    border: none
}

.c-checkout-panel__head .nav-link.active {
    border: none
}

.c-checkout-panel__form {
    width: 100%;
    max-width: 430px;
    margin: auto
}

.c-checkout-panel__form--lg {
    max-width: 624px
}

.c-checkout-card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 2px solid #ecedee;
    border-radius: 4px;
    transition: .2s;
    word-wrap: break-word
}

.c-checkout-card.selected {
    border-color: #28a745
}

.c-checkout-card label {
    float: none
}

.c-checkout-card__img {
    max-width: 100%;
    height: auto
}

.c-checkout-card__paymt-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700
}

.c-checkout-card__head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ecedee
}

.c-checkout-carrier {
    overflow: auto
}

.c-checkout-carrier>table {
    width: 100%;
    min-width: 400px
}

.c-checkout-carrier__info {
    display: flex;
    justify-content: center
}

.c-checkout-carrier__info div:first-of-type {
    margin-right: 1rem
}

@media(max-width:991.98px) {
    .c-checkout-carrier__info {
        flex-direction: column
    }
    .c-checkout-carrier__info div:first-of-type {
        margin-right: 0
    }
}

.c-checkout-carrier__row {
    border-bottom: 1px solid #ecedee
}

.c-checkout-carrier__row:first-of-type {
    border-top: 1px solid #ecedee
}

.c-checkout-carrier__row td {
    padding: 1rem
}

.c-checkout-carrier__btn {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:991.98px) {
    .c-checkout-carrier__btn {
        flex-direction: column
    }
    .c-checkout-carrier__btn div {
        margin-right: 0
    }
}

.modal-body #colissimo-widget-container {
    height: 100% !important;
    width: 100% !important;
    padding-right: 0 !important
}

.colissimo_widget_widget .colissimo_widget_h340 {
    width: 100%
}

.colissimo-front-widget .close {
    background: none;
    border: none;
    order: 2
}

.c-del__day {
    color: var(--color-orange)
}

.c-checkout-card__img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 1rem
}

.c-collapse__btn {
    color: #000;
    width: 100%
}

.c-collapse__btn:focus,
.c-collapse__btn:hover {
    color: inherit
}

.c-collapse__btn svg {
    transition: .4s
}

.c-collapse__btn[aria-expanded=false] svg {
    transform: rotate(-180deg)
}

.c-collapse__btn--pdtsection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    font-family: Roboto Condensed, Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    border-top: 1px solid #000
}

.c-pdt__section:last-child {
    border-bottom: 1px solid #000
}

.c-coverpdt {
    position: relative
}

@media(max-width:991.98px) {
    .c-coverpdt {
        margin-top: -2rem;
        margin-left: -1rem;
        width: 100vw
    }
}

.custom-control-label:after,
.custom-control-label:before {
    top: 50%;
    transform: translateY(-50%)
}

.c-customer-header {
    padding: 2rem 0;
    background-color: #ecedee;
    text-align: center
}

.c-customer-header__item-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.c-account-sidebar__block {
    margin-bottom: .5rem
}

.c-account-sidebar__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    color: #000;
    background-color: #fff
}

.c-account-sidebar__link:focus,
.c-account-sidebar__link:hover {
    background-color: #ecedee
}

.c-account-sidebar__link.is-active {
    font-weight: 700
}

.c-account-sidebar__link.is-active:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: var(--color-orange)
}

@media(max-width:991.98px) {
    .c-account-sidebar__heading {
        display: flex;
        flex-direction: column
    }
}

.c-account-sidebar__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 50%
}

@media(max-width:991.98px) {
    .c-account-sidebar__avatar {
        margin: 0 0 .5rem
    }
}

.c-account-sidebar__customer {
    display: flex;
    flex-direction: column
}

@media(max-width:991.98px) {
    .c-account-sidebar__customer {
        flex-direction: row
    }
}

.c-account-landing {
    position: relative;
    z-index: 99;
    color: #fff;
    height: 100%
}

.c-account-landing__title {
    max-width: 400px;
    margin-bottom: 1.5rem;
    color: #fff
}

.c-account-landing__img {
    overflow: hidden
}

.c-account-landing__gradient,
.c-account-landing__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-account-landing__gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent)
}

.c-account-sidebar__link:focus,
.c-account-sidebar__link:hover,
.c-customer-header a:hover {
    color: var(--color-orange-link);
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

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

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

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

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

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #ecedee
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--color-orange)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.c-filter {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ecedee
}

.c-filter__title {
    margin-bottom: .5rem
}

.c-filter__title a {
    font-weight: 700;
    color: #000
}

.c-filter__row {
    margin-bottom: .5rem
}

.c-filter__row a {
    color: #000
}

.c-filter__row:last-of-type {
    margin-bottom: 0
}

.c-footer {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    color: #fff;
    background-color: #000
}

@media(max-width:991.98px) {
    .c-footer {
        padding-top: 1px;
        padding-bottom: 1.5rem
    }
}

.c-footer__core {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 3.5rem
}

@media(max-width:991.98px) {
    .c-footer__core {
        grid-template-columns: auto;
        grid-gap: 1rem
    }
}

.c-footer__list {
    font-size: .875rem
}

@media(max-width:991.98px) {
    .c-footer__list {
        grid-column: 1
    }
}

.c-footer__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    color: #fff
}

@media(max-width:991.98px) {
    .c-footer__title {
        font-size: 1.5rem;
        margin-bottom: .5rem
    }
}

.c-footer__title .c-icon {
    transition: .3s
}

.c-footer__title[aria-expanded=true] .c-icon {
    transform: rotate(-45deg)
}

.c-footer__link {
    display: block;
    color: #fff;
    font-size: .875rem;
    margin-bottom: .5rem
}

.c-footer__bottom {
    display: flex;
    justify-content: space-between;
    font-size: .75rem
}

@media(min-width:992px) {
    .c-footer__bottom {
        align-items: center
    }
}

@media(max-width:991.98px) {
    .c-footer__bottom {
        flex-direction: column-reverse
    }
}

.c-footer__bottom,
.c-footer__bottom a {
    color: #a6a6a6
}

@media(max-width:991.98px) {
    .c-footer__labels {
        margin-bottom: 1.5rem
    }
}

.c-form__row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem
}

.c-form__label,
.form-group>label {
    font-size: 1rem
}

.c-form__label--sm,
.form-group>label--sm {
    font-size: .875rem
}

.c-form__quantity>div {
    display: flex;
    width: 300px
}

.c-form__footer {
    display: flex;
    justify-content: center;
    margin: 0 auto 1.5rem
}

.s-login-form-checkout .c-form__footer {
    margin-bottom: 0
}

.c-form__mw-450 {
    max-width: 450px
}

.c-form__mw-450,
.c-form__mw-630 {
    margin-left: auto;
    margin-right: auto
}

.c-form__mw-630 {
    max-width: 630px
}

.c-form__inputrow {
    display: flex;
    flex-wrap: wrap
}

.c-form__inputrow .form-group {
    margin-right: 1rem
}

.c-form__inputrow .form-group:last-child {
    margin-right: 0
}

.c-form__inputrow .c-form-group__firstname,
.c-form__inputrow .c-form-group__lastname {
    width: calc(50% - .5rem);
    min-width: 300px;
    max-width: 100%
}

.c-form__inputrow .c-form-group__postcode {
    max-width: 150px
}

.c-form__inputrow .c-form-group__id_country {
    max-width: 200px
}

.c-form__inputrow .c-form-group__city {
    min-width: 230px;
    flex: 1
}

.c-form--withstates .c-form-group__city {
    flex: 1 1 100%;
    margin-right: 0
}

.c-form-group__phone,
.c-form-group__phone_mobile {
    max-width: 320px
}

.c-funnel__separator {
    position: relative;
    height: 100%;
    font-size: 1.125rem;
    font-weight: 700
}

@media(max-width:991.98px) {
    .c-funnel__separator {
        padding: 1rem 0;
        text-align: center
    }
}

.c-funnel__separator>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width:991.98px) {
    .c-funnel__separator>span {
        position: static
    }
}

.c-funnel__separator:after,
.c-funnel__separator:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 45%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b3b3b3
}

@media(max-width:991.98px) {
    .c-funnel__separator:after,
    .c-funnel__separator:before {
        width: 40%;
        height: 1px;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
}

.c-funnel__separator:after {
    top: 55%
}

@media(max-width:991.98px) {
    .c-funnel__separator:after {
        top: 50%;
        left: 60%
    }
}

.glider-contain {
    width: 100%
}

.glider,
.glider-contain {
    margin: 0 auto;
    position: relative
}

.glider {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.glider,
.glider-track {
    transform: translateZ(0)
}

.glider-track {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1
}

.glider.draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab
}

.glider-slide img {
    max-width: 100%
}

.glider.draggable .glider-slide img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.glider-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0
}

.glider-next,
.glider-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    background: none;
    padding: .5rem;
    z-index: 2;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    color: #000;
    opacity: 1;
    line-height: 1;
    transition: .2s
}

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
    color: #000
}

.glider-next {
    right: -23px;
    left: auto
}

.glider-next.disabled,
.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default
}

.glider-slide {
    min-width: 150px
}

.glider-hide {
    opacity: 0
}

.glider-dots {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.glider-dots--left {
    margin: 0 auto 0 0
}

.glider-dots--right {
    margin: 0 0 0 auto
}

.glider-dot {
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: none;
    border: 2px solid #000;
    width: 12px;
    height: 12px;
    margin: 7px
}

.glider-dot.active,
.glider-dot:focus,
.glider-dot:hover {
    background: #000;
    outline: none
}

@media(max-width:36em) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }
    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: hsla(0, 0%, 61.2%, .25);
        box-shadow: 0 0 1px hsla(0, 0%, 100%, .25)
    }
}

.c-pdt-mini.glider-slide {
    flex: auto
}

.is-arrow-hidden,
.is-dots-hidden {
    display: none
}

.c-header {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000
}

@media(max-width:991.98px) {
    .c-header {
        padding-bottom: 0
    }
}

.c-header-top {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .813rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #000
}

.c-header__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media(max-width:991.98px) {
    .c-header__content {
        flex-wrap: wrap;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.c-header__logo {
    max-width: 100%;
    height: auto
}

@media(max-width:991.98px) {
    .c-header__logo {
        max-width: 50%
    }
}

.c-header__searchbar {
    flex: 1;
    margin: 0 2rem
}

@media(max-width:991.98px) {
    .c-header__searchbar {
        flex: 0 0 100%;
        margin: 1rem 0 0
    }
}

.c-header__shortcut-item:not(:first-child) {
    margin-left: 2rem
}

@media(max-width:991.98px) {
    .c-header__shortcut-item:not(:first-child) {
        margin-left: .75rem
    }
}

.c-header__shortcut-link {
    color: #d9d9d9;
    font-size: .875rem;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

.c-header__shortcut-link:hover {
    color: #fff
}

.c-header__shortcut-icon {
    color: #d9d9d9;
    font-size: 32px;
    line-height: 1
}

.c-header__shortcut-link--customer-label {
    color: #595959;
    font-size: .813rem
}

.c-header__shortcut-icon--cart {
    position: relative;
    padding-right: .75rem
}

.c-header__shortcut-icon--cart-label {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    top: -.75rem;
    right: 0;
    font-size: .875rem;
    font-weight: 400;
    color: #000;
    background-color: var(--color-orange);
    border-radius: 50%
}

.c-header-checkout {
    padding: 2rem 0;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ecedee
}

.c-header-checkout__logo {
    max-width: 300px;
    height: auto
}

@media(max-width:991.98px) {
    .c-header-checkout__logo {
        max-width: calc(100vw - 100px)
    }
}

#header {
    margin-bottom: 1.5rem;
    z-index: 1050
}

@media(max-width:991.98px) {
    #header {
        margin-bottom: 2rem
    }
}

:not(.has-header-hide) #header {
    position: relative
}

.has-header-hide #header.is-header-hide {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transform: translateY(-100%);
    z-index: 1050
}

.has-header-hide .c-rcktbanner {
    display: none
}

.has-header-hide.is-scroll-up #header.is-header-hide {
    transition: transform .2s linear;
    transform: translateY(0)
}

.c-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #404040;
    margin-bottom: 0;
    background-color: #000
}

@media(max-width:991.98px) {
    .c-header {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.c-header__logo {
    display: inline-block;
    text-align: center;
    width: 242px
}

@media(max-width:991.98px) {
    .c-header__logo {
        max-width: 140px
    }
}

.c-header__search {
    min-height: 39px;
    background-color: #d8d8d8;
    border-radius: 4rem
}

@media(min-width:992px) {
    .c-header__links,
    .c-header__logo,
    .c-header__search {
        flex: 1
    }
}

.c-header__links {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-header__shortcut-item {
    color: #d9d9d9
}

.c-header__shortcut-item:hover {
    color: #fff
}

.c-header__shortcut-item--logged {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 50%;
    border: 2px solid #d9d9d9
}

@media(max-width:991.98px) {
    .c-header__shortcut-item--logged {
        margin: 0 0 .5rem
    }
}

@media(max-width:991.98px) {
    .c-header__search {
        margin-top: 1rem;
        flex-basis: 100%;
        order: 3
    }
    .c-header__links {
        margin-left: auto;
        flex-basis: auto
    }
}

.c-header__shortcut-icon {
    display: flex
}

.c-history,
.c-history__item {
    display: flex;
    flex-direction: column
}

.c-history__item:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ecedee
}

.c-history__data {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem
}

@media(max-width:991.98px) {
    .c-history__data--right {
        text-align: right
    }
}

.c-history__data-status {
    border-radius: .5rem;
    padding: .25rem .5rem;
    color: #fff;
    font-size: .875rem
}

.c-history__thumbnails {
    display: flex;
    justify-content: flex-end
}

@media(max-width:991.98px) {
    .c-history__thumbnails {
        justify-content: flex-start
    }
}

.c-history__img {
    position: relative;
    max-width: 150px;
    width: 150px
}

@media(max-width:991.98px) {
    .c-history__img {
        width: 50%
    }
}

.c-history__img:not(:last-of-type) {
    margin-right: 1rem
}

.c-history__img--watermark {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.c-icon svg {
    display: inline-block;
    vertical-align: text-bottom
}

.c-icon--center-y svg {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.c-icon--16 {
    font-size: 1rem
}

.c-icon--20 {
    font-size: 1.25rem
}

.c-icon--24 {
    font-size: 1.5rem
}

.c-icon--28 {
    font-size: 1.75rem
}

.c-icon--32 {
    font-size: 2rem
}

.c-icon--40 {
    font-size: 2.5rem
}

.c-inputadd {
    position: relative
}

.c-inputadd__btn {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    height: 100%
}

.c-inputadd--left .c-inputadd__input {
    padding-left: 5.25rem
}

.c-inputadd--right .c-inputadd__input {
    padding-right: 5.25rem
}

.c-inputadd--right .c-inputadd__btn {
    right: 0;
    left: auto
}

.form-control.is-invalid.c-inputadd__input--right,
.was-validated .form-control:invalid.c-inputadd__input--right {
    padding-right: 5.25rem;
    background-position-x: calc(100% - 5.25rem)
}

.c-icon--hide {
    display: none
}

.is-pwd-txt .c-icon--hide {
    display: inline-block
}

.is-pwd-txt .c-icon--show {
    display: none
}

.c-input-color__group {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 4px
}

.c-input-color__btn {
    border-radius: 50%;
    opacity: 0
}

.c-input-color__btn,
.c-input-color__mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px
}

.c-input-color__mark {
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    cursor: pointer
}

.c-input-color__mark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-input-color__btn:checked~.c-input-color__mark:after,
.c-input-color__mark.is-active:after {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 5px solid #000
}

.c-input-color__mark:hover:after {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: .5
}

.c-listing__subcat {
    display: flex;
    flex-wrap: wrap
}

.c-listing__subcatitem {
    margin-bottom: 1rem
}

.c-listing__subcatitem:not(:last-child) {
    margin-right: 1rem
}

.c-listing__heading {
    margin-bottom: 4rem
}

@media(max-width:991.98px) {
    .c-listing__heading {
        margin-bottom: 2.5rem
    }
}

.c-listing__title {
    font-size: 3.5rem;
    margin-bottom: 2rem
}

@media(max-width:991.98px) {
    .c-listing__title {
        font-size: 2.5rem;
        margin-bottom: 2rem
    }
}

.c-listing__desc {
    position: relative
}

.c-listing__desc[aria-expanded]:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    transition: .2s
}

.c-listing__desc[aria-expanded=true]:after {
    opacity: 0;
    visibility: hidden
}

.c-listing__subcat {
    display: grid;
    grid-template-columns: repeat(6, minmax(160px, 1fr));
    grid-gap: 2rem;
    margin-bottom: 4rem
}

@media(max-width:991.98px) {
    .c-listing__subcat {
        display: flex;
        margin-bottom: 3rem
    }
    .c-listing__subcat .glider-track {
        gap: 1rem
    }
}

.c-listing__subcat-arrow {
    position: absolute;
    top: 30%;
    background-color: #fff;
    border-radius: 50%
}

.c-listing__subcat-arrow.disabled {
    opacity: 0;
    visibility: hidden
}

.c-listing__subcat-arrow--left {
    left: -1rem
}

.c-listing__subcat-arrow--right {
    right: -1rem
}

.c-listing__subcatitem {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 0
}

.c-listing__subcatitem:not(:last-child) {
    margin-right: 0
}

@media(max-width:991.98px) {
    .c-listing__subcatitem {
        min-width: 160px
    }
}

.c-listing__subcatitem:hover .c-listing__subcatitem-thumb {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .16)
}

.c-listing__subcatitem:hover .c-listing__subcatitem-link {
    text-decoration: underline
}

.c-listing__subcatitem-thumb {
    margin-bottom: .5rem;
    transition: .2s
}

#js-product-list-top {
    position: -webkit-sticky;
    position: sticky;
    padding: 1rem 0;
    border-bottom: 1px solid #000;
    background-color: #fff;
    z-index: 4;
    transition: .2s linear
}

.no-product #js-facets-listing,
.no-product #js-product-list-top {
    display: none
}

.has-header-hide:not(.is-scroll-up) #js-product-list-top {
    top: 0 !important;
    transition: none
}

#js-facets-listing {
    position: -webkit-sticky;
    position: sticky;
    padding: 1rem 0;
    border-bottom: 1px solid #000;
    background-color: #fff;
    z-index: 5;
    transition: .2s linear
}

@media(min-width:992px) {
    #js-facets-listing {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

#js-facets-listing #js-product-list-top {
    padding: 0;
    border-bottom: none
}

.has-header-hide:not(.is-scroll-up) #js-facets-listing {
    top: 0 !important;
    transition: none
}

[class].s-alfacets-row.c-alfacets {
    padding: 0
}

.c-listing__refine {
    margin-bottom: .5rem
}

@media(max-width:991.98px) {
    .c-listing__refine {
        width: 100%
    }
}

.s-algolia .c-listing__refine {
    display: none
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0
}

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

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #ecedee
}

.list-group-item-action:active {
    color: #000;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

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

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

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child,
.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child,
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child,
    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child,
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child,
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.c-media {
    padding: 5rem 0;
    margin: 5rem 0;
    background-color: #ecedee
}

.c-media__content {
    margin: auto
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>* {
    margin: .25rem
}

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

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

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

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal.fade .modal-dialog__offcanvas {
    position: absolute;
    width: 500px;
    height: 100%;
    margin: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform .3s ease-out
}

@media(max-width:991.98px) {
    .modal.fade .modal-dialog__offcanvas {
        width: 100%
    }
}

.modal.show .modal-dialog__offcanvas {
    transform: translateX(0)
}

.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
    right: 0;
    transform: translateX(100%)
}

.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
    transform: translateX(0)
}

.modal-dialog__offcanvas .modal-content {
    height: inherit;
    border-width: 0;
    border-radius: 0
}

.modal-dialog__offcanvas .modal-header {
    display: flex;
    align-items: flex-start;
    border-radius: 0
}

.modal-dialog__offcanvas .modal-body {
    overflow-y: auto;
    height: inherit
}

.modal-dialog__offcanvas .modal-footer {
    border: none
}

@media(max-width:991.98px) {
    .modal-dialog__offcanvas .modal-footer {
        display: flex;
        justify-content: center
    }
}

.modal-dialog__offcanvas .c-modal-header,
.modal-dialog__offcanvas .modal-header--primary {
    display: inline;
    padding: 2rem;
    border: none
}

.modal-dialog__offcanvas .modal-header--primary {
    background: var(--color-orange);
    color: #fff
}

.modal-dialog__offcanvas .modal-btn__close {
    padding: 0;
    color: #fff;
    opacity: 1;
    background: none;
    border: none
}

.modal-dialog__offcanvas .modal-header--primary .modal-btn__close {
    margin-bottom: auto
}

.c-modal__btn-link--white {
    color: #fff
}

.c-modal__btn-link--white:hover {
    color: #fff;
    text-decoration: underline
}

.c-modal__btn-link--white .c-icon {
    vertical-align: text-bottom
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .375rem;
    margin-left: 0;
    line-height: 1;
    color: #000;
    background-color: none;
    border: 0 solid #fff
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--color-orange-link);
    border-color: #fff
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0
}

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-orange);
    border-color: #fff
}

.page-item.disabled .page-link {
    color: #595959;
    pointer-events: none;
    cursor: auto;
    background-color: none;
    border-color: #000
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.c-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem auto
}

.c-pagination__item {
    position: relative
}

.c-pagination__item:not(:last-of-type) {
    margin-right: .25rem
}

@media(max-width:991.98px) {
    .c-pagination__item:not(:last-of-type) {
        margin-right: 0
    }
}

.c-pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 4px
}

.active.c-pagination__link,
.c-pagination__link:hover {
    border-radius: 4px
}

.c-pagination {
    font-family: Roboto Condensed, Georgia, serif;
    margin: 4rem auto
}

@media(max-width:991.98px) {
    .c-pagination {
        margin: 3rem auto
    }
}

.c-pagination__link.next.disabled,
.c-pagination__link.previous.disabled {
    opacity: .5
}

.c-pagination__link.next:hover,
.c-pagination__link.previous:hover {
    color: inherit;
    background: none
}

.c-panel {
    padding: 1.25rem;
    margin-bottom: 1rem;
    background-color: #fff
}

.c-panel--sm {
    padding: 1rem
}

.c-panel--lg {
    padding: 2rem 1.5rem
}

.c-panel--center {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.c-panel--border {
    border: 1px solid #000
}

.c-panel--rounded {
    border-radius: 0
}

.c-panel--overflow {
    overflow-x: auto
}

.c-panel__head {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000
}

.js-checkout-step-header.c-panel__head {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.-current>.c-panel__head {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000
}

.c-panel--border-light {
    border: 1px solid #d9d9d9
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #000
}

.c-pdtmodal-btn {
    padding-left: 1rem;
    padding-right: 1rem
}

.c-pdtmodal {
    position: relative;
    display: flex;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
}

.c-pdtmodal:not(:last-child) {
    border-bottom: 1px solid #dee2e6
}

.c-pdtmodal:not(:first-child) {
    margin-top: 1.5rem
}

.c-pdtmodal__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1
}

.c-pdtmodal__media {
    position: relative;
    width: 100%;
    max-width: 160px;
    padding-right: 1.5rem
}

@media(max-width:991.98px) {
    .c-pdtmodal__media {
        max-width: 120px
    }
}

.c-pdtmodal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

[class].c-price--current {
    font-size: 21px;
    font-weight: 900;
    color: #000
}

[class].c-price--old {
    font-size: 1rem;
    font-weight: 400;
    color: #595959;
    text-decoration: line-through
}

[class].c-price--discount {
    font-size: 21px;
    font-weight: 900;
    color: #e02020
}

[class].c-price--sm {
    font-size: .875rem
}

[class].c-price--sm--old {
    text-decoration: line-through
}

[class].c-price--lg {
    font-size: 2rem;
    font-weight: 700
}

[class].c-price--lg--old {
    font-size: 1.125rem;
    font-weight: 400;
    color: #595959;
    text-decoration: line-through
}

[class].c-price--lg--discount {
    font-size: 2rem;
    font-weight: 700;
    color: #e02020
}

.c-price--tagdiscount {
    background-color: #e02020
}

[class].c-price--lg {
    font-family: Roboto Condensed, Georgia, serif
}

[class].c-price--lg--old {
    font-family: Roboto, Helvetica, Arial, sans-serif
}

[class].c-price--lg--discount {
    font-family: Roboto Condensed, Georgia, serif
}

.c-pdt__thumbs {
    width: calc(100% - 80px);
    margin: 1rem auto
}

.c-pdt__thumb {
    border: 1px solid #000;
    padding: 0;
    width: 66px;
    cursor: pointer;
    overflow: hidden
}

.c-pdt__thumb.glider-slide {
    min-width: 66px
}

.c-pdt__thumb[class].c-snap__item {
    margin: .5rem
}

.c-pdt__thumb[class].c-snap__item:first-of-type {
    margin-left: .5rem
}

.c-pdt__thumb[class].c-snap__item:last-of-type {
    margin-right: .5rem
}

.c-pdt__thumb.is-thumb-selected {
    border-color: #000;
    border-width: 4px;
    cursor: auto
}

.c-pdt__thumb:not(.is-thumb-selected) {
    opacity: .5
}

.c-pdt__thumbimg {
    width: 64px;
    height: auto
}

.c-pdt__video {
    display: block;
    max-width: 100%
}

.c-pdt__title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: .5rem
}

@media(max-width:1200px) {
    .c-pdt__title {
        font-size: calc(1.325rem + .9vw)
    }
}

@media(min-width:992px) {
    #product-infos {
        padding-bottom: 3rem
    }
}

@media(min-width:992px) {
    #product-right-col-2 {
        padding-top: 1.5rem
    }
}

.c-pdt__badges-container {
    order: 1
}

@media(max-width:991.98px) {
    .c-pdt__badges-container {
        order: 0;
        z-index: 1
    }
}

.c-pdt__badges {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width:991.98px) {
    .c-pdt__badges {
        position: absolute;
        top: -1rem;
        right: 1rem
    }
}

.c-pdt__badges .c-pdt__badges-item {
    margin-bottom: 1rem
}

.c-pdt__stock {
    position: relative;
    padding-left: .75rem;
    font-size: .813rem
}

.c-pdt__stock:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%
}

.c-pdt__stock--available:before {
    background-color: #008a22
}

.c-pdt__stock--last_remaining_items:before {
    background-color: #ffc533
}

.c-pdt__stock--unavailable:before {
    background-color: #e70000
}

.c-pdt__features tr td,
.c-pdt__features tr th {
    padding-left: 0;
    padding-right: 0
}

.c-pdt__features tr th {
    width: 40%
}

.c-pdt__features tr:not(:first-child) td,
.c-pdt__features tr:not(:first-child) th {
    border-top: 1px solid #ecedee
}

.c-pdt-video__btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1rem;
    bottom: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000
}

[class].c-pdt__dots {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%)
}

.c-pdtpack__container {
    margin-bottom: 1rem;
    padding: 1rem 1rem 0;
    border: 1px solid #d9d9d9
}

.c-pdtpack__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    width: 100%;
    text-align: left
}

.c-pdtpack__btn svg {
    transition: .4s
}

.c-pdtpack__btn[aria-expanded=false] svg {
    transform: rotate(-180deg)
}

.c-pdtpack__content {
    border-top: 1px solid #d9d9d9;
    overflow: auto
}

.c-collapse__btn--desc {
    border-top: 0
}

.c-collapse__body {
    overflow: auto
}

.c-stockstore {
    padding: 1.25rem
}

.c-stockstore--collapse {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-stockstore ul {
    margin-top: 1.25rem
}

.c-stockstore__title {
    text-decoration: underline;
    color: var(--color-orange-link);
}

.c-stockstore__icon {
    margin-right: 1.5rem;
    display: flex
}

.c-stockstore__icon svg {
    transform: none !important;
    transition: none !important
}

.c-stockstore__point {
    width: 1rem;
    height: 1rem;
    border-radius: 50px;
    margin-right: 2rem
}

.c-stockstore__point--success {
    background-color: #008a22
}

.c-stockstore__point--warning {
    background-color: #ffc533
}

.c-stockstore__point--danger {
    background-color: #e70000
}

.c-stockstore__link {
    color: var(--color-orange-link);
    font-size: .875rem;
    text-decoration: underline
}

.c-pdt-mini {
    margin-bottom: 3rem
}

.c-pdt-mini__card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 0 solid #000;
    transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.c-pdt-mini__name {
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto Condensed, Georgia, serif;
    color: #000;
    display: inline-block;
    margin-bottom: .5rem
}

.c-pdt-mini__brand {
    font-size: .75rem;
    color: #595959;
    text-transform: uppercase;
    margin-bottom: .25rem
}

.c-pdt-mini__thumb {
    position: relative;
    order: 1;
    margin-bottom: .75rem
}

.c-pdt-mini__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    order: 2;
    padding: 0
}

.c-pdt-mini__qv {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%
}

.c-pdt-mini__flags {
    position: absolute;
    display: flex;
    align-items: flex-start;
    top: 0rem;
    bottom: inherit;
    left: 0
}

.c-variants {
    display: flex;
    align-items: center;
    font-size: .875rem;
    z-index: 2;
    justify-content:center
}

.c-variants__item {
    width: 24px;
    height: 24px;
    border: 1px solid #ecedee;
    border-radius: 50%
}

.c-variants__count,
.c-variants__item:not(:first-child) {
    margin-left: .25rem
}

.c-pdt-mini:not(.c-pdt-mini__ad) {
    align-self: flex-start
}

.c-pdt-mini__card {
    height: 100%;
    padding: .15rem;
    border: 1px solid transparent;
    transition: none
}

.c-pdt-mini__card:hover .c-pdt-mini__thumb img {
    transform: scale(1.05)
}

.c-pdt-mini__body {
    min-height: 13rem
}

@media(max-width:991.98px) {
    .c-pdt-mini__body {
        min-height: 10rem
    }
}

.c-pdt-mini__thumb {
    overflow: hidden
}

.c-pdt-mini__thumb img {
    transition: .6s
}

.c-pdt-mini__brand {
    min-height: 18px
}

.c-pdt-mini__qv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: inherit;
    width: auto;
    height: auto;
    border-radius: 3px;
    z-index: 2;
    transition: .1s
}
.c-pdt-mini__oos{
    min-height: 36px;
}
.prix-panier .btn-primary:hover{
    color: var(--color-orange-link);
}
@media(min-width:992px) {
    .c-pdt-mini__qv {
        top: inherit;
        left: inherit;
        bottom: 0;
        right: 0;
        opacity: 0;
        visibility: hidden
    }
}

@media(max-width:991.98px) {
    .c-pdt-mini__qv {
        position: static;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.c-pdt-mini__card:hover .c-pdt-mini__qv {
    opacity: 1;
    visibility: visible
}

.c-pdt-mini__oos {
    position: absolute;
    font-size: .875rem;
    z-index: 2
}

.c-pdt-mini__oos:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e02020;
    border-radius: 50%
}

@media(min-width:992px) {
    .c-pdt-mini__oos {
        bottom: 0;
        right: 6px;
        position: relative;
        align-content: center;
        line-height: 2.5;
    }
    .c-pdt-mini__oos--cart {
        bottom: -1rem
    }
}

@media(max-width:991.98px) {
    .c-pdt-mini__oos {
        position: static;
    }
}

@media(max-width:991.98px) {
    .c-pdt-mini__flags {
        top: 0
    }
}

.c-pdt-mini__flag-color {
    position: absolute;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    border: 1px solid #32548d;
    top: 0;
    right: 0
}

.c-reassurance {
    padding: 2.5rem;
    background-color: #ecedee
}

.c-reassurance__row {
    margin-bottom: 1.5rem
}

.c-reassurance__row:last-of-type {
    margin-bottom: 0
}

.c-search__btnicon {
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    font-size: 1.25rem;
    color: #000
}

.c-search__input {
    font-size: 1rem;
    font-family: roboto, -apple-system, blinkmacsystemfont, Segoe UI, Helvetica Neue, arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    padding-left: 2.75rem;
    background-color: #ecedee;
    border-color: transparent;
    border-radius: 1.25rem
}

.c-search__input::-moz-placeholder {
    color: #000
}

.c-search__input:-ms-input-placeholder {
    color: #000
}

.c-search__input::placeholder {
    color: #000
}

.c-select {
    padding: .5rem;
    border: 1px solid #ecedee;
    border-radius: 4px
}

.c-separator {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ecedee
}

.c-slider__controls {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem
}

@media(max-width:991.98px) {
    .c-slider__controls {
        justify-content: center
    }
}

.c-slider__dots {
    margin: 0
}

.c-slider__dots .glider-dot {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #000;
    border-radius: 50%
}

.c-slider__dots .glider-dot.active {
    background-color: #000
}

.c-slider__arrow.disabled {
    opacity: .5
}

.c-snap__item {
    scroll-snap-align: center
}

.c-snap {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.c-snap::-webkit-scrollbar {
    display: none
}

.c-snap.row {
    flex-wrap: nowrap
}

@media(max-width:991.98px) {
    .c-snap--mobile {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .c-snap--mobile::-webkit-scrollbar {
        display: none
    }
    .c-snap--mobile.row {
        width: 100vw
    }
}

.c-snap__item {
    scroll-snap-align: start;
    scroll-snap-stop: always
}

.c-snap__item--fullw {
    flex: 0 0 100%
}

.c-snap__item--fullw .img-fluid {
    width: 100%
}

.c-snap.glider {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.c-snap.glider::-webkit-scrollbar {
    width: 0
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.c-tag {
    padding: .125rem .5rem;
    font-size: .75rem;
    font-weight: 700;
    border-radius: 0;
    color: #fff
}

.c-tag--discount,
.c-tag--promo {
    background-color: #e02020;
    border: 0 solid
}

.c-tag--new,
.c-tag--pack {
    background-color: var(--color-orange);
    border: 0 solid
}

.c-tag--notre_choix,
.c-tag--out_of_stock {
    background-color: #000
}

.c-tag--ddm_courte,
.c-tag--ddm_depassee {
    color: #000;
    background-color: var(--color-orange)
}

@media(max-width:991.98px) {
    .c-tag {
        font-size: .625rem
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.c-touchspin__group {
    padding: 0;
    border: 1px solid #fff;
    border-radius: 0
}

.c-touchspin__group>div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-touchspin__input {
    width: 2.5rem;
    height: 24px;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    background: none;
    border: 0 solid;
    text-align: center
}

.c-touchspin__input::-webkit-inner-spin-button,
.c-touchspin__input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.c-touchspin__input {
    -moz-appearance: textfield
}

.c-touchspin__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    font-size: 1rem;
    font-weight: 400;
    color: transparent;
    background: none;
    border: 0 solid
}

.c-touchspin__btn-minus {
    background: url(../img/613e42f7df2dab30fe50af6142062a3e.svg) no-repeat 50%
}

.c-touchspin__btn-minus.c-touchspin__btn--disabled,
.c-touchspin__btn-minus:disabled {
    opacity: .5;
    cursor: not-allowed
}

.c-touchspin__btn-plus {
    background: url(../img/814d72483e14b19879ea145c5efbbbe8.svg) no-repeat 50%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

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

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    background: hsla(0, 0%, 58.8%, .6);
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0
}

.pswp__img {
    width: auto;
    height: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #fff
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../img/e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../img/b257fa9c5ac8c515ac4d77a667ce2943.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    transform: translateY(6px);
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../img/e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-140deg)
    }
    to {
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-140deg)
    }
    to {
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.c-ad__container {
    height: 100%
}

[class].c-ad__content {
    padding: 2rem 1.5rem 1.5rem
}

@media(max-width:991.98px) {
    [class].c-ad__content {
        padding: 2rem .5rem .5rem
    }
}

[class].c-ad__content--img {
    background-color: #000
}

.c-ad__cta {
    width: 100%
}

.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-Results-list,
.ais-ToggleRefinement-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-InfiniteHits-loadMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteResults-loadMore,
.ais-RangeInput-submit,
.ais-SearchBox-reset,
.ais-SearchBox-submit,
.ais-VoiceSearch-button {
    padding: 0;
    overflow: visible;
    font: inherit;
    line-height: normal;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-SearchBox-submit[disabled],
.ais-VoiceSearch-button[disabled] {
    cursor: default
}

.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadMore,
.ais-InfiniteHits-loadPrevious,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
    overflow-anchor: none
}

.ais-Breadcrumb-item,
.ais-Breadcrumb-list,
.ais-PoweredBy,
.ais-RangeInput-form,
.ais-RatingMenu-link {
    display: flex;
    align-items: center
}

.ais-GeoSearch,
.ais-GeoSearch-map {
    height: 100%
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
    margin-left: 1em
}

.ais-PoweredBy-logo {
    display: block;
    height: 1.2em;
    width: auto
}

.ais-RatingMenu-starIcon {
    display: block;
    width: 20px;
    height: 20px
}

.ais-SearchBox-input::-ms-clear,
.ais-SearchBox-input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
    display: none
}

.ais-RangeSlider .rheostat {
    overflow: visible;
    margin-top: 40px;
    margin-bottom: 40px
}

.ais-RangeSlider .rheostat-background {
    height: 6px;
    top: 0;
    width: 100%
}

.ais-RangeSlider .rheostat-handle {
    margin-left: -12px;
    top: -7px
}

.ais-RangeSlider .rheostat-background {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa
}

.ais-RangeSlider .rheostat-progress {
    position: absolute;
    top: 1px;
    height: 4px;
    background-color: #333
}

.rheostat-handle {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: -webkit-grab;
    cursor: grab
}

.rheostat-marker {
    margin-left: -1px;
    position: absolute;
    width: 1px;
    height: 5px;
    background-color: #aaa
}

.rheostat-marker--large {
    height: 9px
}

.rheostat-value {
    padding-top: 15px
}

.rheostat-tooltip,
.rheostat-value {
    margin-left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%)
}

.rheostat-tooltip {
    top: -22px
}

[class^=ais-] {
    font-size: 1rem;
    box-sizing: border-box
}

a[class^=ais-] {
    text-decoration: none
}

.ais-Breadcrumb-item--selected,
.ais-HierarchicalMenu-item--selected,
.ais-Menu-item--selected {
    font-weight: 700
}

.ais-Breadcrumb-separator {
    margin: 0 .3em;
    font-weight: 400
}

.ais-InfiniteHits-loadPrevious--disabled {
    display: none
}

.ais-HierarchicalMenu-link,
.ais-Menu-link {
    display: block;
    line-height: 1.5
}

.ais-HierarchicalMenu-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-RatingMenu-list,
.ais-RefinementList-list {
    font-weight: 400;
    line-height: 1.5
}

.ais-HierarchicalMenu-link:after {
    margin-left: .3em;
    content: "";
    width: 10px;
    height: 10px;
    display: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.3 24l-2.8-2.8 9.3-9.2-9.3-9.2L7.3 0l12.2 12z' fill='%233A4570'/%3E%3C/svg%3E");
    background-size: 100% 100%
}

.ais-HierarchicalMenu-item--parent>.ais-HierarchicalMenu-link:after {
    display: inline-block
}

.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link:after {
    transform: rotate(90deg)
}

.ais-CurrentRefinements-count,
.ais-RatingMenu-count {
    font-size: .8rem
}

.ais-CurrentRefinements-count:before,
.ais-RatingMenu-count:before {
    content: "("
}

.ais-CurrentRefinements-count:after,
.ais-RatingMenu-count:after {
    content: ")"
}

.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RefinementList-count,
.ais-ToggleRefinement-count {
    padding: .1rem .4rem;
    font-size: .8rem;
    color: #3a4570;
    background-color: #dfe2ee;
    border-radius: 8px
}

.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
    background-color: #ffc168
}

.ais-ReverseHighlight-highlighted,
.ais-ReverseSnippet-highlighted {
    font-weight: 700;
    font-style: normal;
    background: none
}

.ais-Hits-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Results-list {
    margin-top: -1rem;
    margin-left: -1rem;
    display: flex;
    flex-wrap: wrap
}

.ais-Panel-body .ais-Hits-list,
.ais-Panel-body .ais-InfiniteHits-list,
.ais-Panel-body .ais-InfiniteResults-list,
.ais-Panel-body .ais-Results-list {
    margin: .5rem 0 0 -1rem
}

.ais-Hits-item,
.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Results-item {
    margin-top: 1rem;
    margin-left: 1rem;
    padding: 1rem;
    width: calc(25% - 1rem);
    border: 1px solid #c4c8d8;
    box-shadow: 0 2px 5px 0 #e3e5ec
}

.ais-Panel-body .ais-Hits-item,
.ais-Panel-body .ais-InfiniteHits-item,
.ais-Panel-body .ais-InfiniteResults-item,
.ais-Panel-body .ais-Results-item {
    margin: .5rem 0 .5rem 1rem
}

.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore {
    margin-top: 1rem
}

.ais-InfiniteHits-loadPrevious {
    margin-bottom: 1rem
}

.ais-HitsPerPage-select,
.ais-MenuSelect-select,
.ais-NumericSelector-select,
.ais-ResultsPerPage-select,
.ais-SortBy-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .3rem 2rem .3rem .3rem;
    max-width: 100%;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.3l2.8-2.8 9.2 9.3 9.2-9.3L24 7.3 12 19.5z' fill='%233A4570'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 92% 50%;
    border: 1px solid #c4c8d8;
    border-radius: 5px
}

.ais-RangeInput-input {
    padding: 0 .2rem;
    width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem
}

.ais-RangeInput-separator {
    margin: 0 .3rem
}

.ais-RangeInput-submit {
    margin-left: .3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 .5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .8rem;
    color: #fff;
    background-color: #0096db;
    border: none;
    border-radius: 5px;
    transition: .2s ease-out;
    outline: none
}

.ais-RangeInput-submit:focus,
.ais-RangeInput-submit:hover {
    background-color: #0073a8
}

.ais-RatingMenu-count {
    color: #3a4570
}

.ais-RatingMenu-item--disabled .ais-RatingMenu-count,
.ais-RatingMenu-item--disabled .ais-RatingMenu-label {
    color: #c4c8d8
}

.ais-RatingMenu-item--selected {
    font-weight: 700
}

.ais-RatingMenu-link {
    line-height: 1.5
}

.ais-RatingMenu-link>*+* {
    margin-left: .3rem
}

.ais-RatingMenu-starIcon {
    position: relative;
    top: -1px;
    width: 15px;
    fill: #ffc168
}

.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
    fill: #c4c8d8
}

.ais-HierarchicalMenu-searchBox>*,
.ais-Menu-searchBox>*,
.ais-RefinementList-searchBox>* {
    margin-bottom: .5rem
}

.ais-SearchBox-form {
    display: block;
    position: relative
}

.ais-SearchBox-loadingIndicator,
.ais-SearchBox-reset,
.ais-SearchBox-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    top: 50%;
    right: .3rem;
    transform: translateY(-50%)
}

.ais-SearchBox-submit {
    left: .3rem
}

.ais-SearchBox-reset {
    right: .3rem
}

.ais-SearchBox-loadingIcon,
.ais-SearchBox-resetIcon,
.ais-SearchBox-submitIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.ais-SearchBox-resetIcon path,
.ais-SearchBox-submitIcon path {
    fill: #495588
}

.ais-SearchBox-resetIcon {
    width: 12px;
    height: 12px
}

.ais-SearchBox-loadingIcon {
    width: 16px;
    height: 16px
}

.ais-VoiceSearch-button {
    border: none;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 50%;
    color: #3a4570;
    background-color: transparent
}

.ais-VoiceSearch-button svg {
    color: currentColor
}

.ais-VoiceSearch-button:hover {
    cursor: pointer;
    background-color: #a5aed1;
    color: #fff
}

.ais-VoiceSearch-button:disabled {
    color: #a5aed1
}

.ais-VoiceSearch-button:disabled:hover {
    color: #a5aed1;
    cursor: not-allowed;
    background: inherit
}

.is-facetitem-hide {
    display: none
}

@media(min-width:992px) {
    .c-alfacets__item {
        min-height: 32px
    }
    .c-alfacets__item.dropdown.open .dropdown-menu {
        display: block
    }
    .c-alfacet__panel-b.dropdown-menu {
        padding: 10px;
        min-width: 300px
    }
    .s-alfacets-row.c-alfacets {
        display: flex;
        flex-wrap: nowrap;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: inherit;
        padding: 10px;
        margin-bottom: 1rem
    }
    .s-alfacets-row .c-alfacets__item {
        margin-right: 1rem;
        position: relative
    }
    .s-alfacets-row .c-alfacet__panel-btn {
        display: none
    }
}

.c-alfacet__panel-h {
    position: relative
}

.c-al-icon__dropdown {
    transition: all .2s ease-out
}

.show .c-al-icon__dropdown {
    transform: rotate(180deg)
}

.c-facet__panel-f {
    margin-top: 10px;
    color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-facet__panel-f:hover {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-facet__panel-f.focus,
.c-facet__panel-f:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.c-facet__panel-f.disabled,
.c-facet__panel-f:disabled {
    color: var(--color-orange);
    background-color: transparent
}

.c-facet__panel-f:not(:disabled):not(.disabled).active,
.c-facet__panel-f:not(:disabled):not(.disabled):active,
.show>.c-facet__panel-f.dropdown-toggle {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-facet__panel-f:not(:disabled):not(.disabled).active:focus,
.c-facet__panel-f:not(:disabled):not(.disabled):active:focus,
.show>.c-facet__panel-f.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.modal .ais-Panel--collapsed .c-alfacet__panel-b {
    transition: all .2s cubic-bezier(.4, 0, .4, 1);
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden
}

.modal .c-alfacet__panel-b {
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: all .2s cubic-bezier(.4, 0, .4, 1)
}

.c-btn-showfacetoffcanvas {
    margin-left: auto;
    margin-right: 1rem
}

@media(min-width:992px) {
    .c-btn-showfacetoffcanvas {
        display: none
    }
}

.c-btn-showfacetoffcanvas .c-btn-showfacetoffcanvas--offcanvas {
    display: inline-block
}

.c-al-top-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.s-alfacets-offcanvas .c-btn-showfacetoffcanvas {
    display: inherit
}

.s-alfacets-offcanvas .c-alfacet__panel {
    padding-bottom: .75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000
}

.s-alfacets-offcanvas .c-alfacet__panel-h {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    margin-bottom: div(1rem, 2);
    margin-top: div(1rem, 2)
}

.s-alfacets-offcanvas .c-alfacet__panel-btn {
    padding: 0
}

.ais-RangeSlider .rheostat-progress {
    background-color: #495588
}

.ais-RangeSlider .rheostat-background {
    border-color: #878faf;
    box-sizing: border-box
}

.ais-RangeSlider .rheostat-handle {
    border-color: #878faf
}

.ais-RangeSlider .rheostat-marker {
    background-color: #878faf
}

.ais-RangeSlider-handle {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #46aeda;
    border-radius: 50%;
    cursor: pointer
}

.ais-RangeSlider-tooltip {
    position: absolute;
    background: #fff;
    top: -22px;
    font-size: .8em
}

.ais-RangeSlider-value {
    width: 40px;
    position: absolute;
    text-align: center;
    margin-left: -20px;
    padding-top: 15px;
    font-size: .8em
}

.ais-RangeSlider-marker {
    position: absolute;
    background: #ddd;
    margin-left: -1px;
    width: 1px;
    height: 5px
}

.c-alfacet__panel--rangeSlider .c-alfacet__panel-b {
    padding-left: 20px;
    padding-right: 20px
}

.c-facet__reflist {
    max-height: 300px;
    overflow-y: auto
}

.aa-ItemContentTitle {
    font-size: 1rem
}

.aa-Panel .mark,
.aa-Panel mark {
    padding: 0
}

:root {
    --aa-search-input-height: 44px;
    --aa-input-icon-size: 44px;
    --aa-base-unit: 16;
    --aa-spacing-factor: 1;
    --aa-spacing: calc(var(--aa-base-unit)*var(--aa-spacing-factor)*1px);
    --aa-spacing-half: calc(var(--aa-spacing)/2);
    --aa-panel-max-height: 650px;
    --aa-base-z-index: 9999;
    --aa-font-size: calc(var(--aa-base-unit)*1px);
    --aa-font-family: inherit;
    --aa-font-weight-medium: 500;
    --aa-font-weight-semibold: 600;
    --aa-font-weight-bold: 700;
    --aa-icon-size: 20px;
    --aa-icon-stroke-width: 1.6;
    --aa-icon-color-rgb: 119, 119, 163;
    --aa-icon-color-alpha: 1;
    --aa-action-icon-size: 20px;
    --aa-text-color-rgb: 38, 38, 39;
    --aa-text-color-alpha: 1;
    --aa-primary-color-rgb: 62, 52, 211;
    --aa-primary-color-alpha: 0.2;
    --aa-muted-color-rgb: 128, 126, 163;
    --aa-muted-color-alpha: 0.6;
    --aa-panel-border-color-rgb: 128, 126, 163;
    --aa-panel-border-color-alpha: 0.3;
    --aa-input-border-color-rgb: 128, 126, 163;
    --aa-input-border-color-alpha: 0.8;
    --aa-background-color-rgb: 255, 255, 255;
    --aa-background-color-alpha: 1;
    --aa-input-background-color-rgb: 255, 255, 255;
    --aa-input-background-color-alpha: 1;
    --aa-selected-color-rgb: 179, 173, 214;
    --aa-selected-color-alpha: 0.205;
    --aa-description-highlight-background-color-rgb: 245, 223, 77;
    --aa-description-highlight-background-color-alpha: 0.5;
    --aa-detached-media-query: (max-width:992px);
    --aa-detached-modal-media-query: (min-width:992px);
    --aa-detached-modal-max-width: 992px;
    --aa-detached-modal-max-height: 500px;
    --aa-overlay-color-rgb: 115, 114, 129;
    --aa-overlay-color-alpha: 0.4;
    --aa-panel-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
    --aa-scrollbar-width: 13px;
    --aa-scrollbar-track-background-color-rgb: 234, 234, 234;
    --aa-scrollbar-track-background-color-alpha: 1;
    --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
    --aa-scrollbar-thumb-background-color-alpha: 1;
    --color-orange-clair: #FBDDAD;
    --color-orange:#F6B64C;
    --color-orange-link:#F3A21C;
    --color-orange-rgb:246, 182, 76;
    --color-orange-rgb-link:243, 162, 28;
    /* --color-orange:#ff9f56;
    --color-orange-link:#f3801e;
    --color-orange-rgb:255, 159, 86;
    --color-orange-rgb-link:243, 128, 30; */
    --color-jaune-cd-rgb:254, 242, 0;
    --color-jaune-cd:#fef200;
    --color-jaune-cd-link:#656000;
}

@media(hover:none)and (pointer:coarse) {
    :root {
        --aa-spacing-factor: 1.2;
        --aa-action-icon-size: 22px
    }
}

body.dark,
body[data-theme=dark] {
    --aa-text-color-rgb: 183, 192, 199;
    --aa-primary-color-rgb: 146, 138, 255;
    --aa-muted-color-rgb: 146, 138, 255;
    --aa-input-background-color-rgb: 0, 3, 9;
    --aa-background-color-rgb: 21, 24, 42;
    --aa-selected-color-rgb: 146, 138, 255;
    --aa-selected-color-alpha: 0.25;
    --aa-description-highlight-background-color-rgb: 0 255 255;
    --aa-description-highlight-background-color-alpha: 0.25;
    --aa-icon-color-rgb: 119, 119, 163;
    --aa-panel-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
    --aa-scrollbar-track-background-color-rgb: 44, 46, 64;
    --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb)
}

.aa-Autocomplete *,
.aa-DetachedFormContainer *,
.aa-Panel * {
    box-sizing: border-box
}

.aa-Autocomplete,
.aa-DetachedFormContainer,
.aa-Panel {
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: left
}

.aa-Form {
    align-items: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    display: flex;
    line-height: 1em;
    margin: 0;
    position: relative;
    width: 100%
}

.aa-Form:focus-within {
    border-color: #495057;
    box-shadow: none;
    outline: medium none currentColor
}

.aa-InputWrapperPrefix {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    order: 1
}

.aa-Label,
.aa-LoadingIndicator {
    cursor: auto;
    flex-shrink: 0;
    height: 100%;
    padding: 0;
    text-align: left
}

.aa-Label svg,
.aa-LoadingIndicator svg {
    color: var(--color-orange);
    height: auto;
    max-height: 20px;
    stroke-width: 1.6;
    width: 20px
}

.aa-LoadingIndicator,
.aa-SubmitButton {
    height: 100%;
    padding-left: calc(var(--aa-spacing)*0.75 - 1px);
    padding-right: var(--aa-spacing-half);
    width: calc(var(--aa-spacing)*1.75 + var(--aa-icon-size) - 1px)
}

@media(hover:none)and (pointer:coarse) {
    .aa-LoadingIndicator,
    .aa-SubmitButton {
        padding-left: calc(var(--aa-spacing-half)/2 - 1px);
        width: calc(var(--aa-icon-size) + var(--aa-spacing)*1.25 - 1px)
    }
}

.aa-SubmitButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    margin: 0
}

.aa-LoadingIndicator {
    align-items: center;
    display: flex;
    justify-content: center
}

.aa-LoadingIndicator[hidden] {
    display: none
}

.aa-InputWrapper {
    order: 3;
    position: relative;
    width: 100%
}

.aa-Input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font: inherit;
    height: var(--aa-search-input-height);
    padding: 0;
    width: 100%
}

.aa-Input::-moz-placeholder {
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    opacity: 1
}

.aa-Input:-ms-input-placeholder {
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    opacity: 1
}

.aa-Input::placeholder {
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    opacity: 1
}

.aa-Input:focus {
    border-color: none;
    box-shadow: none;
    outline: none
}

.aa-Input::-webkit-search-cancel-button,
.aa-Input::-webkit-search-decoration,
.aa-Input::-webkit-search-results-button,
.aa-Input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

.aa-InputWrapperSuffix {
    align-items: center;
    display: flex;
    height: var(--aa-search-input-height);
    order: 4
}

.aa-ClearButton {
    align-items: center;
    background: none;
    border: 0;
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0 calc(var(--aa-spacing)*0.83333 - .5px)
}

@media(hover:none)and (pointer:coarse) {
    .aa-ClearButton {
        padding: 0 calc(var(--aa-spacing)*0.66667 - .5px)
    }
}

.aa-ClearButton:focus,
.aa-ClearButton:hover {
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha))
}

.aa-ClearButton[hidden] {
    display: none
}

.aa-ClearButton svg {
    stroke-width: var(--aa-icon-stroke-width);
    width: var(--aa-icon-size)
}

.aa-Panel {
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: calc(var(--aa-spacing)/4);
    box-shadow: var(--aa-panel-shadow);
    margin: 8px 0 0;
    overflow: hidden;
    position: absolute;
    transition: opacity .2s ease-in, filter .2s ease-in
}

@media screen and (prefers-reduced-motion) {
    .aa-Panel {
        transition: none
    }
}

.aa-Panel button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    margin: 0;
    padding: 0
}

.aa-PanelLayout {
    height: 100%;
    margin: 0;
    max-height: var(--aa-panel-max-height);
    overflow-y: auto;
    padding: 0;
    position: relative;
    text-align: left
}

.aa-PanelLayoutColumns--twoGolden {
    display: grid;
    grid-template-columns: 39.2% auto;
    overflow: hidden;
    padding: 0
}

.aa-PanelLayoutColumns--two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    padding: 0
}

.aa-PanelLayoutColumns--three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    padding: 0
}

.aa-Panel--stalled .aa-Source {
    filter: grayscale(1);
    opacity: .8
}

.aa-Panel--scrollable {
    margin: 0;
    max-height: var(--aa-panel-max-height);
    overflow-x: hidden;
    overflow-y: auto;
    padding: var(--aa-spacing-half);
    scrollbar-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
    scrollbar-width: thin
}

.aa-Panel--scrollable::-webkit-scrollbar {
    width: var(--aa-scrollbar-width)
}

.aa-Panel--scrollable::-webkit-scrollbar-track {
    background-color: rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha))
}

.aa-Panel--scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha));
    border-radius: 9999px;
    border: 3px solid rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
    border-right-width: 2px
}

.aa-Source {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.aa-Source:empty {
    display: none
}

.aa-SourceNoResults {
    font-size: 1em;
    margin: 0;
    padding: var(--aa-spacing)
}

.aa-List {
    list-style: none;
    margin: 0
}

.aa-List,
.aa-SourceHeader {
    padding: 0;
    position: relative
}

.aa-SourceHeader {
    margin: var(--aa-spacing-half) .5em var(--aa-spacing-half) 0
}

.aa-SourceHeader:empty {
    display: none
}

.aa-SourceHeaderTitle {
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    color: var(--color-orange);
    display: inline-block;
    font-size: .8em;
    font-weight: var(--aa-font-weight-semibold);
    margin: 0;
    padding: 0 var(--aa-spacing-half) 0 0;
    position: relative;
    z-index: var(--aa-base-z-index)
}

.aa-SourceHeaderLine {
    border-bottom: 1px solid #f69b4e;
    display: block;
    height: 2px;
    left: 0;
    margin: 0;
    opacity: .3;
    padding: 0;
    position: absolute;
    right: 0;
    top: var(--aa-spacing-half);
    z-index: calc(var(--aa-base-z-index) - 1)
}

.aa-SourceFooterSeeAll {
    background: linear-gradient(180deg, rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha)), rgba(128, 126, 163, .14));
    border: 1px solid rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    border-radius: 5px;
    box-shadow: inset 0 0 2px #fff, 0 2px 2px -1px rgba(76, 69, 88, .15);
    color: inherit;
    font-size: .95em;
    font-weight: var(--aa-font-weight-medium);
    padding: .475em 1em .6em;
    text-decoration: none
}

.aa-SourceFooterSeeAll:focus,
.aa-SourceFooterSeeAll:hover {
    border: 1px solid rgba(var(--aa-primary-color-rgb), 1);
    color: var(--color-orange)
}

.aa-Item {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: grid;
    min-height: calc(var(--aa-spacing)*2.5);
    padding: calc(var(--aa-spacing-half)/2)
}

.aa-Item[aria-selected=true] {
    background-color: rgba(var(--aa-selected-color-rgb), var(--aa-selected-color-alpha))
}

.aa-Item[aria-selected=true] .aa-ActiveOnly,
.aa-Item[aria-selected=true] .aa-ItemActionButton {
    visibility: visible
}

.aa-ItemIcon {
    align-items: center;
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    color: rgba(var(--aa-icon-color-rgb), var(--aa-icon-color-alpha));
    display: flex;
    flex-shrink: 0;
    font-size: .7em;
    height: calc(var(--aa-icon-size) + var(--aa-spacing-half));
    justify-content: center;
    overflow: hidden;
    stroke-width: var(--aa-icon-stroke-width);
    text-align: center;
    width: calc(var(--aa-icon-size) + var(--aa-spacing-half))
}

.aa-ItemIcon img {
    height: auto;
    max-height: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
    max-width: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
    width: auto
}

.aa-ItemIcon svg {
    height: var(--aa-icon-size);
    width: var(--aa-icon-size)
}

.aa-ItemIcon--alignTop {
    align-self: flex-start
}

.aa-ItemIcon--noBorder {
    background: none;
    box-shadow: none
}

.aa-ItemIcon--picture {
    height: 50px;
    width: 50px
}

.aa-ItemIcon--picture img {
    max-height: 100%;
    max-width: 100%;
    padding: 2px
}

.aa-ItemContent {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: var(--aa-spacing-half);
    grid-auto-flow: column;
    line-height: 1.25em;
    overflow: hidden
}

.aa-ItemContent:empty {
    display: none
}

.aa-ItemContent mark {
    background: none;
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-style: normal;
    font-weight: var(--aa-font-weight-bold)
}

.aa-ItemContent--dual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left
}

.aa-ItemContent--dual .aa-ItemContentSubtitle,
.aa-ItemContent--dual .aa-ItemContentTitle {
    display: block
}

.aa-ItemContent--indented {
    padding-left: calc(var(--aa-icon-size) + var(--aa-spacing))
}

.aa-ItemContentBody {
    display: grid;
    gap: calc(var(--aa-spacing-half)/2)
}

.aa-ItemContentTitle {
    display: inline-block;
    margin: 0 .5em 0 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.aa-ItemContentSubtitle {
    font-size: .92em
}

.aa-ItemContentSubtitleIcon:before {
    border-color: rgba(var(--aa-muted-color-rgb), .64);
    border-style: solid;
    content: "";
    display: inline-block;
    left: 1px;
    position: relative;
    top: -3px
}

.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before {
    border-width: 0 0 1.5px;
    margin-left: var(--aa-spacing-half);
    margin-right: calc(var(--aa-spacing-half)/2);
    width: calc(var(--aa-spacing-half) + 2px)
}

.aa-ItemContentSubtitle--standalone {
    align-items: center;
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    display: grid;
    gap: var(--aa-spacing-half);
    grid-auto-flow: column;
    justify-content: start
}

.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before {
    border-radius: 0 0 0 3px;
    border-width: 0 0 1.5px 1.5px;
    height: var(--aa-spacing-half);
    width: var(--aa-spacing-half)
}

.aa-ItemContentSubtitleCategory {
    color: rgba(var(--aa-muted-color-rgb), 1);
    font-weight: 500
}

.aa-ItemContentDescription {
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-size: .85em;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis
}

.aa-ItemContentDescription:empty {
    display: none
}

.aa-ItemContentDescription mark {
    background: rgba(var(--aa-description-highlight-background-color-rgb), var(--aa-description-highlight-background-color-alpha));
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    font-style: normal;
    font-weight: var(--aa-font-weight-medium)
}

.aa-ItemContentDash {
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    display: none;
    opacity: .4
}

.aa-ItemContentTag {
    background-color: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha));
    border-radius: 3px;
    margin: 0 .4em 0 0;
    padding: .08em .3em
}

.aa-ItemLink,
.aa-ItemWrapper {
    align-items: center;
    color: inherit;
    display: grid;
    gap: calc(var(--aa-spacing-half)/2);
    grid-auto-flow: column;
    justify-content: space-between;
    width: 100%
}

.aa-ItemLink {
    color: inherit;
    text-decoration: none
}

.aa-ItemActions {
    display: grid;
    grid-auto-flow: column;
    height: 100%;
    justify-self: end;
    margin: 0 calc(var(--aa-spacing)/-3);
    padding: 0 2px 0 0
}

.aa-ItemActionButton {
    align-items: center;
    background: none;
    border: 0;
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    padding: 0
}

.aa-ItemActionButton:focus svg,
.aa-ItemActionButton:hover svg {
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha))
}

@media(hover:none)and (pointer:coarse) {
    .aa-ItemActionButton:focus svg,
    .aa-ItemActionButton:hover svg {
        color: inherit
    }
}

.aa-ItemActionButton svg {
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    margin: 0;
    margin: calc(var(--aa-spacing)/3);
    stroke-width: var(--aa-icon-stroke-width);
    width: var(--aa-action-icon-size)
}

.aa-ActiveOnly {
    visibility: hidden
}

.aa-PanelHeader {
    align-items: center;
    background: rgba(var(--aa-primary-color-rgb), 1);
    color: #fff;
    display: grid;
    height: var(--aa-modal-header-height);
    margin: 0;
    padding: var(--aa-spacing-half) var(--aa-spacing);
    position: relative
}

.aa-PanelHeader:after {
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
    bottom: calc(var(--aa-spacing-half)*-1);
    content: "";
    height: var(--aa-spacing-half);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: var(--aa-base-z-index)
}

.aa-PanelFooter {
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    box-shadow: inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: var(--aa-spacing);
    position: relative;
    z-index: var(--aa-base-z-index)
}

.aa-PanelFooter:after {
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha)));
    content: "";
    height: var(--aa-spacing);
    left: 0;
    opacity: .12;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(var(--aa-spacing)*-1);
    z-index: calc(var(--aa-base-z-index) - 1)
}

.aa-DetachedContainer {
    background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    bottom: 0;
    box-shadow: var(--aa-panel-shadow);
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--aa-base-z-index)
}

.aa-DetachedContainer:after {
    height: 32px
}

.aa-DetachedContainer .aa-SourceHeader {
    margin: var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px
}

.aa-DetachedContainer .aa-Panel {
    background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
    border-radius: 0;
    box-shadow: none;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    position: relative
}

.aa-DetachedContainer .aa-PanelLayout {
    bottom: 0;
    box-shadow: none;
    left: 0;
    margin: 0;
    max-height: none;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.aa-DetachedFormContainer {
    border-bottom: 1px solid rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: var(--aa-spacing-half)
}

.aa-DetachedCancelButton {
    background: none;
    border: 0;
    border-radius: 3px;
    color: inherit;
    color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
    cursor: pointer;
    font: inherit;
    margin: 0 0 0 var(--aa-spacing-half);
    padding: 0 var(--aa-spacing-half)
}

.aa-DetachedCancelButton:focus,
.aa-DetachedCancelButton:hover {
    box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha))
}

.aa-DetachedContainer--modal {
    border-radius: 6px;
    bottom: inherit;
    height: auto;
    margin: 0 auto;
    max-width: var(--aa-detached-modal-max-width);
    position: absolute;
    top: 3%
}

.aa-DetachedContainer--modal .aa-PanelLayout {
    max-height: var(--aa-detached-modal-max-height);
    padding-bottom: var(--aa-spacing-half);
    position: static
}

.aa-DetachedSearchButton {
    align-items: center;
    background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
    border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
    border-radius: 3px;
    color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
    cursor: pointer;
    display: flex;
    font: inherit;
    font-family: var(--aa-font-family);
    font-size: var(--aa-font-size);
    height: var(--aa-search-input-height);
    margin: 0;
    padding: 0 calc(var(--aa-search-input-height)/8);
    position: relative;
    text-align: left;
    width: 100%
}

.aa-DetachedSearchButton:focus {
    border-color: var(--color-orange);
    box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 3px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
    outline: medium none currentColor
}

.aa-DetachedSearchButtonIcon {
    align-items: center;
    color: var(--color-orange);
    cursor: auto;
    display: flex;
    height: 100%;
    justify-content: center;
    width: calc(var(--aa-icon-size) + var(--aa-spacing))
}

.aa-Detached {
    height: 100vh;
    overflow: hidden
}

.aa-DetachedOverlay {
    background-color: rgba(var(--aa-overlay-color-rgb), var(--aa-overlay-color-alpha));
    height: 100vh;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: calc(var(--aa-base-z-index) - 1)
}

.aa-GradientBottom,
.aa-GradientTop {
    height: var(--aa-spacing-half);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: var(--aa-base-z-index)
}

.aa-GradientTop {
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
    top: 0
}

.aa-GradientBottom {
    background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-background-color-rgb), 1));
    border-bottom-left-radius: calc(var(--aa-spacing)/4);
    border-bottom-right-radius: calc(var(--aa-spacing)/4);
    bottom: 0
}

@media(hover:none)and (pointer:coarse) {
    .aa-DesktopOnly {
        display: none
    }
}

@media(hover:hover) {
    .aa-TouchOnly {
        display: none
    }
}

.aa-Panel {
    z-index: 4
}

.aa-footer__pdts {
    text-align: center
}

@media(min-width:992px) {
    .aa-PanelLayout--row {
        display: flex;
        gap: 10px
    }
}

.c-facet__btn {
    padding: .25rem 1rem;
    font-size: .875rem;
    line-height: 1.7;
    border-radius: 0
}

.c-facet__btn,
.c-facet__btn.focus,
.c-facet__btn:focus,
.c-facet__btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.c-facet__btn.focus,
.c-facet__btn:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5)
}

.c-facet__btn.disabled,
.c-facet__btn:disabled,
.c-facet__btn:not(:disabled):not(.disabled).active,
.c-facet__btn:not(:disabled):not(.disabled):active,
.show>.c-facet__btn.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.c-facet__btn:not(:disabled):not(.disabled).active:focus,
.c-facet__btn:not(:disabled):not(.disabled):active:focus,
.show>.c-facet__btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(38, 38, 38, .5)
}

.c-al-btn-clearall {
    color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-al-btn-clearall:hover {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-al-btn-clearall.focus,
.c-al-btn-clearall:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.c-al-btn-clearall.disabled,
.c-al-btn-clearall:disabled {
    color: var(--color-orange);
    background-color: transparent
}

.c-al-btn-clearall:not(:disabled):not(.disabled).active,
.c-al-btn-clearall:not(:disabled):not(.disabled):active,
.show>.c-al-btn-clearall.dropdown-toggle {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-al-btn-clearall:not(:disabled):not(.disabled).active:focus,
.c-al-btn-clearall:not(:disabled):not(.disabled):active:focus,
.show>.c-al-btn-clearall.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.c-al-btn-clearall.disabled {
    display: none
}

.c-al-btn-clearall.c-al-btn-clearall--top {
    white-space: nowrap;
    padding: .25rem 1rem;
    font-size: .875rem;
    line-height: 1.7;
    border-radius: 0
}

.c-al-clearall__wrapper {
    margin-left: 30px
}

.c-al-current-ref {
    overflow-x: auto
}

.c-al-crfmt {
    display: flex
}

.c-al-crfmt__list {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    overflow-x: auto
}

.c-al-crfmt__item,
.c-al-crfmt__list {
    display: flex;
    flex-wrap: nowrap
}

.c-al-crfmt__item:not(:first-child) {
    margin-left: 1rem
}

.c-al-crfmt__cat {
    position: relative;
    white-space: nowrap;
    margin-left: .25rem;
    padding: .125rem .25rem;
    font-size: .75rem;
    line-height: 1;
    border-radius: 4px;
    color: var(--color-orange);
    border-color: var(--color-orange);
    font-weight: 400
}

.c-al-crfmt__cat:hover {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-al-crfmt__cat.focus,
.c-al-crfmt__cat:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.c-al-crfmt__cat.disabled,
.c-al-crfmt__cat:disabled {
    color: var(--color-orange);
    background-color: transparent
}

.c-al-crfmt__cat:not(:disabled):not(.disabled).active,
.c-al-crfmt__cat:not(:disabled):not(.disabled):active,
.show>.c-al-crfmt__cat.dropdown-toggle {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-al-crfmt__cat:not(:disabled):not(.disabled).active:focus,
.c-al-crfmt__cat:not(:disabled):not(.disabled):active:focus,
.show>.c-al-crfmt__cat.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.c-al-crfmt__cat--modal {
    color: #fff;
    border-color: #fff
}

.c-al-crfmt__cat--modal:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.c-al-crfmt__cat--modal.focus,
.c-al-crfmt__cat--modal:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.c-al-crfmt__cat--modal.disabled,
.c-al-crfmt__cat--modal:disabled {
    color: #fff;
    background-color: transparent
}

.c-al-crfmt__cat--modal:not(:disabled):not(.disabled).active,
.c-al-crfmt__cat--modal:not(:disabled):not(.disabled):active,
.show>.c-al-crfmt__cat--modal.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.c-al-crfmt__cat--modal:not(:disabled):not(.disabled).active:focus,
.c-al-crfmt__cat--modal:not(:disabled):not(.disabled):active:focus,
.show>.c-al-crfmt__cat--modal.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.c-al-crfmt__del {
    margin-left: .25rem
}

.al-search-overlay {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 20px;
    min-height: 70vh
}

.al-search-overlay .js-al-search-overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 101
}

.al-search-overlay .c-al-noresults {
    display: none
}

.al-search-overlay.al-no-results .c-al-noresults {
    display: block
}

.al-search-overlay.al-no-suggestions .c-al-suggestion-container {
    display: none
}

[class].c-alsearchform__input {
    border-radius: 20px;
    padding-left: 40px;
    background-color: #d8d8d8
}

[class].c-alsearchform__input:focus {
    background-color: #fff
}

[class].c-alsearchform__submit {
    left: 12px
}

[class].c-alsearchform__reset {
    right: 12px
}

.c-alsugghit-list {
    display: flex;
    gap: 10px
}

@media(max-width:991.98px) {
    .c-alsugghit-list {
        flex-direction: column
    }
}

.c-alsugghit-action {
    padding-left: 3px
}

[class].c-alsugghit__btn {
    padding: 0;
    line-height: 1;
    color: #000
}

.c-al-pdt-mini {
    position: relative
}

.c-al-showmore {
    color: var(--color-orange);
    padding: .25rem 1rem;
    font-size: .875rem;
    line-height: 1.7;
    border-radius: 0;
    border-color: transparent;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.c-al-showmore:hover {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-al-showmore.focus,
.c-al-showmore:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

.c-al-showmore.disabled,
.c-al-showmore:disabled {
    color: var(--color-orange);
    background-color: transparent
}

.c-al-showmore:not(:disabled):not(.disabled).active,
.c-al-showmore:not(:disabled):not(.disabled):active,
.show>.c-al-showmore.dropdown-toggle {
    color: #212529;
    background-color: var(--color-orange);
    border-color: var(--color-orange)
}

.c-al-showmore:not(:disabled):not(.disabled).active:focus,
.c-al-showmore:not(:disabled):not(.disabled):active:focus,
.show>.c-al-showmore.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--color-orange-rgb), .5)
}

[class].c-al-showmore--disabled {
    display: none
}

.c-al-statbtn {
    margin-top: 1rem
}

[class].ais-SearchBox-submit svg {
    width: 20px;
    height: 20px
}

[class].ais-SearchBox-input {
    font-size: .875rem
}

[class].aa-DetachedSearchButton,
[class].aa-Form {
    background-color: #d8d8d8;
    border-radius: 4rem
}

[class].aa-DetachedSearchButtonIcon svg,
[class].aa-InputWrapperPrefix svg {
    width: 24px;
    height: 24px;
    color: #000
}

[class].aa-Input::-moz-placeholder {
    color: #000
}

[class].aa-Input:-ms-input-placeholder {
    color: #000
}

[class].aa-DetachedSearchButtonPlaceholder,
[class].aa-Input::placeholder {
    color: #000
}

@media(max-width:991.98px) {
    [class].c-btn-showfacetoffcanvas {
        margin-left: 0;
        order: -1
    }
}

[class].s-alfacets-row {
    position: relative;
    margin-bottom: 0
}

[class].s-alfacets-row[class].c-alfacets {
    flex-wrap: wrap;
    background-color: transparent;
    margin-bottom: 0
}

@media(min-width:992px) {
    .c-alfacets__item {
        margin-bottom: .5rem
    }
}

[class].al-search-overlay {
    position: fixed;
    max-height: 100vh;
    box-shadow: 0 20rem 0 30rem rgba(0, 0, 0, .5);
    overflow-y: scroll;
    transition: .2s linear
}

@media(max-width:991.98px) {
    [class].al-search-overlay {
        padding-left: 0;
        padding-right: 0
    }
}

[class].al-search-overlay:after {
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 100px 2px #000
}

.has-header-hide.is-scroll-up [class].al-search-overlay {
    top: 159px !important
}

.has-header-hide:not(.is-scroll-up) [class].al-search-overlay {
    top: 0 !important;
    transition: none
}

[class].c-al-suggestion-container {
    display: block
}

[class].c-alsugghit mark {
    background: none
}

[class].c-rmodal__btnclose {
    position: static
}

[class].c-rmodal__btnclose svg {
    width: 24px;
    height: 24px
}

[class].is-searchovelay-open {
    overflow-y: hidden
}

.al-search-overlay {
    box-shadow: 0 32px 64px -32px rgba(0, 0, 0, .5)
}

.al-search-overlay.al-no-results {
    min-height: auto
}

.c-al-suggestion-container {
    display: none
}

.al-search-overlay .c-rmodal__btnclose {
    left: auto
}

.o-almodalsugg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.c-almodalsugg--col:not(:first-child) {
    margin-left: 20px
}

.c-almodalsugg+.c-almodalsugg {
    margin-top: 1rem
}

.c-almodalsugg__title {
    font-weight: 700;
    margin-bottom: .375rem
}

.c-almodalsugg__content ul {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.c-almodalsugg__content ul a {
    padding-right: calc(20px + .5rem);
    padding-left: 1rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-position: calc(100% - .25rem) 50%;
    background-repeat: no-repeat
}

.c-almodalsugg__content ul a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E")
}

.c-almodalsugg__imglink {
    display: block
}

.c-brands__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center
}

@media(max-width:991.98px) {
    .c-brands__container {
        padding: 2rem 0 3rem
    }
}

.c-brands__heading {
    margin-bottom: 2.5rem
}

@media(max-width:991.98px) {
    .c-brands__heading {
        margin-bottom: 1.5rem
    }
}

.c-brands__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    grid-gap: 30px
}

@media(max-width:991.98px) {
    .c-brands__list {
        padding-left: 15px;
        padding-right: 15px
    }
}

.c-brands__item {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.c-brands__thumb {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    margin-bottom: .5rem;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden
}

.c-brands__link {
    color: #000;
    font-size: .75rem
}

.c-brands__grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 15px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media(max-width:991.98px) {
    .c-brands__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.c-catpush__container {
    display: grid;
    align-items: center;
    grid-template-columns: 6fr 1fr 5fr;
    grid-gap: 30px;
    color: #fff;
    margin-bottom: 7.5rem
}

@media(max-width:991.98px) {
    .c-catpush__container {
        display: flex;
        flex-direction: column
    }
}

.c-catpush__core {
    border-top: 1px solid #fff;
    padding-top: 1rem;
    grid-column: 1
}

.c-catpush__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px
}

@media(max-width:991.98px) {
    .c-catpush__lists {
        display: flex;
        flex-direction: column;
        grid-gap: 0
    }
}

.c-catpush__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    margin-bottom: 1.5rem
}

.c-catpush__thumb {
    grid-column: 3
}

@media(min-width:992px) {
    .c-catpush__thumb {
        margin-right: -15px
    }
}

@media(min-width:1440px) {
    .c-catpush__thumb {
        margin-right: calc(-50vw + 705px)
    }
}

@media(max-width:991.98px) {
    .c-catpush__thumb {
        width: 100vw;
        order: -1
    }
}

.c-img-link {
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

.form-control::-moz-placeholder {
    font-style: italic
}

.form-control:-ms-input-placeholder {
    font-style: italic
}

.form-control::placeholder {
    font-style: italic
}

#choicegiftcard section.js-current-step [class].gc-section-content {
    max-height: 100%;
    width: 100%
}

.c-hero {
    margin-bottom: 2rem
}

@media(max-width:991.98px) {
    .c-hero {
        width: 100vw;
        margin: -2rem -15px 1rem;
        height: 525px
    }
}

.c-hero__overlay {
    padding: 2.5rem;
    background: linear-gradient(270deg, rgba(0, 0, 0, .9), transparent 50%)
}

@media(max-width:991.98px) {
    .c-hero__overlay {
        padding: 1rem 1rem 1.5rem;
        align-items: end;
        background: linear-gradient(0deg, rgba(0, 0, 0, .9), transparent 50%)
    }
}

.c-hero__overlay--light {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, 0) 50%)
}

@media(max-width:991.98px) {
    .c-hero__overlay--light {
        background: linear-gradient(0deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, 0) 50%)
    }
}

.c-hero__content {
    max-width: 350px;
    padding: 1rem;
    text-align: center;
    margin-left: auto
}

@media(max-width:991.98px) {
    .c-hero__content {
        padding: 0;
        margin-top: auto;
        margin-right: auto
    }
}

.c-hero__subtitle {
    display: inline-block;
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.c-hero__title {
    letter-spacing: -.5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #000
}

.c-hero__stars {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.c-hero__stars:after {
    margin-left: 1rem
}

.c-hero__stars:after,
.c-hero__stars:before {
    content: "";
    height: 1px;
    background-color: #000;
    width: 100%
}

.c-hero__stars:before {
    margin-right: 1rem
}

.c-hero__cta {
    margin-top: 3rem
}

.c-hero.dark {
    color: #fff
}

.c-hero.dark .c-hero__title {
    border-color: #fff
}

.c-hero.dark .c-hero__stars:after,
.c-hero.dark .c-hero__stars:before {
    background-color: #fff
}

.c-hero.dark .c-hero__stars img {
    filter: invert(100%)
}

@media(max-width:991.98px) {
    .c-hero--cms {
        height: 220px;
        margin: -2rem 0 1rem
    }
}

.c-hero--cms .c-hero__overlay {
    background: none
}

@media(max-width:991.98px) {
    .c-hero--cms .c-hero__overlay {
        align-items: center
    }
}

.c-hero--cms .c-hero__overlay--center .c-hero__content {
    margin: auto
}

.c-hero--cms .c-hero__overlay--left .c-hero__content {
    margin-right: auto
}

.c-matfer__alert {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5rem;
    font-size: .875rem
}

.c-matfer__delivery-option .custom-control-input:checked~.custom-control-label:before {
    color: #000;
    border-color: #000;
    background-color: #b9f9c8
}

.c-matfer__delivery-option .custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="4"/></svg>')
}

.c-newsletter {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media(min-width:992px) {
    .c-newsletter {
        width: 60%;
        display: flex;
        gap: 1.5rem
    }
    .c-newsletter .c-newsletter__form {
        position: relative;
        flex: 1
    }
    .reseaux-soc{
        width: 40%;
        margin-bottom: 1.5rem;
    }
    .beforefooterNRS {
        display: flex;
        gap: 1.5rem;
    }
}

.c-newsletter .block_newsletter_alert,
.c-newsletter .c-newsletter__alert {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 5px #000
}

.c-pdt-variants__row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    align-items: center;
    width: 100%;
    padding: .25rem 0;
    border-bottom: 1px solid #ecedee
}

@media(min-width:992px) {
    .c-pdt-variants__row {
        min-height: 53px
    }
}

.c-pdt-variants__row:first-child {
    border-top: 1px solid #ecedee
}

.c-pdt-variants__row:last-child {
    margin-bottom: 1rem
}

@media(max-width:991.98px) {
    .c-pdt-variants__row {
        display: flex;
        justify-content: space-between
    }
}

.c-pdt-variants__row .form-control {
    height: inherit;
    font-size: .875rem;
    color: #000;
    border: none
}

.c-pdt-variants__row .form-control:focus {
    box-shadow: none
}

.c-pdt-variant__dropdown {
    position: static
}

.c-pdt-variant__select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    width: 100%;
    cursor: pointer
}

@media(max-width:991.98px) {
    .c-pdt-variant__select {
        flex-direction: column;
        align-items: flex-end;
        gap: .25rem
    }
}

.c-pdt-variant__select,
.c-pdt-variant__select:focus {
    color: #000;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none
}

.c-pdt-variant__select--hidden {
    height: 0;
    width: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden
}

.c-pdt-variant__select:after {
    border: none
}

.c-pdt-variant__menu {
    max-height: 20rem;
    font-size: .875rem;
    overflow: auto;
    border: 1px solid #000
}

@media(min-width:992px) {
    .c-pdt-variant__menu {
        width: 100%;
        transform: translate3d(0, 3rem, 0) !important
    }
}

.c-pdt-variant__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: .875rem
}

@media(min-width:992px) {
    .c-pdt-variant__item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-left: 0;
        padding-right: 0
    }
}

.c-pdt-variant__item:active,
.c-pdt-variant__item:hover {
    color: #000;
    background-color: #ecedee
}

.c-pdt-variant__item .muted {
    margin-right: 1rem;
    opacity: .3
}

[id^=zoid-paypal-buttons-uid] {
    display: block !important;
    margin: auto;
    max-width: 250px !important;
    position: relative !important
}

#ps_checkout-paylater-buttons-container,
#ps_checkout-paypal-buttons-container {
    position: relative
}

[data-module=ps_checkout-paylater] .alert.conditions-to-approve,
[data-module=ps_checkout-paypal] .alert.conditions-to-approve {
    display: none
}

.c-pushblocks__container {
    max-width: 1440px;
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px
}

.c-pushblock {
    position: relative
}

.c-pushblock__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1.25rem;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent 30%)
}

.c-pushblock__content--lg {
    position: relative;
    align-items: flex-start;
    text-align: left;
    padding: 3rem 2.5rem;
    background-color: #000
}

.c-pushblock__content--light {
    color: #000;
    background: linear-gradient(180deg, #f8f1ee, rgba(248, 241, 238, 0) 50%)
}

.c-pushblock__title:not(.u-h1,
.c-account-landing__title,
.u-h2,
.c-history__img--watermark,
[class].c-ad__title) {
    font-size: 2rem;
    font-weight: 700
}

.c-pushblock__subtitle {
    text-transform: uppercase;
    font-size: .6875rem;
    margin-bottom: .5rem
}

.c-pushblocks2__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

@media(max-width:991.98px) {
    .c-pushblocks2__container {
        display: grid;
        grid-template: repeat(2, auto)/repeat(2, 1fr)
    }
}

.c-pushblock2__core {
    padding-top: 1rem;
    border-top: 1px solid #000
}

@media(max-width:991.98px) {
    .c-pushblock2__core {
        grid-column: 1/3
    }
}

@media(max-width:991.98px) {
    .c-pushblock2__link {
        text-align: center;
        grid-column: 1/3
    }
}

.c-pushblock__thumbnail {
    padding-top: 525px
}

@media(max-width:991.98px) {
    .c-pushcat {
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px
    }
}

.c-pushcat__heading {
    text-align: center
}

.c-pushcat__nav {
    margin: 0 auto 3rem;
    padding: .25rem
}

@media(min-width:992px) {
    .c-pushcat__nav {
        justify-content: center
    }
}

@media(max-width:991.98px) {
    .c-pushcat__nav {
        margin-bottom: 2.5rem
    }
}

.c-pushcat__nav-btn {
    white-space: nowrap
}

.c-pushcat__nav-btn:not(:last-child) {
    margin-right: 1rem
}

.c-pushcat__nav-btn.active {
    border: 2px solid var(--color-orange)
}

.c-pushcat__nav-btn:not(.active) {
    color: #000;
    border: 2px solid #000
}

.c-pushcat__nav-btn:not(:disabled):not(.disabled).active:focus,
.c-pushcat__nav-btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.c-reass {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: .875rem;
    border-top: 1px solid;
}
.page-index .c-reass{
    border-top: none;
}

@media(max-width:991.98px) {
    .c-reass {
        display: flex;
    }
    .c-reass .c-reass__item, .c-reass a {
        flex: 1;
    }
}

.c-reass__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.c-pdt-avis__gauge-star {
    width: 100px;
    min-width: 100px;
    height: 15px;
    background: url(../img/2fa67278216dfa953e52b57bab5bc42b.svg) no-repeat 0 0;
    margin-right: 1rem
}

.c-pdt-avis__gauge--1 .c-pdt-avis__gauge-star {
    background-position: 84px 0
}

.c-pdt-avis__gauge--2 .c-pdt-avis__gauge-star {
    background-position: 63px 0
}

.c-pdt-avis__gauge--3 .c-pdt-avis__gauge-star {
    background-position: 42px 0
}

.c-pdt-avis__gauge--4 .c-pdt-avis__gauge-star {
    background-position: 21px 0
}

.c-pdt-avis__gauge--5 .c-pdt-avis__gauge-star {
    background-position: 0 0
}

.c-pdt-avis__gauge {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .5rem
}

.c-pdt-avis__gauge:last-child {
    margin-bottom: 0
}

.c-pdt-avis__gauge-bar {
    position: relative;
    max-width: 380px;
    width: 100%;
    min-width: 100px;
    height: 10px;
    background: #ffffff;
    border-radius: 5px
}

@media screen and (max-width:992px) {
    .c-pdt-avis__gauge-bar {
        width: 130px
    }
}

.c-pdt-avis__gauge-bar--active {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    background: var(--color-orange);
    border-radius: 5px
}

.c-pdt-avis__gauge-count {
    width: 20px;
    margin-left: .625rem
}

.c-pdt-avis__gauge-bar {
    overflow: hidden
}

.c-reviews__container {
    display: grid;
    grid-template-columns: 4fr 1fr 7fr;
    gap: 30px;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media(max-width:991.98px) {
    .c-reviews__container {
        display: grid;
        grid-template: auto/1fr;
        padding-top: 1.5rem;
        padding-bottom: 3rem
    }
}

@media(max-width:991.98px) {
    .c-reviews__heading {
        grid-column: 1/4
    }
}

.c-reviews__list {
    grid-column: 3/4
}

@media(max-width:991.98px) {
    .c-reviews__list {
        grid-column: 1/4
    }
}

.c-reviews__list-item {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem
}

.c-reviews__list-item:last-child {
    margin-bottom: 2rem
}

.c-reviews__link {
    display: block;
    margin-top: 2rem
}

@media(max-width:991.98px) {
    .c-reviews__link {
        text-align: center
    }
}

.c-review-stars {
    width: 100px;
    min-width: 100px;
    height: 15px
}

.c-review-stars--5 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 10.2%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--5 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 10.2%, #000 0, #000)
}

.c-review-stars--alt-5 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 10.2%, #adb5bd 0, #adb5bd)
}

.c-review-stars--10 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 20.4%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--10 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 20.4%, #000 0, #000)
}

.c-review-stars--alt-10 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 20.4%, #adb5bd 0, #adb5bd)
}

.c-review-stars--15 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 30.6%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--15 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 30.6%, #000 0, #000)
}

.c-review-stars--alt-15 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 30.6%, #adb5bd 0, #adb5bd)
}

.c-review-stars--20 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 40.8%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--20 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 40.8%, #000 0, #000)
}

.c-review-stars--alt-20 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 40.8%, #adb5bd 0, #adb5bd)
}

.c-review-stars--25 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 51%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--25 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 51%, #000 0, #000)
}

.c-review-stars--alt-25 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 51%, #adb5bd 0, #adb5bd)
}

.c-review-stars--30 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 61.2%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--30 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 61.2%, #000 0, #000)
}

.c-review-stars--alt-30 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 61.2%, #adb5bd 0, #adb5bd)
}

.c-review-stars--35 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 71.4%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--35 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 71.4%, #000 0, #000)
}

.c-review-stars--alt-35 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 71.4%, #adb5bd 0, #adb5bd)
}

.c-review-stars--40 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 81.6%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--40 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 81.6%, #000 0, #000)
}

.c-review-stars--alt-40 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 81.6%, #adb5bd 0, #adb5bd)
}

.c-review-stars--45 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 91.8%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--45 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 91.8%, #000 0, #000)
}

.c-review-stars--alt-45 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 91.8%, #adb5bd 0, #adb5bd)
}

.c-review-stars--46 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 93.84%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--46 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 93.84%, #000 0, #000)
}

.c-review-stars--alt-46 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 93.84%, #adb5bd 0, #adb5bd)
}

.c-review-stars--47 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 95.88%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--47 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 95.88%, #000 0, #000)
}

.c-review-stars--alt-47 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 95.88%, #adb5bd 0, #adb5bd)
}

.c-review-stars--48 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 97.92%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--48 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 97.92%, #000 0, #000)
}

.c-review-stars--alt-48 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 97.92%, #adb5bd 0, #adb5bd)
}

.c-review-stars--49 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 99.96%, #adb5bd 0, #adb5bd)
}

.c-review-stars-b--49 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 99.96%, #000 0, #000)
}

.c-review-stars--alt-49 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 99.96%, #adb5bd 0, #adb5bd)
}

.c-review-stars--50 {
    background: url(../img/88d4fc4421a5178b9daa96168b95a8d2.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 102%, #adb5bd 0, #adb5bd 0)
}

.c-review-stars-b--50 {
    background: url(../img/1c49cbc5d137e1b6f57a3687160d4f7e.svg), linear-gradient(90deg, var(--color-orange), var(--color-orange) 102%, #000 0, #000 0)
}

.c-review-stars--alt-50 {
    background: url(../img/9253d671bbd4a3560512856161edaf25.png), linear-gradient(90deg, var(--color-orange), var(--color-orange) 102%, #adb5bd 0, #adb5bd 0)
}

.c-review__badge {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    left: 1rem;
    bottom: 1rem;
    border-radius: 0;
    padding: .5rem .75rem;
    border: 1px solid #000;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    background: #fff;
    z-index: 4
}

@media(max-width:991.98px) {
    .c-review__badge {
        display: none
    }
}

.c-review__badge-stars {
    display: flex
}

.c-review__badge-stars svg {
    margin: 0 2px;
    width: 12px
}

.c-review__badge-reviews {
    font-size: .625rem;
    text-transform: uppercase
}

.c-richfaq__question {
    display: flex;
    color: #000
}

.c-richfaq__question .c-richfaq__question-icon {
    margin-right: 1.5rem;
    font-size: 26px
}

@media(max-width:991.98px) {
    .c-richfaq__question .c-richfaq__question-icon {
        margin-right: 1rem
    }
}

.c-richfaq__question .c-richfaq__question-icon svg {
    transition: .3s
}

.c-richfaq__question[aria-expanded=true] .c-richfaq__question-icon svg {
    transform: rotate(45deg)
}

.c-richfaq__answer {
    margin-top: 1rem;
    margin-left: calc(26px + 1.5rem)
}

@media(max-width:991.98px) {
    .c-richfaq__answer {
        margin-left: calc(26px + 1rem)
    }
}

.c-richfaq__answer p:last-child {
    margin-bottom: 0
}

.c-rckt__list ul {
    list-style: disc;
    padding-left: 2.5rem
}

.c-rckt__list ul li {
    margin-bottom: 1rem
}

.c-rckt__quote {
    position: relative
}

.c-rckt__quote:before {
    position: absolute;
    content: "";
    margin-left: -1.5rem;
    height: 100%;
    width: 4px;
    background-color: var(--color-orange)
}

.o-col-row {
    display: grid;
    padding-right: 0;
    padding-left: 0;
    gap: 1rem 30px;
    margin-bottom: 1rem
}

.o-col-row--2 {
    grid-template-columns: repeat(2, 1fr)
}

.o-col-row--3 {
    grid-template-columns: repeat(3, 1fr)
}

.o-col-row--4 {
    grid-template-columns: repeat(4, 1fr)
}

.o-col-row .o-col-row {
    gap: 0 30px;
    margin-bottom: 0
}

.o-col-span-2 {
    grid-column: span 2
}

.o-col-span-3 {
    grid-column: span 3
}

.o-col-span-4 {
    grid-column: span 4
}

.c-rblink {
    margin-bottom: 1.75rem
}

.c-rblink__title {
    margin-bottom: .5rem;
    color: #000;
    font-family: Roboto Condensed, Georgia, serif;
    font-size: 1.125rem;
    font-weight: 700
}

.c-rcard {
    display: flex;
    flex-direction: column;
    position: relative
}

.c-rcard__img {
    max-width: 100%;
    width: 100%
}

.c-rcard__title {
    font-size: 2.5rem
}

.col-lg-20\% {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20%;
    width: 20%
}

.c-rlink {
    position: relative;
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding: 0;
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700
}

.c-rlink__icon {
    margin: 0 1rem 0 0;
    width: 32px;
    height: 32px
}

.c-rlink:hover {
    color: #000
}

.c-rmenumob.fade.show {
    opacity: 1
}

.c-rmenumob.fade .modal-dialog {
    transform: translateX(-500px)
}

.c-rmenumob.show .modal-dialog {
    transform: translateX(0)
}

.c-rmenumob [class].modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0
}

.c-rmenumob .modal-content {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    padding-top: 3rem;
    background-color: #fff;
    border: 0;
    border-radius: 0
}

.c-rmenumob__close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    box-sizing: content-box;
    padding: 0;
    color: #000;
    cursor: pointer
}

.c-rmenumob__close-btn svg {
    width: 32px;
    height: 32px
}

.c-rmenumob__list {
    display: flex;
    flex-direction: column
}

.c-rmenumob__item {
    padding: 0
}

.c-rmenumob__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    color: #000;
    background-color: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: .2s
}

.c-rmenumob__link:focus {
    outline: none
}

.c-rmenumob__link:hover {
    color: #000;
    background-color: #f0f0f0
}

.c-rmenumob__label {
    display: flex;
    align-items: center
}

.c-rmenumob__subtitle {
    display: block
}

.c-rmenumob__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: hidden;
    padding-top: 4rem;
    transform: translateX(-110%);
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: .4s
}

.c-rmenumob__panel.show {
    transform: translateX(0)
}

.c-rmenumob__panel ul {
    height: 100%;
    overflow-y: auto
}

.c-rmenumob__backbtn {
    justify-content: flex-start;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    color: #000;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0
}

.c-rmenumob__backbtn span,
.c-rmenumob__backbtn svg {
    margin: 0 1rem 0 0;
    pointer-events: none
}

.c-rmenumob__icon {
    margin-right: 1rem
}

.c-rmenumob__icon,
.c-rmenumob__icon svg {
    width: 32px;
    height: 32px
}

.c-rmodal__content {
    padding-top: 2rem;
    background-color: #fff;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.c-rmodal__header {
    align-items: flex-start;
    padding: 1rem;
    border-bottom: 0 solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.c-rmodal__body {
    padding: 1rem
}

.c-rmodal__dialog {
    max-width: 100%;
    margin: 0
}

.c-rmodal__btnclose {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    box-sizing: content-box;
    padding: 0;
    color: #000;
    background: transparent;
    border: 0;
    cursor: pointer
}

.c-rmodal__btnclose,
.c-rmodal__btnclose svg {
    width: 32px;
    height: 32px
}

.c-rmodal__container,
.c-rnav {
    position: relative
}

.c-rnav {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #000
}

.c-rnav__list {
    justify-content: space-between;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 .9375rem
}

.c-rnav__item {
    display: inline-block
}

.c-rnav__link {
    position: relative;
    display: flex;
    padding: 1rem 0;
    font-size: .875rem;
    font-weight: 700;
    color: #000
}

.c-rnav__link:hover {
    color: #000
}

.c-rnav__link:after {
    position: absolute;
    display: none;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: var(--color-orange)
}

.c-rnav__link:hover:after {
    display: block
}

.is-subm-hide {
    display: none
}

.is-subm-hide.is-subm-show {
    display: flex
}

.c-roffcanvas.fade.show {
    opacity: 1
}

.c-roffcanvas.fade .modal-dialog {
    transform: translateX(-500px)
}

.c-roffcanvas.show .modal-dialog {
    transform: translateX(0)
}

.c-roffcanvas .modal-dialog {
    width: 100%;
    max-width: 500px;
    height: 100%;
    margin: 0
}

.c-roffcanvas .modal-content {
    position: relative;
    height: 100vh;
    max-height: 100vh;
    background-color: #fff;
    border: 0;
    border-radius: 0
}

.c-roffcanvas .c-rmodal__container {
    width: 100%;
    height: 100%;
    padding: 0
}

@media screen and (max-width:992px) {
    .c-roffcanvas .c-rmodal__container {
        max-height: 100vh;
        overflow-y: scroll
    }
}

.c-roffcanvas .modal-body {
    height: 100%;
    padding: 0
}

.c-roffcanvas__close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    box-sizing: content-box;
    padding: 0;
    color: #000;
    cursor: pointer
}

.c-roffcanvas__close-btn svg {
    width: 32px;
    height: 32px
}

.c-roffcanvas__list {
    display: flex;
    flex-direction: column
}

.c-roffcanvas__item {
    padding: 0
}

.c-roffcanvas__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    text-align: left;
    color: #000;
    background-color: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: .2s
}

.c-roffcanvas__link:focus {
    outline: none
}

.c-roffcanvas__link:hover {
    color: #000;
    background-color: #f0f0f0
}

.c-roffcanvas__label {
    display: flex;
    align-items: center
}

.c-roffcanvas__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: hidden;
    padding-top: 4rem;
    padding-bottom: 4rem;
    transform: translateX(-110%);
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: .4s
}

.c-roffcanvas__panel.show {
    transform: translateX(0)
}

.c-roffcanvas__panel ul {
    height: 100%;
    overflow-y: auto
}

.c-roffcanvas__panel[class].is-subm-hide {
    display: inherit
}

.c-roffcanvas__backbtn {
    justify-content: flex-start;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    color: #000;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0
}

.c-roffcanvas__backbtn span,
.c-roffcanvas__backbtn svg {
    margin: 0 1rem 0 0;
    pointer-events: none
}

.c-roffcanvas__icon {
    margin-right: 1rem
}

.c-roffcanvas__icon,
.c-roffcanvas__icon svg {
    width: 32px;
    height: 32px
}

.c-rsubmenu__list {
    display: flex;
    flex-direction: column
}

.c-rsubmenu__item {
    padding: 0
}

.c-rsubmenu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .5rem 0;
    font-size: 1rem;
    text-align: left;
    color: #000;
    background-color: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: .2s
}

.c-rsubmenu__link:focus {
    outline: none
}

.c-rsubmenu__link:hover {
    color: #000;
    background-color: hsla(0, 0%, 94.1%, 0)
}

.c-rsubmenu__label {
    display: flex;
    align-items: center
}

.c-rsubnav {
    opacity: 0;
    height: 0
}

.c-rsubnav.show {
    opacity: 1;
    height: inherit
}

.c-rsubunder {
    position: absolute;
    display: none;
    z-index: 1050;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 2rem);
    padding: 3rem;
    background: #fff;
    box-shadow: 0 24px 48px rgba(0, 0, 0, .16)
}

.c-rsubunder.is-subm-show,
.is-item-active .c-rsubunder {
    display: block
}

.c-rtabs {
    display: flex;
    width: 100%
}

.c-rtab__nav {
    display: flex;
    flex-direction: column;
    width: 25%
}

.c-rtab__content {
    width: 75%
}

.c-rtab__pane.show {
    display: flex
}

.c-rnav__item:not(:last-child) {
    margin-right: 3rem
}

.c-rtabs a,
.c-rtabs a:hover {
    color: #000
}

.c-rtab__nav {
    padding-right: 1rem;
    margin-right: 3rem;
    border-right: 1px solid #000
}

.c-rtab__nav .c-rlink {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s
}

.c-rtab__nav .c-rlink:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 4px;
    background-color: var(--color-orange);
    transition: .2s
}

.c-rtab__nav .c-rlink.active,
.c-rtab__nav .c-rlink:hover {
    padding-left: 1.5rem
}

.c-rtab__nav .c-rlink.active:after,
.c-rtab__nav .c-rlink:hover:after {
    width: 1rem
}

.c-rtab__content .c-rlink {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 0
}

.c-rtab__content .c-rlink:hover {
    color: var(--color-orange-link);
}

.c-rtab__content .c-rlink.title {
    margin-bottom: 1.75rem;
    color: #000;
    font-family: Roboto Condensed, Georgia, serif;
    font-size: 1.125rem;
    font-weight: 700
}

.c-rtab__content .c-rblink__title:hover a,
.c-rtab__content .c-rlink.title:hover {
    color: var(--color-orange-link)
}

.c-rmenumob__link-all {
    position: relative;
    margin-left: auto;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    z-index: 10
}

[class].c-rlink--accent {
    color: var(--color-orange);
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1.5rem
}

.c-seo__container {
    display: grid;
    grid-template-columns: 5fr 1fr 6fr;
    gap: 30px;
    padding-top: 3rem;
    padding-bottom: 3rem
}
@media(min-width:991.99px){
    .c-seo__container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        padding-top: 3rem;
        padding-bottom: 3rem;
        justify-content: space-between;
    }
    .c-seo__container .c-seo__heading {
        width: 100%;
    }
    .c-seo__container > div {
        width: 49%;
    }
    .c-seo__thumb .u-rc{
        padding-top: inherit;
    }
    .c-seo__thumb .u-rc>picture{
        position: relative;
    }
}

@media(max-width:991.98px) {
    .c-seo__container {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 2.5rem;
        gap: 1rem
    }
    .c-seo__thumb .u-rc{
        padding-top: inherit;
    }
    .c-seo__thumb .u-rc>picture{
        position: relative;
    }
    [class].aa-DetachedSearchButton, [class].aa-Form {
        background-color: transparent;
        border-radius: 4rem;
        border: none;
    }
    .c-header__search {
        margin-top: 0;
        flex-basis: 0;
        background: transparent;
    }
    .c-header{
        flex-wrap: nowrap;
    }
    [class].aa-DetachedSearchButtonPlaceholder, [class].aa-Input::placeholder {
        display: none;
    }
    [class].aa-DetachedSearchButtonIcon svg{
        color: #fff;
    }
}

.c-seo__heading {
    grid-column: 1/4
}

@media(min-width:992px) {
    .c-seo__heading {
        margin-bottom: 1.5rem
    }
}

.c-seo__core {
    grid-column: 1/4
}

.c-seo__thumb {
    grid-column: 3/4
}

@media(max-width:991.98px) {
    .c-seo__thumb {
        width: 100vw;
        margin-left: -15px;
        order: -2
    }
}

.c-input-color__group--active {
    order: -100
}

.c-seocombination__select {
    position: relative
}

.c-seocombination__select select {
    border: 1px solid #000;
    color: #000
}

.c-seocombination__select:after {
    content: "Voir les autres choix";
    position: absolute;
    color: #000;
    right: 1.5rem;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%)
}

[class].c-rcktzd__btn {
    padding: .625rem 1.5rem;
    border-radius: 999rem;
    letter-spacing: .6px;
    font-weight: 700
}

#webWidget {
    z-index: 10 !important
}

.s-cms ul {
    list-style: inherit;
    padding-left: 1.25rem;
    margin-bottom: 1rem
}

.s-cms iframe,
.s-cms img {
    max-width: 100%
}

.s-cms-list {
    list-style: inherit;
    padding-left: 1.25rem;
    margin-bottom: 1rem
}

[class].u-bg-light {
    background-color: #ecedee
}

.u-bg-primary {
    background-color: var(--color-orange)
}

.u-bg-white {
    background-color: #fff
}

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

.u-d-flex {
    display: flex
}

@media(min-width:992px) {
    .u-d-mobile {
        display: none
    }
}

@media(max-width:991.98px) {
    .u-d-desktop {
        display: none
    }
}

.u-d-none {
    display: none
}

@media(min-width:576px) {
    [class].u-d-mobilexs {
        display: none
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

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

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

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

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

.u-flex-1 {
    flex: 1
}

.u-flex-wrap {
    flex-wrap: wrap
}

.u-flex-nowrap {
    flex-wrap: nowrap
}

.u-flex-column {
    flex-direction: column
}

.u-justify-content-start {
    justify-content: flex-start
}

.u-justify-content-center {
    justify-content: center
}

.u-justify-content-around {
    justify-content: space-around
}

.u-justify-content-between {
    justify-content: space-between
}

.u-justify-content-end {
    justify-content: flex-end
}

.u-align-items-center {
    align-items: center
}

.u-align-items-start {
    align-items: flex-start
}

.u-align-items-end {
    align-items: flex-end
}

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

.u-img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.u-l-o {
    cursor: pointer
}

.u-order-0 {
    order: 0
}

.u-order-1 {
    order: 1
}

.u-order-2 {
    order: 2
}

@media(max-width:991.98px) {
    .u-order-0\@mobile {
        order: 0
    }
    .u-order-1\@mobile {
        order: 1
    }
    .u-order-2\@mobile {
        order: 2
    }
}

.u-p-rel {
    position: relative
}

.u-p-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1.5rem;
    bottom: 1.5rem
}

.u-rc {
    position: relative;
    width: 100%
}

.u-rc>iframe,
.u-rc>img,
.u-rc>picture {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.u-rc>a {
    display: block
}

.u-rc--2_1 {
    padding-top: 50%
}

.u-rc--1_2 {
    padding-top: 200%
}

.u-rc--4_3 {
    padding-top: 75%
}

.u-rc--3_4 {
    padding-top: 133.3333333333%
}

.u-rc--16_9 {
    padding-top: 56.25%
}

.u-rc--1_1,
.u-rc--pdt {
    padding-top: 100%
}

.u-rc--3_2 {
    padding-top: 66.6666666667%
}

.u-rc--2_3 {
    padding-top: 100%
}

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

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

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.u-list--styled,
.u-list--styled ul {
    list-style: inherit;
    padding-left: 1.25rem
}

.u-w-100 {
    width: 100%
}

.u-h-100 {
    height: 100%
}

[class].u-mt-0 {
    margin-top: 0
}

[class].u-mb-0 {
    margin-bottom: 0
}

[class].u-ml-0 {
    margin-left: 0
}

[class].u-mr-0 {
    margin-right: 0
}

[class].u-mb-0\@mob {
    margin-bottom: 0
}

[class].u-mt-1 {
    margin-top: .5rem
}

[class].u-mb-1 {
    margin-bottom: .5rem
}

[class].u-ml-1 {
    margin-left: .5rem
}

[class].u-mr-1 {
    margin-right: .5rem
}

[class].u-mb-1\@mob {
    margin-bottom: .5rem
}

[class].u-mt-2 {
    margin-top: 1rem
}

[class].u-mb-2 {
    margin-bottom: 1rem
}

[class].u-ml-2 {
    margin-left: 1rem
}

[class].u-mr-2 {
    margin-right: 1rem
}

[class].u-mb-2\@mob {
    margin-bottom: 1rem
}

[class].u-mt-3 {
    margin-top: 1.5rem
}

[class].u-mb-3 {
    margin-bottom: 1.5rem
}

[class].u-ml-3 {
    margin-left: 1.5rem
}

[class].u-mr-3 {
    margin-right: 1.5rem
}

[class].u-mb-3\@mob {
    margin-bottom: 1.5rem
}

[class].u-mt-4 {
    margin-top: 2rem
}

[class].u-mb-4 {
    margin-bottom: 2rem
}

[class].u-ml-4 {
    margin-left: 2rem
}

[class].u-mr-4 {
    margin-right: 2rem
}

[class].u-mb-4\@mob {
    margin-bottom: 2rem
}

[class].u-mt-5 {
    margin-top: 2.5rem
}

[class].u-mb-5 {
    margin-bottom: 2.5rem
}

[class].u-ml-5 {
    margin-left: 2.5rem
}

[class].u-mr-5 {
    margin-right: 2.5rem
}

[class].u-mb-5\@mob {
    margin-bottom: 2.5rem
}

[class].u-mt-6 {
    margin-top: 3rem
}

[class].u-mb-6 {
    margin-bottom: 3rem
}

[class].u-ml-6 {
    margin-left: 3rem
}

[class].u-mr-6 {
    margin-right: 3rem
}

[class].u-mb-6\@mob {
    margin-bottom: 3rem
}

[class].u-mt-7 {
    margin-top: 3.5rem
}

[class].u-mb-7 {
    margin-bottom: 3.5rem
}

[class].u-ml-7 {
    margin-left: 3.5rem
}

[class].u-mr-7 {
    margin-right: 3.5rem
}

[class].u-mb-7\@mob {
    margin-bottom: 3.5rem
}

[class].u-mt-8 {
    margin-top: 4rem
}

[class].u-mb-8 {
    margin-bottom: 4rem
}

[class].u-ml-8 {
    margin-left: 4rem
}

[class].u-mr-8 {
    margin-right: 4rem
}

[class].u-mb-8\@mob {
    margin-bottom: 4rem
}

[class].u-mt-9 {
    margin-top: 4.5rem
}

[class].u-mb-9 {
    margin-bottom: 4.5rem
}

[class].u-ml-9 {
    margin-left: 4.5rem
}

[class].u-mr-9 {
    margin-right: 4.5rem
}

[class].u-mb-9\@mob {
    margin-bottom: 4.5rem
}

[class].u-mt-10 {
    margin-top: 5rem
}

[class].u-mb-10 {
    margin-bottom: 5rem
}

[class].u-ml-10 {
    margin-left: 5rem
}

[class].u-mr-10 {
    margin-right: 5rem
}

[class].u-mb-10\@mob {
    margin-bottom: 5rem
}

[class].u-mx-auto {
    margin-left: auto;
    margin-right: auto
}

[class].u-mt-auto {
    margin-top: auto
}

@media(max-width:991.98px) {
    [class].u-px-sm-0 {
        padding-left: 0;
        padding-right: 0
    }
}

.u-pt-sm {
    padding-top: 2.5rem
}

@media(max-width:991.98px) {
    .u-pt-sm {
        padding-top: 1.5rem
    }
}

.u-pb-sm {
    padding-bottom: 2.5rem
}

@media(max-width:991.98px) {
    .u-pb-sm {
        padding-bottom: 1.5rem
    }
}

@media(max-width:991.98px) {
    .u-pt-md {
        padding-top: 2.5rem
    }
}

@media(max-width:991.98px) {
    .u-pb-md {
        padding-bottom: 2.5rem
    }
}

@media(max-width:991.98px) {
    .u-pt-lg {
        padding-top: 2rem
    }
}

@media(max-width:991.98px) {
    .u-pb-lg {
        padding-bottom: 2rem
    }
}

.u-txt-sm {
    font-size: .875rem
}

.u-txt-xs {
    font-size: .813rem
}

[class].u-txt-lowercase {
    text-transform: lowercase
}

[class].u-txt-uppercase {
    text-transform: uppercase
}

[class].u-txt-capitalize {
    text-transform: capitalize
}

[class].u-font-heading {
    font-family: Roboto Condensed, Georgia, serif
}

[class].u-font-weight-normal {
    font-weight: 400
}

[class].u-font-weight-bold {
    font-weight: 700
}

[class].u-font-italic {
    font-style: italic
}

[class].u-lh-1 {
    line-height: 1
}

.u-txt-center {
    text-align: center
}

.u-txt-right {
    text-align: right
}

.u-txt-secondary {
    color: #ecedee
}

.u-txt-body {
    color: #000
}

.u-txt-white {
    color: #fff
}

.u-txt-gray {
    color: #b3b3b3
}

.u-txt-dark {
    color: #595959
}

.u-txt-black {
    color: #000
}

.u-txt-success {
    color: #008a22
}

.u-txt-danger {
    color: #e70000
}

.u-txt-underline {
    text-decoration: underline
}

.u-txt-wrap {
    white-space: pre-wrap
}

@media(max-width:991.98px) {
    .u-visible-desktop {
        display: none
    }
}

@media(min-width:992px) {
    .u-visible-mobile {
        display: none
    }
}

.u-pt-lg {
    padding-top: 3rem
}

@media(max-width:991.98px) {
    .u-pt-lg {
        padding-top: 2.5rem
    }
}

.u-pb-lg {
    padding-bottom: 3rem
}

@media(max-width:991.98px) {
    .u-pb-lg {
        padding-bottom: 2.5rem
    }
}

.u-pt-md {
    padding-top: 3rem
}

@media(max-width:991.98px) {
    .u-pt-md {
        padding-top: 2rem
    }
}

.u-pb-md {
    padding-bottom: 3rem
}

@media(max-width:991.98px) {
    .u-pb-md {
        padding-bottom: 2rem
    }
}

.u-bg-black {
    background-color: #000
}

.u-bg-primary-light {
    background-color: var(--color-orange-clair);
}

.u-bg-light {
    background-color: #ecedee
}

.u-txt-nowrap {
    white-space: nowrap
}

.u-txt-light {
    color: #d9d9d9
}

.u-txt-red {
    color: #e02020
}

.u-txt-primary,
a.u-txt-black:hover {
    color: var(--color-orange-link)
}

@media(min-width:992px) {
    .u-sticky--desktop {
        position: -webkit-sticky;
        position: sticky;
        top: 1rem
    }
}/*# sourceMappingURL=theme.css.map */
@media (max-width:993px) {
    /*.c-rcktbanner .o-wrapper {
        overflow: hidden;
        position: relative;
    }

    .c-rcktbanner__txt {
        display: inline-block;
        white-space: nowrap;
        padding-right: 0%;
        max-width: none;
        animation: banner-scroll 20s linear infinite;
    }

    @keyframes banner-scroll {
        0% {
            transform: translateX(50%);
        }
        100% {
            transform: translateX(-100%);
        }
    }*/
    .c-hero__overlay {
        padding: 1rem 1rem 1.5rem;
        align-items: end;
        background: linear-gradient(0deg,rgba(0,0,0,.9),transparent 100%);
    }
    .etoile-avis .c-review-stars{
        width: 18px;
        min-width: auto;
    }
    .c-listing__subcat-arrow--right {
        right: -6px;
    }
    .c-pdt-mini__oos {
        bottom: 0;
        right: 6px;
        position: relative;
        align-content: center;
    }
    .c-pdt-mini__oos:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        left: -11px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #e02020;
        border-radius: 50%;
    }
    #js-product-list-top .u-txt-sm.u-txt-dark.u-mb-2.u-d-mobile{
        display: none;
    }
    p.u-txt-sm.u-txt-dark.u-mb-0.u-mr-2.u-d-desktop.u-txt-nowrap{
        display: block;
        margin: 0 6px;
        font-size: 12px;
    }
    #js-product-list-top #js-show-facetoffcanvas{
        padding: 0.375rem 1rem;
        margin-right: 6px;
    }
    #js-product-list-top .u-d-flex.u-align-items-center.u-justify-content-end{
        justify-content: space-between;
    }
    #avis-client.skeepers_product__reviews{
        margin-left: 0px;
    }
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .etoile-avis .c-review-stars{
        width: 18px;
        min-width: auto;
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature a.c-pdt-mini__name {
    font-size: 12px;
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature {
    padding: 0 6px;
}

article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel{
    padding: 0;
}
.btn-orange {
    color: #000;
    background-color: #F8943C;
    border-color: #f8943C;
}
.btn-marron1 {
    color: #000;
    background-color: #EAAB4E;
    border-color: #EAAB4E;
}
.btn-marron2 {
    color: #000;
    background-color: #B1824D;
    border-color: #B1824D;
}
.u-p-rel.u-visible-desktop .c-pdt-mini{
    margin-bottom: 0rem;
}

/* Freelivery gauge */
.freelivery-gauge {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,0.08);
  overflow: hidden;
  margin: 8px 0 4px;
}

.freelivery-gauge__fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: #f3903d;
  opacity: .9;
  transition: width .35s ease;
}
.c-rcktbanner__txt a{
    color:#000;
}
.c-rcktbanner__txt a:hover{
    color:var(--color-orange-link);
}

.product-prices .o-layout--start {
    justify-content: space-between;
}
.c-pdt-variants__row {
    position: relative;
    display: flex;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: flex-start;
    width: 100%;
    padding: .25rem 0;
    border-bottom: 1px solid #ecedee;
    justify-items: center;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-pdt-variants__row ul[id^="group_"] {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.c-pdt-variants__row.product-variants-item span:first-child {
    padding-bottom: 15px;
}
.c-pdt-variants__row ul[id^="group_"] label:has(input[type="radio"]:checked) {
    border-color: #000;
    color: #fff;
    background-color: #000;
}
.c-pdt-variants__row ul[id^="group_"] label.is-oos:has(input[type="radio"]:checked) {
    border-color: #000;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}
.c-pdt-variants__row ul[id^="group_"] label {
    display: inline-flex;
    padding: 9px 12px;
    border: 1px solid #000;
    cursor: pointer;
    /*transition: all 0.2s ease-in-out;*/
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}
.c-pdt-variants__row ul[id^="group_"] label input[type="radio"]{
    display: none;
}
.c-pdt-variants__row ul[id^="group_"] label.is-oos::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, transparent 0, transparent 48.5%, rgba(0, 0, 0, 1) 50%, transparent 51.5%, transparent 100%);
}
label.is-oos svg.labeloutOS {
    position: absolute;
    width: 18px;
    bottom: -2px;
    left: 41%;
    fill:#000;
}
label.is-oos:has(input[type="radio"]:checked) svg.labeloutOS{
    fill:#fff;
}
.c-pdt-variants__row ul[id^="group_"] label.is-oos:has(input[type="radio"]:checked)::after {
    background: linear-gradient(to bottom right, transparent 0, transparent 48.5%, rgba(255, 255, 255, 1) 50%, transparent 51.5%, transparent 100%);
}
.c-pdt-variants__row ul[id^="group_"] label:hover{
    background-color: #f9dec8;
}
select[name="seo_combination"] + .dropdown.c-pdt-variant__dropdown {
    display: flex;
    width: 100%;
}
select[name="seo_combination"] {
    display: none;
}
.c-review__top.reviews-cat {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.c-review__link.note-cat {
    font-size: 12px;
    font-weight: 600;
}
[class].u-mr-1.c-input-color__group {
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
}
[class].u-mr-1.c-input-color__group .c-input-color__btn, [class].u-mr-1.c-input-color__group .c-input-color__mark {
    position: relative;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}
.c-pdt-variants__row ul[id^="group_"] [class].u-mr-1.c-input-color__group label{
    padding: 6px;
    border: none;
}
.c-pdt-variants__row ul[id^="group_"] [class].u-mr-1.c-input-color__group label:has(input[type="radio"]:checked){
    border: none;
    background-color: transparent;
}
.c-input-color__btn:checked~.c-input-color__mark:after{
    border: 3px solid #000;
}
.page-index .u-rc--3_4{
    padding-top: 100%;
}

.c-pdt-mini__prices{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.prix-panier .c-pdt-mini__qv {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: 1px solid;
    margin-bottom: 0.5rem;
}
.c-pdt-mini__body > div:first-child {
    padding: 0 6px;
}
.prix-panier .c-pdt-mini__prices {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Roboto Condensed';
    padding: 6px;
}
.prix-panier {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 3px;
    padding: 3px 6px;
    min-height: 3rem;
    align-items: center;
}
.prix-panier .c-pdt-mini__qv:hover svg path {
    fill: var(--color-orange-link);
}
.prix-panier [class].c-price--discount {
    margin-right: 0.25rem;
}
.info-product .etoile-avis{
    min-height: 1.5rem;
}
.info-product a.c-pdt-mini__name.stretched-link.\/js.js-hover-pdt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.2em;
    line-height: 1.1;
    margin-bottom: 0.25rem;
    font-family: "roboto";
}
.tarif-pro-desktop{
        display: none;
}
.page-product .c-reviews__container .c-icon--star-fill svg path {
    fill: #f6b64c;
}
.info-product a.c-pdt-mini__name.stretched-link.\/js.js-hover-pdt {
    text-align: left;
}
@media(min-width:767.98px) {
    .page-category article.col-lg-3.col-md-4.col-6.c-pdt-mini.u-p-rel.\/js.js-product-miniature,
    .js-al-product-hits article.col-lg-3.col-md-4.col-6.c-pdt-mini.u-p-rel.\/js.js-product-miniature {
        min-height: auto;
    }
    .prix-panier .c-pdt-mini__prices .c-price--current{
        font-size: 24px;
    }
    .prix-panier [class].c-price--discount {
        font-size: 24px;
        margin-right: 0.5rem;
    }
    .tarif-pro-desktop{
        display: block;
    }
    .tarif-pro-mobile{
        display: none;
    }
}
.decli__mob{
    min-height: 24px;
}
@media(max-width:767.97px) {
    .layout-full-width .c-variants, .page-search .c-variants {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 2px;
    }
    .decli__mob{
        min-height: 21px;
    }
    .ajout-rap{
        font-size: 12px;
    }
    .c-variants__item{
        width: 21px;
        height: 21px;
    }
    .layout-full-width .c-variants__item, .page-search .c-variants__item {
        position: relative;
    }
    .layout-full-width .c-variants__count, .c-variants__item:not(:first-child), .page-search .c-variants__count, .c-variants__item:not(:first-child){
        margin:0;
        margin-bottom: 0rem;
    }
    .etoile-avis{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .prix-panier .u-txt-xs{
        margin-right: 0.25rem;
        font-size: 0.615rem;
    }
    .c-history__img--watermark, .h2, .u-h2, [class].c-ad__title, h2 {
        font-size: calc(1.375rem + -0.5vw);
    }
    .info-product .c-pdt-mini__name {
        font-size: 0.8em;
    }
    .c-pdt-mini__body {
        min-height: auto;
    }
    .c-pdt-mini {
        margin-bottom: 2rem;
    }
    .prix-panier {
        padding: 3px 6px 3px 9px;
        min-height: 2.5rem;
    }
    .c-pdt-mini__qv {
        width: auto;
        height: auto;
        margin-top: 0px;
    }
    .c-pdt-mini__body>div:first-child {
        padding: 0 6px;
    }
    .c-pushblock__content.c-ad__content a.c-ad__cta.btn.btn-primary.stretched-link {
        padding: 0.375rem 0.5rem;
    }
    .c-pdt-mini.u-p-rel.\/js.js-product-miniature, .c-pdt-mini.c-pdt-mini__ad {
        padding-left: 9px;
        padding-right: 9px;
    }
    .c-pdt-mini__card{
        padding: 0;
    }
    .c-pdt-mini__oos {
        margin-top: 0rem;
        font-size: .75rem;
        right: 0px;
        height: 32px;
    }
    .c-pushblock.c-ad__container.rc--lazyload .u-img-cover {
        -o-object-fit: cover;
        object-fit: contain;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .c-review__top.reviews-cat {
        gap: 3px;
    }
    .c-reass {
        display: inline-grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .etoile-avis .u-visible-mobile {
    display: block;
}
.page-content--product .\/js.images-container article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .etoile-avis .u-visible-mobile {
    display: none;
}
.page-content--product .\/js.images-container article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .prix-panier .c-pdt-mini__prices .u-txt-xs,
.page-content--product .\/js.images-container article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .prix-panier span.c-pdt-mini__oos {
    font-size: 0.6rem;
    margin-right: 0.3rem;
}
.page-content--product .\/js.images-container article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .prix-panier span.c-pdt-mini__oos {
    margin-left: 0.8rem;
}
.page-cart article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .etoile-avis .c-review__top.reviews-cat .u-visible-mobile{
    display: none;
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .etoile-avis .u-visible-mobile .c-variants {
    justify-content: flex-end;
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .prix-panier .u-d-desktop{
    display: none;
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .prix-panier .c-pdt-mini__oos{
    font-size: 0.675rem;
    right: 0;
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .c-pdt-mini__card.u-p-rel .prix-panier .c-pdt-mini__oos:after{
    left:-0.675rem;
}
.c-reass__item img.icon-reass {
    max-width: 45px;
    margin-bottom: 0.5rem;
}
.c-reass__item .reass-txt{
    font-size: 0.75rem;
    color: #000;
}
article.col-lg-3.col-md-4.col-6.c-pdt-mini.u-p-rel.\/js.js-product-miniature,
article.col-10.col-md-4.col-lg-3.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature{
    border-radius: 3px;
    box-shadow: 0 6px 15px rgba(62,54,54,.2);
    padding: 2px;
    margin: 12px;
}
article.col-lg-3 {
    padding: 0;
    margin: 12px;
    max-width: calc(25% - 24px);
}
article.col-lg-3.col-md-4.col-xs-6.col-6.c-pdt-mini.c-pdt-mini__ad.\/js.js-product-miniature .c-pushblock.c-ad__container.rc--lazyload {
    max-height: 100%;
}
@media (max-width: 767.98px){
    article.col-lg-3.col-md-4.col-6.c-pdt-mini.u-p-rel.\/js.js-product-miniature,
    article.col-lg-3.col-md-4.col-xs-6.col-6.c-pdt-mini.c-pdt-mini__ad.\/js.js-product-miniature,
    article.col-10.col-md-4.col-lg-3.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature {
        max-width: calc(50% - 12px);        
        margin: 6px;
    }
    .row.c-pdt-list.products {
        margin-right: 0px;
        margin-left: 0px;
    }
    .c-pdt-mini.c-pdt-mini__ad{
        padding: 0px;
    }
    #js-product-list-header .row{
        margin: 0px;
    }
}
@media (min-width: 767.99px) AND (max-width: 993px) {
    article.col-lg-3.col-md-4.col-6.c-pdt-mini.u-p-rel.\/js.js-product-miniature,
    article.col-lg-3.col-md-4.col-xs-6.col-6.c-pdt-mini.c-pdt-mini__ad.\/js.js-product-miniature,
    article.col-10.col-md-4.col-lg-3.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature {
        max-width: calc(33.333333% - 12px);
        margin: 6px;
    }
    .c-pdt-mini.c-pdt-mini__ad{
        padding: 0px;
    }
    .row.c-pdt-list.products {
        margin-right: 0px;
        margin-left: 0px;
    }
    #js-product-list-header .row{
        margin: 0px;
    }
}
article .review__header{
    margin: 0px;
}
span.rate-aggregate, span.rate-aggregate__separator, span.rate-aggregate__max, .stars__rating span:last-child {
    display: none;
}
span.rate-total:after {
    content: ")";
}
span.rate-total:before {
    content: "( ";
}
article .etoile-avis .review__header .stars {
    margin-right: 6px;
}
article.col-lg-3.col-md-4.col-6.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .ajout-rap, 
article.col-10.col-md-4.col-lg-3.c-snap__item.c-pdt-mini.u-p-rel.\/js.js-product-miniature .ajout-rap {
    font-size: 12px;
    line-height: 1.1;
}