.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top,#eee 50%,#ccc);
    background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: local("Montserrat"),url(../fonts/Montserrat-Variable.woff2) format("woff2")
}

@font-face {
    font-family: ArchivoBlack;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Archivo Black"),url(../fonts/ArchivoBlack-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(../fonts/MaterialIcons-Regular.woff2) format("woff2")
}

[class*=" font-"]:before,[class^=font-]:before {
    font-family: fontello
}

.material-icons,[class*=" font-"]:before,[class^=font-]:before {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.material-icons {
    font-family: Material Icons;
    font-size: 24px;
    vertical-align: middle;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga"
}

.font-gplus:before {
    content: "\e800"
}

.font-maestro:before {
    content: "\e801"
}

.font-mastercard:before {
    content: "\e802"
}

.font-paypal:before {
    content: "\e803"
}

.font-payu:before {
    content: "\e804"
}

.font-stripe:before {
    content: "\e805"
}

.font-discover:before {
    content: "\e806"
}

.font-american-express:before {
    content: "\e807"
}

.font-amazon:before {
    content: "\e808"
}

.font-cash-delivery:before {
    content: "\e809"
}

.font-visa:before {
    content: "\e80a"
}

.font-arrow-left:before {
    content: "\e80b"
}

.font-arrow-right:before {
    content: "\e80c"
}

.font-down-open-big:before {
    content: "\e80d"
}

.font-star:before {
    content: "\e80e"
}

.font-cross:before {
    content: "\e80f"
}

.font-circle:before {
    content: "\e810"
}

.font-rss:before {
    content: "\e811"
}

.font-vimeo:before {
    content: "\e812"
}

.font-user:before {
    content: "\e813"
}

.font-bank:before {
    content: "\f19c"
}

.font-credit-card-alt:before {
    content: "\f283"
}

.font-facebook:before {
    content: "\e814"
}

.font-instagram:before {
    content: "\e815"
}

.font-pinterest:before {
    content: "\e816"
}

.font-twitter:before {
    content: "\e817"
}

.font-youtube:before {
    content: "\e818"
}

.font-like:before {
    content: "\e827"
}

.font-mail:before {
    content: "\e828"
}

.font-map:before {
    content: "\e829"
}

.font-more:before {
    content: "\e82a"
}

.font-phone:before {
    content: "\e82b"
}

.font-search:before {
    content: "\e82c"
}

.font-send:before {
    content: "\e82d"
}

.font-arrow-left-1:before {
    content: "\e82e"
}

.font-arrow-right-1:before {
    content: "\e82f"
}

.font-cart:before {
    content: "\e830"
}

.font-comment:before {
    content: "\e831"
}

.font-eye:before {
    content: "\e832"
}

.font-heart:before {
    content: "\e833"
}

.font-call:before {
    content: "\e835"
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e92426;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #62892d;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #444;
    --primary: #ac0000;
    --secondary: #000;
    --success: #62892d;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #e92426;
    --light: #f6f6f6;
    --dark: #000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1300px;
    --font-family-sans-serif: "Montserrat",sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,: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: Montserrat,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left
}

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

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

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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: #ac0000;
    background-color: transparent
}

a:hover {
    color: #600000;
    text-decoration: underline
}

a:not([href]),a:not([href]):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
}

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

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
}

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
}

.h1,.h2,.h3,.h4,.h5,.h6,.page-heading,.products-section-title,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: ArchivoBlack,sans-serif;
    font-weight: 400;
    line-height: 1.2
}

.h1,.page-heading,.products-section-title,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.5rem
}

.h4,h4 {
    font-size: 1.375rem
}

.h5,h5 {
    font-size: 1.25rem
}

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

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

.small,small {
    font-size: 80%;
    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: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

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

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

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #040a03;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #040a03
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

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

#index .everblock.container,.container,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    #index .everblock.container,.container,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    #index .everblock.container,.container,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
        max-width:740px
    }
}

@media (min-width: 992px) {
    #index .everblock.container,.container,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
        max-width:980px
    }
}

@media (min-width: 1300px) {
    #index .everblock.container,.container,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
        max-width:1440px
    }
}

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    #index .everblock.container,.container,.container-sm,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    #index .everblock.container,.container,.container-md,.container-sm,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
        max-width:740px
    }
}

@media (min-width: 992px) {
    #index .everblock.container,.container,.container-lg,.container-md,.container-sm,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
        max-width:980px
    }
}

@media (min-width: 1300px) {
    #index .everblock.container,.container,.container-lg,.container-md,.container-sm,.container-xl,.l-wrapper,.l-wrapper--boxed,main>.notifications-container {
        max-width:1440px
    }
}

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

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

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

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

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

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #444;
    border-color: #575757
}

.table .thead-light th {
    color: #666;
    background-color: #ddd;
    border-color: #dee2e6
}

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

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

.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: 1299.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
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    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 #666
}

.form-control:focus {
    background-color: #fff;
    border-color: #ff2d2d;
    box-shadow: 0 0 0 .2rem rgba(172,0,0,.25)
}

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

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

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

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

.form-control:disabled,.form-control[readonly] {
    background-color: #ddd;
    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: #666;
    background-color: #fff
}

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

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 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.25rem;
    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: .375rem 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: .2rem
}

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

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

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

.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: 80%;
    color: #62892d
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    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(98,137,45,.9);
    border-radius: .25rem
}

.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: #62892d;
    padding-right: calc(1.5em + .75rem);
    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='%2362892D' 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 + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #62892d;
    box-shadow: 0 0 0 .2rem rgba(98,137,45,.25)
}

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

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #62892d;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23444' 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='%2362892D' 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 + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #62892d;
    box-shadow: 0 0 0 .2rem rgba(98,137,45,.25)
}

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

.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: #62892d
}

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

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

.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 .2rem rgba(98,137,45,.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: #62892d
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #62892d;
    box-shadow: 0 0 0 .2rem rgba(98,137,45,.25)
}

.invalid-feedback {
    
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e92426
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    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(233,36,38,.9);
    border-radius: .25rem
}

.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: #e92426;
    padding-right: calc(1.5em + .75rem);
    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='%23e92426'%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='%23e92426' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #e92426;
    box-shadow: 0 0 0 .2rem rgba(233,36,38,.25)
}

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

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #e92426;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23444' 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='%23e92426'%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='%23e92426' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #e92426;
    box-shadow: 0 0 0 .2rem rgba(233,36,38,.25)
}

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

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

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

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

.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 .2rem rgba(233,36,38,.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: #e92426
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #e92426;
    box-shadow: 0 0 0 .2rem rgba(233,36,38,.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,.form-inline label {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .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
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    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: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    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 {
        transition: none
    }
}

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

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(172,0,0,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

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

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
    color: #fff;
    background-color: #860000;
    border-color: #790000
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(184,38,38,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #ac0000;
    border-color: #ac0000
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #790000;
    border-color: #6c0000
}

.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 .2rem rgba(184,38,38,.5)
}

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

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

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

.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 .2rem rgba(38,38,38,.5)
}

.btn-success {
    color: #fff;
    background-color: #62892d;
    border-color: #62892d
}

.btn-success.focus,.btn-success:focus,.btn-success:hover {
    color: #fff;
    background-color: #4d6c24;
    border-color: #476320
}

.btn-success.focus,.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(122,155,77,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #62892d;
    border-color: #62892d
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #476320;
    border-color: #40591d
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(122,155,77,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,.btn-info:focus,.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
    color: #040a03;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,.btn-warning:focus,.btn-warning:hover {
    color: #040a03;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(217,166,6,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #040a03;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #040a03;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217,166,6,.5)
}

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

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

.btn-danger.focus,.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(236,69,71,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #e92426;
    border-color: #e92426
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c61416;
    border-color: #bb1314
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(236,69,71,.5)
}

.btn-light {
    color: #040a03;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-light.focus,.btn-light:focus,.btn-light:hover {
    color: #040a03;
    background-color: #e3e3e3;
    border-color: #ddd
}

.btn-light.focus,.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(210,211,210,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #040a03;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #040a03;
    background-color: #ddd;
    border-color: #d6d6d6
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(210,211,210,.5)
}

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

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

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

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

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

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

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(172,0,0,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #ac0000;
    background-color: transparent
}

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

.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 .2rem rgba(172,0,0,.5)
}

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

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

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
}

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

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

.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 .2rem rgba(0,0,0,.5)
}

.btn-outline-success {
    color: #62892d;
    border-color: #62892d
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #62892d;
    border-color: #62892d
}

.btn-outline-success.focus,.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(98,137,45,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #62892d;
    background-color: transparent
}

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(98,137,45,.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

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

.btn-outline-warning:hover {
    color: #040a03;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
    color: #040a03;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #e92426;
    border-color: #e92426
}

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

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(233,36,38,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #e92426;
    background-color: transparent
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(233,36,38,.5)
}

.btn-outline-light {
    color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-light:hover {
    color: #040a03;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-light.focus,.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0,0%,96.5%,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f6f6f6;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
    color: #040a03;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

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

.btn-outline-dark {
    color: #000;
    border-color: #000
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #000;
    background-color: transparent
}

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.5)
}

.btn-link {
    font-weight: 400;
    color: #ac0000;
    text-decoration: none
}

.btn-link:hover {
    color: #600000
}

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

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

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

.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: 12rem; /* MODIF ANTOINE augmentation min-widht du container du sélecteur d'url afin d'éviter que le texte soit collé à la bordure*/
    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: .25rem
}

.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: 1300px) {
    .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 #ddd
}

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

.dropdown-item:focus,.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #f6f6f6
}

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

.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: #040a03
}

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

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn: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) {
    margin-left: -1px
}

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

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

.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-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

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

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

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

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    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] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    text-align: center;
    white-space: nowrap;
    background-color: #ddd;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

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

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

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

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

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #ac0000;
    background-color: #ac0000
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(172,0,0,.25)
}

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

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

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

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

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

.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: .25rem
}

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

.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(172,0,0,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(172,0,0,.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(172,0,0,.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: #999;
    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(172,0,0,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    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='%23444' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ff2d2d;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(172,0,0,.25)
}

.custom-select:focus::-ms-value {
    color: #666;
    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: #ddd
}

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

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

.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.25rem
}

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

.custom-file,.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

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

.custom-file-input:focus~.custom-file-label {
    border-color: #ff2d2d;
    box-shadow: 0 0 0 .2rem rgba(172,0,0,.25)
}

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

.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: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

.custom-range {
    width: 100%;
    height: 1.4rem;
    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,0 0 0 .2rem rgba(172,0,0,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(172,0,0,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(172,0,0,.25)
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ac0000;
    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: #ff6060
}

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

.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: .2rem;
    margin-left: .2rem;
    background-color: #ac0000;
    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: #ff6060
}

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

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

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

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

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

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

.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: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #ddd #ddd #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: #666;
    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: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ac0000
}

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

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

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

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

.card {
    min-width: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card-block,.card-body,.page-content {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

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

.card-header-pills,.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

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

.card-img,.card-img-bottom,.card-img-top {
    flex-shrink: 0;
    width: 100%
}

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

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

.card-deck .card {
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .card-deck {
        display:flex;
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px
    }
}

.card-group>.card {
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count:3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e0cea8;
    border-radius: .25rem
}

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

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

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

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

.breadcrumb-item.active {
    color: #6c757d
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ac0000;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #600000;
    text-decoration: none;
    background-color: #ddd;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(172,0,0,.25)
}

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ac0000;
    border-color: #ac0000
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

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

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

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

.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: .2rem;
    border-bottom-left-radius: .2rem
}

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    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) {
    .badge {
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ddd;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #590000;
    background-color: #ecc;
    border-color: #e8b8b8
}

.alert-primary hr {
    border-top-color: #e2a5a5
}

.alert-primary .alert-link {
    color: #260000
}

.alert-secondary {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-secondary hr {
    border-top-color: #ababab
}

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

.alert-success {
    color: #334717;
    background-color: #e0e7d5;
    border-color: #d3dec4
}

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

.alert-success .alert-link {
    color: #17200b
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #791314;
    background-color: #fbd3d4;
    border-color: #f9c2c2
}

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

.alert-danger .alert-link {
    color: #4d0c0d
}

.alert-light {
    color: grey;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

.alert-light hr {
    border-top-color: #efefef
}

.alert-light .alert-link {
    color: #676767
}

.alert-dark {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-dark hr {
    border-top-color: #ababab
}

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

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

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

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

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

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

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

.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 {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-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 {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-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 {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-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 {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-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: 1300px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

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

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-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
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.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: .3rem;
    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 #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.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 #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.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: 1300px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Montserrat,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: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Montserrat,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: .3rem
}

.popover,.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.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: .3rem 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: .3rem 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: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.rc:after,.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
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

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

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

.bg-secondary,a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #000!important
}

.bg-success {
    background-color: #62892d!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #476320!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

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

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

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

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

.bg-light {
    background-color: #f6f6f6!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #ddd!important
}

.bg-dark,a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #000!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #ac0000!important
}

.border-secondary {
    border-color: #000!important
}

.border-success {
    border-color: #62892d!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #e92426!important
}

.border-light {
    border-color: #f6f6f6!important
}

.border-dark {
    border-color: #000!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

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

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

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

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

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

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

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

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1300px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

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

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive 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.85714%
}

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

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

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

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

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

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

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

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

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

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

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

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

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

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

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

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

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

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

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

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction:row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

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

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

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
    .flex-xl-row {
        flex-direction:row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

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

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

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left,.float-xs-left {
    float: left!important
}

.float-right,.float-xs-right {
    float: right!important
}

.float-none,.float-xs-none {
    float: none!important
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
    .float-xl-left {
        float:left!important
    }

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

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

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

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

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

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

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

.w-auto {
    width: auto!important
}

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

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

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

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

.h-auto {
    height: auto!important
}

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

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

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

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

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

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

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

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

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

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

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

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

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

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

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

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

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

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

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

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

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

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

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

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

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

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

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

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

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

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

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

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

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

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

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

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

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

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

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

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

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

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

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

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

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1300px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

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

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

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

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

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

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

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

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

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

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

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

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

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

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

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

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}

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

.text-wrap {
    white-space: normal!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1300px) {
    .text-xl-left {
        text-align:left!important
    }

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

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

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

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

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

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

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

.text-primary {
    color: #ac0000!important
}

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

.text-secondary,a.text-secondary:focus,a.text-secondary:hover {
    color: #000!important
}

.text-success {
    color: #62892d!important
}

a.text-success:focus,a.text-success:hover {
    color: #394f1a!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

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

.text-danger {
    color: #e92426!important
}

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

.text-light {
    color: #f6f6f6!important
}

a.text-light:focus,a.text-light:hover {
    color: #d0d0d0!important
}

.text-body,.text-dark,a.text-dark:focus,a.text-dark:hover {
    color: #000!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: hsla(0,0%,100%,.5)!important
}

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

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,:after,:before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

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

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    #index .everblock.container,.container,.l-wrapper,.l-wrapper--boxed,body,main>.notifications-container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

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

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.dropdown-item.active a {
    color: #fff
}

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

.label,label {
    font-weight: 700;
    color: #ac0000;
    margin: 0
}

.required.label>span:not(.select2):after,label.required>span:not(.select2):after {
    content: "*"
}

.rte p {
    min-height: 1px
}

.rte h2 {
    font-size: 1.5rem
}

.radio-block {
    display: block;
    cursor: pointer
}

.modal-dialog {
    max-width: 960px
}

body {
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.active,a:focus,a:hover {
    outline: none
}

.content_only {
    padding-bottom: 2rem
}

.content_only #breadcrumb {
    display: none!important
}

.content_only #cms .page-content {
    width: 100%
}

body form div .label img,body form div label img {
    float: none;
    width: auto;
    padding: 0
}

body .custom-container {
    padding: 0 50px
}

@media (max-width: 991.98px) {
    body .custom-container {
        padding:0 15px
    }
}

.form-group {
    position: relative
}

.form-group .form-control {
    padding-left: 10px;
    padding-top: 10px;
    font-weight: 400
}

.form-group .form-control,.form-label {
    font-family: ArchivoBlack,sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #000
}

.form-label {
    position: absolute;
    left: 10px;
    top: 12px;
    z-index: 3;
    transition: all .15s ease-out;
    font-style: italic;
    font-weight: 300
}

.form-input {
    position: relative;
    padding: 12px 0 5px;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow .15s ease-out
}

.form-input:focus {
    box-shadow: 0 2px 0 0 #00f
}

#qcdbanner, #qcdbanner * {
    background-color: #ac0000;
    color: #fff;
    font-size: .875rem;
}

/* AG 03/05/2024 */
/* @media (max-width: 991.98px) {
    #index #header #header-stick {
        background-color:transparent
    }
} */

#header {
    background-color: transparent;
    position: relative;
    width: 100%;
    transition: all .2s ease;
    z-index: 10
}

#header #header-stick {
    background-color: #000;
    position: relative;
    z-index: 4
}

@media (min-width: 992px) {
    #header #header-stick {
        height:58px
    }
}

@media (min-width: 1200px) {
    #header #header-stick {
        height:61px
    }
}

@media (min-width: 1420px) {
    #header #header-stick {
        height:64px
    }
}

#header #header-stick-wrap {
    will-change: transform;
    transition: all .1s ease;
    position: relative
}

@media (max-width: 1299.98px) {
    #header #header-stick-wrap .container,#header #header-stick-wrap .l-wrapper,#header #header-stick-wrap .l-wrapper--boxed,#header #header-stick-wrap main>.notifications-container {
        max-width:100%
    }
}

#header #header-stick-wrap #menu-icon {
    width: 70px;
    height: 50px;
    cursor: pointer;
    position: relative;
    left: 0
}

#header #header-stick-wrap #menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #fff;
    opacity: 1;
    left: 26%;
    transition: all .3s ease
}

#header #header-stick-wrap #menu-icon span:first-child {
    top: 15px
}

#header #header-stick-wrap #menu-icon span:nth-child(2),#header #header-stick-wrap #menu-icon span:nth-child(3) {
    top: 23px
}

#header #header-stick-wrap #menu-icon span:nth-child(4) {
    top: 31px
}

#header #header-stick-wrap .container-menu {
    transition: all .3s ease
}

#header #header-stick-wrap .container-menu .logo_stick {
    opacity: 0;
    width: 0
}

#header #header-stick-wrap .container-menu .logo_stick svg {
    opacity: 0;
    width: 0;
    transition: all .2s ease
}

#header #header-stick-wrap #header-top .row {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 .5rem
}

@media (min-width: 768px) {
    #header #header-stick-wrap #header-top .row {
        padding:0 1.5rem
    }
}

@media (max-width: 991.98px) {
    #header #header-stick-wrap #_desktop_top_menu {
        display:none
    }
}

#header #header-stick-wrap.fixed {
    background-color: #000;
    position: fixed;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 17;
    padding-top: 0;
    box-shadow: 900px 0 0 #fff,-900px 0 0 #fff
}

#header #header-stick-wrap.fixed #header-top .header__right>div,
#header #header-stick-wrap.fixed #header-top .header__right>div [data-obflink],
#header #header-stick-wrap.fixed #header-top .header__right>div a,
#header #header-stick-wrap.fixed #header-top .header__right div.shopping-cart {
    display: flex;
    justify-content: center;
    align-items: center
}

#header #header-stick-wrap.fixed #header-top .header__right>div [data-obflink] span,
#header #header-stick-wrap.fixed #header-top .header__right>div a span,
#header #header-stick-wrap.fixed #header-top .header__right>div span,
#header #header-stick-wrap.fixed #header-top .header__right div.shopping-cart span {
    margin: 0 3px
}

#header #header-stick-wrap.fixed .container-menu {
    transition: all .3s ease;
    display: flex;
    align-items: center
}

@media (max-width: 991.98px) {
    #header #header-stick-wrap.fixed .container-menu {
        display:none
    }
}

#header #header-stick-wrap.fixed .container-menu #_desktop_top_menu #menu {
    justify-content: center
}

@media (min-width: 768px) and (max-width:1344px) {
    #header #header-stick-wrap.fixed .container-menu #_desktop_top_menu #menu .advtm_menu_span {
        font-size:.875rem;
        padding: 0 3px
    }
}

.header__logo h1 {
    font-size: 0
}

.header__logo .logo {
    max-width: 107px
}

.header-nav__right,.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-nav__right>div,.header__right>div {
    display: inline-block;
    text-align: center;
    margin: 0 .5rem;
    vertical-align: top
}

.header__right .qcdsvg {
    width: 23px;
    height: 23px
}

.header__right .qcdsvg .st0 {
    fill: #fff;
    stroke: unset;
    stroke-width: unset
}

.header__right .qcdsvg path {
    fill: none
}

.header__right .qcdsvg.qcdsvg-white_heart {
    width: 26px;
    height: 26px
}

.header__right a,.header__right div {
    cursor: pointer
}

.header__right a:hover,.header__right div:hover {
    text-decoration: none
}

.header__right .shopping-cart {
    position: relative
}

.header__right .shopping-cart .cart-products-count {
    background-color: #ac0000;
    border-radius: 50%;
    position: absolute;
    top: -.25rem;
    right: -.5rem;
    padding: 2px 5px;
    color: #fff;
    font-family: ArchivoBlack,sans-serif;
    font-size: .75rem
}

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

#footer {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0
}

#footer .footer-container {
    background-color: #000;
    color: #fff;
    padding: 0 2rem
}

@media (min-width: 768px) {
    #footer .footer-container {
        background:#000 url(../img/b0ee300d03d6791927c45c78944c3378.png) no-repeat 100% 0
    }
}

#footer .footer-container .footer-contact .footer-contact__wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

@media (min-width: 992px) {
    #footer .footer-container .footer-contact .footer-contact__wrapper {
        border-bottom:1px solid #444;
        margin-right: 15rem
    }
}

#footer .footer-container .footer-contact .footer-contact__icon {
    background: #ac0000;
    width: 45px;
    height: 45px
}

#footer .footer-container .footer-contact .footer-contact__icon .qcdsvg path {
    fill: none;
    stroke: #fff
}

#footer .footer-container .footer-contact .row>.footer-contact__block>.footer-contact__title {
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.25rem
}

#footer .footer-container .footer-contact .footer-contact__text {
    font-size: .875rem
}

#footer .footer-container .footer-links .footer-links__title {
    display: block;
    position: relative
}

#footer .footer-container .footer-links .footer-links__title--mobile {
    border-bottom: 1px solid #444;
    display: none;
    color: #fff;
    text-decoration: none;
    margin-bottom: .75rem;
    padding: .5rem 0
}

#footer .footer-container .footer-links .footer-links__title--mobile:after {
    content: "";
    background: url(../img/29368c98985a939bf7e4b06c07c7828c.svg) no-repeat;
    background-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px
}

#footer .footer-container .footer-links .footer-links__title--mobile[data-toggle=collapse][aria-expanded=true]:after {
    background: url(../img/ffdef54637bcb8bc9411ed577b1aa2ce.svg) no-repeat;
    right: 15px;
    width: 12px
}

@media (max-width: 991.98px) {
    #footer .footer-container .footer-links .footer-links__title--desktop {
        display:none
    }

    #footer .footer-container .footer-links .footer-links__title--mobile {
        display: block
    }
}

#footer .footer-container .footer-links .footer-links__ul {
    margin-bottom: 0
}

@media (min-width: 992px) {
    #footer .footer-container .footer-links .footer-links__ul:not(.show) {
        display:block
    }
}

#footer .footer-container .footer-links .footer-links__ul .footer-links__li {
    padding: 2px 0
}

#footer .footer-container .footer-links .footer-links__ul .footer-links__li:last-child {
    margin-bottom: 1rem
}

#footer .footer-container .footer-links .footer-links__ul .footer-links__li [data-obflink],#footer .footer-container .footer-links .footer-links__ul .footer-links__li a {
    cursor: pointer;
    color: #fff;
    font-size: .875rem
}

#footer .footer-container .footer-links .footer-links__ul .footer-links__li [data-obflink]:active,
#footer .footer-container .footer-links .footer-links__ul .footer-links__li [data-obflink]:focus,
#footer .footer-container .footer-links .footer-links__ul .footer-links__li [data-obflink]:hover,
#footer .footer-container .footer-links .footer-links__ul .footer-links__li a:active,
#footer .footer-container .footer-links .footer-links__ul .footer-links__li a:focus,
#footer .footer-container .footer-links .footer-links__ul .footer-links__li a:hover {
    text-decoration: underline
}

#footer .footer-container .footer-copyright {
    font-size: .875rem
}

@media (max-width: 991.98px) {
    #footer .footer-container .footer-copyright {
        display:flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3rem!important
    }
}

#footer .footer-container .footer-copyright .footer-info__right {
    order: -1;
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    #footer .footer-container .footer-copyright .footer-info__right {
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin-top: 0
    }
}

#footer .footer-container .footer-copyright .footer-info__right .footer-payment__logos {
    margin-top: -3px
}

.container-menu .ets_mm_megamenu {
    background: none
}

.container-menu .ets_mm_megamenu:before {
    display: none
}

.container-menu .ets_mm_megamenu .ets_mm_megamenu_content {
    background: none;
    border: 0
}

.container-menu .ets_mm_megamenu .mm_menus_li {
    border: 0!important
}

.container-menu .ets_mm_megamenu .mm_menus_li:first-child>.obflink {
    font-weight: 700!important
}

.container-menu .ets_mm_megamenu .mm_menus_li>.obflink {
    float: left;
    color: #fff!important;
    font-family: Montserrat,sans-serif;
    font-weight: 600!important;
    font-size: .75rem!important;
    text-transform: none
}

@media (min-width: 1200px) {
    .container-menu .ets_mm_megamenu .mm_menus_li>.obflink {
        font-size:.875rem!important
    }
}

@media (min-width: 1420px) {
    .container-menu .ets_mm_megamenu .mm_menus_li>.obflink {
        font-size:1rem!important
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li>.obflink:before {
    display: none
}

.container-menu .ets_mm_megamenu .mm_menus_li>.obflink.active {
    background: #fff!important;
    color: #000!important
}

.container-menu .ets_mm_megamenu .mm_menus_li>.obflink .mm_menu_content_title {
    padding: 20px 5px
}

@media (min-width: 1080px) {
    .container-menu .ets_mm_megamenu .mm_menus_li>.obflink .mm_menu_content_title {
        padding:20px 10px
    }
}

@media (min-width: 1420px) {
    .container-menu .ets_mm_megamenu .mm_menus_li>.obflink .mm_menu_content_title {
        padding:20px
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li>.obflink .mm_menu_content_title .qcdsvg,.container-menu .ets_mm_megamenu .mm_menus_li>.obflink .mm_menu_content_title img {
    display: none
}

.container-menu .ets_mm_megamenu .mm_menus_li:nth-child(2)>.obflink {
    font-weight: 700
}

.container-menu .ets_mm_megamenu .mm_menus_li:hover>.obflink {
    background: #fff!important;
    color: #000!important
}

.container-menu .ets_mm_megamenu .mm_menus_li:hover .mm_columns_ul {
    opacity: 0;
    visibility: hidden
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul {
    border: 0;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: stretch;
    width: auto!important;
    left: -5rem;
    right: -5rem;
    padding: 2rem 1rem;
    line-height: 1.5
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .back_menu {
    display: none!important
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .mm_columns_li:nth-child(2) {
    border-right: 1px solid rgba(0,0,0,.25);
    flex: 0 0 280px;
    padding-right: 1rem
}

@media (min-width: 1200px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .mm_columns_li:nth-child(2) {
        flex:0 0 350px
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .mm_columns_li:nth-child(3) {
    padding-left: 1rem
}

@media (min-width: 768px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .mm_columns_li:nth-child(3) {
        background:#fff
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .ets_mm_block_content a {
    line-height: 1.5
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .ets_mm_block_content a:not(.btn):active,.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .ets_mm_block_content a:not(.btn):focus,.container-menu .ets_mm_megamenu .mm_menus_li .mm_columns_ul .ets_mm_block_content a:not(.btn):hover {
    color: #ac0000!important
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_html .mm_h4 {
    font-family: ArchivoBlack,sans-serif;
    font-size: .875rem!important;
    margin-bottom: .5rem
}

@media (min-width: 1300px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_html .mm_h4 {
        font-size:1rem!important
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_html .ets_mm_block_content {
    font-size: .75rem
}

@media (min-width: 1300px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_html .ets_mm_block_content {
        font-size:.875rem
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_html .ets_mm_block_content .btn {
    font-size: .75rem;
    padding: 10px 25px
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product {
    margin-bottom: -15px
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .mm_h4 {
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    font-size: .75rem!important;
    font-weight: 700;
    padding: .25rem .75rem
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .thumbnail-container {
    align-items: start
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .thumbnail {
    border: 0;
    border-radius: 10px;
    flex: 0 0 90px;
    width: 90px;
    margin: 0 1rem 0 0
}

@media (min-width: 1300px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .thumbnail {
        flex:0 0 140px;
        width: 140px
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .product-title {
    font-size: .75rem!important
}

@media (min-width: 1200px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .product-title {
        font-size:.875rem!important
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .price {
    color: #ac0000;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1rem
}

@media (min-width: 1200px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .price {
        font-size:1.125rem
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .wishlist-button-add {
    display: none
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_product .ets_mm_block_content .add-to-cart {
    font-size: .75rem;
    padding: 8px 16px
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .mm_h4 {
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.125rem!important
}

@media (min-width: 1300px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .mm_h4 {
        font-size:1.25rem!important
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .mm_h4 .obflink {
    color: #000;
    font-size: 1.125rem!important
}

@media (min-width: 1300px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .mm_h4 .obflink {
        font-size:1.25rem!important
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .mm_h4 .obflink:active,.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .mm_h4 .obflink:focus,.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .mm_h4 .obflink:hover {
    color: #ac0000
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content li {
    float: none
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content li .obflink {
    font-size: .75rem;
    font-weight: 600
}

@media (min-width: 1300px) {
    .container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content li .obflink {
        font-size:.875rem!important
    }
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content li .obflink:active,.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content li .obflink:focus,.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content li .obflink:hover {
    color: #ac0000
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content li .obflink img {
    width: 30px;
    height: 30px
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content li .obflink:before {
    display: none
}

.container-menu .ets_mm_megamenu .mm_menus_li .mm_block_type_category .ets_mm_block_content .category_more {
    text-decoration: underline
}

.menu_overlay:not(.show) {
    display: none
}

.menu_overlay.show {
    background: rgba(0,0,0,.5);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 5
}

#mobile_top_menu_wrapper .modal-header {
    background-color: #000
}

#mobile_top_menu_wrapper .modal-header .close {
    opacity: 1
}

#mobile_top_menu_wrapper .modal-header .close .qcdsvg {
    width: 25px;
    height: 25px
}

#mobile_top_menu_wrapper .modal-header .logo {
    max-width: 88px
}

#mobile_top_menu_wrapper .modal-header .header__right .qcdsvg-white_search {
    margin: 0 .5rem
}

#mobile_top_menu_wrapper .js-top-menu-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px
}

.top-menu-mobile .ets_mm_megamenu:before {
    display: none
}

.top-menu-mobile .ets_mm_megamenu .ets_mm_megamenu_content {
    border: 0
}

.top-menu-mobile .ets_mm_megamenu .mm_menus_ul {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    transform: none;
    top: 53px;
    bottom: 100px;
    padding: .25rem 2rem;
    overflow-y: visible
}

.top-menu-mobile .ets_mm_megamenu .mm_menus_ul .mm_menus_li {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 0
}

.top-menu-mobile .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_menu_content_title {
    width: 100%;
    color: #000
}

.top-menu-mobile .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_menu_content_title span {
    vertical-align: -3px
}

.top-menu-mobile .ets_mm_megamenu .mm_menus_ul .mm_menus_li>.obflink {
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 0
}

.top-menu-mobile .ets_mm_megamenu .mm_menus_ul .mm_menus_li .qcdsvg {
    width: 20px;
    height: 34px;
    float: right
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active {
    position: absolute;
    top: 0;
    bottom: -100px;
    padding: 1.5rem 2rem
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .back_menu {
    font-size: 1rem;
    font-weight: 700;
    padding: 0 .75rem;
    cursor: pointer
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .back_menu .qcdsvg {
    transform: rotate(180deg);
    width: 30px;
    height: 24px;
    margin-right: 1rem
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_block_type_html,.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_block_type_product {
    display: none
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_h4 {
    position: relative;
    font-size: 1.125rem!important;
    font-weight: 700;
    cursor: pointer
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_h4:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 0
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_h4:not(.active):after {
    background: url(../img/a983f202422a14821f0d61106a36e38c.svg) no-repeat
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_h4.active:after {
    background: url(../img/684a3c93fbbf67bc586b3bff5e826fa6.svg) no-repeat
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_h4 .obflink {
    color: #000!important;
    font-size: 1.125rem!important
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_h4 .obflink:active,.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_h4 .obflink:focus,.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_h4 .obflink:hover {
    color: #ac0000
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_columns_li:nth-child(3) .mm_h4:not(.active):after {
    background: url(../img/684a3c93fbbf67bc586b3bff5e826fa6.svg) no-repeat
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_columns_li:nth-child(3) .mm_h4.active:after {
    background: url(../img/a983f202422a14821f0d61106a36e38c.svg) no-repeat
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .mm_columns_li:nth-child(3) .ets_mm_block_content {
    display: block
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content {
    display: none
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content li {
    float: none
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content li .obflink {
    font-size: .875rem;
    font-weight: 600;
    padding: 0
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content li .obflink:active,.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content li .obflink:focus,.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content li .obflink:hover {
    color: #ac0000
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content li .obflink img {
    width: 30px;
    height: 30px
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content li .obflink:before {
    display: none
}

.top-menu-mobile .ets_mm_megamenu .mm_columns_ul.active .ets_mm_block_content .category_more {
    font-size: .75rem;
    text-decoration: underline;
    margin: 0 0 1rem!important;
    padding: 0
}

#authentication {
    background-color: #f6f6f6
}

@media (max-width: 575.98px) {
    #authentication .page-content form {
        width:85%;
        margin: 0 auto
    }
}

@media (min-width: 576px) {
    #authentication .page-authentication {
        padding:1.5rem 4rem 3rem
    }
}

#authentication .register-form h1,#authentication .register-form p {
    text-align: center
}

@media (max-width: 991.98px) {
    #authentication .register-form {
        font-size:.875rem
    }
}

#authentication .form-id_gender {
    display: flex;
    margin-bottom: 1rem
}

#authentication .form-id_gender span {
    margin-right: 1rem
}

#authentication .form-id_gender .custom-control-label {
    justify-content: unset
}

#authentication .form-psgdpr .custom-control-label {
    color: #000;
    font-size: .875rem;
    font-weight: 400
}

#password h1 {
    text-align: center;
    margin: 3rem 0
}

#password #content {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px
}

@media (min-width: 576px) {
    #password #content {
        padding:1.5rem 4rem 3rem
    }
}

#password #content form {
    width: 80%;
    max-width: 450px;
    margin: 0 auto
}

#address .back-to-top,#addresses .back-to-top,#discount .back-to-top,#history .back-to-top,#identity .back-to-top,#module-allinone_rewards-rewards .back-to-top,#module-blockwishlist-lists .back-to-top,#module-ps_emailalerts-account .back-to-top,#module-psgdpr-gdpr .back-to-top,#my-account .back-to-top,#order-detail .back-to-top,#order-slip .back-to-top,#view .back-to-top {
    display: none
}

@media (min-width: 992px) {
    .my-account__menu {
        max-width:23%;
        margin-right: auto
    }
}

.my-account__menu .sticky-top {
    top: 100px;
    z-index: 1
}

@media (min-width: 1300px) {
    .my-account__menu .sticky-top {
        top:120px
    }
}

.my-account__menu .my-account__toggle .qcdsvg {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform .3s linear
}

.my-account__menu .my-account__toggle .qcdsvg .st0 {
    stroke: #000
}

@media (max-width: 991.98px) {
    .my-account__menu .my-account__content {
        display:none
    }
}

.my-account__menu a {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 15px;
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 1rem
}

.my-account__menu a svg {
    color: #ac0000;
    margin-right: 1rem;
    height: 25px;
    width: 25px
}

.my-account__menu a svg .st0 {
    fill: #ac0000;
    stroke: #ac0000;
    stroke-width: 1
}

.my-account__menu a svg.qcdsvg-black_heart .st0 {
    fill: none!important;
    stroke-width: 2!important
}

#my-account .my-account__menu {
    margin-top: 3rem
}

#my-account h1 {
    text-align: center;
    margin: 2rem 0 3rem
}

@media (min-width: 992px) {
    #my-account h1 {
        margin:3rem 0
    }
}

#my-account .account-links .link-item {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 1rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#my-account .account-links .link-item svg {
    color: #ac0000;
    margin: 0 auto 1.5rem;
    height: 45px;
    width: 45px
}

#my-account .account-links .link-item svg .st0 {
    fill: #ac0000;
    stroke: #ac0000;
    stroke-width: 1
}

#my-account .account-links .link-item svg.qcdsvg-black_heart .st0 {
    fill: none!important;
    stroke-width: 2!important
}

#addresses h1,#address h1,#discount h1,#history h1,#identity h1,#module-ps_emailalerts-account h1,#module-psgdpr-gdpr h1,#order-slip h1 {
    text-align: center
}

@media (max-width: 991.98px) {
    #addresses h1,#address h1,#discount h1,#history h1,#identity h1,#module-ps_emailalerts-account h1,#module-psgdpr-gdpr h1,#order-slip h1 {
        margin-top:2rem
    }
}

#address .alert,#addresses .alert,#discount .alert,#history .alert,#identity .alert,#module-ps_emailalerts-account .alert,#module-psgdpr-gdpr .alert,#order-slip .alert {
    margin-top: 1.5rem
}

#identity #content {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px
}

@media (min-width: 576px) {
    #identity #content {
        padding:1.5rem 4rem 3rem
    }
}

#identity #content form {
    width: 75%;
    max-width: 450px;
    margin: 0 auto
}

#identity .form-id_gender {
    display: flex;
    margin-bottom: 1rem
}

#identity .form-id_gender span {
    margin-right: 1rem
}

#identity .form-id_gender .custom-control-label {
    justify-content: unset
}

#identity .form-psgdpr .custom-control-label {
    color: #000;
    font-weight: 400
}

#address #content {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px
}

@media (min-width: 576px) {
    #address #content {
        padding:1.5rem 4rem 3rem
    }
}

#address #content form {
    width: 75%;
    max-width: 450px;
    margin: 0 auto
}

#addresses .address {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 2rem
}

#discount .table tbody tr td,#discount .table tbody tr th,#discount .table thead th {
    border: none;
    vertical-align: middle
}

#discount .table th {
    background: rgba(0,0,0,.03)
}

#discount .table tr {
    border-top: 1px solid rgba(0,0,0,.08)
}

#discount .table tbody tr:nth-of-type(odd) {
    background-color: #fff
}

#discount .table tbody tr td:first-child {
    font-weight: 700
}

#discount .table tbody tr td:nth-child(3) {
    text-align: center
}

#discount .cart-rules.visible--mobile>.cart-rule {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 2rem
}

#order-slip .table tbody tr td,#order-slip .table tbody tr th,#order-slip .table thead th {
    border: none;
    vertical-align: middle
}

#order-slip .table th {
    background: rgba(0,0,0,.03)
}

#order-slip .table tr {
    border-top: 1px solid rgba(0,0,0,.08)
}

#order-slip .table tbody tr:nth-of-type(odd) {
    background-color: #fff
}

#order-slip .table thead tr th:nth-child(4) {
    text-align: center
}

#order-slip .table tbody tr td:first-child {
    font-weight: 700
}

#order-slip .credit-slips.visible--mobile>.credit-slip {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 2rem
}

#module-psgdpr-gdpr h1 {
    margin-bottom: 3rem
}

#module-psgdpr-gdpr .psgdprinfo17 {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    margin: 2rem 0 0;
    padding: 2rem
}

@media (max-width: 991.98px) {
    #module-psgdpr-gdpr .psgdprinfo17 {
        font-size:.875rem
    }
}

@media (max-width: 1299.98px) {
    #module-psgdpr-gdpr .psgdprinfo17 .psgdprgetdatabtn17 {
        display:block;
        width: 100%;
        margin: 0
    }
}

@media (max-width: 991.98px) {
    #module-blockwishlist-lists .wishlist-container {
        margin-top:2rem
    }
}

#module-blockwishlist-lists .wishlist-container .page-content {
    background: none;
    box-shadow: none
}

#module-blockwishlist-lists .wishlist-list-item-link {
    padding: 1rem 0
}

#module-blockwishlist-lists .wishlist-list-item-link:active .wishlist-list-item-title,#module-blockwishlist-lists .wishlist-list-item-link:focus .wishlist-list-item-title,#module-blockwishlist-lists .wishlist-list-item-link:hover .wishlist-list-item-title {
    color: #ac0000
}

#view .page-content {
    background: none;
    box-shadow: none
}

#view .wishlist-products-container-header h1 {
    display: flex;
    align-items: center
}

#view .wishlist-products-container-header h1 .wishlist-products-count {
    color: #ac0000;
    margin-left: .5rem
}

#view .wishlist-products-container-header .sort-by-row {
    display: block;
    min-width: inherit
}

#view .wishlist-products-container-header .sort-by-row .products-sort-order,#view .wishlist-products-container-header .sort-by-row .sort-by {
    float: left;
    width: auto;
    max-width: inherit
}

#view .wishlist-products-container-header .sort-by-row .sort-by {
    padding: 7px
}

#view .wishlist-products-container-header .btn-unstyle {
    background: none;
    border: 0;
    display: flex;
    align-items: center
}

#view .wishlist-products-container-header .dropdown-menu .select-list {
    display: block;
    padding: .25rem 1rem
}

#view .wishlist-products-container-header .dropdown-menu .select-list:active,#view .wishlist-products-container-header .dropdown-menu .select-list:focus,#view .wishlist-products-container-header .dropdown-menu .select-list:hover {
    color: #ac0000
}

#view .wishlist-products-list {
    justify-content: start;
    margin: 0;
    padding: 0
}

#view .wishlist-products-list .wishlist-products-item {
    max-width: 40.5%;
    margin: 1rem
}

@media (min-width: 576px) {
    #view .wishlist-products-list .wishlist-products-item {
        max-width:43.5%
    }
}

@media (min-width: 768px) {
    #view .wishlist-products-list .wishlist-products-item {
        max-width:28.5%
    }
}

@media (min-width: 1300px) {
    #view .wishlist-products-list .wishlist-products-item {
        max-width:21.5%
    }
}

#view .wishlist-product {
    max-width: 100%
}

#view .wishlist-product .wishlist-product-link {
    display: block!important;
    text-decoration: none
}

#view .wishlist-product .wishlist-button-add {
    position: absolute!important;
    margin: 0!important
}

#view .wishlist-product .wishlist-product-image {
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

#view .wishlist-product .wishlist-product-image img {
    border-radius: 10px;
    position: static;
    transform: none;
    width: 100%
}

#view .wishlist-product .wishlist-product-title {
    color: #000;
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
    height: 3.7em;
    overflow: hidden;
    margin: 1rem 0
}

@media (min-width: 992px) {
    #view .wishlist-product .wishlist-product-title {
        font-size:1rem
    }
}

#view .wishlist-product .wishlist-product-price {
    color: #ac0000;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0
}

@media (max-width: 991.98px) {
    #view .wishlist-product .wishlist-product-price {
        font-size:1rem
    }
}

#view .wishlist-product .wishlist-product-combinations {
    align-items: center;
    margin-bottom: 1rem
}

#view .wishlist-product .wishlist-product-combinations .wishlist-product-combinations-text {
    min-height: inherit;
    line-height: inherit;
    color: #000
}

#view .wishlist-product .wishlist-product-combinations .wishlist-product-combinations-text>span:nth-last-child(2) {
    display: none
}

#view .wishlist-product .wishlist-product-combinations .wishlist-product-combinations-text>span:last-child {
    display: block
}

#view .wishlist-product .wishlist-product-combinations a:active i,#view .wishlist-product .wishlist-product-combinations a:focus i,#view .wishlist-product .wishlist-product-combinations a:hover i {
    color: #ac0000
}

#view .wishlist-product .wishlist-product-addtocart {
    text-transform: uppercase;
    padding: 15px 30px
}

#view .wishlist-product .wishlist-product-addtocart i,#view .wishlist-product .wishlist-product-availability,#view .wishlist-product .wishlist-product-combinations>a {
    display: none
}

#module-ps_emailalerts-account .alert-product-image {
    border-radius: 10px
}

#module-ps_emailalerts-account .alert-product-title {
    color: #000;
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    height: 3.7em;
    overflow: hidden
}

@media (min-width: 992px) {
    #module-ps_emailalerts-account .alert-product-title {
        font-size:1rem
    }
}

#module-ps_emailalerts-account .alert-product-combinations {
    font-size: .75rem
}

@media (min-width: 992px) {
    #module-ps_emailalerts-account .alert-product-combinations {
        font-size:.875rem
    }
}

#module-ps_emailalerts-account .btn-link {
    background: #fff;
    border: 0;
    box-shadow: .125rem .125rem .25rem 0 rgba(0,0,0,.2)!important;
    border-radius: 50%;
    position: absolute;
    top: .75rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-out;
    color: #7a7a7a;
    text-decoration: none;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    cursor: pointer;
    z-index: 1
}

#module-ps_emailalerts-account .btn-link:active,#module-ps_emailalerts-account .btn-link:focus,#module-ps_emailalerts-account .btn-link:hover {
    opacity: .7
}

#best-sales #_desktop_category_header,#category #_desktop_category_header,#module-pm_advancedsearch4-searchresults #_desktop_category_header,#new-products #_desktop_category_header,#prices-drop #_desktop_category_header,#search #_desktop_category_header {
    background-color: #1d1d1d;
    color: #fff
}

#best-sales #_desktop_category_header .container,#best-sales #_desktop_category_header .l-wrapper,#best-sales #_desktop_category_header .l-wrapper--boxed,#best-sales #_desktop_category_header main>.notifications-container,#category #_desktop_category_header .container,#category #_desktop_category_header .l-wrapper,#category #_desktop_category_header .l-wrapper--boxed,#category #_desktop_category_header main>.notifications-container,#module-pm_advancedsearch4-searchresults #_desktop_category_header .container,#module-pm_advancedsearch4-searchresults #_desktop_category_header .l-wrapper,#module-pm_advancedsearch4-searchresults #_desktop_category_header .l-wrapper--boxed,#module-pm_advancedsearch4-searchresults #_desktop_category_header main>.notifications-container,#new-products #_desktop_category_header .container,#new-products #_desktop_category_header .l-wrapper,#new-products #_desktop_category_header .l-wrapper--boxed,#new-products #_desktop_category_header main>.notifications-container,#prices-drop #_desktop_category_header .container,#prices-drop #_desktop_category_header .l-wrapper,#prices-drop #_desktop_category_header .l-wrapper--boxed,#prices-drop #_desktop_category_header main>.notifications-container,#search #_desktop_category_header .container,#search #_desktop_category_header .l-wrapper,#search #_desktop_category_header .l-wrapper--boxed,#search #_desktop_category_header main>.notifications-container {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media (min-width: 992px) {
    #best-sales #_desktop_category_header .container,#best-sales #_desktop_category_header .l-wrapper,#best-sales #_desktop_category_header .l-wrapper--boxed,#best-sales #_desktop_category_header main>.notifications-container,#category #_desktop_category_header .container,#category #_desktop_category_header .l-wrapper,#category #_desktop_category_header .l-wrapper--boxed,#category #_desktop_category_header main>.notifications-container,#module-pm_advancedsearch4-searchresults #_desktop_category_header .container,#module-pm_advancedsearch4-searchresults #_desktop_category_header .l-wrapper,#module-pm_advancedsearch4-searchresults #_desktop_category_header .l-wrapper--boxed,#module-pm_advancedsearch4-searchresults #_desktop_category_header main>.notifications-container,#new-products #_desktop_category_header .container,#new-products #_desktop_category_header .l-wrapper,#new-products #_desktop_category_header .l-wrapper--boxed,#new-products #_desktop_category_header main>.notifications-container,#prices-drop #_desktop_category_header .container,#prices-drop #_desktop_category_header .l-wrapper,#prices-drop #_desktop_category_header .l-wrapper--boxed,#prices-drop #_desktop_category_header main>.notifications-container,#search #_desktop_category_header .container,#search #_desktop_category_header .l-wrapper,#search #_desktop_category_header .l-wrapper--boxed,#search #_desktop_category_header main>.notifications-container {
        padding-top:6rem;
        padding-bottom: 6rem
    }
}

#best-sales #_desktop_category_header #category-description,#category #_desktop_category_header #category-description,#module-pm_advancedsearch4-searchresults #_desktop_category_header #category-description,#new-products #_desktop_category_header #category-description,#prices-drop #_desktop_category_header #category-description,#search #_desktop_category_header #category-description {
    max-width: 100%;
    font-size: .875rem
}

@media (min-width: 768px) {
    #best-sales #_desktop_category_header #category-description,#category #_desktop_category_header #category-description,#module-pm_advancedsearch4-searchresults #_desktop_category_header #category-description,#new-products #_desktop_category_header #category-description,#prices-drop #_desktop_category_header #category-description,#search #_desktop_category_header #category-description {
        max-width:55%
    }
}

@media (min-width: 992px) {
    #best-sales #_desktop_category_header #category-description,#category #_desktop_category_header #category-description,#module-pm_advancedsearch4-searchresults #_desktop_category_header #category-description,#new-products #_desktop_category_header #category-description,#prices-drop #_desktop_category_header #category-description,#search #_desktop_category_header #category-description {
        font-size:1rem
    }
}

#best-sales #_desktop_category_header #category-description h1,#category #_desktop_category_header #category-description h1,#module-pm_advancedsearch4-searchresults #_desktop_category_header #category-description h1,#new-products #_desktop_category_header #category-description h1,#prices-drop #_desktop_category_header #category-description h1,#search #_desktop_category_header #category-description h1 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem
}

@media (min-width: 992px) {
    #best-sales #_desktop_category_header #category-description h1,#category #_desktop_category_header #category-description h1,#module-pm_advancedsearch4-searchresults #_desktop_category_header #category-description h1,#new-products #_desktop_category_header #category-description h1,#prices-drop #_desktop_category_header #category-description h1,#search #_desktop_category_header #category-description h1 {
        font-size:2rem
    }
}

#best-sales #_desktop_category_header #category-description .trustpilot-container,#category #_desktop_category_header #category-description .trustpilot-container,#module-pm_advancedsearch4-searchresults #_desktop_category_header #category-description .trustpilot-container,#new-products #_desktop_category_header #category-description .trustpilot-container,#prices-drop #_desktop_category_header #category-description .trustpilot-container,#search #_desktop_category_header #category-description .trustpilot-container {
    max-width: 230px;
    max-height: 36px;
    margin: 0 0 0 -14px;
    padding: 1rem 0 0
}

#best-sales #_desktop_category_header .category-cover,#category #_desktop_category_header .category-cover,#module-pm_advancedsearch4-searchresults #_desktop_category_header .category-cover,#new-products #_desktop_category_header .category-cover,#prices-drop #_desktop_category_header .category-cover,#search #_desktop_category_header .category-cover {
    right: 0;
    bottom: 0
}

@media (min-width: 768px) {
    #best-sales .subcategories,#category .subcategories,#module-pm_advancedsearch4-searchresults .subcategories,#new-products .subcategories,#prices-drop .subcategories,#search .subcategories {
        min-height:190px
    }
}

@media (min-width: 1300px) {
    #best-sales .subcategories,#category .subcategories,#module-pm_advancedsearch4-searchresults .subcategories,#new-products .subcategories,#prices-drop .subcategories,#search .subcategories {
        min-height:240px
    }
}

#best-sales .subcategories .category-short-description .subcategory-description,#category .subcategories .category-short-description .subcategory-description,#module-pm_advancedsearch4-searchresults .subcategories .category-short-description .subcategory-description,#new-products .subcategories .category-short-description .subcategory-description,#prices-drop .subcategories .category-short-description .subcategory-description,#search .subcategories .category-short-description .subcategory-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 120px
}

@media (min-width: 1300px) {
    #best-sales .subcategories .category-short-description .subcategory-description,#category .subcategories .category-short-description .subcategory-description,#module-pm_advancedsearch4-searchresults .subcategories .category-short-description .subcategory-description,#new-products .subcategories .category-short-description .subcategory-description,#prices-drop .subcategories .category-short-description .subcategory-description,#search .subcategories .category-short-description .subcategory-description {
        height:135px
    }
}

#best-sales .subcategories .category-short-description .subcategory-description.hidden,#category .subcategories .category-short-description .subcategory-description.hidden,#module-pm_advancedsearch4-searchresults .subcategories .category-short-description .subcategory-description.hidden,#new-products .subcategories .category-short-description .subcategory-description.hidden,#prices-drop .subcategories .category-short-description .subcategory-description.hidden,#search .subcategories .category-short-description .subcategory-description.hidden {
    display: none
}

#best-sales .subcategories .category-short-description h2,#category .subcategories .category-short-description h2,#module-pm_advancedsearch4-searchresults .subcategories .category-short-description h2,#new-products .subcategories .category-short-description h2,#prices-drop .subcategories .category-short-description h2,#search .subcategories .category-short-description h2 {
    font-family: Montserrat,sans-serif;
    font-size: 1.375rem;
    font-weight: 700
}

@media (min-width: 1300px) {
    #best-sales .subcategories .category-short-description h2,#category .subcategories .category-short-description h2,#module-pm_advancedsearch4-searchresults .subcategories .category-short-description h2,#new-products .subcategories .category-short-description h2,#prices-drop .subcategories .category-short-description h2,#search .subcategories .category-short-description h2 {
        font-size:1.5rem
    }
}

#best-sales .subcategories .category-short-description p,#category .subcategories .category-short-description p,#module-pm_advancedsearch4-searchresults .subcategories .category-short-description p,#new-products .subcategories .category-short-description p,#prices-drop .subcategories .category-short-description p,#search .subcategories .category-short-description p {
    font-size: .875rem;
    padding-right: 2rem
}

@media (min-width: 1300px) {
    #best-sales .subcategories .category-short-description p,#category .subcategories .category-short-description p,#module-pm_advancedsearch4-searchresults .subcategories .category-short-description p,#new-products .subcategories .category-short-description p,#prices-drop .subcategories .category-short-description p,#search .subcategories .category-short-description p {
        font-size:1rem
    }
}

#best-sales .subcategories .category-subcategories:not(.slick-initialized) .category-miniature,#category .subcategories .category-subcategories:not(.slick-initialized) .category-miniature,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories:not(.slick-initialized) .category-miniature,#new-products .subcategories .category-subcategories:not(.slick-initialized) .category-miniature,#prices-drop .subcategories .category-subcategories:not(.slick-initialized) .category-miniature,#search .subcategories .category-subcategories:not(.slick-initialized) .category-miniature {
    display: none
}

#best-sales .subcategories .category-subcategories .category-miniature a,#category .subcategories .category-subcategories .category-miniature a,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature a,#new-products .subcategories .category-subcategories .category-miniature a,#prices-drop .subcategories .category-subcategories .category-miniature a,#search .subcategories .category-subcategories .category-miniature a {
    color: #000;
    text-decoration: none
}

#best-sales .subcategories .category-subcategories .category-miniature a:active,#best-sales .subcategories .category-subcategories .category-miniature a:focus,#best-sales .subcategories .category-subcategories .category-miniature a:hover,#category .subcategories .category-subcategories .category-miniature a:active,#category .subcategories .category-subcategories .category-miniature a:focus,#category .subcategories .category-subcategories .category-miniature a:hover,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature a:active,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature a:focus,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature a:hover,#new-products .subcategories .category-subcategories .category-miniature a:active,#new-products .subcategories .category-subcategories .category-miniature a:focus,#new-products .subcategories .category-subcategories .category-miniature a:hover,#prices-drop .subcategories .category-subcategories .category-miniature a:active,#prices-drop .subcategories .category-subcategories .category-miniature a:focus,#prices-drop .subcategories .category-subcategories .category-miniature a:hover,#search .subcategories .category-subcategories .category-miniature a:active,#search .subcategories .category-subcategories .category-miniature a:focus,#search .subcategories .category-subcategories .category-miniature a:hover {
    color: #ac0000
}

#best-sales .subcategories .category-subcategories .category-miniature a:active img,#best-sales .subcategories .category-subcategories .category-miniature a:focus img,#best-sales .subcategories .category-subcategories .category-miniature a:hover img,#category .subcategories .category-subcategories .category-miniature a:active img,#category .subcategories .category-subcategories .category-miniature a:focus img,#category .subcategories .category-subcategories .category-miniature a:hover img,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature a:active img,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature a:focus img,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature a:hover img,#new-products .subcategories .category-subcategories .category-miniature a:active img,#new-products .subcategories .category-subcategories .category-miniature a:focus img,#new-products .subcategories .category-subcategories .category-miniature a:hover img,#prices-drop .subcategories .category-subcategories .category-miniature a:active img,#prices-drop .subcategories .category-subcategories .category-miniature a:focus img,#prices-drop .subcategories .category-subcategories .category-miniature a:hover img,#search .subcategories .category-subcategories .category-miniature a:active img,#search .subcategories .category-subcategories .category-miniature a:focus img,#search .subcategories .category-subcategories .category-miniature a:hover img {
    border-color: #000
}

#best-sales .subcategories .category-subcategories .category-miniature img,#category .subcategories .category-subcategories .category-miniature img,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature img,#new-products .subcategories .category-subcategories .category-miniature img,#prices-drop .subcategories .category-subcategories .category-miniature img,#search .subcategories .category-subcategories .category-miniature img {
    border: 1px solid transparent;
    border-radius: 10px
}

#best-sales .subcategories .category-subcategories .category-miniature .subcategory-name,#category .subcategories .category-subcategories .category-miniature .subcategory-name,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature .subcategory-name,#new-products .subcategories .category-subcategories .category-miniature .subcategory-name,#prices-drop .subcategories .category-subcategories .category-miniature .subcategory-name,#search .subcategories .category-subcategories .category-miniature .subcategory-name {
    font-family: Montserrat,sans-serif;
    font-size: .75rem
}

@media (min-width: 1300px) {
    #best-sales .subcategories .category-subcategories .category-miniature .subcategory-name,#category .subcategories .category-subcategories .category-miniature .subcategory-name,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .category-miniature .subcategory-name,#new-products .subcategories .category-subcategories .category-miniature .subcategory-name,#prices-drop .subcategories .category-subcategories .category-miniature .subcategory-name,#search .subcategories .category-subcategories .category-miniature .subcategory-name {
        font-size:.875rem
    }
}

#best-sales .subcategories .category-subcategories .slick-prev,#category .subcategories .category-subcategories .slick-prev,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .slick-prev,#new-products .subcategories .category-subcategories .slick-prev,#prices-drop .subcategories .category-subcategories .slick-prev,#search .subcategories .category-subcategories .slick-prev {
    transform: rotate(90deg)
}

#best-sales .subcategories .category-subcategories .slick-next,#category .subcategories .category-subcategories .slick-next,#module-pm_advancedsearch4-searchresults .subcategories .category-subcategories .slick-next,#new-products .subcategories .category-subcategories .slick-next,#prices-drop .subcategories .category-subcategories .slick-next,#search .subcategories .category-subcategories .slick-next {
    transform: rotate(-90deg)
}

@media (min-width: 992px) {
    #best-sales #left-column,#category #left-column,#module-pm_advancedsearch4-searchresults #left-column,#new-products #left-column,#prices-drop #left-column,#search #left-column {
        max-width:23%;
        margin-right: auto
    }
}

#best-sales #js-product-list-top .product__quantity,#category #js-product-list-top .product__quantity,#module-pm_advancedsearch4-searchresults #js-product-list-top .product__quantity,#new-products #js-product-list-top .product__quantity,#prices-drop #js-product-list-top .product__quantity,#search #js-product-list-top .product__quantity {
    font-size: 1.125rem;
    font-weight: 700
}

@media (min-width: 1300px) {
    #best-sales #js-product-list-top .product__quantity,#category #js-product-list-top .product__quantity,#module-pm_advancedsearch4-searchresults #js-product-list-top .product__quantity,#new-products #js-product-list-top .product__quantity,#prices-drop #js-product-list-top .product__quantity,#search #js-product-list-top .product__quantity {
        font-size:1.25rem
    }
}

#best-sales #seo-title,#category #seo-title,#module-pm_advancedsearch4-searchresults #seo-title,#new-products #seo-title,#prices-drop #seo-title,#search #seo-title {
    font-family: Montserrat,sans-serif;
    font-size: 1rem
}

#best-sales #category-description__bottom,#category #category-description__bottom,#module-pm_advancedsearch4-searchresults #category-description__bottom,#new-products #category-description__bottom,#prices-drop #category-description__bottom,#search #category-description__bottom {
    margin: 4rem auto 0;
    padding: 0 10px
}

#best-sales #category-description__bottom h2,#category #category-description__bottom h2,#module-pm_advancedsearch4-searchresults #category-description__bottom h2,#new-products #category-description__bottom h2,#prices-drop #category-description__bottom h2,#search #category-description__bottom h2 {
    margin-bottom: 1rem
}

#best-sales #category-description__bottom p,#category #category-description__bottom p,#module-pm_advancedsearch4-searchresults #category-description__bottom p,#new-products #category-description__bottom p,#prices-drop #category-description__bottom p,#search #category-description__bottom p {
    color: #58595b
}

@media (max-width: 991.98px) {
    #best-sales #category-description__bottom p,#category #category-description__bottom p,#module-pm_advancedsearch4-searchresults #category-description__bottom p,#new-products #category-description__bottom p,#prices-drop #category-description__bottom p,#search #category-description__bottom p {
        font-size:.875rem
    }
}

#best-sales #category-description__bottom .category-description__accordion h3,#category #category-description__bottom .category-description__accordion h3,#module-pm_advancedsearch4-searchresults #category-description__bottom .category-description__accordion h3,#new-products #category-description__bottom .category-description__accordion h3,#prices-drop #category-description__bottom .category-description__accordion h3,#search #category-description__bottom .category-description__accordion h3 {
    border-bottom: 1px solid rgba(0,0,0,.4);
    position: relative;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.5rem 1.75rem 1.5rem 0;
    cursor: pointer
}

@media (min-width: 992px) {
    #best-sales #category-description__bottom .category-description__accordion h3,#category #category-description__bottom .category-description__accordion h3,#module-pm_advancedsearch4-searchresults #category-description__bottom .category-description__accordion h3,#new-products #category-description__bottom .category-description__accordion h3,#prices-drop #category-description__bottom .category-description__accordion h3,#search #category-description__bottom .category-description__accordion h3 {
        font-size:1.125rem
    }
}

#best-sales #category-description__bottom .category-description__accordion h3:after,#category #category-description__bottom .category-description__accordion h3:after,#module-pm_advancedsearch4-searchresults #category-description__bottom .category-description__accordion h3:after,#new-products #category-description__bottom .category-description__accordion h3:after,#prices-drop #category-description__bottom .category-description__accordion h3:after,#search #category-description__bottom .category-description__accordion h3:after {
    content: "";
    background-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 25px;
    height: 25px
}

#best-sales #category-description__bottom .category-description__accordion h3[aria-expanded=false]:after,#category #category-description__bottom .category-description__accordion h3[aria-expanded=false]:after,#module-pm_advancedsearch4-searchresults #category-description__bottom .category-description__accordion h3[aria-expanded=false]:after,#new-products #category-description__bottom .category-description__accordion h3[aria-expanded=false]:after,#prices-drop #category-description__bottom .category-description__accordion h3[aria-expanded=false]:after,#search #category-description__bottom .category-description__accordion h3[aria-expanded=false]:after {
    background: url(../img/a983f202422a14821f0d61106a36e38c.svg) no-repeat
}

#best-sales #category-description__bottom .category-description__accordion h3[aria-expanded=true]:after,#category #category-description__bottom .category-description__accordion h3[aria-expanded=true]:after,#module-pm_advancedsearch4-searchresults #category-description__bottom .category-description__accordion h3[aria-expanded=true]:after,#new-products #category-description__bottom .category-description__accordion h3[aria-expanded=true]:after,#prices-drop #category-description__bottom .category-description__accordion h3[aria-expanded=true]:after,#search #category-description__bottom .category-description__accordion h3[aria-expanded=true]:after {
    background: url(../img/684a3c93fbbf67bc586b3bff5e826fa6.svg) no-repeat
}

#best-sales #category-description__bottom .category-description__accordion .content,#category #category-description__bottom .category-description__accordion .content,#module-pm_advancedsearch4-searchresults #category-description__bottom .category-description__accordion .content,#new-products #category-description__bottom .category-description__accordion .content,#prices-drop #category-description__bottom .category-description__accordion .content,#search #category-description__bottom .category-description__accordion .content {
    padding: 1.5rem 0
}

#best-sales #category-description__bottom .category-description__accordion .content p,#category #category-description__bottom .category-description__accordion .content p,#module-pm_advancedsearch4-searchresults #category-description__bottom .category-description__accordion .content p,#new-products #category-description__bottom .category-description__accordion .content p,#prices-drop #category-description__bottom .category-description__accordion .content p,#search #category-description__bottom .category-description__accordion .content p {
    color: #000;
    font-size: .875rem
}

@media (min-width: 992px) {
    #best-sales #category-description__bottom .category-description__accordion .content p,#category #category-description__bottom .category-description__accordion .content p,#module-pm_advancedsearch4-searchresults #category-description__bottom .category-description__accordion .content p,#new-products #category-description__bottom .category-description__accordion .content p,#prices-drop #category-description__bottom .category-description__accordion .content p,#search #category-description__bottom .category-description__accordion .content p {
        font-size:1rem
    }
}

#best-sales .select2-container--open .select2-dropdown,#best-sales .sort-orders .select2-container--default .select2-selection,#best-sales .sort-orders .select2-container--default .select2-selection--single,#category .select2-container--open .select2-dropdown,#category .sort-orders .select2-container--default .select2-selection,#category .sort-orders .select2-container--default .select2-selection--single,#module-pm_advancedsearch4-searchresults .select2-container--open .select2-dropdown,#module-pm_advancedsearch4-searchresults .sort-orders .select2-container--default .select2-selection,#module-pm_advancedsearch4-searchresults .sort-orders .select2-container--default .select2-selection--single,#new-products .select2-container--open .select2-dropdown,#new-products .sort-orders .select2-container--default .select2-selection,#new-products .sort-orders .select2-container--default .select2-selection--single,#prices-drop .select2-container--open .select2-dropdown,#prices-drop .sort-orders .select2-container--default .select2-selection,#prices-drop .sort-orders .select2-container--default .select2-selection--single,#search .select2-container--open .select2-dropdown,#search .sort-orders .select2-container--default .select2-selection,#search .sort-orders .select2-container--default .select2-selection--single {
    border: none
}

#best-sales .product-categories,#category .product-categories,#module-pm_advancedsearch4-searchresults .product-categories,#new-products .product-categories,#prices-drop .product-categories,#search .product-categories {
    margin-top: 3rem
}

@media (min-width: 576px) {
    #manufacturer #main {
        max-width:980px;
        margin: 0 auto
    }
}

#manufacturer #main .brand {
    padding: 10px
}

#manufacturer #main .brand .brand-img {
    border: 1px solid #ddd;
    border-radius: 20px
}

#manufacturer #main .brand .brand-img img {
    border-radius: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s linear
}

#manufacturer #main .brand .brand-img img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(.8)
}

#manufacturer #manufacturer-description {
    font-size: .875rem
}

@media (min-width: 768px) {
    #manufacturer #manufacturer-description {
        font-size:1rem
    }
}

#manufacturer #manufacturer-description .manufacturer-desc:not(.h-auto) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}

/* #manufacturer #manufacturer-description .manufacturer-desc p {
    display: inline
} */

#manufacturer #manufacturer-description .lnk_less_manufacturer,#manufacturer #manufacturer-description .lnk_more_manufacturer {
    display: inline-block;
    margin-top: 1rem;
    font-size: .875rem;
    font-style: italic;
    cursor: pointer
}

#manufacturer #manufacturer-description .lnk_less_manufacturer:hover,#manufacturer #manufacturer-description .lnk_more_manufacturer:hover {
    text-decoration: underline
}

@media (max-width: 991.98px) {
    #manufacturer #product-list-top .col-sm-6 {
        max-width:50%
    }
}

#index #wrapper,
#index main.page-home>.notifications-container:first-of-type,
#index main.page-home>.notifications-container:last-of-type {
    max-width: 100%;
    padding: 0;
    overflow: hidden
}

#index #content-wrapper {
    padding: 0
}

#index .home-blocks .col-md-4 {
    margin: 0 0 8px
}

@media (min-width: 768px) {
    #index .home-blocks .col-md-4 {
        margin:2px 0 0;
        padding: 0 .25rem
    }
}

#index .home-blocks .home-block {
    position: relative;
    height: 194px;
    overflow: hidden
}

@media (min-width: 992px) {
    #index .home-blocks .home-block {
        height:100%
    }
}

#index .home-blocks .home-block a:not(.btn-outline):active+p .btn-outline,#index .home-blocks .home-block a:not(.btn-outline):focus+p .btn-outline,#index .home-blocks .home-block a:not(.btn-outline):hover+p .btn-outline {
    background-color: hsla(0,0%,100%,.4)
}

#index .home-blocks .home-block a:not(.btn-outline):before {
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.6) 10%,rgba(0,0,0,.4) 20%,transparent 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

#index .home-blocks .home-block img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

#index .home-blocks .home-block .btn-outline {
    border-color: #fff;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    white-space: nowrap;
    z-index: 1
}

#index .home-blocks .home-block .btn-outline:active,#index .home-blocks .home-block .btn-outline:focus,#index .home-blocks .home-block .btn-outline:hover {
    background-color: hsla(0,0%,100%,.4)
}

@media (max-width: 1299.98px) {
    #index .home-blocks .home-block .btn-outline {
        bottom:2rem
    }
}

@media (max-width: 991.98px) {
    #index .home-blocks .home-block .btn-outline {
        bottom:1rem;
        padding: 10px 15px
    }
}

@media (max-width: 767.98px) {
    #index .home-blocks .home-block .btn-outline {
        bottom:2rem
    }
}

#index .home-categories {
    margin: 6rem 0;
    text-align: center
}

#index .home-categories h2 {
    margin-bottom: 3rem
}

@media (max-width: 767.98px) {
    #index .home-categories h2 {
        text-align:left;
        margin-bottom: 1.5rem
    }
}

#index .home-categories .home-category {
    padding: 0 .5rem
}

#index .home-categories .home-category .home-category__img {
    border-radius: 10px;
    overflow: hidden
}

#index .home-categories .home-category .home-category__img img {
    transition: transform .3s linear;
    margin: 0 auto
}

#index .home-categories .home-category:active img,#index .home-categories .home-category:focus img,#index .home-categories .home-category:hover img {
    transform: scale(1.1)
}

#index .home-categories .home-category p {
    font-size: .75rem;
    margin: .5rem 0 0
}

@media (min-width: 1300px) {
    #index .home-categories .home-category p {
        font-size:.875rem
    }
}

#index .home-categories .home-category p a {
    color: #000
}

#index .home-categories .home-category p a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

#index .home-guide {
    margin: 6rem auto
}

#index .home-guide .home-guide__wrapper {
    max-width: 1160px;
    margin: 0 auto
}

#index .home-guide h2 {
    margin-bottom: 1rem
}

#index .home-guide p {
    color: #58595b
}

@media (max-width: 991.98px) {
    #index .home-guide p {
        font-size:.875rem
    }
}

#index .home-guide .home-guide__list {
    margin: 2rem 0 3rem
}

#index .home-guide .home-guide__list p {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    padding: .5rem 0
}

@media (max-width: 1299.98px) {
    #index .home-guide .home-guide__list p {
        font-size:.875rem;
        padding: 0
    }
}

@media (max-width: 575.98px) {
    #index .home-guide .home-guide__list p {
        max-width:85%
    }
}

#index .home-guide .home-guide__list p a {
    position: relative;
    color: #000;
    text-decoration: none
}

#index .home-guide .home-guide__list p a:after,#index .home-guide .home-guide__list p a:before {
    content: "";
    position: absolute;
    transition: all .3s linear
}

#index .home-guide .home-guide__list p a:before {
    background-color: #000;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0
}

#index .home-guide .home-guide__list p a:after {
    background: url(../img/4c924bce485af692e30d0c375180eeec.svg) no-repeat;
    background-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: -2.5rem;
    width: 14px;
    height: 18px
}

#index .home-guide .home-guide__list p a:hover:before {
    width: 100%
}

#index .home-guide .home-guide__list p a:hover:after {
    right: -3rem
}

#index .home-guide .home-guide__list p img {
    margin-right: 1rem
}

#index .home-guide div>img {
    border-radius: 19px
}

#index .home-featured {
    margin: 6rem 0
}

#index .home-featured .col-md-6 {
    display: flex;
    align-items: center
}

#index .home-featured .home-featured__wrapper {
    background-color: #000;
    color: #fff
}

#index .home-featured img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

#index .home-featured h2 {
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    #index .home-featured h2 {
        margin-bottom:2rem
    }
}

#index .home-featured .home-featured__text {
    padding: 3rem 2rem
}

@media (min-width: 768px) {
    #index .home-featured .home-featured__text {
        padding:4rem 2rem
    }
}

@media (min-width: 1300px) {
    #index .home-featured .home-featured__text {
        padding:3rem
    }
}

@media (max-width: 991.98px) {
    #index .home-featured .home-featured__text p {
        font-size:.875rem
    }
}

#index .home-featured .home-featured__text p:last-child {
    margin-bottom: 0
}

#index .home-featured .btn {
    margin-top: 1rem
}

#index .featured-products, #index .new-products {
    margin: 1rem auto;
    text-align: center
}

@media (min-width: 768px) {
    #index .featured-products, #index .new-products  {
        max-width:85%
    }
}

@media (min-width: 992px) {
    #index .featured-products, #index .new-products  {
        max-width:90%
    }
}

@media (min-width: 1300px) {
    #index .featured-products, #index .new-products  {
        max-width:92%
    }
}

#index .featured-products h2, #index .new-products h2 {
    margin-bottom: 3rem
}

#index .featured-products .products, #index .new-products .products {
    text-align: left
}

#index .featured-products .product-list-action, #index .new-products .product-list-action {
    display: none
}

#index .featured-products .slick-arrow, #index .new-products .slick-arrow {
    top: 35%
}

#index .featured-products .slick-arrow.slick-prev, #index .new-products .slick-arrow.slick-prev {
    transform: rotate(90deg);
    left: -2.5rem
}

#index .featured-products .slick-arrow.slick-next, #index .new-products .slick-arrow.slick-next {
    transform: rotate(-90deg);
    right: -2.5rem
}

#index .home-about {
    margin: 6rem 0
}

#index .home-about .col-md-6 {
    display: flex;
    align-items: center
}

#index .home-about .home-about__wrapper {
    background-color: #000;
    color: #fff
}

#index .home-about img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

#index .home-about h2 {
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    #index .home-about h2 {
        margin-bottom:2rem
    }
}

#index .home-about .home-about__text {
    padding: 3rem 2rem
}

@media (min-width: 768px) {
    #index .home-about .home-about__text {
        padding:4rem 2rem
    }
}

@media (min-width: 1300px) {
    #index .home-about .home-about__text {
        padding:3rem
    }
}

@media (max-width: 991.98px) {
    #index .home-about .home-about__text p {
        font-size:.875rem
    }
}

#index .home-about .home-about__text p:last-of-type {
    margin: 3rem 0
}

#index .home-brands {
    margin: 6rem auto;
    text-align: center
}

#index .home-brands h2 {
    margin-bottom: 3rem
}

@media (max-width: 767.98px) {
    #index .home-brands h2 {
        margin-bottom:1.5rem
    }
}

#index .home-brands .home-brands__wrapper {
    margin: 0 auto
}

@media (min-width: 768px) {
    #index .home-brands .home-brands__wrapper {
        max-width:85%
    }
}

@media (min-width: 992px) {
    #index .home-brands .home-brands__wrapper {
        max-width:90%
    }
}

@media (min-width: 1300px) {
    #index .home-brands .home-brands__wrapper {
        max-width:92%
    }
}

#index .home-brands .home-brand {
    padding: 0 .5rem
}

#index .home-brands .home-brand img {
    border-radius: 20px;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s linear
}

#index .home-brands .home-brand img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

#index .home-brands .slick-dots {
    bottom: -60px
}

#index .home-brands .btn {
    margin-top: 4rem
}

@media (min-width: 1300px) {
    #index .home-brands .btn {
        margin-top:3rem
    }
}

#index .home-lovestore {
    margin: 6rem auto 0
}

#index .home-lovestore .home-lovestore__wrapper {
    max-width: 1160px;
    margin: 0 auto
}

#index .home-lovestore h2 {
    margin-bottom: 1rem
}

#index .home-lovestore p {
    color: #58595b
}

@media (max-width: 991.98px) {
    #index .home-lovestore p {
        font-size:.875rem
    }
}

#index .home-lovestore .home-lovestore__accordion h3 {
    border-bottom: 1px solid rgba(0,0,0,.4);
    position: relative;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.5rem 0;
    cursor: pointer
}

@media (min-width: 992px) {
    #index .home-lovestore .home-lovestore__accordion h3 {
        font-size:1.125rem
    }
}

#index .home-lovestore .home-lovestore__accordion h3:after {
    content: "";
    background-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 25px;
    height: 25px
}

#index .home-lovestore .home-lovestore__accordion h3[aria-expanded=false]:after {
    background: url(../img/a983f202422a14821f0d61106a36e38c.svg) no-repeat
}

#index .home-lovestore .home-lovestore__accordion h3[aria-expanded=true]:after {
    background: url(../img/684a3c93fbbf67bc586b3bff5e826fa6.svg) no-repeat
}

#index .home-lovestore .home-lovestore__accordion .content {
    padding: 1.5rem 0
}

#index .home-lovestore .home-lovestore__accordion .content p {
    color: #000;
    font-size: .875rem
}

@media (min-width: 992px) {
    #index .home-lovestore .home-lovestore__accordion .content p {
        font-size:1rem
    }
}

#contact {
    background-color: #f6f6f6
}

#contact h1 {
    text-align: center
}

#contact .alert {
    margin-top: 1.5rem
}

@media (min-width: 576px) {
    #contact .contact-form {
        padding:1.5rem 4rem 3rem
    }
}

@media (max-width: 575.98px) {
    #contact .contact-form .js-customer-form {
        width:85%;
        margin: 0 auto
    }
}

#contact .contact-form .custom-file .custom-file-label.selected~.placeholder {
    display: none
}

#contact .contact-form .custom-file .placeholder {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    opacity: .6;
    font-family: ArchivoBlack,sans-serif
}

#contact .contact-form #gdpr_consent .custom-control-label {
    color: #000;
    font-size: .875rem;
    font-weight: 400
}

.page-content {
    padding: 0
}

.breadcrumb .breadcrumb-item div {
    float: left
}

.back-to-top {
    background: #ac0000;
    opacity: 1;
    transition: opacity .3s linear;
    bottom: 2rem;
    right: 1rem;
    width: 40px;
    height: 40px
}

.back-to-top .qcdsvg {
    transform: rotate(180deg)
}

@media (min-width: 768px) {
    .back-to-top {
        right:2rem
    }
}

.wishlist-modal:not(.show) {
    display: none!important
}

.wishlist-modal .modal-header {
    padding: 1.5rem 2rem!important
}

.wishlist-modal .modal-title {
    color: #000;
    font-size: 1.375rem;
    font-weight: 400!important
}

.wishlist-modal .modal-body {
    padding: 0 2rem!important
}

.wishlist-modal .wishlist-chooselist {
    margin: 0 -2rem
}

.wishlist-modal .wishlist-list-item:hover {
    background: rgba(0,0,0,.03)!important
}

.wishlist-modal .wishlist-list-item p {
    padding: 0 2.25rem!important
}

.wishlist-modal .wishlist-add-to-new i {
    color: #ac0000
}

.wishlist-modal .form-control {
    border-radius: .25rem!important
}

@media (max-width: 991.98px) {
    .wishlist-modal .btn {
        margin-right:0!important
    }
}

.language_selector #language-select {
    font-size: .875rem;
    cursor: pointer
}

.language_selector #language-select:after {
    border-width: .4em;
    vertical-align: 3px
}

.language_selector .dropdown-menu {
    left: -17px!important;
    padding: .25rem 0
}

.language_selector .dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .25rem 1rem
}

.language_selector .dropdown-menu .dropdown-item:hover {
    background: none;
    color: #ac0000
}

#cart .back-to-top {
    display: none
}

#cart .sticky-top {
    top: 100px;
    z-index: 1
}

@media (min-width: 1300px) {
    #cart .sticky-top {
        top:120px
    }
}

#cart .cart__card-body .cart-item {
    padding: 2rem 0
}

#cart .cart__card-body .cart-item:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.08)
}

#cart .cart__card-body .product-line__img {
    border-radius: 10px;
    margin-right: 1rem
}

#cart .cart__card-body .product-line__title {
    color: #000
}

#cart .cart__card-body .product-discount {
    margin: 2rem 0 -2rem
}

#cart .cart__card-body .product-discount .regular-price {
    font-family: ArchivoBlack,sans-serif;
    text-decoration: line-through
}

#cart .cart__card-body .product-discount .discount {
    font-size: .75rem;
    margin-left: .25rem
}

#cart .cart__card-body .current-price {
    color: #ac0000;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 2rem
}

@media (min-width: 992px) {
    #cart .cart__card-body .current-price {
        font-size:1.125rem
    }
}

#cart .cart__card-body .product-quantity {
    display: flex;
    align-items: center
}

#cart .cart__card-body .product-quantity .input-group {
    border: 0
}

#cart .cart__card-body .product-quantity .input-group .btn {
    border-color: rgba(0,0,0,.5);
    font-size: 1.5rem;
    height: 40px;
    padding: 5px 12px
}

@media (min-width: 992px) {
    #cart .cart__card-body .product-quantity .input-group .btn {
        height:49px;
        padding: 9px 20px
    }
}

#cart .cart__card-body .product-quantity .input-group .form-control {
    background: #f6f6f6;
    border-top: 1px solid rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.5);
    max-width: 40px;
    height: 40px;
    padding: 0 .5rem!important
}

@media (min-width: 992px) {
    #cart .cart__card-body .product-quantity .input-group .form-control {
        max-width:60px;
        height: 49px;
        padding: 0 1rem!important
    }
}

#cart .cart__card-body .product-line-grid-right .product-price {
    color: #000;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 0 1rem
}

@media (min-width: 768px) {
    #cart .cart__card-body .product-line-grid-right .product-price {
        margin:2rem 0 0
    }
}

#cart .cart__card-body .remove-from-cart {
    transition: all .2s linear;
    opacity: .25
}

#cart .cart__card-body .remove-from-cart:hover {
    opacity: 1
}

#cart .cart__card-body .remove-from-cart .qcdsvg {
    width: 25px;
    height: 25px
}

#cart .cart__card-body .remove-from-cart .qcdsvg .st0 {
    fill: #000;
    stroke: #000
}

#cart #cart-summary {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 2rem
}

@media (min-width: 1300px) {
    #cart #cart-summary {
        padding:3rem
    }
}

#cart #cart-summary .card-block,#cart #cart-summary .card-body,#cart #cart-summary .page-content {
    padding: 0 0 .5rem
}

#cart #cart-summary .card-footer {
    background: none;
    padding: 1rem 0
}

#cart #cart-summary .cart-summary-line {
    font-weight: 600
}

#cart #cart-summary #abfd_checkout_subtotal_details {
    font-size: .875rem!important;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem!important
}

#cart #cart-summary #promo-code .alert {
    display: none;
    margin-top: 1rem
}

#cart #cart-summary .cart-summary-totals {
    font-size: 1.25rem
}

#cart #cart-summary .cart-summary-totals .label,#cart #cart-summary .cart-summary-totals .value {
    font-weight: 700
}

#cart #reward_loyalty {
    text-align: center
}

#product #wrapper {
    max-width: 100%
}

@media (max-width: 767.98px) {
    #product #wrapper {
        margin-top:2rem
    }
}

#product #breadcrumb {
    margin: 1rem 0 0
}

@media (max-width: 767.98px) {
    #product #breadcrumb {
        display:none
    }
}

@media (min-width: 992px) {
    #product #breadcrumb {
        margin:2rem 0
    }
}

#product #product-modal .modal-body,#product #product-modal .modal-content {
    border-radius: 30px;
    overflow: hidden;
    max-width: 615px;
    max-height: 800px;
    height: 100%;
    margin: 0 auto
}

@media (min-width: 576px) {
    #product #product-modal .modal-body,#product #product-modal .modal-content {
        height:90vh
    }
}

#product #product-modal .modal-body {
    max-width: 100%;
    padding: 0
}

#product #product-modal .modal-body div,#product #product-modal .modal-body figure {
    height: 100%;
    text-align: center
}

#product #product-modal .modal-body figure>img {
/*    width: auto;*/
    height: 100%
}

#product #product-modal .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1
}

#product #product-modal .close .qcdsvg {
    width: 30px;
    height: 30px
}

#product #product-modal .close .qcdsvg .st0 {
    stroke: #000
}

#product #product-modal .slick-slide img {
    display: inline
}

#product #product-top .sticky-top {
    top: 85px;
    z-index: 1
}

@media (min-width: 1300px) {
    #product #product-top .sticky-top {
        top:100px
    }
}

#product #product-top .images-container .product-images-container {
    max-width: 540px
}

#product #product-top .images-container .product-flag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #ac0000;
    border-radius: 75px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 15px
}

@media (min-width: 1300px) {
    #product #product-top .images-container .product-flag {
        font-size:1.25rem
    }
}

#product #product-top .images-container .product-flag.new {
    left: 1rem;
    right: inherit
}

#product #product-top .images-container .wishlist-button-product {
    background: none;
    box-shadow: none;
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    opacity: 1;
    padding: 0
}

@media (min-width: 1300px) {
    #product #product-top .images-container .wishlist-button-product {
        right:2rem;
        bottom: 1.5rem
    }
}

#product #product-top .images-container .wishlist-button-product i {
    color: #ac0000;
    font-size: 32px
}

@media (min-width: 1300px) {
    #product #product-top .images-container .wishlist-button-product i {
        font-size:38px
    }
}

#product #product-top .images-container .products-imagescover {
    min-height: 300px;
    margin-right: 110px
}

@media (min-width: 768px) {
    #product #product-top .images-container .products-imagescover {
        margin-right:160px
    }
}

@media (min-width: 992px) {
    #product #product-top .images-container .products-imagescover {
        margin-left:110px;
        margin-right: 0
    }
}

@media (min-width: 1300px) {
    #product #product-top .images-container .products-imagescover {
        margin-left:160px
    }
}

#product #product-top .images-container .products-imagescover img {
    border-radius: 30px
}

#product #product-top .images-container .product-img {
    cursor: pointer
}

#product #product-top .images-container #product-images {
    position: absolute;
    right: 0;
    top: 0;
    width: 82px
}

@media (min-width: 768px) {
    #product #product-top .images-container #product-images {
        width:122px
    }
}

@media (min-width: 992px) {
    #product #product-top .images-container #product-images {
        width:82px;
        right: inherit;
        left: 0
    }
}

@media (min-width: 1300px) {
    #product #product-top .images-container #product-images {
        width:122px
    }
}

#product #product-top .images-container #product-images .slick-slider {
    touch-action: none
}

#product #product-top .images-container #product-images .img-container,#product #product-top .images-container #product-images .img-container img,#product #product-top .images-container #product-images .slick-slide {
    width: 80px!important;
    height: 80px!important
}

@media (min-width: 768px) {
    #product #product-top .images-container #product-images .img-container,#product #product-top .images-container #product-images .img-container img,#product #product-top .images-container #product-images .slick-slide {
        width:120px!important;
        height: 120px!important
    }
}

@media (min-width: 992px) {
    #product #product-top .images-container #product-images .img-container,#product #product-top .images-container #product-images .img-container img,#product #product-top .images-container #product-images .slick-slide {
        width:80px!important;
        height: 80px!important
    }
}

@media (min-width: 1300px) {
    #product #product-top .images-container #product-images .img-container,#product #product-top .images-container #product-images .img-container img,#product #product-top .images-container #product-images .slick-slide {
        width:120px!important;
        height: 120px!important
    }
}

#product #product-top .images-container #product-images .slick-slide {
    margin: .5rem 0
}

@media (min-width: 768px) {
    #product #product-top .images-container #product-images .slick-slide {
        margin:.75rem 0
    }
}

@media (min-width: 992px) {
    #product #product-top .images-container #product-images .slick-slide {
        margin:.5rem 0
    }
}

@media (min-width: 1300px) {
    #product #product-top .images-container #product-images .slick-slide {
        margin:.75rem 0
    }
}

#product #product-top .images-container #product-images .slick-next,#product #product-top .images-container #product-images .slick-prev {
    left: 50%;
    right: inherit
}

#product #product-top .images-container #product-images .slick-prev {
    top: -2rem;
    transform: translate(-50%) rotate(180deg)
}

#product #product-top .images-container #product-images .slick-next {
    top: inherit;
    bottom: -2rem;
    transform: translate(-50%)
}

#product #product-top .images-container #product-images .product-thumb .img-container {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 50%;
    opacity: .75;
    overflow: hidden;
    cursor: pointer
}

#product #product-top .images-container #product-images .product-thumb .img-container img {
    -o-object-fit: cover;
    object-fit: cover
}

#product #product-top .images-container #product-images .product-thumb.active .img-container {
    border: 1px solid #000;
    opacity: 1
}

#product #product-top .plabel_div {
    display: none!important
}

#product #product-top .product-title {
    font-size: 1.375rem
}

@media (min-width: 992px) {
    #product #product-top .product-title {
        font-size:2rem
    }
}

#product #product-top .product-manufacturer {
    font-size: .875rem
}

#product #product-top .product-tags .product-tag {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 5px;
    opacity: .5;
    color: #000;
    font-size: .75rem;
    text-decoration: none;
    margin: 0 .25rem .5rem 0;
    padding: .25rem .75rem
}

@media (min-width: 1300px) {
    #product #product-top .product-tags .product-tag {
        font-size:.875rem;
        margin: 0 .5rem .5rem 0
    }
}

#product #product-top .product-tags .product-tag:active,#product #product-top .product-tags .product-tag:focus,#product #product-top .product-tags .product-tag:hover {
    opacity: 1
}

#product #product-top .product-price {
    display: flex;
    align-items: center;
    font-family: ArchivoBlack,sans-serif
}

#product #product-top .product-price .price {
    color: #ac0000;
    font-size: 1.25rem
}

#product #product-top .product-price .regular-price {
    color: #000;
    font-size: 1rem;
    text-decoration: line-through
}

#product #product-top .product-price .discount {
    display: inline-block;
    background-color: #ac0000;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: .25rem
}

#product #product-top .product-description-short {
    font-size: .875rem
}

@media (min-width: 992px) {
    #product #product-top .product-description-short {
        font-size:1rem
    }
}

#product #product-top .product-description-short ul li {
    list-style-image: url("../img/coche15.png");
    position: relative;
    left: 25px;
}

#product #product-top .product-variants {
    display: flex
}

#product #product-top .product-variants .product-variants-item {
    width: 40%
}

#product #product-top .product-variants .label,#product #product-top .product-variants label {
    color: #000;
    font-weight: 400;
    margin-bottom: .75rem
}

#product #product-top .product-variants .label-color {
    margin: 0 .5rem 0 0
}

#product #product-top .product-variants .color {
    display: inline-block;
    background-size: contain;
    border-radius: 50%;
    outline: 1px solid rgba(0,0,0,.25);
    width: 32px;
    height: 32px;
    cursor: pointer
}

#product #product-top .product-variants .input-color:hover+span,#product #product-top .product-variants .input-color[checked=checked]+span {
    outline-color: #000;
    outline-offset: 3px
}

#product #product-top .product-variants .radio-list .input-radio {
    opacity: 0;
    cursor: pointer
}

#product #product-top .product-variants .radio-list .input-radio:hover+span,#product #product-top .product-variants .radio-list .input-radio[checked=checked]+span {
    background-color: #000;
    outline-color: #000;
    color: #fff
}

#product #product-top .product-variants .radio-list .radio-label {
    background-color: #fff;
    outline: 1px solid rgba(0,0,0,.25);
    border-radius: 3rem;
    min-width: 35px;
    max-height: 35px;
    font-size: .875rem;
    padding: .5rem .75rem;
    white-space: nowrap
}

#product #product-top .product-quantity {
    display: none
}

#product #product-top .product-quantity .qty {
    position: relative;
    width: 120px
}

#product #product-top .product-quantity .qty .button-quantity {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#product #product-top .product-quantity .qty .button-quantity svg {
    width: 20px;
    height: 20px
}

#product #product-top .product-quantity .qty .button-quantity.btn-more {
    right: .5rem
}

#product #product-top .product-quantity .qty .button-quantity.btn-less {
    left: .5rem
}

#product #product-top .product-quantity .qty #quantity_wanted {
    text-align: center;
    font-size: 1rem
}

#product #product-top .product-minimal-quantity {
    margin-top: 10px
}

#product #product-top .add-to-cart {
    font-size: .875rem;
    font-weight: 700
}

@media (min-width: 992px) {
    #product #product-top .add-to-cart {
        font-size:1rem
    }
}

#product #product-top #product-availability {
    font-size: .875rem;
    font-weight: 600
}

#product #product-top #product-availability.available {
    color: #62892d
}

#product #product-top #product-availability.last_remaining_items {
    color: #fd7e14
}

#product #product-top #product-availability.unavailable {
    color: #e92426
}

#product #product-top #product-availability i {
    font-size: 18px;
    vertical-align: -4px
}

#product #product-top .blockreassurance_product {
    font-size: .875rem;
    margin: -1rem 0 2rem
}

#product #product-top .blockreassurance_product .item-product {
    height: auto;
    margin: 8px 0 0;
    padding: 0
}

#product #product-top .blockreassurance_product .item-product img {
    width: 23px;
    height: auto /* MODIF ANTOINE MIGRATION changement valeur propriété height sur auto pour éviter écrasement des icones à l'affichage */
}

#product #product-top .product-description {
    font-size: .875rem
}

#product #product-top .product-description h2{
    font-size: 20px
}

@media (min-width: 992px) {
    #product #product-top .product-description {
        font-size:1rem
    }
}

#product #product-top .product__accordion .h3 {
    border-bottom: 1px solid rgba(0,0,0,.4);
    position: relative;
    font-size: .875rem;
    padding: 1.5rem 0;
    cursor: pointer
}

@media (min-width: 992px) {
    #product #product-top .product__accordion .h3 {
        font-size:1rem
    }
}

#product #product-top .product__accordion .h3:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 15px;
    height: 15px
}

#product #product-top .product__accordion .h3[aria-expanded=false]:after {
    background: url(../img/a983f202422a14821f0d61106a36e38c.svg) no-repeat
}

#product #product-top .product__accordion .h3[aria-expanded=true]:after {
    background: url(../img/684a3c93fbbf67bc586b3bff5e826fa6.svg) no-repeat
}

#product #product-top .product__accordion .content {
    padding: 1.5rem 0;
    color: #000;
    font-size: .875rem
}

@media (min-width: 992px) {
    #product #product-top .product__accordion .content {
        font-size:1rem
    }
}

#product #product-top .product__accordion .content ul {
    list-style: disc;
    padding-left: 1.5rem
}

#product #product-top .product__accordion .content ul li {
    padding: .5rem 0
}

#product #product-top .product__accordion .content #dd_carriers_list {
    font-size: .875rem
}

#product #product-top .product__accordion .content #dd_carriers_list td {
    padding: 1rem
}

#product #product-top .product__expert .h3 {
    font-size: 1.125rem
}

#product #product-top .product__expert .content {
    font-size: .875rem;
    padding-left: 4rem
}

#product #product-top .product-accessories .products-section-title {
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: left
}

#product #product-top .product-accessories .product-miniature {
    margin-bottom: 0
}

#product #product-top .product-accessories .product-thumbnail {
    width: 100%
}

#product #product-top .product-accessories .product-title {
    font-size: .875rem
}

@media (min-width: 992px) {
    #product #product-top .product-accessories .product-title {
        font-size:1rem
    }
}

#product #product-top .product-accessories .price {
    color: #000;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.125rem
}

#product #product-top .product-accessories .product-list-action {
    display: none
}

#product #product-top .product-accessories .product-list-action .add-to-cart {
    font-size: .75rem
}

@media (min-width: 992px) {
    #product #product-top .product-accessories .product-list-action .add-to-cart {
        font-size:.875rem
    }
}

#product #product-featured {
    background: #000;
    color: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 5rem
}

@media (min-width: 992px) {
    #product #product-featured .row {
        margin:0 8%
    }
}

#product #product-featured .col-md-6 {
    display: flex;
    align-items: center
}

#product #product-featured img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

#product #product-featured h2 {
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    #product #product-featured h2 {
        margin-bottom:2rem
    }
}

#product #product-featured .product-featured__text {
    padding: 0 1rem 3rem
}

@media (min-width: 768px) {
    #product #product-featured .product-featured__text {
        padding:4rem 2rem
    }
}

@media (min-width: 1300px) {
    #product #product-featured .product-featured__text {
        padding:4rem 3rem
    }
}

@media (max-width: 991.98px) {
    #product #product-featured .product-featured__text p {
        font-size:.875rem
    }
}

#product #product-featured .product-featured__text p:last-child {
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    #product #product-featured #index .everblock.container>.row,#product #product-featured .container>.row,#product #product-featured .l-wrapper--boxed>.row,#product #product-featured .l-wrapper>.row,#product #product-featured main>.notifications-container>.row {
        padding:0 2rem
    }
}

@media (max-width: 767.98px) {
    #product #product-featured #index .everblock.container>.row,#product #product-featured .container>.row,#product #product-featured .l-wrapper--boxed>.row,#product #product-featured .l-wrapper>.row,#product #product-featured main>.notifications-container>.row {
        padding:0 1rem
    }
}

#product #product-featured .qcd-featured-title p {
    margin: 0 auto
}

@media (min-width: 992px) {
    #product #product-featured .qcd-featured-title p {
        max-width:85%
    }
}

@media (min-width: 1300px) {
    #product #product-featured .qcd-featured-title p {
        max-width:75%
    }
}

#product #product-featured .qcd-featured-cat {
    background: #fff;
    border-radius: 30px;
    color: #000;
    padding: 2rem
}

@media (min-width: 576px) {
    #product #product-featured .qcd-featured-cat {
        padding:2rem 3rem
    }
}

#product #product-featured .qcd-featured-cat .qcd-featured-cat__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media (max-width: 991.98px) {
    #product #product-featured .qcd-featured-cat .qcd-featured-cat__desc {
        font-size:.875rem
    }
}

#product #product-featured .qcd-featured-cat .qcd-featured-cat__desc p {
    display: inline
}

#product #product-featured .qcd-featured-cat .qcd-featured-cat__img img {
    width: auto
}

#product #category-products {
    margin: 0 auto
}

@media (min-width: 768px) {
    #product #category-products {
        max-width:85%
    }
}

@media (min-width: 992px) {
    #product #category-products {
        max-width:90%
    }
}

@media (min-width: 1300px) {
    #product #category-products {
        max-width:92%
    }
}

#product #category-products .product-miniature {
    margin-bottom: 0
}

#product #category-products .product-miniature .product-title {
    line-height: 1.2
}

#product #category-products .product-miniature .product-list-action {
    display: none
}

#product #category-products .slick-arrow {
    top: 35%
}

#product #category-products .slick-arrow.slick-prev {
    transform: rotate(90deg);
    left: -2.5rem
}

#product #category-products .slick-arrow.slick-next {
    transform: rotate(-90deg);
    right: -2.5rem
}


.js-mailalert-alerts article.mt-1.alert.alert-success {
    padding: 0;
    margin: 0
}

button.js-mailalert-add.mt-1 {
    color: #000
}

#checkout .back-to-top,#checkout .js-address-form p:first-child,#checkout .needs-validation p:first-child {
    display: none
}

#checkout .checkout-step:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.08);
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

#checkout .checkout-step .step-title {
    cursor: default
}

#checkout .checkout-step .step-title .step-number {
    font-family: Montserrat,sans-serif
}

#checkout .checkout-step.-complete:not(.-current) .step-title {
    cursor: pointer
}

#checkout .checkout-step.-complete .step-title .done {
    display: inline-block;
    font-size: inherit
}

#checkout .checkout-step.-complete .step-title .step-edit {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 1rem
}

#checkout .checkout-step.-complete .content,#checkout .checkout-step.-current .step-title .step-edit,#checkout .checkout-step.-reachable .content,#checkout .checkout-step.-unreachable .step-title .step-edit {
    display: none
}

#checkout .checkout-step.-current .content {
    display: block;
    padding: 2rem 0
}

#checkout .checkout-step.-current .content .label,#checkout .checkout-step.-current .content label {
    color: #000
}

#checkout .checkout-step.-unreachable .step-title {
    opacity: .4
}

#checkout #checkout-personal-information-step .nav {
    font-size: 1.125rem
}

#checkout #checkout-personal-information-step .nav-link.active {
    color: #ac0000;
    font-weight: 600;
    cursor: default
}

#checkout #checkout-personal-information-step .tab-content {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    padding: 2rem
}

#checkout #checkout-personal-information-step .tab-content form {
    width: 80%;
    margin: 0 auto
}

#checkout #checkout-personal-information-step .form-id_gender {
    display: flex;
    margin-bottom: 1rem
}

#checkout #checkout-personal-information-step .form-id_gender span {
    margin-right: 1rem
}

#checkout #checkout-personal-information-step .form-id_gender .custom-control-label {
    justify-content: unset
}

#checkout #checkout-addresses-step .address-item .card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px
}

#checkout #checkout-addresses-step .address-item .card-block,#checkout #checkout-addresses-step .address-item .card-body,#checkout #checkout-addresses-step .address-item .page-content {
    background: #fff;
    font-weight: 400
}

#checkout #checkout-addresses-step .address-item .card-footer i {
    font-size: 16px;
    margin-right: .5rem
}

#checkout #checkout-addresses-step .card--address {
    background: rgba(0,0,0,.03)!important;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px
}

#checkout #checkout-addresses-step .card--address:hover {
    text-decoration: none
}

#checkout #checkout-addresses-step .checkout-address-form {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    padding: 2rem
}

#checkout #checkout-addresses-step .form-footer {
    display: flex;
    justify-content: center;
    align-items: center
}

#checkout #checkout-addresses-step .form-footer .cancel-address {
    color: #000!important;
    text-decoration: none;
    margin-left: 20px
}

#checkout #checkout-addresses-step .form-footer .cancel-address:active,#checkout #checkout-addresses-step .form-footer .cancel-address:focus,#checkout #checkout-addresses-step .form-footer .cancel-address:hover {
    color: #fff!important
}

#checkout #checkout-delivery-step .delivery-option {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 2rem
}

#checkout #checkout-delivery-step .delivery-option .row {
    align-items: center
}

#checkout #checkout-delivery-step .delivery-option .carrier-name {
    font-weight: 400;
    margin-bottom: 0
}

#checkout #checkout-delivery-step .delivery-option .carrier-delay {
    color: #000;
    font-size: .875rem;
    font-weight: 600
}

#checkout #checkout-delivery-step .order-options .label,#checkout #checkout-delivery-step .order-options label {
    color: #000
}

#checkout #checkout-delivery-step #delivery.form-group .label,#checkout #checkout-delivery-step #delivery.form-group label {
    margin-bottom: .5rem
}

#checkout #checkout-delivery-step #abfd_below_carriers {
    display: none
}

#checkout #checkout-payment-step .payment-option {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 2rem;
    transition: all .3s ease
}

#checkout #checkout-payment-step .payment-option:hover {
    background: rgba(0,0,0,.01)
}

#checkout #checkout-payment-step .payment-option .custom-control-label:after,#checkout #checkout-payment-step .payment-option .custom-control-label:before {
    top: .4rem;
    left: -1.75rem
}

#checkout #checkout-payment-step .payment-option img {
    margin-left: .5rem
}

#checkout #checkout-payment-step .additional-information .alert-info {
    background-color: #fff;
    border-color: rgba(0,0,0,.08);
    color: #000
}

#checkout #checkout-payment-step #conditions-to-approve a {
    color: #000;
    text-decoration: underline
}

#checkout #checkout-payment-step #conditions-to-approve a:hover {
    opacity: .8
}

#checkout .sticky-top {
    top: 30px;
    z-index: 1
}

@media (min-width: 1300px) {
    #checkout .sticky-top {
        top:40px
    }
}

#checkout #cart-summary {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 2rem
}

@media (min-width: 1300px) {
    #checkout #cart-summary {
        padding:3rem
    }
}

#checkout #cart-summary .card-block,#checkout #cart-summary .card-body,#checkout #cart-summary .page-content {
    padding: 0 0 .5rem
}

#checkout #cart-summary .card-footer {
    background: none;
    padding: 1rem 0
}

#checkout #cart-summary .link__showsummary .qcdsvg {
    width: 16px;
    height: 16px
}

#checkout #cart-summary #cart-summary-product-list .product-img {
    flex: 0 0 50px
}

#checkout #cart-summary #cart-summary-product-list .product-img img {
    border-radius: 10px
}

#checkout #cart-summary #cart-summary-product-list .product-quantity {
    font-weight: 600;
    margin-right: .25rem
}

#checkout #cart-summary #cart-summary-product-list .product-name {
    font-size: .875rem
}

#checkout #cart-summary #abfd_checkout_summary_top {
    font-size: .875rem!important;
    text-align: center;
    margin: 1rem 0;
    padding: 1rem!important
}

#checkout #cart-summary .cart-summary-line {
    font-weight: 600
}

#checkout #cart-summary .cart-summary-line#cart-subtotal-products {
    margin-top: 2rem!important
}

#checkout #cart-summary .cart-summary-totals {
    font-size: 1.25rem
}

#checkout #cart-summary .cart-summary-totals .label,#checkout #cart-summary .cart-summary-totals .value {
    font-weight: 700
}

#checkout .colissimo-front-widget .modal-header {
    align-items: center
}

#checkout .colissimo-front-widget .modal-header .close {
    order: 1;
    margin-top: -18px
}

#checkout .colissimo-front-widget .modal-header .close span {
    font-size: 35px;
    font-weight: 400
}

#checkout .colissimo-front-widget #colissimo-widget-container {
    width: 100%!important;
    height: auto!important;
    padding: 0!important
}

#sitemap h1 {
    text-align: center;
    margin: 3rem 0
}

#sitemap .sitemap li a {
    color: #000;
    font-size: .875rem
}

#cms .h1 strong,#cms .h2 strong,#cms .h3 strong,#cms .h4 strong,#cms .h5 strong,#cms .h6 strong,#cms .page-heading strong,#cms .products-section-title strong,#cms h1 strong,#cms h2 strong,#cms h3 strong,#cms h4 strong,#cms h5 strong,#cms h6 strong {
    font-weight: 400
}

#order-confirmation h1 {
    text-align: center;
    margin: 2rem 0 3rem
}

@media (min-width: 992px) {
    #order-confirmation h1 {
        margin:3rem 0
    }
}

#order-confirmation .card {
    background: none
}

#order-confirmation #order-details,#order-confirmation .card-block,#order-confirmation .card-body,#order-confirmation .page-content {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 2rem
}

#order-confirmation .order-line {
    border-bottom: 1px solid rgba(0,0,0,.08)
}

#order-confirmation .order-line .img-fluid {
    border-radius: 10px
}

#order-confirmation .order-line .details {
    font-weight: 600
}

#order-confirmation .order-line .price {
    color: #000;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.125rem;
    font-weight: 400
}

#order-confirmation .order-total-line:last-child {
    font-size: 1.25rem
}

#order-confirmation .order-total-line>div {
    width: 200px;
    padding: .5rem 1rem
}

body {
    background-color: #fff
}

a {
    text-decoration: none
}

sup {
    top: -.3em
}

.page-header h1 {
    margin-bottom: 0
}

.page-footer:empty {
    display: none
}

.left-column>div,.right-column>div {
    margin-bottom: 1rem
}

.l-footer {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0
}

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

.h1,.page-heading,.products-section-title,h1 {
    text-transform: none
}

@media (max-width: 575.98px) {
    .h1,.page-heading,.products-section-title,h1 {
        font-size:1.75rem
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .h1,.page-heading,.products-section-title,h1 {
        font-size:2rem
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .h1,.page-heading,.products-section-title,h1 {
        font-size:2.25rem
    }
}

@media (min-width: 992px) {
    .h1,.page-heading,.products-section-title,h1 {
        font-size:2.5rem
    }
}

@media (max-width: 575.98px) {
    .h2,h2 {
        font-size:1.4rem
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .h2,h2 {
        font-size:1.6rem
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .h2,h2 {
        font-size:1.8rem
    }
}

@media (min-width: 992px) {
    .h2,h2 {
        font-size:2rem
    }
}

@media (max-width: 575.98px) {
    .h3,h3 {
        font-size:1.05rem
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .h3,h3 {
        font-size:1.2rem
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .h3,h3 {
        font-size:1.35rem
    }
}

@media (min-width: 992px) {
    .h3,h3 {
        font-size:1.5rem
    }
}

@media (max-width: 575.98px) {
    .h4,h4 {
        font-size:.9625rem
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .h4,h4 {
        font-size:1.1rem
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .h4,h4 {
        font-size:1.2375rem
    }
}

@media (min-width: 992px) {
    .h4,h4 {
        font-size:1.375rem
    }
}

@media (max-width: 575.98px) {
    .h5,h5 {
        font-size:.875rem
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .h5,h5 {
        font-size:1rem
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .h5,h5 {
        font-size:1.125rem
    }
}

@media (min-width: 992px) {
    .h5,h5 {
        font-size:1.25rem
    }
}

@media (max-width: 575.98px) {
    .h6,h6 {
        font-size:.7rem
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .h6,h6 {
        font-size:.8rem
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .h6,h6 {
        font-size:.9rem
    }
}

@media (min-width: 992px) {
    .h6,h6 {
        font-size:1rem
    }
}

.form-group.form-group_forgot-password {
    margin-top: -.5rem
}

.bootstrap-touchspin {
    border: 1px solid #d2d2d2
}

.bootstrap-touchspin>input {
    max-width: 60px;
    border: none;
    box-shadow: none;
    text-align: center;
    font-weight: 700
}

.bootstrap-touchspin>input::-webkit-inner-spin-button,.bootstrap-touchspin>input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.bootstrap-touchspin .btn {
    position: relative;
    z-index: 2;
    color: #666;
    background-color: #fff
}

.bootstrap-touchspin .input-group-btn {
    display: inline-block
}

.bootstrap-touchspin .input-group-btn:first-child {
    margin-right: -1px
}

.bootstrap-touchspin .input-group-btn:last-child {
    margin-left: -1px
}

.rc {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    background: rgba(0,0,0,.05);
    transition: background .15s
}

.rc:after {
    content: "";
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    z-index: 2;
    border-color: #dee2e6 transparent #dee2e6 #dee2e6
}

.rc--lazyload:after {
    display: none
}

.rc>* {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rc>a {
    display: block
}

.ratio2_1 {
    padding-top: 50%
}

.ratio1_2 {
    padding-top: 200%
}

.ratio4_3 {
    padding-top: 75%
}

.ratio16_9 {
    padding-top: 56.25%
}

.ratio1_1 {
    padding-top: 100%
}

.ratio3_2 {
    padding-top: 33.33333%
}

.icon-collapse {
    transition: transform .4s ease
}

.icon-collapse[aria-expanded=true] {
    transform: rotate(180deg)
}

.order-checkout .card-block,.order-checkout .card-body,.order-checkout .page-content {
    padding-bottom: 0
}

.step-edit[aria-expanded=true] {
    display: none
}

.step-title {
    margin-bottom: 0
}

.-complete.-reachable .step-title .done {
    display: inline-block
}

.-current .step-title .done {
    visibility: hidden
}

.-current .card-header {
    background-color: #fff
}

.accordion .card-block .card,.accordion .card-body .card,.accordion .page-content .card {
    border: 1px solid rgba(0,0,0,.125);
    transition: border .1s linear
}

.accordion .card-block .card-header,.accordion .card-body .card-header,.accordion .page-content .card-header {
    text-align: center
}

.accordion .selected .card {
    border-color: #62892d;
    border-width: 2px
}

.nav-tabs-info {
    font-size: 1.1rem
}

.nav-tabs-info .active {
    font-weight: 700
}

.address-selector .card {
    transition: border .1s linear
}

.address-selector .card-block,.address-selector .card-body,.address-selector .card-header,.address-selector .page-content {
    cursor: pointer
}

.card-body_add-address {
    padding: .75rem 1.25rem
}

.card-body_add-address .material-icons {
    opacity: .8
}

.delivery-option {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #ddd
}

.carrier-extra-content:not(:empty) {
    margin-bottom: 2rem
}

.carrier-extra-content:not(:empty):empty {
    display: none
}

.carrier-name,.carrier-price {
    font-weight: 700
}

.carrier-price {
    font-size: 1.25rem;
    color: #ac0000
}

.nav-tabs .nav-link {
    color: #6c757d;
    font-weight: 700
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    border-bottom-width: 3px
}

.tab-content {
    padding-top: 1rem
}

.products-section-title {
    text-transform: none;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    font-size: 2rem
}

.page-heading {
    text-align: center
}

.page-home>* {
    margin-bottom: 1 rem-y
}

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

    .modal-footer>.btn {
        margin: 0;
        width: 100%
    }

    .modal-footer .btn:not(:last-child) {
        margin-top: .5rem
    }
}

.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.nav-tabs::-webkit-scrollbar {
    display: none
}

.nav-tabs .nav-link {
    white-space: nowrap
}

.badge.bright {
    color: #fff
}

.pagination .page-item .page-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    opacity: .6;
    background-color: transparent;
    border: none;
    padding: .5rem
}

.pagination .page-item .page-link:target {
    border: none
}

.pagination .page-item .page-link.next,.pagination .page-item .page-link.previous {
    color: #000;
    opacity: 1;
    top: -1px
}

.pagination .page-item.active .page-link {
    color: #000;
    opacity: 1;
    background-color: transparent;
    border: none
}

.qcdsvg .st0 {
    display: block;
    stroke-linecap: unset;
    stroke-linejoin: unset;
    fill-rule: unset;
    clip-rule: unset;
    stroke-miterlimit: unset
}

.no-js img.lazyload {
    display: none
}

.lazyload,.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .5s
}

.slick-slide.lazyload,.slick-slide .lazyload {
    display: none!important
}

.slick-active.lazyload,.slick-active .lazyload,.slick-current+.slick-slide.lazyload,.slick-current+.slick-slide .lazyload,.slick-current.lazyload,.slick-current .lazyload {
    display: block!important
}

#home-top>.container,#home-top>.container-fluid,#home-top>.container-lg,#home-top>.container-md,#home-top>.container-sm,#home-top>.container-xl,#home-top>.l-wrapper,#home-top>.l-wrapper--boxed,#index #home-top>.everblock.container,main#home-top>.notifications-container {
    margin: 0 auto;
    padding: 0
}

@media (max-width: 991.98px) {
    #home-top>.container #qcdslider-slider:not(.no-margin),#home-top>.container-fluid #qcdslider-slider:not(.no-margin),#home-top>.container-lg #qcdslider-slider:not(.no-margin),#home-top>.container-md #qcdslider-slider:not(.no-margin),#home-top>.container-sm #qcdslider-slider:not(.no-margin),#home-top>.container-xl #qcdslider-slider:not(.no-margin),#home-top>.l-wrapper #qcdslider-slider:not(.no-margin),#home-top>.l-wrapper--boxed #qcdslider-slider:not(.no-margin),#index #home-top>.everblock.container #qcdslider-slider:not(.no-margin),main#home-top>.notifications-container #qcdslider-slider:not(.no-margin) {
        margin-top:-59px
    }
}

#home-top>.container #qcdslider-slider .slick-dotted.slick-slider,#home-top>.container-fluid #qcdslider-slider .slick-dotted.slick-slider,#home-top>.container-lg #qcdslider-slider .slick-dotted.slick-slider,#home-top>.container-md #qcdslider-slider .slick-dotted.slick-slider,#home-top>.container-sm #qcdslider-slider .slick-dotted.slick-slider,#home-top>.container-xl #qcdslider-slider .slick-dotted.slick-slider,#home-top>.l-wrapper #qcdslider-slider .slick-dotted.slick-slider,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-dotted.slick-slider,#index #home-top>.everblock.container #qcdslider-slider .slick-dotted.slick-slider,main#home-top>.notifications-container #qcdslider-slider .slick-dotted.slick-slider {
    margin-bottom: 0
}

#home-top>.container #qcdslider-slider .qcdslider-container,#home-top>.container-fluid #qcdslider-slider .qcdslider-container,#home-top>.container-lg #qcdslider-slider .qcdslider-container,#home-top>.container-md #qcdslider-slider .qcdslider-container,#home-top>.container-sm #qcdslider-slider .qcdslider-container,#home-top>.container-xl #qcdslider-slider .qcdslider-container,#home-top>.l-wrapper #qcdslider-slider .qcdslider-container,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-container,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-container,main#home-top>.notifications-container #qcdslider-slider .qcdslider-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    overflow: hidden
}

@media (max-width: 767.98px) {
    #home-top>.container #qcdslider-slider .qcdslider-container,#home-top>.container-fluid #qcdslider-slider .qcdslider-container,#home-top>.container-lg #qcdslider-slider .qcdslider-container,#home-top>.container-md #qcdslider-slider .qcdslider-container,#home-top>.container-sm #qcdslider-slider .qcdslider-container,#home-top>.container-xl #qcdslider-slider .qcdslider-container,#home-top>.l-wrapper #qcdslider-slider .qcdslider-container,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-container,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-container,main#home-top>.notifications-container #qcdslider-slider .qcdslider-container {
        height:600px
    }
}

#home-top>.container #qcdslider-slider .qcdslider-container:before,#home-top>.container-fluid #qcdslider-slider .qcdslider-container:before,#home-top>.container-lg #qcdslider-slider .qcdslider-container:before,#home-top>.container-md #qcdslider-slider .qcdslider-container:before,#home-top>.container-sm #qcdslider-slider .qcdslider-container:before,#home-top>.container-xl #qcdslider-slider .qcdslider-container:before,#home-top>.l-wrapper #qcdslider-slider .qcdslider-container:before,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-container:before,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-container:before,main#home-top>.notifications-container #qcdslider-slider .qcdslider-container:before {
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.95) 10%,rgba(0,0,0,.8) 20%,transparent 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

@media (min-width: 768px) {
    #home-top>.container #qcdslider-slider .qcdslider-container:before,#home-top>.container-fluid #qcdslider-slider .qcdslider-container:before,#home-top>.container-lg #qcdslider-slider .qcdslider-container:before,#home-top>.container-md #qcdslider-slider .qcdslider-container:before,#home-top>.container-sm #qcdslider-slider .qcdslider-container:before,#home-top>.container-xl #qcdslider-slider .qcdslider-container:before,#home-top>.l-wrapper #qcdslider-slider .qcdslider-container:before,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-container:before,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-container:before,main#home-top>.notifications-container #qcdslider-slider .qcdslider-container:before {
        background:linear-gradient(90deg,rgba(0,0,0,.95) 10%,rgba(0,0,0,.8) 20%,transparent 80%)
    }
}

#home-top>.container #qcdslider-slider .qcdslider-container img,#home-top>.container-fluid #qcdslider-slider .qcdslider-container img,#home-top>.container-lg #qcdslider-slider .qcdslider-container img,#home-top>.container-md #qcdslider-slider .qcdslider-container img,#home-top>.container-sm #qcdslider-slider .qcdslider-container img,#home-top>.container-xl #qcdslider-slider .qcdslider-container img,#home-top>.l-wrapper #qcdslider-slider .qcdslider-container img,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-container img,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-container img,main#home-top>.notifications-container #qcdslider-slider .qcdslider-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 100%
}

@media (max-width: 767.98px) {
    #home-top>.container #qcdslider-slider .qcdslider-container img,#home-top>.container-fluid #qcdslider-slider .qcdslider-container img,#home-top>.container-lg #qcdslider-slider .qcdslider-container img,#home-top>.container-md #qcdslider-slider .qcdslider-container img,#home-top>.container-sm #qcdslider-slider .qcdslider-container img,#home-top>.container-xl #qcdslider-slider .qcdslider-container img,#home-top>.l-wrapper #qcdslider-slider .qcdslider-container img,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-container img,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-container img,main#home-top>.notifications-container #qcdslider-slider .qcdslider-container img {
        position:relative;
        top: auto;
        left: auto;
        width: 100%
    }
}

#home-top>.container #qcdslider-slider .qcdslider-container a,#home-top>.container-fluid #qcdslider-slider .qcdslider-container a,#home-top>.container-lg #qcdslider-slider .qcdslider-container a,#home-top>.container-md #qcdslider-slider .qcdslider-container a,#home-top>.container-sm #qcdslider-slider .qcdslider-container a,#home-top>.container-xl #qcdslider-slider .qcdslider-container a,#home-top>.l-wrapper #qcdslider-slider .qcdslider-container a,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-container a,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-container a,main#home-top>.notifications-container #qcdslider-slider .qcdslider-container a {
    text-decoration: none
}

#home-top>.container #qcdslider-slider .slide-txt,#home-top>.container-fluid #qcdslider-slider .slide-txt,#home-top>.container-lg #qcdslider-slider .slide-txt,#home-top>.container-md #qcdslider-slider .slide-txt,#home-top>.container-sm #qcdslider-slider .slide-txt,#home-top>.container-xl #qcdslider-slider .slide-txt,#home-top>.l-wrapper #qcdslider-slider .slide-txt,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt,#index #home-top>.everblock.container #qcdslider-slider .slide-txt,main#home-top>.notifications-container #qcdslider-slider .slide-txt {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    padding-bottom: 3rem;
    z-index: 1
}

@media (min-width: 768px) {
    #home-top>.container #qcdslider-slider .slide-txt,#home-top>.container-fluid #qcdslider-slider .slide-txt,#home-top>.container-lg #qcdslider-slider .slide-txt,#home-top>.container-md #qcdslider-slider .slide-txt,#home-top>.container-sm #qcdslider-slider .slide-txt,#home-top>.container-xl #qcdslider-slider .slide-txt,#home-top>.l-wrapper #qcdslider-slider .slide-txt,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt,#index #home-top>.everblock.container #qcdslider-slider .slide-txt,main#home-top>.notifications-container #qcdslider-slider .slide-txt {
        padding-left:2rem
    }
}

@media (min-width: 992px) {
    #home-top>.container #qcdslider-slider .slide-txt,#home-top>.container-fluid #qcdslider-slider .slide-txt,#home-top>.container-lg #qcdslider-slider .slide-txt,#home-top>.container-md #qcdslider-slider .slide-txt,#home-top>.container-sm #qcdslider-slider .slide-txt,#home-top>.container-xl #qcdslider-slider .slide-txt,#home-top>.l-wrapper #qcdslider-slider .slide-txt,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt,#index #home-top>.everblock.container #qcdslider-slider .slide-txt,main#home-top>.notifications-container #qcdslider-slider .slide-txt {
        justify-content:center;
        padding-bottom: 0
    }
}

@media (min-width: 992px) and (max-width:1299.98px) {
    #home-top>.container #qcdslider-slider .slide-txt .container,#home-top>.container #qcdslider-slider .slide-txt .l-wrapper,#home-top>.container #qcdslider-slider .slide-txt .l-wrapper--boxed,#home-top>.container #qcdslider-slider .slide-txt main>.notifications-container,#home-top>.container-fluid #qcdslider-slider .slide-txt .container,#home-top>.container-fluid #qcdslider-slider .slide-txt .l-wrapper,#home-top>.container-fluid #qcdslider-slider .slide-txt .l-wrapper--boxed,#home-top>.container-fluid #qcdslider-slider .slide-txt main>.notifications-container,#home-top>.container-lg #qcdslider-slider .slide-txt .container,#home-top>.container-lg #qcdslider-slider .slide-txt .l-wrapper,#home-top>.container-lg #qcdslider-slider .slide-txt .l-wrapper--boxed,#home-top>.container-lg #qcdslider-slider .slide-txt main>.notifications-container,#home-top>.container-md #qcdslider-slider .slide-txt .container,#home-top>.container-md #qcdslider-slider .slide-txt .l-wrapper,#home-top>.container-md #qcdslider-slider .slide-txt .l-wrapper--boxed,#home-top>.container-md #qcdslider-slider .slide-txt main>.notifications-container,#home-top>.container-sm #qcdslider-slider .slide-txt .container,#home-top>.container-sm #qcdslider-slider .slide-txt .l-wrapper,#home-top>.container-sm #qcdslider-slider .slide-txt .l-wrapper--boxed,#home-top>.container-sm #qcdslider-slider .slide-txt main>.notifications-container,#home-top>.container-xl #qcdslider-slider .slide-txt .container,#home-top>.container-xl #qcdslider-slider .slide-txt .l-wrapper,#home-top>.container-xl #qcdslider-slider .slide-txt .l-wrapper--boxed,#home-top>.container-xl #qcdslider-slider .slide-txt main>.notifications-container,#home-top>.l-wrapper #qcdslider-slider .slide-txt .container,#home-top>.l-wrapper #qcdslider-slider .slide-txt .l-wrapper,#home-top>.l-wrapper #qcdslider-slider .slide-txt .l-wrapper--boxed,#home-top>.l-wrapper #qcdslider-slider .slide-txt main>.notifications-container,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt .container,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt .l-wrapper,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt .l-wrapper--boxed,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt main>.notifications-container,#index #home-top>.container #qcdslider-slider .slide-txt .everblock.container,#index #home-top>.container-fluid #qcdslider-slider .slide-txt .everblock.container,#index #home-top>.container-lg #qcdslider-slider .slide-txt .everblock.container,#index #home-top>.container-md #qcdslider-slider .slide-txt .everblock.container,#index #home-top>.container-sm #qcdslider-slider .slide-txt .everblock.container,#index #home-top>.container-xl #qcdslider-slider .slide-txt .everblock.container,#index #home-top>.everblock.container #qcdslider-slider .slide-txt .container,#index #home-top>.everblock.container #qcdslider-slider .slide-txt .l-wrapper,#index #home-top>.everblock.container #qcdslider-slider .slide-txt .l-wrapper--boxed,#index #home-top>.everblock.container #qcdslider-slider .slide-txt main>.notifications-container,#index #home-top>.l-wrapper #qcdslider-slider .slide-txt .everblock.container,#index #home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt .everblock.container,#index main#home-top>.notifications-container #qcdslider-slider .slide-txt .everblock.container,main#home-top>.notifications-container #qcdslider-slider .slide-txt .container,main#home-top>.notifications-container #qcdslider-slider .slide-txt .l-wrapper,main#home-top>.notifications-container #qcdslider-slider .slide-txt .l-wrapper--boxed,main#home-top>.notifications-container #qcdslider-slider .slide-txt main>.notifications-container {
        padding:0 1.5rem
    }
}

@media (max-width: 767.98px) {
    #home-top>.container #qcdslider-slider .slide-txt__content,#home-top>.container-fluid #qcdslider-slider .slide-txt__content,#home-top>.container-lg #qcdslider-slider .slide-txt__content,#home-top>.container-md #qcdslider-slider .slide-txt__content,#home-top>.container-sm #qcdslider-slider .slide-txt__content,#home-top>.container-xl #qcdslider-slider .slide-txt__content,#home-top>.l-wrapper #qcdslider-slider .slide-txt__content,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt__content,#index #home-top>.everblock.container #qcdslider-slider .slide-txt__content,main#home-top>.notifications-container #qcdslider-slider .slide-txt__content {
        padding:0 2rem
    }
}

@media (min-width: 768px) {
    #home-top>.container #qcdslider-slider .slide-txt__content,#home-top>.container-fluid #qcdslider-slider .slide-txt__content,#home-top>.container-lg #qcdslider-slider .slide-txt__content,#home-top>.container-md #qcdslider-slider .slide-txt__content,#home-top>.container-sm #qcdslider-slider .slide-txt__content,#home-top>.container-xl #qcdslider-slider .slide-txt__content,#home-top>.l-wrapper #qcdslider-slider .slide-txt__content,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt__content,#index #home-top>.everblock.container #qcdslider-slider .slide-txt__content,main#home-top>.notifications-container #qcdslider-slider .slide-txt__content {
        width:55%
    }
}

@media (min-width: 992px) {
    #home-top>.container #qcdslider-slider .slide-txt__content,#home-top>.container-fluid #qcdslider-slider .slide-txt__content,#home-top>.container-lg #qcdslider-slider .slide-txt__content,#home-top>.container-md #qcdslider-slider .slide-txt__content,#home-top>.container-sm #qcdslider-slider .slide-txt__content,#home-top>.container-xl #qcdslider-slider .slide-txt__content,#home-top>.l-wrapper #qcdslider-slider .slide-txt__content,#home-top>.l-wrapper--boxed #qcdslider-slider .slide-txt__content,#index #home-top>.everblock.container #qcdslider-slider .slide-txt__content,main#home-top>.notifications-container #qcdslider-slider .slide-txt__content {
        width:42%
    }
}

#home-top>.container #qcdslider-slider .qcdslider-title,#home-top>.container-fluid #qcdslider-slider .qcdslider-title,#home-top>.container-lg #qcdslider-slider .qcdslider-title,#home-top>.container-md #qcdslider-slider .qcdslider-title,#home-top>.container-sm #qcdslider-slider .qcdslider-title,#home-top>.container-xl #qcdslider-slider .qcdslider-title,#home-top>.l-wrapper #qcdslider-slider .qcdslider-title,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-title,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-title,main#home-top>.notifications-container #qcdslider-slider .qcdslider-title {
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    #home-top>.container #qcdslider-slider .qcdslider-title,#home-top>.container-fluid #qcdslider-slider .qcdslider-title,#home-top>.container-lg #qcdslider-slider .qcdslider-title,#home-top>.container-md #qcdslider-slider .qcdslider-title,#home-top>.container-sm #qcdslider-slider .qcdslider-title,#home-top>.container-xl #qcdslider-slider .qcdslider-title,#home-top>.l-wrapper #qcdslider-slider .qcdslider-title,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-title,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-title,main#home-top>.notifications-container #qcdslider-slider .qcdslider-title {
        font-size:2rem
    }
}

#home-top>.container #qcdslider-slider .qcdslider-description,#home-top>.container-fluid #qcdslider-slider .qcdslider-description,#home-top>.container-lg #qcdslider-slider .qcdslider-description,#home-top>.container-md #qcdslider-slider .qcdslider-description,#home-top>.container-sm #qcdslider-slider .qcdslider-description,#home-top>.container-xl #qcdslider-slider .qcdslider-description,#home-top>.l-wrapper #qcdslider-slider .qcdslider-description,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-description,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-description,main#home-top>.notifications-container #qcdslider-slider .qcdslider-description {
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    color: #fff
}

@media (min-width: 768px) {
    #home-top>.container #qcdslider-slider .qcdslider-description,#home-top>.container-fluid #qcdslider-slider .qcdslider-description,#home-top>.container-lg #qcdslider-slider .qcdslider-description,#home-top>.container-md #qcdslider-slider .qcdslider-description,#home-top>.container-sm #qcdslider-slider .qcdslider-description,#home-top>.container-xl #qcdslider-slider .qcdslider-description,#home-top>.l-wrapper #qcdslider-slider .qcdslider-description,#home-top>.l-wrapper--boxed #qcdslider-slider .qcdslider-description,#index #home-top>.everblock.container #qcdslider-slider .qcdslider-description,main#home-top>.notifications-container #qcdslider-slider .qcdslider-description {
        font-size:1rem
    }
}

#home-top>.container #qcdslider-slider .trustpilot-container,#home-top>.container-fluid #qcdslider-slider .trustpilot-container,#home-top>.container-lg #qcdslider-slider .trustpilot-container,#home-top>.container-md #qcdslider-slider .trustpilot-container,#home-top>.container-sm #qcdslider-slider .trustpilot-container,#home-top>.container-xl #qcdslider-slider .trustpilot-container,#home-top>.l-wrapper #qcdslider-slider .trustpilot-container,#home-top>.l-wrapper--boxed #qcdslider-slider .trustpilot-container,#index #home-top>.everblock.container #qcdslider-slider .trustpilot-container,main#home-top>.notifications-container #qcdslider-slider .trustpilot-container {
    max-width: 230px;
    margin: 0 auto;
    padding: 1.5rem 0 0
}

@media (min-width: 768px) {
    #home-top>.container #qcdslider-slider .trustpilot-container,#home-top>.container-fluid #qcdslider-slider .trustpilot-container,#home-top>.container-lg #qcdslider-slider .trustpilot-container,#home-top>.container-md #qcdslider-slider .trustpilot-container,#home-top>.container-sm #qcdslider-slider .trustpilot-container,#home-top>.container-xl #qcdslider-slider .trustpilot-container,#home-top>.l-wrapper #qcdslider-slider .trustpilot-container,#home-top>.l-wrapper--boxed #qcdslider-slider .trustpilot-container,#index #home-top>.everblock.container #qcdslider-slider .trustpilot-container,main#home-top>.notifications-container #qcdslider-slider .trustpilot-container {
        margin:0 0 0 -14px
    }
}

@media (min-width: 992px) {
    #home-top>.container #qcdslider-slider .trustpilot-container,#home-top>.container-fluid #qcdslider-slider .trustpilot-container,#home-top>.container-lg #qcdslider-slider .trustpilot-container,#home-top>.container-md #qcdslider-slider .trustpilot-container,#home-top>.container-sm #qcdslider-slider .trustpilot-container,#home-top>.container-xl #qcdslider-slider .trustpilot-container,#home-top>.l-wrapper #qcdslider-slider .trustpilot-container,#home-top>.l-wrapper--boxed #qcdslider-slider .trustpilot-container,#index #home-top>.everblock.container #qcdslider-slider .trustpilot-container,main#home-top>.notifications-container #qcdslider-slider .trustpilot-container {
        padding:3rem 0 0
    }
}

#home-top>.container #qcdslider-slider .slick-dots,#home-top>.container-fluid #qcdslider-slider .slick-dots,#home-top>.container-lg #qcdslider-slider .slick-dots,#home-top>.container-md #qcdslider-slider .slick-dots,#home-top>.container-sm #qcdslider-slider .slick-dots,#home-top>.container-xl #qcdslider-slider .slick-dots,#home-top>.l-wrapper #qcdslider-slider .slick-dots,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-dots,#index #home-top>.everblock.container #qcdslider-slider .slick-dots,main#home-top>.notifications-container #qcdslider-slider .slick-dots {
    bottom: 15px
}

@media (max-width: 767.98px) {
    #home-top>.container #qcdslider-slider .slick-dots,#home-top>.container-fluid #qcdslider-slider .slick-dots,#home-top>.container-lg #qcdslider-slider .slick-dots,#home-top>.container-md #qcdslider-slider .slick-dots,#home-top>.container-sm #qcdslider-slider .slick-dots,#home-top>.container-xl #qcdslider-slider .slick-dots,#home-top>.l-wrapper #qcdslider-slider .slick-dots,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-dots,#index #home-top>.everblock.container #qcdslider-slider .slick-dots,main#home-top>.notifications-container #qcdslider-slider .slick-dots {
        display:block!important;
        bottom: 175px
    }
}

#home-top>.container #qcdslider-slider .slick-dots li:not(.slick-active) button,#home-top>.container-fluid #qcdslider-slider .slick-dots li:not(.slick-active) button,#home-top>.container-lg #qcdslider-slider .slick-dots li:not(.slick-active) button,#home-top>.container-md #qcdslider-slider .slick-dots li:not(.slick-active) button,#home-top>.container-sm #qcdslider-slider .slick-dots li:not(.slick-active) button,#home-top>.container-xl #qcdslider-slider .slick-dots li:not(.slick-active) button,#home-top>.l-wrapper #qcdslider-slider .slick-dots li:not(.slick-active) button,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-dots li:not(.slick-active) button,#index #home-top>.everblock.container #qcdslider-slider .slick-dots li:not(.slick-active) button,main#home-top>.notifications-container #qcdslider-slider .slick-dots li:not(.slick-active) button {
    background: none;
    border-color: #ddd
}

#home-top>.container #qcdslider-slider .slick-arrow,#home-top>.container-fluid #qcdslider-slider .slick-arrow,#home-top>.container-lg #qcdslider-slider .slick-arrow,#home-top>.container-md #qcdslider-slider .slick-arrow,#home-top>.container-sm #qcdslider-slider .slick-arrow,#home-top>.container-xl #qcdslider-slider .slick-arrow,#home-top>.l-wrapper #qcdslider-slider .slick-arrow,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow,main#home-top>.notifications-container #qcdslider-slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin: 0;
    display: none!important
}

@media (max-width: 1299.98px) {
    #home-top>.container #qcdslider-slider .slick-arrow,#home-top>.container-fluid #qcdslider-slider .slick-arrow,#home-top>.container-lg #qcdslider-slider .slick-arrow,#home-top>.container-md #qcdslider-slider .slick-arrow,#home-top>.container-sm #qcdslider-slider .slick-arrow,#home-top>.container-xl #qcdslider-slider .slick-arrow,#home-top>.l-wrapper #qcdslider-slider .slick-arrow,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow,main#home-top>.notifications-container #qcdslider-slider .slick-arrow {
        background:#fff;
        border-radius: 50%
    }
}

@media (max-width: 767.98px) {
    #home-top>.container #qcdslider-slider .slick-arrow,#home-top>.container-fluid #qcdslider-slider .slick-arrow,#home-top>.container-lg #qcdslider-slider .slick-arrow,#home-top>.container-md #qcdslider-slider .slick-arrow,#home-top>.container-sm #qcdslider-slider .slick-arrow,#home-top>.container-xl #qcdslider-slider .slick-arrow,#home-top>.l-wrapper #qcdslider-slider .slick-arrow,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow,main#home-top>.notifications-container #qcdslider-slider .slick-arrow {
        display:none!important
    }
}

#home-top>.container #qcdslider-slider .slick-arrow:before,#home-top>.container-fluid #qcdslider-slider .slick-arrow:before,#home-top>.container-lg #qcdslider-slider .slick-arrow:before,#home-top>.container-md #qcdslider-slider .slick-arrow:before,#home-top>.container-sm #qcdslider-slider .slick-arrow:before,#home-top>.container-xl #qcdslider-slider .slick-arrow:before,#home-top>.l-wrapper #qcdslider-slider .slick-arrow:before,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow:before,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow:before,main#home-top>.notifications-container #qcdslider-slider .slick-arrow:before {
    content: "";
    opacity: 1;
    width: 40px;
    height: 40px
}

#home-top>.container #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-fluid #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-lg #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-md #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-sm #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-xl #qcdslider-slider .slick-arrow.slick-prev,#home-top>.l-wrapper #qcdslider-slider .slick-arrow.slick-prev,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow.slick-prev,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow.slick-prev,main#home-top>.notifications-container #qcdslider-slider .slick-arrow.slick-prev {
    margin-left: -50px
}

@media (max-width: 1299.98px) {
    #home-top>.container #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-fluid #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-lg #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-md #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-sm #qcdslider-slider .slick-arrow.slick-prev,#home-top>.container-xl #qcdslider-slider .slick-arrow.slick-prev,#home-top>.l-wrapper #qcdslider-slider .slick-arrow.slick-prev,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow.slick-prev,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow.slick-prev,main#home-top>.notifications-container #qcdslider-slider .slick-arrow.slick-prev {
        margin-left:10px
    }
}

#home-top>.container #qcdslider-slider .slick-arrow.slick-prev:before,#home-top>.container-fluid #qcdslider-slider .slick-arrow.slick-prev:before,#home-top>.container-lg #qcdslider-slider .slick-arrow.slick-prev:before,#home-top>.container-md #qcdslider-slider .slick-arrow.slick-prev:before,#home-top>.container-sm #qcdslider-slider .slick-arrow.slick-prev:before,#home-top>.container-xl #qcdslider-slider .slick-arrow.slick-prev:before,#home-top>.l-wrapper #qcdslider-slider .slick-arrow.slick-prev:before,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow.slick-prev:before,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow.slick-prev:before,main#home-top>.notifications-container #qcdslider-slider .slick-arrow.slick-prev:before {
    content: "";
    background: url(../img/f90a79dd49babc9764d29c7dc2dc2809.svg);
    width: 25px;
    height: 25px
}

#home-top>.container #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-fluid #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-lg #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-md #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-sm #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-xl #qcdslider-slider .slick-arrow.slick-next,#home-top>.l-wrapper #qcdslider-slider .slick-arrow.slick-next,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow.slick-next,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow.slick-next,main#home-top>.notifications-container #qcdslider-slider .slick-arrow.slick-next {
    margin-right: -50px
}

@media (max-width: 1299.98px) {
    #home-top>.container #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-fluid #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-lg #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-md #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-sm #qcdslider-slider .slick-arrow.slick-next,#home-top>.container-xl #qcdslider-slider .slick-arrow.slick-next,#home-top>.l-wrapper #qcdslider-slider .slick-arrow.slick-next,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow.slick-next,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow.slick-next,main#home-top>.notifications-container #qcdslider-slider .slick-arrow.slick-next {
        margin-right:10px;
        background: #fff
    }
}

#home-top>.container #qcdslider-slider .slick-arrow.slick-next:before,#home-top>.container-fluid #qcdslider-slider .slick-arrow.slick-next:before,#home-top>.container-lg #qcdslider-slider .slick-arrow.slick-next:before,#home-top>.container-md #qcdslider-slider .slick-arrow.slick-next:before,#home-top>.container-sm #qcdslider-slider .slick-arrow.slick-next:before,#home-top>.container-xl #qcdslider-slider .slick-arrow.slick-next:before,#home-top>.l-wrapper #qcdslider-slider .slick-arrow.slick-next:before,#home-top>.l-wrapper--boxed #qcdslider-slider .slick-arrow.slick-next:before,#index #home-top>.everblock.container #qcdslider-slider .slick-arrow.slick-next:before,main#home-top>.notifications-container #qcdslider-slider .slick-arrow.slick-next:before {
    content: "";
    background: url(../img/f90a79dd49babc9764d29c7dc2dc2809.svg);
    width: 25px;
    height: 25px
}

#footer #block_newsletter {
    background: url(../img/fc6980d2d0e519bd6be1e4605190cde6.jpg) no-repeat 50%/cover;
    padding: 5rem 0
}

@media (min-width: 576px) {
    #footer #block_newsletter {
        background:url(../img/2503b0d300e0063864166e45ea99f607.jpg) no-repeat 50%/cover
    }
}

#footer #block_newsletter:before {
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}

#footer #block_newsletter .container,#footer #block_newsletter .l-wrapper,#footer #block_newsletter .l-wrapper--boxed,#footer #block_newsletter main>.notifications-container {
    position: relative;
    z-index: 1
}

#footer #block_newsletter #block-newsletter-label {
    color: #fff
}

#footer #block_newsletter .newsletter__title {
    font-weight: 400
}

#footer #block_newsletter .newsletter__form,#footer #block_newsletter .newsletter__text {
    max-width: 560px
}

@media (max-width: 767.98px) {
    #footer #block_newsletter .newsletter__text {
        font-size:.875rem
    }
}

#footer #block_newsletter form input {
    border-radius: .5rem
}

#footer #block_newsletter form #gdpr_consent {
    text-align: left
}

#footer #block_newsletter form #gdpr_consent .custom-control-label {
    font-size: .75rem;
    font-weight: 400
}

#footer #block_newsletter form #gdpr_consent .custom-control-label,#footer #block_newsletter form #gdpr_consent .custom-control-label a {
    color: #fff
}

#footer #block_newsletter form #gdpr_consent .custom-control-label:before {
    border: 0;
    border-radius: 50%;
    top: 2px;
    width: 14px;
    height: 14px
}

#footer #block_newsletter form #gdpr_consent .custom-control-label:after {
    top: 1px;
    left: -25px
}

#footer #block_newsletter form .btn {
    border: 0;
    border-radius: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 40px
}

#footer #block_newsletter form .btn[disabled] {
    background-color: #fff;
    color: #000
}

@media (max-width: 767.98px) {
    #footer #block_newsletter form.needs-validation {
        width:100%!important
    }

    #footer #block_newsletter form .input-group-append {
        width: 100%;
        padding: 10px 0
    }

    #footer #block_newsletter form .input-group-append .btn.btn-primary {
        width: 70%;
        margin: auto;
        z-index: 1
    }
}

#best-sales .PM_ASBlockOutput .PM_ASResetSearch,#category .PM_ASBlockOutput .PM_ASResetSearch,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASResetSearch,#new-products .PM_ASBlockOutput .PM_ASResetSearch,#prices-drop .PM_ASBlockOutput .PM_ASResetSearch,#search .PM_ASBlockOutput .PM_ASResetSearch {
    display: none!important
}

#best-sales .PM_ASBlockOutput .card,#category .PM_ASBlockOutput .card,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .card,#new-products .PM_ASBlockOutput .card,#prices-drop .PM_ASBlockOutput .card,#search .PM_ASBlockOutput .card {
    background: none;
    border-radius: 0
}

#best-sales .PM_ASBlockOutput .card .card-header,#category .PM_ASBlockOutput .card .card-header,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .card .card-header,#new-products .PM_ASBlockOutput .card .card-header,#prices-drop .PM_ASBlockOutput .card .card-header,#search .PM_ASBlockOutput .card .card-header {
    background: none;
    border-color: #000;
    padding: 1rem 0;
    font-size: 1.125rem;
    font-weight: 700
}

@media (min-width: 992px) {
    #best-sales .PM_ASBlockOutput .card .card-header,#category .PM_ASBlockOutput .card .card-header,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .card .card-header,#new-products .PM_ASBlockOutput .card .card-header,#prices-drop .PM_ASBlockOutput .card .card-header,#search .PM_ASBlockOutput .card .card-header {
        display:none
    }
}

#best-sales .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle:after,#category .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle:after,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle:after,#new-products .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle:after,#prices-drop .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle:after,#search .PM_ASBlockOutput .card .card-header .PM_ASBlockTitle:after {
    top: 12px
}

#best-sales .PM_ASBlockOutput .card .card-block,#category .PM_ASBlockOutput .card .card-block,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .card .card-block,#new-products .PM_ASBlockOutput .card .card-block,#prices-drop .PM_ASBlockOutput .card .card-block,#search .PM_ASBlockOutput .card .card-block {
    padding: 0
}

@media (max-width: 991.98px) {
    #best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupList,#category .PM_ASBlockOutput .PM_ASCriterionsGroupList,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupList,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupList,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupList,#search .PM_ASBlockOutput .PM_ASCriterionsGroupList {
        margin-top:1rem
    }
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroup,#category .PM_ASBlockOutput .PM_ASCriterionsGroup,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroup,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroup,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroup,#search .PM_ASBlockOutput .PM_ASCriterionsGroup {
    margin-bottom: 2rem
}

#best-sales .PM_ASBlockOutput .PM_ASResetGroup,#category .PM_ASBlockOutput .PM_ASResetGroup,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASResetGroup,#new-products .PM_ASBlockOutput .PM_ASResetGroup,#prices-drop .PM_ASBlockOutput .PM_ASResetGroup,#search .PM_ASBlockOutput .PM_ASResetGroup {
    display: none
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,#category .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupTitle,#search .PM_ASBlockOutput .PM_ASCriterionsGroupTitle {
    border-color: rgba(0,0,0,.5);
    margin-bottom: 1rem;
    padding: .25rem 0 1rem;
    cursor: pointer
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#category .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#search .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName {
    display: block;
    position: relative;
    font-size: 1.125rem;
    padding: 0
}

@media (min-width: 1300px) {
    #best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#category .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName,#search .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName {
        font-size:1.25rem
    }
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName:after,#category .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName:after,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName:after,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName:after,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName:after,#search .PM_ASBlockOutput .PM_ASCriterionsGroupTitle .PM_ASCriterionsGroupName:after {
    content: "";
    background: url(../img/a983f202422a14821f0d61106a36e38c.svg) no-repeat;
    background-size: 20px;
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupTitle.selected .PM_ASCriterionsGroupName:after,#category .PM_ASBlockOutput .PM_ASCriterionsGroupTitle.selected .PM_ASCriterionsGroupName:after,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupTitle.selected .PM_ASCriterionsGroupName:after,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupTitle.selected .PM_ASCriterionsGroupName:after,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupTitle.selected .PM_ASCriterionsGroupName:after,#search .PM_ASBlockOutput .PM_ASCriterionsGroupTitle.selected .PM_ASCriterionsGroupName:after {
    background: url(../img/684a3c93fbbf67bc586b3bff5e826fa6.svg) no-repeat
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox,#category .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox,#new-products .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox,#prices-drop .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox,#search .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox {
    display: flex;
    align-items: center;
    margin: .5rem 0
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASCriterionCheckbox,#category .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASCriterionCheckbox,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASCriterionCheckbox,#new-products .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASCriterionCheckbox,#prices-drop .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASCriterionCheckbox,#search .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASCriterionCheckbox {
    margin-right: .5rem
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelLink,#category .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelLink,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelLink,#new-products .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelLink,#prices-drop .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelLink,#search .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelLink {
    color: #000;
    font-size: .875rem;
    font-weight: 400;
    text-decoration: none
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected>.PM_ASLabelLink,#category .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected>.PM_ASLabelLink,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected>.PM_ASLabelLink,#new-products .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected>.PM_ASLabelLink,#prices-drop .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected>.PM_ASLabelLink,#search .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .PM_ASLabelCheckboxSelected>.PM_ASLabelLink {
    font-weight: 700
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:before,#category .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:before,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:before,#new-products .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:before,#prices-drop .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:before,#search .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #000;
    border-color: #000
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:after,#category .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:after,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:after,#new-products .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:after,#prices-drop .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:after,#search .PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .custom-control-input:checked~.custom-control-label:after {
    display: none
}

#best-sales .PM_ASBlockOutput .PM_ASCritRange,#category .PM_ASBlockOutput .PM_ASCritRange,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCritRange,#new-products .PM_ASBlockOutput .PM_ASCritRange,#prices-drop .PM_ASBlockOutput .PM_ASCritRange,#search .PM_ASBlockOutput .PM_ASCritRange {
    background: #000;
    border: 0;
    max-width: 100%;
    height: .25rem;
    margin: 2rem 0 1rem
}

#best-sales .PM_ASBlockOutput .PM_ASCritRange .ui-slider-range,#category .PM_ASBlockOutput .PM_ASCritRange .ui-slider-range,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCritRange .ui-slider-range,#new-products .PM_ASBlockOutput .PM_ASCritRange .ui-slider-range,#prices-drop .PM_ASBlockOutput .PM_ASCritRange .ui-slider-range,#search .PM_ASBlockOutput .PM_ASCritRange .ui-slider-range {
    background: #ac0000
}

#best-sales .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle,#category .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle,#new-products .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle,#prices-drop .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle,#search .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle {
    background: #ac0000;
    border: 0;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    top: -6px;
    margin-left: -1rem
}

#best-sales .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle:first-of-type,#category .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle:first-of-type,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle:first-of-type,#new-products .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle:first-of-type,#prices-drop .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle:first-of-type,#search .PM_ASBlockOutput .PM_ASCritRange .ui-slider-handle:first-of-type {
    margin-left: 0
}

#best-sales .PM_ASBlockOutput .PM_ASCritRangeValue,#category .PM_ASBlockOutput .PM_ASCritRangeValue,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCritRangeValue,#new-products .PM_ASBlockOutput .PM_ASCritRangeValue,#prices-drop .PM_ASBlockOutput .PM_ASCritRangeValue,#search .PM_ASBlockOutput .PM_ASCritRangeValue {
    font-weight: 600;
    margin: 0
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupCheckbox,#category .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupCheckbox,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupCheckbox,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupCheckbox,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupCheckbox,#search .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupCheckbox {
    display: grid;
    grid-template-columns: 50% 50%
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor,#category .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor,#search .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor {
    margin-top: 1.5rem
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li,#category .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li,#search .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li {
    border: 0
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink,#category .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink,#search .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    text-decoration: none;
    font-size: .875rem;
    margin: 0!important
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected,#category .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected,#search .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected {
    border: 0;
    font-weight: 600
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected span:first-child,#category .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected span:first-child,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected span:first-child,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected span:first-child,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected span:first-child,#search .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink.PM_ASCriterionLinkSelected span:first-child {
    outline: 1px solid #000
}

#best-sales .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink span:first-child,#category .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink span:first-child,#module-pm_advancedsearch4-searchresults .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink span:first-child,#new-products .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink span:first-child,#prices-drop .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink span:first-child,#search .PM_ASBlockOutput .PM_ASCriterionsGroupAttribute .PM_ASCriterionGroupColor li .PM_ASCriterionLink span:first-child {
    outline: 1px solid transparent;
    outline-offset: 2px;
    border: solid 1px;
    border-radius: 50%;
    width: 20px;
    height: 20px
}

#best-sales #products #js-active-search-filters,#category #products #js-active-search-filters,#module-pm_advancedsearch4-searchresults #products #js-active-search-filters,#new-products #products #js-active-search-filters,#prices-drop #products #js-active-search-filters,#search #products #js-active-search-filters {
    display: block!important
}

#best-sales #products .PM_ASSelections,#category #products .PM_ASSelections,#module-pm_advancedsearch4-searchresults #products .PM_ASSelections,#new-products #products .PM_ASSelections,#prices-drop #products .PM_ASSelections,#search #products .PM_ASSelections {
    background: none;
    border: 0;
    margin: 1rem 0 2rem
}

#best-sales #products .PM_ASSelections .active-filter-title,#category #products .PM_ASSelections .active-filter-title,#module-pm_advancedsearch4-searchresults #products .PM_ASSelections .active-filter-title,#new-products #products .PM_ASSelections .active-filter-title,#prices-drop #products .PM_ASSelections .active-filter-title,#search #products .PM_ASSelections .active-filter-title {
    font-size: .875rem;
    font-weight: 600;
    margin-right: 1rem
}

#best-sales #products .PM_ASSelections ul li,#category #products .PM_ASSelections ul li,#module-pm_advancedsearch4-searchresults #products .PM_ASSelections ul li,#new-products #products .PM_ASSelections ul li,#prices-drop #products .PM_ASSelections ul li,#search #products .PM_ASSelections ul li {
    border: 1px solid #000;
    border-radius: 45px;
    font-size: .75rem;
    font-weight: 600
}

@media (min-width: 1300px) {
    #best-sales #products .PM_ASSelections ul li,#category #products .PM_ASSelections ul li,#module-pm_advancedsearch4-searchresults #products .PM_ASSelections ul li,#new-products #products .PM_ASSelections ul li,#prices-drop #products .PM_ASSelections ul li,#search #products .PM_ASSelections ul li {
        font-size:.875rem
    }
}

#best-sales #products .PM_ASSelections ul li a,#category #products .PM_ASSelections ul li a,#module-pm_advancedsearch4-searchresults #products .PM_ASSelections ul li a,#new-products #products .PM_ASSelections ul li a,#prices-drop #products .PM_ASSelections ul li a,#search #products .PM_ASSelections ul li a {
    color: #000
}

#best-sales #products .PM_ASSelections ul li a:before,#category #products .PM_ASSelections ul li a:before,#module-pm_advancedsearch4-searchresults #products .PM_ASSelections ul li a:before,#new-products #products .PM_ASSelections ul li a:before,#prices-drop #products .PM_ASSelections ul li a:before,#search #products .PM_ASSelections ul li a:before {
    display: none
}

#best-sales #products .PM_ASSelections ul li a .qcdsvg,#category #products .PM_ASSelections ul li a .qcdsvg,#module-pm_advancedsearch4-searchresults #products .PM_ASSelections ul li a .qcdsvg,#new-products #products .PM_ASSelections ul li a .qcdsvg,#prices-drop #products .PM_ASSelections ul li a .qcdsvg,#search #products .PM_ASSelections ul li a .qcdsvg {
    width: 20px;
    height: 20px;
    margin-left: .5rem
}

#best-sales #products .PM_ASSelections ul li a .qcdsvg .st0,#category #products .PM_ASSelections ul li a .qcdsvg .st0,#module-pm_advancedsearch4-searchresults #products .PM_ASSelections ul li a .qcdsvg .st0,#new-products #products .PM_ASSelections ul li a .qcdsvg .st0,#prices-drop #products .PM_ASSelections ul li a .qcdsvg .st0,#search #products .PM_ASSelections ul li a .qcdsvg .st0 {
    fill: #000;
    stroke: #000
}

#module-allinone_rewards-rewards h1 {
    text-align: center
}

#module-allinone_rewards-rewards .idTabs a {
    text-decoration: none
}

#module-allinone_rewards-rewards .table tbody tr td,#module-allinone_rewards-rewards .table tbody tr th,#module-allinone_rewards-rewards .table thead th {
    border: 0;
    vertical-align: middle
}

#module-allinone_rewards-rewards .table th {
    background: rgba(0,0,0,.03)
}

#module-allinone_rewards-rewards .table tr {
    border-top: 1px solid rgba(0,0,0,.08)
}

#module-allinone_rewards-rewards .table tbody tr:nth-of-type(odd) {
    background-color: #fff
}

#module-allinone_rewards-rewards #content,#module-allinone_rewards-sponsorship #content {
    background: #fff!important;
    box-shadow: none!important;
    color: #000!important;
    font-size: 1rem!important;
    padding: 0!important
}

.rewards {
    overflow: auto;
    font-size: .875rem;
    color: #000
}

.rewards table th {
    font-size: 1rem;
    text-transform: none!important
}

.rewards .block_hidden_only_for_screen {
    display: none!important
}

.rewards .label,.rewards label {
    color: #000
}

.rewards div.sheets {
    padding: 15px;
    border: 1px solid #ddd;
    clear: both
}

.rewards .idTabs {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .rewards .idTabs {
        display:block!important
    }
}

.rewards .idTabs li {
    display: flex
}

.rewards .idTabs a {
    padding: 8px!important;
    color: #000!important
}

@media (max-width: 767.98px) {
    .rewards .idTabs a {
        font-size:.75rem
    }
}

.rewards .table-bordered {
    margin-top: 0!important
}

.rewards h2 {
    margin: 50px 0 0;
    font-size: 1rem;
    text-transform: uppercase
}

.rewards input[type=radio] {
    margin-left: 10px;
    margin-right: 2px
}

.rewards #aior_buttons {
    text-align: center
}

.rewards div#transform {
    margin: 30px auto 0;
    text-align: center;
    display: block
}

.rewards div#transform a {
    font-size: .875rem;
    white-space: unset
}

.rewards div#transform:not(.free_value) a {
    width: 100%
}

.rewards div#payment {
    margin: 30px auto 0;
    text-align: center;
    display: block
}

.rewards div#payment a {
    font-size: .875rem;
    white-space: unset;
    width: 100%
}

.rewards div#gift_list {
    margin: 30px auto 0;
    text-align: center;
    display: block
}

.rewards div#gift_list a {
    font-size: .875rem;
    white-space: unset;
    width: 100%
}

.rewards div#transform.free_value {
    width: 100%
}

.rewards div#transform.free_value input {
    width: 150px;
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    margin-right: 5px
}

.rewards div#transform.free_value select {
    width: auto;
    display: inline-block;
    text-align: right;
    vertical-align: middle
}

.rewards div#transform.free_value a {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: baseline
}

.rewards #payment_form {
    margin-top: 20px;
    text-align: left
}

.rewards #payment_form fieldset {
    padding: 10px;
    border: 1px solid #f6f6f6;
    margin: 0
}

.rewards #payment_form #payment_txt {
    margin-bottom: 20px
}

.rewards #payment_form p {
    margin: 0;
    padding: 0 0 10px
}

.rewards #payment_form p .label,.rewards #payment_form p label {
    display: inline-block;
    width: 25%;
    vertical-align: top
}

.rewards #payment_form p.textarea textarea {
    width: 74%;
    display: inline-block
}

.rewards #payment_form .label,.rewards #payment_form label {
    text-align: left
}

.rewards #payment_form .btn {
    margin: 20px auto 0;
    display: block;
    font-size: .875rem
}

.rewards #payment_form .invoice {
    position: relative;
    background: #ebebeb;
    height: 2.05rem;
    line-height: 2.05rem;
    text-indent: .625rem;
    display: inline-block;
    color: #999;
    width: 100%
}

.rewards #payment_form .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    height: 2.625rem;
    overflow: hidden;
    position: absolute;
    cursor: pointer
}

.rewards #payment_form div.invoice .btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0
}

.rewards #payment_form .form-control-label {
    padding-top: .4rem
}

#sponsorship_text {
    padding-bottom: 20px
}

#sponsorship_form ul {
    padding-left: 25px!important
}

#sponsorship_form li {
    padding-top: 10px;
    list-style-type: disc
}

#sponsorship_form li img {
    height: 20px
}

#idTab4 div.title {
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px
}

#idTab4 div.title:first-child {
    padding-top: 0
}

#idTab4 td.total,#idTab4 tr.total {
    font-weight: 700;
    background-color: #f6f6f6;
    color: #999
}

.sponsorshipPopup {
    width: auto;
    max-width: 700px;
    text-align: left
}

.rewards_facebook_button {
    margin-top: 10px;
    text-align: right;
    clear: both;
    z-index: 1000
}

nav #_desktop_contact_link {
    float: left
}

nav .reward_facebook_block {
    float: right;
    clear: none;
    padding-right: 15px;
    width: auto;
    margin-top: .9375rem
}

#facebookblock .block_content {
    padding-top: 3px
}

.reward_facebook_block_button {
    margin-top: 10px;
    text-align: center
}

#reward_facebook_cart {
    padding-bottom: 10px
}

#reward_facebook_cart .reward_facebook_cart_button,#reward_facebook_cart p {
    display: inline;
    vertical-align: middle
}

#rewards_facebook_code {
    font-weight: 700
}

#rewards_facebook_confirm {
    display: none
}

#rewards_facebook_confirm_content {
    padding: 1px
}

#reward_facebook_block_column {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 1.5625rem 1.25rem;
    margin-bottom: 1.5625rem
}

#reward_facebook_block_column p {
    color: #000
}

#product #aior_product_button {
    display: none;
    margin-top: 1.5rem
}

#product #aior_product_button span {
    display: none
}

#product #loyalty {
    display: none;
    margin-top: 1.5rem
}

#product #sponsorship_link {
    margin-top: 1.5rem
}

#sponsorship_product {
    margin-top: 10px;
    margin-bottom: 10px
}

.aior_unvisible {
    display: none!important
}

.aior_fancyconfirm .aior_fancyconfirm_title {
    font-weight: 700
}

.aior_fancyconfirm .aior_fancyconfirm_button {
    padding-top: 20px;
    text-align: right
}

.aior_fancyalert {
    text-align: center
}

.aior_fancyalert a,.aior_fancyalert button {
    display: block;
    width: 100%
}

#aior_add_to_cart_available_display,#aior_add_to_cart_available_real {
    display: none
}

#cart #reward_loyalty {
    margin-top: 1rem;
    font-size: .875rem
}

#cart #reward_loyalty span {
    font-size: .75rem
}

#cart #reward_facebook_cart,#cart #reward_use {
    margin-top: 1rem;
    font-size: .875rem
}

body .reward_alert_message {
    color: #000;
    background-color: transparent;
    text-align: center;
    border: none
}

@media (max-width: 575.98px) {
    .rewards .idTabs {
        display:block
    }
}

@media (min-width: 768px) {
    .rewards #transform.free_value {
        width:550px;
        max-width: 100%
    }

    .rewards #transform.free_value a {
        margin-left: 20px
    }

    .rewards #gift_list a,.rewards #payment a,.rewards #transform:not(.free_value) a {
        width: 550px;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

#search_top_box {
    position: relative; /* AG 03/05/24 */
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    transition: opacity .15s ease;
    padding: .25rem;
    z-index: 8;
    display: none
}

#search_top_box.visible {
    opacity: 1;
    display: block
}

#search_top_box .search-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%
}

@media (max-width: 1299.98px) {
    #search_top_box .search-widget .container,#search_top_box .search-widget .l-wrapper,#search_top_box .search-widget .l-wrapper--boxed,#search_top_box .search-widget main>.notifications-container {
        max-width:100%
    }
}

#search_top_box .search-widget svg.qcdsvg-black_search .st0 {
    stroke-width: 0
}

#search_top_box .search-widget svg.qcdsvg-black_close .st0 {
    stroke-width: 2
}

#search_top_box .search-widget svg .st0 {
    fill: #000;
    stroke: #000
}

#search_top_box .search-widget__btn {
    position: absolute;
    left: 0;
    top: 50%;
    background: none;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    z-index: 12
}

#search_top_box .search-widget__btn svg {
    height: 30px;
    width: 30px
}

#search_top_box .search-widget__input-right {
    border: 0;
    position: absolute;
    left: 2rem;
    top: -1.5rem;
    outline: none;
    width: 100%;
    height: 50px;
    z-index: 12
}

#search_top_box #search-widget-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;
    transition: scale .1s ease;
    z-index: 12
}

#search_top_box #search-widget-close svg {
    height: 30px;
    width: 30px
}

#search_top_box #search-widget-close:hover svg {
    transform: scale(1.2)
}

@media (min-width: 992px) {
    #search_widget {
        position:fixed;
        top: 160px;
        left: 50%;
        margin-left: -486px;
        width: 972px;
        z-index: 9999;
        min-height: 60px;
        height: auto
    }
}

@media (min-width: 992px) and (min-width:1300px) {
    #search_widget {
        margin-left:-640px;
        width: 1280px
    }
}

@media (min-width: 992px) {
    #search_widget input {
        height:60px;
        font-size: 1.5rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        width: 1160px
    }

    #search_widget input:valid {
        border: 0
    }

    #search_widget .input-group-append {
        left: 0;
        right: auto
    }

    #search_widget .input-group-append button {
        padding: .75rem
    }

    #search_widget .input-group-append button svg {
        height: 30px;
        width: 30px
    }

    #search_widget .input-group-append button svg [stroke] {
        stroke: #666
    }

    #search_widget .reset {
        display: block;
        position: absolute;
        z-index: 20;
        right: 0;
        top: 10px;
        background: none;
        border: 0;
        height: 40px;
        width: 40px;
        opacity: .5;
        cursor: pointer
    }

    #search_widget .reset:hover {
        opacity: 1
    }

    #search_widget .reset svg {
        display: block;
        width: 40px;
        height: 40px
    }
}

#search-results .autocomplete-suggestions {
    border-top: 1px solid #000!important;
    position: fixed;
    left: 0!important;
    width: 100%!important;
    height: calc(100vh - 50%)!important;
    max-height: none;
    z-index: 99;
    border: 0;
    box-shadow: none;
    margin-top: 3px
}

#search-results .autocomplete-suggestions[style*="display: block"],#search-results .autocomplete-suggestions[style*="display: grid"] {
    display: grid!important;
    grid-template-columns: 100%;
    justify-content: center
}

@media (min-width: 576px) {
    #search-results .autocomplete-suggestions[style*="display: block"],#search-results .autocomplete-suggestions[style*="display: grid"] {
        grid-template-columns:50% 50%
    }
}

@media (min-width: 1200px) {
    #search-results .autocomplete-suggestions[style*="display: block"],#search-results .autocomplete-suggestions[style*="display: grid"] {
        grid-template-columns:30% 30% 30%
    }
}

@media (min-width: 1420px) {
    #search-results .autocomplete-suggestions[style*="display: block"],#search-results .autocomplete-suggestions[style*="display: grid"] {
        grid-template-columns:27% 27% 27%
    }
}

#search-results .autocomplete-suggestions .autocomplete-suggestion {
    border: 0;
    display: flex;
    align-items: center;
    padding: .5rem 1rem
}

@media (min-width: 768px) {
    #search-results .autocomplete-suggestions .autocomplete-suggestion {
        padding:1rem 2rem
    }
}

#search-results .autocomplete-suggestions .autocomplete-suggestion.selected {
    background: #fff
}

#search-results .autocomplete-suggestions img {
    border-radius: 10px;
    max-width: 70px;
    max-height: none;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 1.5rem
}

@media (min-width: 992px) {
    #search-results .autocomplete-suggestions img {
        max-width:100%
    }
}

#search-results .autocomplete-suggestions .media-body {
    font-weight: 600;
    font-size: .875rem
}

@media (min-width: 992px) {
    #search-results .autocomplete-suggestions .media-body {
        font-size:1rem
    }
}

#search-results .autocomplete-suggestions .jaloo-search-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2rem 0 4rem
}

@media (min-width: 576px) {
    #search-results .autocomplete-suggestions .jaloo-search-button {
        grid-column:1/3
    }
}

@media (min-width: 1200px) {
    #search-results .autocomplete-suggestions .jaloo-search-button {
        grid-column:1/4
    }
}

body.body-fixed {
    position: fixed;
    width: 100%;
    max-width: 100%
}

#search_overlay {
    background: rgba(0,0,0,.5);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

#search_overlay.visible {
    display: block
}

#lineven-additionalproductsorder #products {
    background: none;
    margin-top: 3rem
}

#lineven-additionalproductsorder .card-block {
    padding: 0
}

#lineven-additionalproductsorder .header_title {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 2rem
}

@media (min-width: 576px) {
    #lineven-additionalproductsorder .header_title {
        font-size:1.5rem
    }
}

#lineven-additionalproductsorder .header_hr {
    display: none
}

#lineven-additionalproductsorder li {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width: 768px) {
    #lineven-additionalproductsorder li {
        flex-direction:row
    }
}

#lineven-additionalproductsorder .product_image img {
    margin: 0 0 1rem!important
}

@media (min-width: 768px) {
    #lineven-additionalproductsorder .product_image img {
        margin:0 1rem 0 0!important
    }
}

#lineven-additionalproductsorder .product_description a,#lineven-additionalproductsorder .product_name a {
    text-decoration: none!important
}

#lineven-additionalproductsorder .product_name {
    text-transform: none;
    margin-bottom: .5rem
}

#lineven-additionalproductsorder .product_name .lapo-view {
    color: #ac0000!important
}

#lineven-additionalproductsorder .product-price {
    font-family: ArchivoBlack,sans-serif;
    margin-top: .75rem!important
}

#lineven-additionalproductsorder .buttons {
    margin: .5rem auto 0
}

@media (min-width: 768px) {
    #lineven-additionalproductsorder .buttons {
        margin:0 0 0 auto
    }
}

#blockcart-modal #lineven-additionalproductsorder .header_title {
    font-size: 1.25rem
}

@media (min-width: 576px) {
    #blockcart-modal #lineven-additionalproductsorder .header_title {
        font-size:1.375rem
    }
}

#blockcart-modal #lineven-additionalproductsorder #products {
    margin-top: 0;
    padding: 0 2rem
}

.ps-alert-error {
    margin-bottom: 0
}

.ps-alert-error .item,.ps-alert-success .item {
    align-items: center;
    border: 2px solid #e92426;
    display: flex;
    background-color: #e92426;
    margin-bottom: 1rem
}

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

.ps-alert-error .item i svg,.ps-alert-success .item i svg {
    background-color: #e92426;
    width: 24px;
    height: 24px
}

.ps-alert-error .item p,.ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 1rem;
    width: 100%
}

.ps-alert-success {
    padding: .25rem .25rem 2.75rem
}

.ps-alert-success .item {
    border-color: #62892d;
    background-color: #62892d
}

.ps-alert-success .item i {
    border-color: #62892d
}

.ps-alert-success .item i svg {
    background-color: #62892d
}

@media (max-width: 767.98px) {
    .alert {
        font-size:.875rem
    }
}

.btn.btn-dark [stroke],.btn.btn-info [stroke],.btn.btn-primary [stroke],.btn.btn-success [stroke] {
    stroke: #fff
}

.btn.btn-dark [fill]:not([fill=none]),.btn.btn-info [fill]:not([fill=none]),.btn.btn-primary [fill]:not([fill=none]),.btn.btn-success [fill]:not([fill=none]) {
    fill: #fff
}

.btn.btn-secondary [stroke] {
    stroke: #444
}

.btn.btn-secondary [fill]:not([fill=none]) {
    fill: #444
}

.btn.btn-outline-dark:active [stroke],.btn.btn-outline-dark:focus [stroke],.btn.btn-outline-dark:hover [stroke],.btn.btn-outline-info:active [stroke],.btn.btn-outline-info:focus [stroke],.btn.btn-outline-info:hover [stroke],.btn.btn-outline-primary:active [stroke],.btn.btn-outline-primary:focus [stroke],.btn.btn-outline-primary:hover [stroke],.btn.btn-outline-secondary:active [stroke],.btn.btn-outline-secondary:focus [stroke],.btn.btn-outline-secondary:hover [stroke],.btn.btn-outline-success:active [stroke],.btn.btn-outline-success:focus [stroke],.btn.btn-outline-success:hover [stroke] {
    stroke: #fff
}

.btn.btn-outline-dark:active [fill]:not([fill=none]),.btn.btn-outline-dark:focus [fill]:not([fill=none]),.btn.btn-outline-dark:hover [fill]:not([fill=none]),.btn.btn-outline-info:active [fill]:not([fill=none]),.btn.btn-outline-info:focus [fill]:not([fill=none]),.btn.btn-outline-info:hover [fill]:not([fill=none]),.btn.btn-outline-primary:active [fill]:not([fill=none]),.btn.btn-outline-primary:focus [fill]:not([fill=none]),.btn.btn-outline-primary:hover [fill]:not([fill=none]),.btn.btn-outline-secondary:active [fill]:not([fill=none]),.btn.btn-outline-secondary:focus [fill]:not([fill=none]),.btn.btn-outline-secondary:hover [fill]:not([fill=none]),.btn.btn-outline-success:active [fill]:not([fill=none]),.btn.btn-outline-success:focus [fill]:not([fill=none]),.btn.btn-outline-success:hover [fill]:not([fill=none]) {
    fill: #fff
}

.btn {
    border: 1px solid #ac0000;
    border-radius: 75px;
    font-weight: 700;
    color: #ac0000;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 15px 30px;
    background: none
}

@media (min-width: 992px) {
    .btn {
        font-size:.875rem
    }
}

.btn:active,.btn:focus,.btn:hover {
    outline: none;
    box-shadow: none!important;
    background-color: #000;
    border-color: #000;
    color: #fff
}

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

.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover {
    background: #c60000;
    border-color: #c60000;
    color: #fff
}

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

.btn.btn-secondary:active,.btn.btn-secondary:focus,.btn.btn-secondary:hover {
    color: #fff;
    border-color: #ac0000;
    background: #ac0000
}

.btn[disabled],.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover {
    background-color: #999;
    border-color: #999;
    color: #ddd;
    cursor: not-allowed;
    opacity: 1
}

.btn-group-sm>.btn,.btn.btn-sm {
    line-height: 1.8
}

.btn.btn-continue {
    border: none;
    position: relative;
    background: none!important;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.btn.btn-continue:before {
    content: "";
    background: url(../img/4c924bce485af692e30d0c375180eeec.svg);
    transform: rotate(180deg);
    width: 16px;
    height: 16px;
    float: left;
    margin-right: .5rem
}

.btn.btn-continue:hover {
    background: none;
    text-decoration: underline;
    color: #ac0000
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    background-position: 50%;
    background-repeat: no-repeat;
    padding: .65625rem .75rem
}

.back-shop,.back-shop-right,.btn-back {
    background: none!important;
    padding: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #ac0000
}

.back-shop-right:active,.back-shop-right:focus,.back-shop-right:hover,.back-shop:active,.back-shop:focus,.back-shop:hover,.btn-back:active,.btn-back:focus,.btn-back:hover {
    color: #ac0000;
    text-decoration: underline
}

.back-shop-right:before,.back-shop:before,.btn-back:before {
    content: "";
    background: url(../img/f90a79dd49babc9764d29c7dc2dc2809.svg) no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: .75rem
}

#js-product-list .pagination .page-item {
    margin: 0 .25rem
}

#js-product-list .pagination .page-item.active .page-link {
    background: #e3e3e3
}

#js-product-list .pagination .page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    font-size: .875rem;
    opacity: 1
}

#js-product-list .pagination .page-item .page-link:active,#js-product-list .pagination .page-item .page-link:focus,#js-product-list .pagination .page-item .page-link:hover {
    background: #f6f6f6
}

#js-product-list .pagination .page-item .next,#js-product-list .pagination .page-item .previous {
    top: 0;
    padding: 0
}

#js-product-list .pagination .page-item .next:active,#js-product-list .pagination .page-item .next:focus,#js-product-list .pagination .page-item .next:hover,#js-product-list .pagination .page-item .previous:active,#js-product-list .pagination .page-item .previous:focus,#js-product-list .pagination .page-item .previous:hover {
    background: none
}

#js-product-list .pagination .page-item .next svg,#js-product-list .pagination .page-item .previous svg {
    width: 15px;
    height: 15px
}

#js-product-list .pagination .page-item .next svg {
    transform: rotate(180deg)
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #f6f6f6;
    background-clip: border-box;
    border: none
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

#footer .social-sharing {
    padding: 3rem 0
}

#footer .social-sharing .social__title {
    font-size: 3.125rem;
    font-weight: 700
}

@media (max-width: 767.98px) {
    #footer .social-sharing .social__title {
        font-size:2.5rem
    }
}

@media (max-width: 767.98px) {
    #footer .social-sharing .social__text {
        font-size:.875rem
    }
}

#footer .social-sharing .social-share-btn {
    background: none
}

#footer .social-sharing .social-share-btn:hover .qcdsvg,#footer .social-sharing .social-share-btn:hover .qcdsvg path:last-child {
    fill: #ac0000
}

#footer .social-sharing .social-share-btn .qcdsvg {
    transition: all .3s ease;
    width: 35px;
    height: 35px
}

@media (max-width: 767.98px) {
    #footer .social-sharing .social-share-btn .qcdsvg {
        width:30px;
        height: 30px
    }
}

#header .mobile-shopping-cart,#mobile_top_menu_wrapper .desktop-shopping-cart {
    display: none!important
}

.address {
    height: 100%
}

.address-header {
    background-color: transparent
}

.address-footer {
    display: flex;
    justify-content: space-between
}

.form--100 {
    min-width: 100%;
    width: 100%
}

#address-link svg path:first-child {
    fill: #ac0000
}

.l-footer .account-list a,.l-footer .cms-page-link {
    color: #6c757d
}

.l-footer .account-list a:hover,.l-footer .cms-page-link:hover {
    color: #ac0000
}

.header__nav {
    align-items: center
}

.header-nav__nav2 {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.header-mobile__user-cart {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header__top {
    display: flex;
    justify-content: space-between;
    position: static
}

.form-control {
    border: 1px solid #dee2e6;
    height: 49px;
    line-height: 45px;
    padding: 0 1rem!important;
    box-shadow: none!important;
    color: #000;
    border-radius: .25rem;
    font-family: Montserrat,sans-serif!important
}

.form-control:focus {
    color: #666;
    background: #fff;
    border-color: #4d768e;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32,49,59,.25)
}

textarea.form-control {
    padding: .5rem 1rem!important
}

custom-file-label.selected:after {
    content: ""!important
}

.custom-file-label:after {
    content: "\e226"!important;
    font-family: Material Icons
}

.invalid-feedback ul li {
    margin-bottom: 10px
}

.label,label {
    margin-bottom: .25rem
}

.notifications-container .alert {
    margin: 2rem 0 0
}

.notifications-container ul {
    margin-bottom: 0
}

.js-invalid-feedback-browser:empty {
    display: none
}

.form-group {
    text-align: left
}

.form-group .label .small,.form-group .label small,.form-group label .small,.form-group label small {
    font-size: .75rem
}

@media (min-width: 992px) {
    .checkout-form form,.page-content form,.page-wrapper--order-confirmation form {
        margin:0 auto
    }

    .page-wrapper--order-detail form {
        margin: unset
    }
}

.form-footer {
    margin-top: 2rem
}

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

.select2-hidden-accessible {
    display: none
}

.select2-container--default {
    display: block;
    position: relative;
    width: auto;
    margin-bottom: 1rem
}

.select2-container--default .select2-selection--multiple,.select2-container--default .select2-selection--single {
    width: 100%;
    height: 49px;
    padding: 5px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    outline: none
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 38px
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow,.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../img/200fac2262636063af19cdb36ede36f2.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 32px!important;
    height: 26px!important;
    top: 14px;
    right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b,.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #f6f6f6
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #000
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-color: #ddd
}

.select2-container--open .select2-dropdown {
    z-index: 1
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0 0 .25rem .25rem;
    border-color: #dee2e6
}

.select2-container--open .select2-dropdown--below li {
    padding: 5px 15px
}

.select2-container--open .select2-dropdown--below li:last-child {
    border-radius: 0 0 .25rem .25rem
}

.password-visible {
    background: #ac0000!important;
    border-radius: 0 .25rem .25rem 0;
    border-color: #dee2e6!important;
    display: flex;
    align-items: center;
    padding: 0 10px
}

.password-visible:hover {
    background: #fff!important
}

.password-visible:hover .qcdsvg path {
    fill: #ac0000
}

.password-visible .qcdsvg {
    height: 25px;
    width: 25px
}

.password-visible .qcdsvg path {
    fill: #fff
}

.password-visible .password-hide {
    display: none
}

.modal-header .close svg {
    width: 20px;
    height: 20px
}

#blockcart-modal .modal-title {
    color: #ac0000
}

#blockcart-modal .modal-body {
    padding: 2.5rem 1rem
}

#blockcart-modal .modal-body .media-body img {
    border-radius: 10px
}

#blockcart-modal .modal-body .media-body .product-price {
    color: #ac0000;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.125rem;
    font-weight: 400
}

@media (max-width: 991.98px) {
    #blockcart-modal .modal-body .media-body .product-price {
        font-size:1rem
    }
}

#blockcart-modal .modal-body .media-body strong {
    font-weight: 600
}

#blockcart-modal .modal-body .card {
    background: none;
    border: 0;
    border-radius: 0;
    margin-top: 1rem
}

@media (min-width: 992px) {
    #blockcart-modal .modal-body .card {
        border-left:1px solid rgba(0,0,0,.15);
        margin-top: 0;
        padding: 0 2rem
    }
}

#blockcart-modal .modal-body .card #abfd_checkout_subtotal_details {
    text-align: center;
    padding: 1rem!important
}

#blockcart-modal .modal-body .card .d--flex-between {
    font-weight: 600
}

#blockcart-modal .modal-body .card .product-total {
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.25rem;
    font-weight: 400
}

#blockcart-modal .modal-body .btn-back {
    margin-top: 2rem
}

@media (min-width: 992px) {
    #blockcart-modal .modal-body .btn-back {
        margin-top:4.5rem
    }
}

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

@media (min-width: 576px) {
    .modal.fade .modal-dialog__offcanvas {
        width:350px;
        max-width: 90%
    }
}

.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 {
    border-radius: inherit
}

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

@media (max-width: 320px) {
    #product .product-miniature {
        flex:0 0 100%;
        max-width: 100%
    }
}

#product .slick-slide .product-miniature {
    max-width: 100%
}

#product .card-img-top {
    overflow: hidden
}

#product .card-img-top .product-thumbnail,#product .card-img-top .product-thumbnail img {
    width: 100%
}

#product .modal-cart__image {
    border-radius: 10px;
    max-width: 200px;
    height: auto
}

@media (max-width: 991.98px) {
    #product .modal-cart__image {
        max-width:140px
    }
}

@media (max-width: 575.98px) {
    #product .modal-cart__image {
        max-width:100px
    }
}

#product .modal-cart__name {
    color: #ac0000
}

#product .product-total {
    font-weight: 700
}

.product-list .product-miniature {
    margin-bottom: 3rem
}

.product-list .product-miniature .product-wrap {
    cursor: pointer
}

.product-list .product-miniature .thumbnail-container.out-of-stock {
    opacity: .6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.product-list .product-miniature .thumbnail-container img {
    border-radius: 10px
}

.product-list .product-miniature .thumbnail-container a.notlazy,.product-list .product-miniature .thumbnail-container span.notlazy {
    position: relative
}

.product-list .product-miniature .thumbnail-container a.notlazy .product-thumbnail-2,.product-list .product-miniature .thumbnail-container span.notlazy .product-thumbnail-2 {
    position: absolute;
    top: 0;
    left: 0
}

.product-list .product-miniature .thumbnail-container a .product-thumbnail-2,.product-list .product-miniature .thumbnail-container span .product-thumbnail-2 {
    opacity: 0;
    transition: opacity .3s ease
}

@media (min-width: 768px) {
    .product-list .product-miniature .thumbnail-container a:hover .product-thumbnail-2,.product-list .product-miniature .thumbnail-container span:hover .product-thumbnail-2 {
        opacity:1
    }
}

.product-list .product-miniature .thumbnail-container a:hover,.product-list .product-miniature .thumbnail-container span:hover {
    opacity: 1
}

.product-list .product-miniature .thumbnail-container .product-flags {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1
}

.product-list .product-miniature .thumbnail-container .product-flags .product-flag {
    background: #ac0000;
    border-radius: 75px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    padding: .25rem 1rem
}

.product-list .product-miniature .thumbnail-container .wishlist-button-add {
    background: none;
    box-shadow: none;
    position: absolute;
    right: .5rem;
    bottom: .25rem;
    top: inherit;
    opacity: 1;
    padding: 0
}

@media (min-width: 576px) {
    .product-list .product-miniature .thumbnail-container .wishlist-button-add {
        bottom:.5rem
    }
}

.product-list .product-miniature .thumbnail-container .wishlist-button-add i {
    color: #ac0000
}

.product-list .product-miniature .listing-bottom {
    padding: 1rem 0
}

.product-list .product-miniature .product-title {
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    height: 3.7em;
    overflow: hidden;
    /* margin-bottom: 1rem */
}

.product-list .product-miniature h3.product-title {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .product-list .product-miniature .product-title {
        font-size:1rem
    }
}

.product-list .product-miniature .product-title a {
    color: #000;
    text-decoration: none
}

.product-list .product-miniature .product-price-and-shipping .price {
    color: #ac0000;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1.125rem;
    font-weight: 400
}

@media (max-width: 991.98px) {
    .product-list .product-miniature .product-price-and-shipping .price {
        font-size:1rem
    }
}

.product-list .product-miniature .product-price-and-shipping .regular-price {
    color: #414042;
    font-family: ArchivoBlack,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: line-through
}

@media (max-width: 991.98px) {
    .product-list .product-miniature .product-price-and-shipping .regular-price {
        font-size:1rem
    }
}

.product-list .product-miniature .product-list-action {
    margin: 0 0 1rem 0
}

#breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0 0 1rem;
    padding: 1rem 0
}

@media (max-width: 991.98px) {
    #breadcrumb .breadcrumb-item {
        font-size:.875rem
    }
}

#breadcrumb .breadcrumb-item.active {
    color: #000;
    font-weight: 600
}

#history .table tbody tr td,#history .table tbody tr th,#history .table thead th {
    border: none;
    vertical-align: middle
}

#history .table th {
    background: rgba(0,0,0,.03)
}

#history .table tr {
    border-top: 1px solid rgba(0,0,0,.08)
}

#history .table tbody tr:nth-of-type(odd) {
    background-color: #fff
}

#history .table tbody tr td a {
    background-color: #fff;
    border: 0;
    min-height: 0;
    color: #ac0000;
    text-align: right;
    line-height: 1;
    padding: 5px
}

#history .table tbody tr th:first-child,#history .table thead tr th:first-child {
    width: 16%
}

#history .table tbody tr td:first-child,#history .table tbody tr td:nth-child(3) {
    font-weight: 700
}

#history .table tbody tr td:nth-child(2),#history .table thead tr th:nth-child(2) {
    width: 10%
}

#history .table tbody tr td:nth-child(3),#history .table thead tr th:nth-child(3) {
    width: 10%;
    text-align: center
}

#history .table tbody tr td:nth-child(4),#history .table thead tr th:nth-child(4) {
    width: 17%;
    text-align: center
}

#history .table thead tr th:nth-child(5),#history .table thead tr th:nth-child(6) {
    text-align: center
}

#history .table tbody tr td:nth-child(5),#history .table thead tr th:nth-child(5) {
    width: 25%;
    text-align: center
}

#history .table tbody tr td:nth-child(6),#history .table thead tr th:nth-child(6) {
    width: 6%;
    text-align: center
}

#history .table tbody tr td:nth-child(7),#history .table thead tr th:nth-child(7) {
    width: 16%
}

#history .orders.visible--mobile>.order {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 2rem
}

#history .orders.visible--mobile svg {
    width: 25px;
    height: 25px
}

#order-detail .table tbody tr td,#order-detail .table tbody tr th,#order-detail .table thead th {
    border: none;
    vertical-align: middle
}

#order-detail .table th {
    background: rgba(0,0,0,.03)
}

#order-detail .table tr {
    border-top: 1px solid rgba(0,0,0,.08)
}

#order-detail .table tbody tr:nth-of-type(odd) {
    background-color: #fff
}

#order-detail .table tfoot td {
    font-weight: 700
}

#order-detail .order-message-form {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    padding: 2rem
}

#order-detail .order-message-form .form-footer .btn {
    width: auto
}

#order-detail .history-lines.visible--mobile>.history-line,#order-detail .order-items.visible--mobile>.order-item,#order-detail .shipping-lines.visible--mobile>.shipping-line {
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    padding: 2rem
}

#order-detail .order-items.visible--mobile>.order-item {
    margin-bottom: 1rem
}

#order-detail .order-totals.visible--mobile {
    margin: 2rem 2rem 3rem
}

#order-detail .order-totals.visible--mobile .col-4 {
    font-weight: 700
}

.sort-orders {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right
}

.sort-orders .label,.sort-orders label {
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 5px 2px 0
}

@media (min-width: 1300px) {
    .sort-orders .label,.sort-orders label {
        font-size:1.25rem
    }
}

.sort-orders .dropdown-toggle {
    display: inline-block;
    position: relative;
    text-align: left;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 35px 10px 10px;
    cursor: pointer
}

.sort-orders .dropdown-toggle:after {
    background-image: url(../img/200fac2262636063af19cdb36ede36f2.svg);
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    transition: all .2s ease
}

.sort-orders .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(180deg);
    margin-top: -12px
}

.sort-orders .dropdown-menu {
    border-color: #ddd;
    left: inherit!important;
    right: 0;
    transform: translate3d(0,44px,0)!important
}

.sort-orders .dropdown-item {
    cursor: pointer
}

.sort-orders .dropdown-item:active,.sort-orders .dropdown-item:focus,.sort-orders .dropdown-item:hover {
    background: none;
    color: #ac0000
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

.slick-arrow {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 15
}

.slick-arrow:active,.slick-arrow:focus,.slick-arrow:hover {
    outline: none;
    box-shadow: none;
    cursor: pointer
}

.slick-arrow:active:before,.slick-arrow:focus:before,.slick-arrow:hover:before {
    color: #666
}

.slick-arrow:before {
    font-size: 1rem;
    line-height: 2rem;
    color: #999;
    text-align: center;
    width: 2rem;
    height: 2rem;
    display: block
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:before {
    content: "";
    background: url(../img/200fac2262636063af19cdb36ede36f2.svg);
    height: 35px;
    width: 35px
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:before {
    content: "";
    background: url(../img/200fac2262636063af19cdb36ede36f2.svg);
    height: 35px;
    width: 35px
}

.slick-dots {
    bottom: -40px;
    text-align: center;
    position: absolute;
    width: 100%
}

.slick-dots li {
    margin: 0 5px;
    display: inline-block;
    line-height: 20px
}

.slick-dots li button,.slick-dots li span {
    width: 10px;
    height: 10px;
    padding: 0;
    display: inline-block;
    opacity: 1;
    font-size: 0;
    outline: none;
    background: #b3b3b3;
    border: 0;
    border-radius: 10px
}

.slick-dots li.slick-active button,.slick-dots li.slick-active span,.slick-dots li:hover button,.slick-dots li:hover span {
    border-color: #000;
    background: #000
}

.slick-list .product-miniature {
    max-width: 100%
}

.slick-arrow {
    position: absolute;
    top: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
    border: none
}

.slick-arrow>i {
    font-size: 2rem;
    line-height: 1;
    background: #fff;
    border-radius: 50%;
    transition: all .1s ease
}

.slick-arrow:hover {
    background: none;
    text-decoration: none
}

.slick-arrow:hover i {
    color: red
}

.slick-arrow.slick-disabled {
    opacity: .25
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-slide figure {
    margin: 0
}

.slick__arrow-outside .slick-prev {
    transform: translateX(-50px)
}

.slick__arrow-outside .slick-next {
    transform: translateX(50px)
}

.slick__arrow-large .slick-arrow i {
    font-size: 3rem;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background: transparent;
    color: #fff
}

.carousel a {
    display: block
}

.carousel a:not(:first-child) {
    display: none
}

.slider-caption {
    position: absolute;
    top: 10%;
    left: 90px;
    margin-bottom: 0;
    color: #fff;
    max-width: 340px
}

.slick-slide:not(.slick-current) .img-carousel.lazyload {
    display: none!important
}

.slick-slide figure {
    position: absolute;
    top: 0
}

img[data-lazy] {
    display: none
}

.text-underline {
    text-decoration: underline
}

.cursor-pointer {
    cursor: pointer
}

@media (max-width: 991.98px) {
    .visible--desktop {
        display:none
    }
}

@media (min-width: 992px) {
    .visible--mobile {
        display:none
    }
}

.d--flex-between {
    display: flex;
    justify-content: space-between
}

.u-link-body {
    color: #000
}

button:focus {
    outline: none
}

[data-obflink] {
    cursor: pointer
}

.f-r-c-e {
    justify-content: flex-end
}

.f-r-c-c,.f-r-c-e {
    display: flex;
    flex-direction: row;
    align-items: center
}

.f-r-c-c {
    justify-content: center
}

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

.f-c-c-c,.f-c-fs-c {
    display: flex;
    flex-direction: column;
    align-items: center
}

.f-c-fs-c {
    justify-content: flex-start
}

.f-c-c-fs {
    justify-content: center;
    align-items: flex-start
}

.f-c-c-fs,.f-c-fs-fe {
    display: flex;
    flex-direction: column
}

.f-c-fs-fe {
    justify-content: flex-start;
    align-items: flex-end
}

.f-c-sb-fs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.f-r-sb-c {
    justify-content: space-between
}

.f-r-fs-c,.f-r-sb-c {
    display: flex;
    flex-direction: row;
    align-items: center
}

.f-r-fs-c {
    justify-content: flex-start
}

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

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

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

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

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

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

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

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

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

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

#index #home-categories, #index .home-guide, #index .home-brands, #index .home-lovestore{
    padding: 0 20px;
}


.mm_block_type_product .discount-percentage{
    background-color: #ac0000 !important;
}
.mm_block_type_product .regular-price{
    color: #484848 !important;
    text-decoration: line-through;
}

#checkout #order-summary-content button:hover {
     background-color: #c60000;
     color: white !important;
     border: 1px solid #c60000;
}

#checkout #order-summary-content .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    margin-bottom: 10px;
}

#checkout #order-summary-content .card .card-header {
    border-radius: 10px 10px 0 0;
}

#checkout #order-summary-content #order-items .row {
    margin-left: 0;
    margin-right: 0;
}

#checkout #order-summary-content #order-items .order-line {
    background-color: #f6f6f6;
    border-radius: 10px;
}

@media (max-width : 767px) {
    #checkout #order-summary-content .logo-container {
        display: none;
    }
}


#product #trustpilot-widget-trustbox-2-wrapper{
    width: fit-content;
}

#footer #block_newsletter .newsletter__title {
    font-size: 2.5rem;
}



#checkout #checkout-payment-step .payment-options .paypal a{
    color: #F7CA3E;
}

div#footer-links__accordion.row.w-100.mx-auto{
    padding: 32px 0;
}

/* Trustpilot du module Home About */

/* .home-about .trustpilot-container .TrustPilotProductReviews {
	display: none;
} */

@media(min-width: 1024px) {

	.home-about .trustpilot-container .TrustPilotProductReviews {
		display: block;
	}

	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsCont {
		display: none !important;
	}

	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsSummary {
		width: 100%;
	}
}

@media(min-width: 1167px) {

	.home-about .trustpilot-container .TrustPilotProductReviews{
		display: flex;
	}

    .home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsSummary {
		width: 50%;
	}


	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsCont {
		display: flex !important;
		width: 50%;
		margin-bottom: 10px;
		height: auto;
	}

    .home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsCont .tp_carousel {
        width: 100%;
		overflow: hidden;
	}

	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsCont .tp_carousel-inner .Review {
		flex:0 0 100%;
	}

}

@media(min-width: 1300px) {


	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsSummary {
		width: 50%;
	}

	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsCont{
		width: 50%;
	}

	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsCont .tp_carousel-inner .Review {
		flex:0 0 100%;
	}
}

@media(min-width: 1691px) {

	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsSummary {
		width: 33%;
	}

	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsCont {
		width: 66%;
	}

	.home-about .trustpilot-container .TrustPilotProductReviews .TrustPilotProductReviewsCont .tp_carousel-inner .Review {
		flex: 0 0 50%;

	}

}

/* FIN Trustpilot du module Home About */

/* AG 12/03/2024 */

#cart-subtotal-discount span {
    color: green;
}

#cart-summary .cart-voucher span.label {
    font-weight: 400;
}

#cart-summary .cart-voucher span.label span.code {
    font-weight: 700;
}

/* Trustpilot bannière page catégorie */

#_desktop_category_header .truspilotMerchantSmall {
    margin-left: 6px;
    padding-left: 10px;
}

/* Fin Trustpilot bannière page catégorie */

/* Modification marge checkout payment step */
#checkout #checkout-payment-step .card-body {
    padding: 1rem 0;
}
#checkout #checkout-payment-step .payment-option {
    padding: 1rem 2rem;
}

/* AGU : Correction problèmes d'affiche module ps_featuredproduct dans la page panier */

#cart section#featured-products div.row {
    margin-top: 3rem;
    flex-direction: column;
}

#cart section#featured-products div.row div.product-content {
    text-align: center;
}

#cart section#featured-products div.row div.product-list {
    margin-top: 3rem;
    display:flex;
    flex-wrap: wrap;
}


#checkout #checkout-payment-step .card-body {
    padding: 1rem !important;
}


#checkout #order-summary-content .logo-container img {
    max-width: 100px;
}


#cart .cart-voucher .promo-name .cart-summary-line {
    display: flex;
    align-items: center;
}

#cart .cart-voucher .promo-name .cart-summary-line .label {
    font-size: 1rem;
    margin-right: 10px;
}

#cart .cart-items .cart-item .product-line-grid .product-line-info .product-discount .discount-percentage {
    background: #ac0000;
    border-radius: 75px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    padding: .25rem 1rem;
}

#cart .truspilotMerchantSmallCart .truspilotMerchantSmall, #checkout .truspilotMerchantSmallCheckout .truspilotMerchantSmall{
    justify-content: center;
}

@media (max-width: 575.98px) {
    #cart .page-heading {
        margin-top: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
}



#product #product-top .product__expert .content {
    padding-left: 2rem;
}


#product #product-modal .modal-body figure>img {
    max-width: fit-content;
}


/* .product-list .product-miniature .thumbnail-container .plabel_div .plabel_img {
    display:none;
} */

.product-list .product-miniature .thumbnail-container .plabel_div {
    padding: 2px 8px;
}


 span.plabel_span {
    font-family: Montserrat, sans-serif !important;
background: #ac0000;
border-radius: 75px;
color: #fff !important;
font-size: .875rem !important;
font-weight: 700;
padding: 7.5px  10px !important;
}


.product-list .product-miniature .thumbnail-container .product-flags .product-flag {
    padding: 6px  10px !important;
}


@media (max-width: 575.98px) {
    span.plabel_span {
        font-size: 12px !important;
    }

    .product-list .product-miniature .thumbnail-container .product-flags .product-flag {
        font-size: 12px !important;
    }
}


.ets_mm_megamenu_content .TrustPilotEtoiles {
    position: absolute;
    bottom: 130px;
}


.ets_mm_megamenu_content .product-miniature .mm-product-description .product-title {
    margin-bottom: 30px !important;
}


#product #product-top {
    margin-bottom: 30px;
}


@media (min-width: 992px) {
    #product .bs-padding-product-page {
        padding-left: 40px;
        padding-right: 20px;
    }
}



.ets_mm_megamenu_content .plabel_div {
    display: none !important;
}



#product #product-modal .modal-body figure>img {
    max-width: -webkit-fill-available;
}

#cms .page-wrapper--cms ul {
    list-style: unset;
    padding-left: 40px
}

/* #product #product-modal .modal-body figure>img {
    width: auto;

} */

#product #product-modal .modal-body div, #product #product-modal .modal-body figure {
    height: auto;
}



#product #dd_carriers_list .dd_available td:first-child {
    width: 70px;
    padding: 0.5rem !important;
}


#blockcart-modal {
    z-index: 9999999999;
}


#jaloo-js-cart-container {
    display: none;
}


#contact .bs_page_formulaire_contact {
    max-width: 1000px;
}

#contact .bs_page_formulaire_contact .bs_formulaire_information {
    border-color: #ac0000 !important;
    background-color: #f6f6f6 !important;
    border-image: none;
}


#shopping-cart-wrapper {
    overflow: auto !important;
}


#product-sticky #goto-add {
    background-color: black !important;
}

#product-sticky #goto-add:hover {
    background-color: #ac0000 !important;
}



#shopping-cart-wrapper .shopping-cart-details svg .st0 {
    stroke: black;
}


/* @media (min-width: 992px) { */
    #checkout .header__right, #checkout .container-menu , #checkout #footer, #checkout #qcdbanner, #checkout #header #header-stick-wrap #menu-icon{
      display: none !important;
    }

    
/*   } */

#checkout .header__logo {
    margin: 10px 0;
}