﻿.img-fluid {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.img-thumbnail {
    border: 1px solid var(--bs-border-color);
    max-width: 100%;
    height: auto;
    background-color: #fff;
    padding: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    color: #6c757d;
    font-size: .875em
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
    margin-bottom: 1rem
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    border-bottom-width: 1px;
    padding: .5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: 2px solid
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(2n+1)>*,
.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #d0d3d6;
    --bs-table-border-color: #bbbec1;
    --bs-table-striped-bg: #c6c8cb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bbbec1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c0c3c6;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

@media (max-width:639.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:1023.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:1279.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:1535.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.form-label {
    margin-bottom: .25rem;
    font-size: .875em;
    font-weight: 600
}

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

.col-form-label-lg {
    padding-top: calc(.75rem + 1px);
    padding-bottom: calc(.75rem + 1px);
    font-size: 1rem
}

.col-form-label-sm {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    font-size: .75rem
}

.form-text {
    color: #6c757d;
    margin-top: .25rem;
    font-size: .875em
}

.form-control {
    width: 100%;
    color: #212529;
    -ms-appearance: none;
    appearance: none;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: .75rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block
}

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

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #8a9299;
    outline: 0;
    box-shadow: 0 0 0 .125rem rgba(20, 36, 51, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.25em
}

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

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

.form-control:disabled {
    opacity: 1;
    background-color: #e9ecef
}

.form-control::-ms-browse {
    color: #212529;
    pointer-events: none;
    border-color: inherit;
    background-color: #e9ecef;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    margin: -.75rem -1rem;
    padding: .75rem 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    color: #212529;
    pointer-events: none;
    border-color: inherit;
    background-color: #e9ecef;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    margin: -.75rem -1rem;
    padding: .75rem 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::-ms-browse {
    border-right-width: 1px;
    margin-right: 1rem
}

.form-control:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::file-selector-button {
    border-right-width: 1px;
    margin-right: 1rem
}

.form-control:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-ms-browse {
    border-left-width: 1px;
    margin-left: 1rem
}

.form-control:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    border-left-width: 1px;
    margin-left: 1rem
}

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

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-ms-browse {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

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

.form-control-plaintext:focus {
    outline: 0
}

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

.form-control-sm {
    min-height: calc(1.25em + .75rem + 2px);
    padding: .375rem .5rem;
    font-size: .75rem
}

.form-control-sm::-ms-browse {
    margin: -.375rem -.5rem;
    padding: .375rem .5rem
}

.form-control-sm::file-selector-button {
    margin: -.375rem -.5rem;
    padding: .375rem .5rem
}

.form-control-sm:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::-ms-browse {
    margin-right: .5rem
}

.form-control-sm:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::file-selector-button {
    margin-right: .5rem
}

.form-control-sm:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-ms-browse {
    margin-left: .5rem
}

.form-control-sm:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: .5rem
}

.form-control-lg {
    min-height: calc(1.25em + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-size: 1rem
}

.form-control-lg::-ms-browse {
    margin: -.75rem -1rem;
    padding: .75rem 1rem
}

.form-control-lg::file-selector-button {
    margin: -.75rem -1rem;
    padding: .75rem 1rem
}

.form-control-lg:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::-ms-browse {
    margin-right: 1rem
}

.form-control-lg:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::file-selector-button {
    margin-right: 1rem
}

.form-control-lg:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-ms-browse {
    margin-left: 1rem
}

.form-control-lg:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 1rem
}

textarea.form-control {
    min-height: calc(1.25em + 1.5rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.25em + .75rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.25em + 1.5rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: calc(1.25em + 1.5rem + 2px);
    padding: .75rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important
}

.form-control-color.form-control-sm {
    height: calc(1.25em + .75rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.25em + 1.5rem + 2px)
}

.form-select {
    width: 100%;
    -moz-padding-start: calc(1rem - 3px);
    color: #212529;
    -ms-appearance: none;
    appearance: none;
    background-color: #fcfcfc;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: .75rem 3rem .75rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block
}

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

.form-select:focus {
    border-color: #8a9299;
    outline: 0;
    box-shadow: 0 0 0 .125rem rgba(20, 36, 51, .25)
}

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

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 #212529
}

.form-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: .5rem;
    font-size: .75rem
}

.form-select-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    font-size: 1rem
}

.form-check {
    min-height: 1.3125rem;
    margin-bottom: .125rem;
    padding-left: 1.625em;
    display: block
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.625em
}

.form-check-reverse {
    text-align: right;
    padding-left: 0;
    padding-right: 1.625em
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.625em
}

.form-check-input {
    width: 1.125em;
    height: 1.125em;
    vertical-align: top;
    -ms-appearance: none;
    appearance: none;
    print-color-adjust: exact;
    background-color: #fcfcfc;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    margin-top: .1875em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    background-color: #000;
    border-color: #8a9299;
    outline: 0;
    box-shadow: 0 0 0 .125rem rgba(20, 36, 51, .25)
}

.form-check-input:checked {
    background-color: #142433;
    border-color: #142433
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #142433;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    border-color: #142433
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: 0;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out
}

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238a9299'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-position: 100%
}

.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em
}

.form-check-inline {
    margin-right: 1rem;
    display: inline-block
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: .75rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: .875rem;
    --bs-btn-font-weight: 800;
    --bs-btn-line-height: 1.25;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 transparent, 0 1px 1px transparent;
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .125rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    padding: var(--bs-btn-padding-y)var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width)solid var(--bs-btn-border-color);
    background-color: var(--bs-btn-bg);
    box-shadow: var(--bs-btn-box-shadow);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block
}

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

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    box-shadow: none
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #142433;
    --bs-btn-border-color: #142433;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #111f2b;
    --bs-btn-hover-border-color: #101d29;
    --bs-btn-focus-shadow-rgb: 55, 69, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #101d29;
    --bs-btn-active-border-color: #0f1b26;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #142433;
    --bs-btn-disabled-border-color: #142433
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-brand-yellow {
    --bs-btn-color: #000;
    --bs-btn-bg: #ecd318;
    --bs-btn-border-color: #ecd318;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #efda3b;
    --bs-btn-hover-border-color: #eed72f;
    --bs-btn-focus-shadow-rgb: 201, 179, 20;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f0dc46;
    --bs-btn-active-border-color: #eed72f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ecd318;
    --bs-btn-disabled-border-color: #ecd318
}

.btn-outline-primary {
    --bs-btn-color: #142433;
    --bs-btn-border-color: #142433;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #142433;
    --bs-btn-hover-border-color: #142433;
    --bs-btn-focus-shadow-rgb: 20, 36, 51;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #142433;
    --bs-btn-active-border-color: #142433;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #142433;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #142433;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-brand-yellow {
    --bs-btn-color: #ecd318;
    --bs-btn-border-color: #ecd318;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ecd318;
    --bs-btn-hover-border-color: #ecd318;
    --bs-btn-focus-shadow-rgb: 236, 211, 24;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ecd318;
    --bs-btn-active-border-color: #ecd318;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ecd318;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ecd318;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 55, 69, 82;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: .75rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: 0
}

.btn-sm {
    --bs-btn-padding-y: .375rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    --bs-btn-border-radius: 0
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    transition: height .35s;
    overflow: hidden
}

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: .125rem;
    --bs-dropdown-padding-y: .125rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 100%;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: -1px;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .25rem;
    --bs-dropdown-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .075);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #142433;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .125rem;
    z-index: var(--bs-dropdown-zindex);
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y)var(--bs-dropdown-padding-x);
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width)solid var(--bs-dropdown-border-color);
    box-shadow: var(--bs-dropdown-box-shadow);
    background-clip: padding-box;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute
}

.dropdown-menu[data-bs-popper] {
    margin-top: var(--bs-dropdown-spacer);
    top: 100%;
    left: 0
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media (min-width:640px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1024px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1280px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1536px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
    top: auto;
    bottom: 100%
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
    top: 0;
    left: 100%;
    right: auto
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
    top: 0;
    left: auto;
    right: 100%
}

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y)0;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
    overflow: hidden
}

.dropdown-item {
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y)var(--bs-dropdown-item-padding-x);
    clear: both;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-weight: 400;
    text-decoration: none;
    display: block
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: var(--bs-dropdown-link-active-bg);
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    padding: var(--bs-dropdown-header-padding-y)var(--bs-dropdown-header-padding-x);
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
    margin-bottom: 0;
    font-size: .75rem;
    display: block
}

.dropdown-item-text {
    padding: var(--bs-dropdown-item-padding-y)var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
    display: block
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #142433;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-size: .875rem;
    --bs-nav-link-font-weight: 800;
    --bs-nav-link-color: #142433;
    --bs-nav-link-hover-color: #142433;
    --bs-nav-link-disabled-color: #6c757d;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex
}

.nav-link {
    padding: var(--bs-nav-link-padding-y)var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #e9ecef;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-hover-border-color: transparent transparent #e9ecef;
    --bs-nav-tabs-link-active-color: #142433;
    --bs-nav-tabs-link-active-bg: transparent;
    --bs-nav-tabs-link-active-border-color: transparent transparent #ecd318;
    border-bottom: var(--bs-nav-tabs-border-width)solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width)solid transparent;
    background: 0 0
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1*var(--bs-nav-tabs-border-width))
}

.nav-pills {
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #142433
}

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

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

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

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

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: -1px;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312202e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #8a9299;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .125rem rgba(20, 36, 51, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #12202e;
    --bs-accordion-active-bg: #e8e9eb
}

.accordion-button {
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y)var(--bs-accordion-btn-padding-x);
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    border: 0;
    align-items: center;
    font-size: .875rem;
    display: flex;
    position: relative
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width))0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    flex-shrink: 0;
    margin-left: auto
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width)solid var(--bs-accordion-border-color)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y)var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-right: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0;
    padding: var(--bs-alert-padding-y)var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 800
}

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

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

.alert-primary {
    --bs-alert-color: #0c161f;
    --bs-alert-bg: #d0d3d6;
    --bs-alert-border-color: #b9bdc2
}

.alert-primary .alert-link {
    color: #0a1219
}

.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-brand-yellow {
    --bs-alert-color: #5e540a;
    --bs-alert-bg: #fbf6d1;
    --bs-alert-border-color: #f9f2ba
}

.alert-brand-yellow .alert-link {
    color: #4b4308
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
    opacity: .5;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") 50%/1em no-repeat;
    border: 0;
    padding: .25em
}

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

.btn-close:focus {
    opacity: 1;
    outline: 0;
    box-shadow: 0 0 0 .125rem rgba(20, 36, 51, .25)
}

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

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

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0;
    --bs-modal-box-shadow: ;
    --bs-modal-inner-border-radius: -1px;
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    z-index: var(--bs-modal-zindex);
    width: 100%;
    height: 100%;
    outline: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative
}

.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 {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

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

.modal-dialog-centered {
    min-height: calc(100% - var(--bs-modal-margin)*2);
    align-items: center;
    display: flex
}

.modal-content {
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width)solid var(--bs-modal-border-color);
    box-shadow: var(--bs-modal-box-shadow);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: relative
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    position: fixed;
    top: 0;
    left: 0
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width)solid var(--bs-modal-header-border-color);
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5)calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(-.5*var(--bs-modal-header-padding-y))calc(-.5*var(--bs-modal-header-padding-x))auto
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    padding: var(--bs-modal-padding);
    flex: auto;
    position: relative
}

.modal-footer {
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width)solid var(--bs-modal-footer-border-color);
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width:640px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .075)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-left: auto;
        margin-right: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:1024px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1280px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width:639.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1023.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1279.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1535.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.header-top {
    color: #fff;
    background-color: #142433
}

.prices {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 .5em;
    display: flex
}

.prices-right {
    text-align: right;
    justify-content: flex-end
}

.price-big {
    font-size: 1.375rem
}

.price-big~[class*=price] {
    font-size: 1rem
}

@media (min-width:768px) {
    .price-big {
        font-size: 1.75rem
    }

    .price-big~[class*=price] {
        font-size: 1.125rem
    }
}

.price-current {
    font-weight: 800
}

.price-current-discounted {
    color: #b44e3c
}

.price-old {
    color: #777;
    text-decoration: line-through
}

.price-discount {
    color: #b44e3c
}

.qty {
    width: 6.25rem;
    position: relative
}

.qty .qty__input {
    text-align: center;
    z-index: 1;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative
}

.qty .qty__btn {
    width: 2rem;
    z-index: 2;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    color: transparent !important
}

.qty .qty__btn--up {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='8' x2='12' y2='16'/%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E");
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 0
}

.qty .qty__btn--down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E");
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: 0
}

.qty-small {
    width: 5rem
}

.qty-small .qty__input {
    padding: .5rem 1.5rem
}

.qty-small .qty__btn {
    width: 1.5rem
}

.product-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 800
}

.product-title a {
    color: inherit;
    text-decoration: none
}

.product-title-big {
    font-size: max(1.3125rem, min(.68rem + 1.76vw, 2rem));
    font-style: normal
}

[data-lines] {
    min-height: 1.5em;
    max-height: 1.5em;
    max-width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden
}

[data-lines="2"] {
    max-height: 3em;
    -webkit-line-clamp: 2
}

[data-lines="3"] {
    max-height: 4.5em;
    -webkit-line-clamp: 3
}

.product-miniature__overlay {
    left: 0;
    right: 0
}

.cart-summary-products .row {
    --bs-gutter-x: .75rem
}

.payment-option-container~.payment-option-container,
.delivery-option~.delivery-option {
    margin: 4px 0 0
}

.additional-information,
.carrier-extra-content {
    border: 2px solid var(--bs-primary);
    border-bottom-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
    background-color: #fff;
    border-top: 0;
    margin-top: -5px;
    padding-left: calc(3em - 2px)
}

section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: .5
}

section.checkout-step .content,
section.checkout-step .done,
section.checkout-step.-current .step-edit {
    display: none
}

section.checkout-step.-current .content {
    display: block
}

section.checkout-step.-current.-reachable.-complete .done,
section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none
}

section.checkout-step.-current.-reachable.-complete .step-number,
section.checkout-step.-current.-reachable.-complete .content {
    display: block
}

section.checkout-step.-unreachable .step-edit {
    display: none
}

section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block
}

section.checkout-step.-reachable.-complete h1 .step-number {
    display: none
}

section.checkout-step.-reachable.-complete h1 .step-edit {
    display: block
}

section.checkout-step.-reachable.-complete .content {
    display: none
}

@media (min-width:576px) {
    .checkout-step .content {
        padding-left: 3rem;
        position: relative
    }

    .checkout-step .content:after {
        content: "";
        width: 2px;
        background-color: #eee;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(1rem - 1px)
    }
}

.step-title {
    font-weight: 600
}

.step-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600
}

.step-number {
    --size: 2rem;
    color: #fff;
    height: var(--size);
    font-size: .875rem;
    font-weight: 600;
    line-height: var(--size);
    text-align: center;
    width: var(--size);
    background-color: #000;
    border-radius: 100%;
    display: block
}

.step-edit {
    margin-left: auto
}

.address-item {
    border-radius: var(--bs-border-radius);
    padding: calc(var(--bs-gutter-x)/2);
    background-color: #f5f5f5;
    border: 2px solid transparent
}

.address-item.selected {
    border-color: var(--bs-primary);
    background-color: #fff
}

.address-item-footer {
    margin-top: calc(var(--bs-gutter-x)/2);
    padding-top: calc(var(--bs-gutter-x)/2);
    border-top: 2px solid #eee
}

.product-flags {
    pointer-events: none;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 12;
    margin: 0;
    padding: .3125rem;
    font-size: .6875rem;
    font-weight: 600
}

.product-flags-large {
    padding: .5rem
}

@media (min-width:1280px) {
    .product-flags-large {
        font-size: .875rem
    }
}

.product-flags-top {
    top: 0;
    bottom: auto
}

.product-flags-bottom {
    top: auto;
    bottom: 0
}

.product-flag {
    padding: .3125rem;
    line-height: 1
}

.product-flag-on-sale,
.product-flag-discount {
    color: #fff;
    background-color: #b44e3c
}

.product-flag-new {
    color: #146c43;
    background-color: #d1e7dd
}

.product-flag-pack,
.product-flag-online-only {
    color: #6c757d;
    background-color: #f8f9fa
}

.product-flag-out_of_stock {
    color: #ca6510;
    background-color: #ffe5d0
}

.product-flag-free-shipping {
    color: #fff;
    background-color: #b44e3c
}

.btn {
    text-transform: uppercase
}

.btn-full {
    width: 100%;
    flex: 0 0 100%
}

.btn[class*=outline] {
    font-weight: 400
}

.btn-loading {
    position: relative;
    color: transparent !important;
    transition: none !important
}

.btn-loading:after {
    --size: calc(var(--bs-btn-font-size)*1.5);
    border: 2px solid var(--bs-btn-color);
    content: "";
    height: var(--size);
    width: var(--size);
    top: calc(50% - var(--size)/2);
    left: calc(50% - var(--size)/2);
    border-top-color: transparent;
    border-radius: 100%;
    animation: .5s linear infinite loadingRotate;
    display: block;
    position: absolute
}

.btn-loading svg {
    opacity: 0 !important
}

@keyframes loadingRotate {
    to {
        transform: rotate(1turn)
    }
}

.btn-reset {
    color: inherit;
    font: inherit;
    background-color: transparent;
    border-width: 0;
    padding: 0
}

.btn-product-video-close {
    color: var(--bs-primary);
    cursor: pointer;
    height: 2rem;
    z-index: 3;
    background-color: #fff;
    border-radius: 3em;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    padding: 0 .5rem;
    font-size: .8125rem;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: .5rem;
    right: .5rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 0 2px 4px rgba(0, 0, 0, .075)
}

.btn-product-video-close span {
    position: relative;
    top: 1px
}

.btn-product-video-close * {
    pointer-events: none
}

.btn-product-video {
    color: var(--bs-primary);
    cursor: pointer;
    height: 2rem;
    z-index: 3;
    background-color: #fff;
    border-radius: 3em;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    padding: 0 .5rem;
    font-size: .8125rem;
    font-weight: 600;
    display: flex;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 0 2px 4px rgba(0, 0, 0, .075)
}

.btn-product-video span {
    position: relative;
    top: 1px
}

.btn-product-video *,
[data-toggle=drawer] * {
    pointer-events: none
}

.form-check .form-check-label {
    font-size: .875rem
}

.form-check:after {
    clear: both;
    content: "";
    display: block
}

.form-check-block {
    margin-bottom: 0;
    padding-left: 0
}

.form-check-block .form-check-input {
    margin: .875em 1em
}

.form-check-block .form-check-label {
    border-radius: var(--bs-border-radius);
    background-color: #f5f5f5;
    border: 2px solid transparent;
    padding-top: .5em;
    padding-bottom: .5em;
    display: block
}

.form-check-block .form-check-input:checked~.form-check-label {
    border-color: var(--bs-primary);
    background-color: #fff
}

.footer {
    color: var(--bs-gray-500);
    background-color: #142433
}

.footer a {
    color: inherit;
    text-decoration: none
}

.footer a:hover {
    color: var(--bs-white)
}

.footer-title {
    color: var(--bs-white);
    letter-spacing: .03125rem;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0;
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
    display: block
}

.ps_emailsubscription {
    align-self: flex-end
}

.ps_emailsubscription__input {
    color: var(--bs-white);
    height: auto;
    width: 100%;
    background-color: transparent;
    border: 0 solid rgba(255, 255, 255, .1);
    border-bottom-width: 2px;
    padding: 0 2.75rem 1em 0;
    font-size: 1.125rem;
    line-height: 1.5
}

.ps_emailsubscription__input:focus {
    border-color: var(--bs-white);
    color: var(--bs-white);
    outline: 0
}

.ps_emailsubscription__input:focus~button {
    color: var(--bs-white)
}

.ps_emailsubscription__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.ps_emailsubscription__input::placeholder {
    color: rgba(255, 255, 255, .5)
}

.ps_emailsubscription__button {
    color: rgba(255, 255, 255, .5);
    width: 2.75rem;
    z-index: 1;
    background-color: transparent;
    border-width: 0;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 1em;
    font-size: 1.125rem;
    line-height: 1.5;
    display: flex;
    top: 0;
    right: 0
}

.ps_emailsubscription__button svg {
    height: 1.5em;
    width: 1.5em
}

.drawer {
    max-width: 37.5rem;
    opacity: 0;
    pointer-events: none;
    overscroll-behavior: contain;
    width: calc(100% - 3rem);
    z-index: 10002;
    background-color: #fff;
    transition: transform .3s, opacity .3s;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 0 1px #c2c2c2, 0 0 0 4px rgba(0, 0, 0, .1)
}

.drawer-header {
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    display: flex;
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, .03), 0 1px 2px rgba(0, 0, 0, .03), 0 2px 4px rgba(0, 0, 0, .03)
}

.drawer-left .drawer-header {
    padding-left: 1.5rem
}

.drawer-overlay {
    -ms-appearance: none;
    appearance: none;
    opacity: 0;
    pointer-events: none;
    z-index: 10001;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .75);
    border: 0;
    padding: 0;
    transition: opacity .3s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.drawer-right {
    right: 0;
    transform: translate(100%)
}

.drawer-left,
.drawer-filter {
    left: 0;
    transform: translate(-100%)
}

.drawer-left-open .drawer-left,
.drawer-filter-open .drawer-filter,
.drawer-right-open .drawer-right {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0)
}

.drawer-left-open .drawer-overlay-left,
.drawer-filter-open .drawer-overlay-filter,
.drawer-right-open .drawer-overlay-right {
    opacity: 1;
    pointer-events: auto
}

.drawer-block {
    background-color: var(--bs-gray-100);
    margin: 1.5rem;
    padding: 1rem;
    font-size: .875rem
}

.drawer-block-title {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: .8125rem;
    font-weight: 700
}

.drawer-block a {
    text-decoration: none
}

.x-small {
    font-size: .625rem
}

.product-image-overlay {
    z-index: 0;
    position: relative
}

.product-image-overlay:after {
    content: "";
    z-index: 1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .05);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.stock-status {
    font-size: .875rem;
    line-height: 1;
    text-decoration: none
}

.stock-status:before {
    background-color: var(--blip-inner);
    box-shadow: 0 0 0 4px var(--blip-outer);
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    margin-right: .5em;
    display: block
}

.stock-status svg {
    margin-left: .25em
}

.stock-status-small {
    font-size: .75rem
}

.stock-status-small:before {
    height: 6px;
    width: 6px
}

.cart-overview,
.cart-detailed-totals {
    background-color: var(--bs-gray-100);
    padding: 1rem
}

[data-link-action=remove-voucher] {
    color: #b44e3c;
    font-family: var(--bs-font-monospace);
    text-decoration: none
}

.full-page-header {
    background-color: var(--bs-gray-100)
}

.productbundlespro {
    padding-top: 20px;
    margin-top: 20px
}

.productbundlespro h3 {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px
}

.productbundlespro .pbp-bundle-header {
    margin-bottom: 5px
}

.productbundlespro .pbp-btn-bundle-tabs .pbp-btn-bundle-tab {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    padding: 15px 0;
    display: inline-block;
    margin-right: 30px
}

.productbundlespro .pbp-btn-bundle-tabs .pbp-btn-bundle-tab.active {
    color: rgb(0, 0, 0);
    font-weight: 700;
    border-bottom: 3px solid #000
}

.productbundlespro .pbp-bundle-body {
    display: grid;
    grid-template-columns: calc(100% - 300px) 300px
}

.productbundlespro .pbp-products .pbp-bundle-product:after {
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    display: block;
    content: "+";
    font-size: 24px;
    position: absolute;
    top: calc(50% - 25px);
    right: -22px;
    z-index: 100
}

.productbundlespro .pbp-products .pbp-bundle-product:last-of-type:after {
    display: none
}

.productbundlespro .pbp-bundle {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 20px;
    background-color: #fff
}

.productbundlespro .pbp-bundle .bundle-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.productbundlespro .pbp-bundle .badge {
    border: 2px solid orangered;
    color: orangered;
    border-radius: 2px;
    padding: 3px;
    font-size: 12px;
    line-height: 35px;
    display: inline-block;
    width: 100%;
    font-weight: 700
}

.productbundlespro .pbp-bundle .badge-quantity {
    background-color: #222;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    border-radius: 2px
}

.productbundlespro .pbp-bundle .pbp-product-price-saving {
    background-color: orangered;
    padding: 2px 7px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 20px
}

.productbundlespro .pbp-bundle .pbp-product-price {
    margin-top: 10px
}

.productbundlespro .pbp-bundle .pbp-product-price .pbp-product-price-original {
    font-size: 14px;
    text-decoration: line-through;
    line-height: 20px
}

.productbundlespro .pbp-bundle .pbp-product-price .pbp-product-price-discounted {
    font-size: 16px;
    line-height: 20px
}

.productbundlespro .pbp-bundle .bundle_actions {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 10px
}

.productbundlespro .pbp-bundle .bundle_actions .bundle_quantity input {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.productbundlespro .pbp-bundle .bundle_actions .bundle_quantity .input-group-btn-vertical .btn {
    height: 22px
}

.productbundlespro .pbp-bundle .title {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product {
    position: relative;
    margin-right: 20px
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-checkbox {
    display: inline-block
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-checkbox input {
    height: 15px;
    width: 15px;
    position: relative;
    top: 2px
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .product-image {
    text-align: center
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .product-image img {
    max-width: 100%;
    height: auto
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .product-name {
    margin: 5px 0;
    text-align: center;
    color: #000;
    font-size: .8rem
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-info {
    padding: 10px;
    text-align: center
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product select {
    font-size: 12px;
    width: 100%
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product.in-cart img {
    opacity: .5
}

.productbundlespro .pbp-bundle .bundle-totals {
    text-align: center
}

.productbundlespro .pbp-bundle .bundle-totals .heading-text,
.productbundlespro .pbp-bundle .bundle-totals span {
    font-size: 1rem
}

.productbundlespro .pbp-bundle .bundle-totals .bundle_saving_price_formatted_tax_included {
    text-align: center;
    margin: 10px 0
}

@media only screen and (max-width:992px) {
    .pbp-bundle .pbp-bundle-body {
        display: block !important
    }

    .productbundlespro.layout-type-default .pbp-slider .pbp-products {
        display: none !important
    }

    .pbp-bundle .pbp-products {
        width: 100%;
        overflow-x: auto
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-4) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-5) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-6) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-7) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-8) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-9) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-10) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-11) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-12) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-13) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-14) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-15) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-16) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-17) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-18) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-19) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-20) {
        justify-content: normal !important
    }

    .pbp-bundle .pbp-products-slider {
        width: 100%;
        display: flex;
        overflow: auto
    }

    .pbp-bundle .pbp-products-slider .pbp-bundle-product {
        width: 100px !important;
        min-width: 100px !important;
        text-align: center
    }

    .pbp-bundle .pbp-products-slider .pbp-bundle-product .pbp-product-info {
        padding: 0
    }

    .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-image img {
        max-width: 100px;
        max-height: 100px
    }

    .pbp-bundle .pbp-products-slider .pbp-bundle-product .wishlist-button-add,
    .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-description,
    .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-name,
    .pbp-bundle .pbp-products-slider .pbp-bundle-product .pbp-product-price,
    .pbp-bundle .pbp-products-slider .pbp-bundle-product select[name=pbp-bundle-product-ipa],
    .pbp-bundle .pbp-products-slider .pbp-bundle-product input[name=flag_selected] {
        display: none
    }

    .pbp-bundle .pbp-products-slider .pbp-bundle-product:after {
        font-size: 18px !important;
        width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        top: 30% !important;
        right: -20px !important
    }

    .pbp-bundle .pbp-see-details {
        margin: 10px 0;
        display: none !important;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        height: 45px;
        line-height: 35px;
        text-align: center;
        position: relative
    }

    .pbp-bundle .pbp-see-details .arrow {
        position: absolute;
        top: calc(50% - 18px);
        right: 10px;
        transform: rotate(90deg);
        transition: all 0.2s ease
    }

    .pbp-bundle .pbp-see-details .arrow:before {
        display: inline-block;
        height: 30px;
        width: 30px;
        content: "❯";
        font-size: 20px
    }

    .pbp-bundle .pbp-see-details.expanded .arrow {
        transform: rotate(-90deg)
    }

    .pbp-bundle .pbp-see-details-expanded .pbp-details-product {
        display: grid;
        grid-column-gap: 5px;
        grid-template-columns: 25px 50px auto;
        font-size: 12px;
        padding: 10px 0;
        width: 100% !important
    }

    .pbp-bundle .pbp-see-details-expanded .pbp-details-product .product-name {
        display: block !important
    }

    .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-details-product-check {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-details-product-check input {
        width: 15px;
        height: 15px
    }

    .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-product-price-saving {
        display: inline-block
    }

    .pbp-bundle .pbp-see-details-expanded.expanded .bundle-totals {
        display: block
    }

    .pbp-bundle .bundle-totals {
        display: none
    }

    .pbp-bundle .pbp-btn-add-to-basket {
        width: 100%;
        height: 45px
    }
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-bundle-body {
    display: block !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products {
    width: 100%;
    overflow-x: auto
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-4) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-5) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-6) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-7) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-8) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-9) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-10) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-11) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-12) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-13) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-14) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-15) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-16) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-17) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-18) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-19) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-20) {
    justify-content: normal !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider {
    width: 100%;
    display: flex;
    overflow: auto
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product {
    width: 100px !important;
    min-width: 100px !important;
    text-align: center
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .pbp-product-info {
    padding: 0
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-image img {
    max-width: 100px;
    max-height: 100px
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .wishlist-button-add,
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-description,
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-name,
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .pbp-product-price,
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product select[name=pbp-bundle-product-ipa],
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product input[name=flag_selected] {
    display: none
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product:after {
    font-size: 18px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    top: 30% !important;
    right: -20px !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details {
    margin: 10px 0;
    display: block !important;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    height: 45px;
    line-height: 35px;
    text-align: center;
    position: relative
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details .arrow {
    position: absolute;
    top: calc(50% - 18px);
    right: 10px;
    transform: rotate(90deg);
    transition: all 0.2s ease
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details .arrow:before {
    display: inline-block;
    height: 30px;
    width: 30px;
    content: "❯";
    font-size: 20px
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details.expanded .arrow {
    transform: rotate(-90deg)
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product {
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: 25px 50px auto;
    font-size: 12px;
    padding: 10px 0;
    width: 100% !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product .product-name {
    display: block !important
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-details-product-check {
    display: flex;
    justify-content: center;
    align-items: center
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-details-product-check input {
    width: 15px;
    height: 15px
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-product-price-saving {
    display: inline-block
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded.expanded .bundle-totals {
    display: block
}

.productbundlespro.layout-type-compact .pbp-bundle .bundle-totals {
    display: none
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-btn-add-to-basket {
    width: 100%;
    height: 45px
}

.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product {
    width: 100px !important
}

.modal-dialog .productbundlespro {
    padding: 20px
}

.productbundlespro.layout-type-default .pbp-slider .pbp-products-slider,
.productbundlespro.layout-type-compact .pbp-slider .pbp-products-slider {
    white-space: nowrap;
    row-gap: 10px;
    height: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: row
}

@media only screen and (max-width:992px) {

    .productbundlespro.layout-type-default .pbp-slider .pbp-products-slider,
    .productbundlespro.layout-type-compact .pbp-slider .pbp-products-slider {
        overflow-x: auto
    }
}

.productbundlespro.layout-type-default .pbp-slider .pbp-products,
.productbundlespro.layout-type-compact .pbp-slider .pbp-products {
    display: grid;
    grid-template-columns: 50px auto 50px
}

.productbundlespro.layout-type-default .pbp-slider .pbp-bundle-product,
.productbundlespro.layout-type-compact .pbp-slider .pbp-bundle-product {
    scroll-snap-align: start;
    width: 200px;
    min-width: 200px
}

.productbundlespro.layout-type-default .pbp-slider .pbp-slider-nav,
.productbundlespro.layout-type-compact .pbp-slider .pbp-slider-nav {
    display: flex;
    justify-content: center;
    align-items: center
}

.productbundlespro.layout-type-default .pbp-slider .pbp-slider-nav button,
.productbundlespro.layout-type-compact .pbp-slider .pbp-slider-nav button {
    height: 30px;
    background: none;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer
}

.productbundlespro.layout-type-default .pbp-slider .pbp-slider-nav button.disabled,
.productbundlespro.layout-type-compact .pbp-slider .pbp-slider-nav button.disabled {
    opacity: .5;
    pointer-events: none
}

.productbundlespro.layout-type-compact .pbp-products {
    display: grid;
    grid-template-columns: 50px auto 50px
}

.productbundlespro.layout-type-compact .pbp-products .product-flag {
    display: none
}

.productbundlespro.layout-type-compact .pbp-products .pbp-bundle-product {
    scroll-snap-align: start;
    width: 80px;
    min-width: 80px
}

.productbundlespro.layout-type-compact .pbp-products .pbp-slider-nav button {
    position: relative;
    top: -15px
}

@media only screen and (max-width:992px) {
    .pbp-see-details-expanded {
        display: block !important
    }

    .pbp-see-details-expanded .bundle-totals {
        display: block !important
    }
}

.bundle_quantity .input-group-btn-vertical {
    display: none !important
}

select.pbp-bundle-product-ipa {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   http://license.prestaworks.se/license.html
 */
.faceted-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(25, 25, 25, .5);
    z-index: 100
}

.faceted-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.faceted-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.faceted-overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, .05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.ps_facetedsearch .ui-slider {
    background-color: #ddd;
    background-image: none;
    border: 0;
    height: 6px
}

.ps_facetedsearch .ui-slider .ui-slider-handle {
    background-color: #333;
    background-image: none;
    border: 2px solid #fff;
    cursor: pointer;
    height: 16px;
    top: calc(50% - 8px);
    width: 16px
}

.ps_facetedsearch .ui-slider .ui-slider-range {
    background-color: #333;
    background-image: none
}

.drawer.drawer-filter {
    max-width: 25rem
}

.facet {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: -1px 0
}

.facet-title {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: .5em;
    font-weight: 600;
    margin: 0;
    padding: 1em
}

.facet-title:after {
    background-color: #eee;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23666666' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem;
    border-radius: 100%;
    content: '';
    display: block;
    height: 1.5rem;
    margin-left: auto;
    transition: transform 200ms;
    width: 1.5rem
}

.facet-title[aria-expanded="true"]:after {
    background-color: #fff;
    border: 1px solid #ccc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    opacity: 1;
    transform: rotate(90deg)
}

.facet-collapse>ul {
    padding: 0 1em 1em
}

.facet-active {
    text-decoration: none
}

.active_filters {
    padding-left: 1rem
}

.filter-header-clear-all {
    margin-left: 1rem;
    margin-right: auto
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   http://license.prestaworks.se/license.html
 */
.pwmm {
    margin: 0;
    padding: 0;
    position: relative
}

.pwmm ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.pwmm ul li {
    padding: 0
}

.pwmm .li0 {
    align-items: center;
    cursor: initial;
    display: flex
}

.pwmm .li0>.a0,
.pwmm .li0>.span0 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 24px;
    padding: .75em;
    position: relative;
    width: 100%
}

.pwmm .i0,
.pwmm .svg0 {
    display: block;
    flex: 0 0 auto
}

.pwmm .i0 {
    margin-right: .3em
}

.pwmm .a0>span,
.pwmm .span0>span {
    display: block;
    flex: 1 1 100%
}

.pwmm ul a.a-column-title,
.pwmm ul span.span-column-title {
    border-bottom: 1px solid #eee;
    font-weight: 800;
    padding-top: 0;
    padding-bottom: .5em;
    margin-bottom: .5em;
    width: 100%
}

.pwmm ul a.a-category-title,
.pwmm ul span.span-category-title {
    border-bottom: 1px solid #eee;
    font-weight: 800;
    padding-top: 0;
    padding-bottom: .5em;
    margin-bottom: .5em;
    width: 100%
}

.pwmm a,
.pwmm span {
    align-items: center;
    display: flex;
    position: relative;
    text-decoration: none
}

.pwmm .ul1 a {
    padding-top: .25em;
    padding-bottom: .25em
}

.pwmm .pwmm-product {
    align-items: flex-start;
    flex-direction: column
}

.pwmm .plus,
.pwmm .minus {
    cursor: pointer;
    display: none;
    height: 100%;
    opacity: 0;
    padding-right: 10px;
    padding-left: 10px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 150ms, opacity 150ms;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.pwmm .plus.is-block,
.pwmm .minus.is-block {
    display: block
}

.pwmm .plus.is-visible,
.pwmm .minus.is-visible {
    opacity: 1;
    transform: scale(1)
}

.pwmm .tree {
    display: none;
    width: 100%
}

.pwmm .html>*:first-child {
    margin-top: 0;
    padding-top: 0
}

.pwmm .html>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.pwmm a.a-manufacturer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pwmm a.a-manufacturer span {
    justify-content: center;
    text-align: center;
    width: 100%
}

.pwmm .grid {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.pwmm .grid [class*="col-"] {
    padding: 1rem;
    width: 100%
}

.pwmm .grid .grid [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:1023px) {
    .pwmm-h .pwmm-v {
        display: none !important
    }
}

@media (min-width:1024px) {

    .pwmm-m,
    .pwmm-m-overlay {
        display: none !important
    }
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   http://license.prestaworks.se/license.html
 */
.pwmm-m {
    padding-top: .625rem;
    width: 100%
}

.pwmm-m .li0 {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start
}

.pwmm-m .div {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%
}

.pwmm-m .div0>.a0,
.pwmm-m .div0>.span0,
.pwmm-m .li0>.a0,
.pwmm-m .li0>.span0 {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: .625rem 2.75rem .625rem 1.5rem
}

.pwmm-m .sub {
    display: none;
    padding: 0 0 0 1.5rem;
    width: 100%
}

.pwmm-m .sub>ul {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.pwmm-m .sub>ul>li:not(:last-child) {
    padding-bottom: 1.25rem
}

.pwmm-m .div>span:not(.toggle-expand),
.pwmm-m .div>a {
    position: relative;
    z-index: 3
}

.pwmm-m .plus,
.pwmm-m .minus {
    z-index: 1
}

.pwmm-m .toggle-expand {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   http://license.prestaworks.se/license.html
 */
.pwmm-h .sub,
.pwmm-v .sub {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 5px 15px rgba(0, 0, 0, .05);
    display: none;
    overflow-y: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    opacity: 0;
    transform-origin: 50% 0;
    transition: all 200ms;
    position: absolute;
    z-index: 10001
}

.pwmm-h .sub.is-visible,
.pwmm-v .sub.is-visible {
    opacity: 1;
    transform: translate(0, 0)
}

.pwmm-h .sub.is-block,
.pwmm-v .sub.is-block {
    display: block
}

.pwmm-h.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10001
}

.pwmm-h .ul0 {
    align-items: stretch;
    display: flex;
    justify-content: center;
    position: relative
}

.pwmm-centered .ul0 {
    justify-content: center
}

.pwmm-h .sub {
    transform: translate(0, 1em);
    width: 100%;
    top: 100%
}

.pwmm-h .sub.col-12 {
    left: 0;
    right: 0
}

.pwmm-h .sub.is-too-wide {
    right: 0
}

.pwmm-h svg {
    height: 1em;
    margin-left: .25em;
    width: 1em
}

.pwmm-v .li0 {
    position: relative
}

.pwmm-v .a1,
.pwmm-v .span1 {
    padding-bottom: .5em;
    margin-bottom: .5em
}

.pwmm-v .sub {
    top: 0;
    left: 100%
}

.pwmm-h .li0>.a0,
.pwmm-h .li0>.span0 {
    height: 2.75rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0
}

.pwmm-h a:hover,
.pwmm-h .li0>.a0:hover,
.pwmm-h .li0.is-hovered>a:hover,
.pwmm-h .is-hovered>a {
    text-decoration: underline !important
}

.pwc .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.pwc-spacing .row {
    margin-right: calc(var(--spacing) * -0.5);
    margin-left: calc(var(--spacing) * -0.5)
}

.pwc .pwc-b {
    padding-right: 0;
    padding-left: 0
}

.pwc-spacing .pwc-b {
    padding: calc(var(--spacing) * 0.5)
}

.pwc .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333%;
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%
}

.pwc .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6667%;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%
}

.pwc .col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.pwc .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%
}

.pwc .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6667%;
    -ms-flex: 0 0 41.6667%;
    flex: 0 0 41.6667%;
    max-width: 41.6667%
}

.pwc .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.pwc .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333%;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%
}

.pwc .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6667%;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%
}

.pwc .col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.pwc .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333%;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%
}

.pwc .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6667%;
    -ms-flex: 0 0 91.6667%;
    flex: 0 0 91.6667%;
    max-width: 91.6667%
}

.pwc .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .pwc .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333%;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%
    }

    .pwc .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6667%;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
        max-width: 16.6667%
    }

    .pwc .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .pwc .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .pwc .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6667%;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
        max-width: 41.6667%
    }

    .pwc .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .pwc .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333%;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }

    .pwc .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6667%;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%;
        max-width: 66.6667%
    }

    .pwc .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .pwc .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333%;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .pwc .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6667%;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%;
        max-width: 91.6667%
    }

    .pwc .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .pwc .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333%;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%
    }

    .pwc .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6667%;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
        max-width: 16.6667%
    }

    .pwc .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .pwc .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .pwc .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6667%;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
        max-width: 41.6667%
    }

    .pwc .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .pwc .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333%;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }

    .pwc .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6667%;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%;
        max-width: 66.6667%
    }

    .pwc .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .pwc .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333%;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .pwc .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6667%;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%;
        max-width: 91.6667%
    }

    .pwc .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .pwc .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333%;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%
    }

    .pwc .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6667%;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
        max-width: 16.6667%
    }

    .pwc .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .pwc .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .pwc .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6667%;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
        max-width: 41.6667%
    }

    .pwc .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .pwc .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333%;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }

    .pwc .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6667%;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%;
        max-width: 66.6667%
    }

    .pwc .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .pwc .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333%;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .pwc .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6667%;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%;
        max-width: 91.6667%
    }

    .pwc .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .pwc .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333%;
        -ms-flex: 0 0 8.3333%;
        flex: 0 0 8.3333%;
        max-width: 8.3333%
    }

    .pwc .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6667%;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
        max-width: 16.6667%
    }

    .pwc .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .pwc .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .pwc .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6667%;
        -ms-flex: 0 0 41.6667%;
        flex: 0 0 41.6667%;
        max-width: 41.6667%
    }

    .pwc .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .pwc .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333%;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }

    .pwc .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6667%;
        -ms-flex: 0 0 66.6667%;
        flex: 0 0 66.6667%;
        max-width: 66.6667%
    }

    .pwc .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .pwc .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333%;
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%;
        max-width: 83.3333%
    }

    .pwc .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6667%;
        -ms-flex: 0 0 91.6667%;
        flex: 0 0 91.6667%;
        max-width: 91.6667%
    }

    .pwc .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.pwc-button {
    border: 1px solid transparent;
    display: inline-block;
    font-size: 13px;
    padding: .75em 1.25em
}

@media (min-width:576px) {
    .pwc-button {
        font-size: calc(13px + 3 * ((100vw - 576px) / 624))
    }
}

@media (min-width:1200px) {
    .pwc-button {
        font-size: 16px
    }
}

.pwc-title+.pwc-button,
.pwc-paragraph+.pwc-button {
    margin-top: 15px
}

[class*="pwc"][data-href] .pwc-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.pwc-full-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.pwc-embed {
    display: block;
    height: 100%;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.pwc-embed>* {
    display: none
}

.pwc-embed iframe,
.pwc-embed object,
.pwc-embed embed {
    display: block !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.pwc-image {
    position: relative
}

.pwc-image picture {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.pwc-image img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.pwc-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.pwc span+picture,
.pwc a+picture {
    margin-top: 15px
}

.pwc picture+span,
.pwc picture+a {
    margin-top: 15px
}

.pwc-html>*:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.pwc-html>*:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.pwc-title {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400
}

@media (min-width:576px) {
    .pwc-title {
        font-size: calc(16px + 8 * ((100vw - 576px) / 624))
    }
}

@media (min-width:1200px) {
    .pwc-title {
        font-size: 24px
    }
}

.pwc-paragraph {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    font-weight: 400
}

@media (min-width:576px) {
    .pwc-paragraph {
        font-size: calc(14px + 2 * ((100vw - 576px) / 624))
    }
}

@media (min-width:1200px) {
    .pwc-paragraph {
        font-size: 16px
    }
}

.pwc-title+.pwc-paragraph {
    margin-top: 15px
}

[class*="pwc-pos"],
.pwc-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pwc-position {
    min-height: 100%
}

.pwc-pos-h-left,
.pwc-pos-h-left .pwc-position {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pwc-pos-h-center,
.pwc-pos-h-center .pwc-position {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.pwc-pos-h-right,
.pwc-pos-h-right .pwc-position {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.pwc-pos-v-top,
.pwc-pos-v-top .pwc-position {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pwc-pos-v-middle,
.pwc-pos-v-middle .pwc-position {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pwc-pos-v-bottom,
.pwc-pos-v-bottom .pwc-position {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pwc-content {
    min-height: 100%;
    position: relative;
    width: 100%
}

.pwc-h-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center
}

.pwc-h-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    justify-content: flex-start
}

.pwc-h-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: flex-end
}

.pwc .pwc-v-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start
}

.pwc .pwc-v-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center
}

.pwc .pwc-v-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-end
}

.pwc-inset {
    padding: 15px
}

@media (min-width:576px) {
    .pwc-inset {
        padding: calc(15px + 15 * ((100vw - 576px) / 624))
    }
}

@media (min-width:1200px) {
    .pwc-inset {
        padding: 30px
    }
}

.pwc.text-shadow,
.pwc .text-shadow {
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 1px 1px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .3), 0 4px 8px rgba(0, 0, 0, .3);
    text-decoration: none
}

.pwc.text-shadow,
.pwc .text-shadow * {
    text-decoration: none
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   http://license.prestaworks.se/license.html
 */
#pw_rule_form {
    display: flex;
    align-items: center;
    flex-direction: column
}

#pw_rule_popup {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001
}

#pw_rule_popup_form {
    background-color: var(--pw_rule_popup_background, #ffffff);
    color: var(--pw_rule_popup_color, #333333);
    padding: 1.5rem;
    max-width: 550px;
    width: calc(100% - 1.5rem);
    position: relative;
    z-index: 2
}

#pw_rule_popup_form h3 {
    color: var(--pw_rule_popup_color, #333333)
}

#pw_rule_popup_form_close {
    background-color: transparent;
    border: 0;
    color: var(--pw_rule_popup_color, #333333);
    height: 2.75rem;
    padding: .75rem;
    width: 2.75rem;
    position: absolute;
    top: 1rem;
    right: 1rem
}

#pw_rule_popup_form_close svg {
    display: block;
    height: 1.5rem;
    width: 1.5rem
}

#pw_rule_popup_form_overlay {
    background-color: var(--pw_rule_popup_overlay, rgba(0, 0, 0, .6));
    border-width: 0;
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#pw_rule_popup_form_close *,
#pw_rule_popup_form_overlay * {
    pointer-events: none !important
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license http://license.prestaworks.se/license.html
 */
.pw_crossselling_related_products:empty {
    display: none
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   http://license.prestaworks.se/license.html
 */
.ui-helper-hidden {
    display: none
}

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

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: none
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   http://license.prestaworks.se/license.html
 */
/**
 * Prestaworks AB.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   https://license.prestaworks.se/license.html
 */
:root {
    --pwfavorites-button-bg-active: transparent;
    --pwfavorites-button-bg-inactive: transparent;
    --pwfavorites-button-size: 2.75rem;
    --pwfavorites-icon-active: var(--bs-body-color);
    --pwfavorites-icon-inactive: var(--bs-body-color);
    --pwfavorites-icon-size: 1.5rem;
    --pwfavorites-quantity-bg: var(--bs-brand-yellow);
    --pwfavorites-quantity-text: var(--bs-body-color)
}

.pwfavorites-trigger *,
.pwfavorite-remove *,
.pwfavorites-remove-all *,
.pwfavorite-add *,
.pwfavorites-product-add-to-cart * {
    pointer-events: none
}

.pwfavorite-add {
    align-items: center;
    background-color: var(--pwfavorites-button-bg-inactive);
    border-width: 0;
    display: flex;
    height: var(--pwfavorites-button-size);
    justify-content: center;
    padding: 0;
    width: var(--pwfavorites-button-size)
}

.pwfavorite-add.is-added {
    background-color: var(--pwfavorites-button-bg-active)
}

.pwfavorite-productlist {
    --pwfavorites-button-size: 18px
}

.favorite-icon {
    display: block;
    fill: none;
    height: var(--pwfavorites-icon-size);
    stroke: var(--pwfavorites-icon-inactive);
    width: var(--pwfavorites-icon-size)
}

.pwfavorite-add.is-added .favorite-icon {
    fill: var(--pwfavorites-icon-active);
    stroke: var(--pwfavorites-icon-active)
}

.pwfavorites-trigger {
    align-items: center;
    background-color: var(--pwfavorites-button-bg-inactive);
    border-width: 0;
    display: flex;
    height: var(--pwfavorites-button-size);
    justify-content: center;
    padding: 0;
    position: relative;
    width: var(--pwfavorites-button-size)
}

.pwfavorites-trigger.is-added {
    background-color: var(--pwfavorites-button-bg-active)
}

.pwfavorites-trigger-icon {
    display: block;
    fill: none;
    height: var(--pwfavorites-icon-size);
    stroke: var(--pwfavorites-icon-inactive);
    width: var(--pwfavorites-icon-size)
}

.pwfavorites-trigger.has-products .pwfavorites-trigger-icon {
    fill: var(--pwfavorites-icon-active);
    stroke: var(--pwfavorites-icon-active)
}

.pwfavorites-trigger-qty {
    background-color: var(--pwfavorites-quantity-bg);
    border-radius: 3em;
    color: var(--pwfavorites-quantity-text);
    display: none;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    margin: 0;
    min-width: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0
}

.pwfavorites-trigger.has-products .pwfavorites-trigger-qty {
    display: block
}

.pwfavorites-products {
    font-size: .875rem;
    padding: 1em
}

.pwfavorites-product {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.pwfavorites-product:not(:last-child) {
    margin-bottom: 1.25rem
}

.pwfavorites-product-image {
    flex: 0 0 20%
}

.pwfavorites-product-info {
    flex: 1 1 auto;
    padding-left: 1em
}

.pwfavorites-add-to-cart {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.pwfavorites-add-to-cart {
    align-items: stretch;
    display: flex;
    gap: .5rem;
    flex-wrap: nowrap
}

.pwfavorites-product-prices {
    align-items: baseline;
    display: flex;
    gap: 0 .5rem;
    flex-wrap: wrap
}

.pwfavorites-product-remove {
    background-color: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 0 2px 4px rgba(0, 0, 0, .075);
    color: #777;
    display: block;
    height: 24px;
    padding: 4px;
    width: 24px;
    position: absolute;
    top: -6px;
    left: -6px
}

.pwfavorites-product-remove svg {
    height: 16px;
    width: 16px
}

.pwfavorites-product-remove * {
    pointer-events: none !important
}

.drawer-pwfavorites {
    transform: translateX(100%);
    right: 0
}

.drawer-pwfavorites-open .drawer-pwfavorites {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0)
}

.drawer-pwfavorites-open .drawer-overlay-pwfavorites {
    opacity: 1;
    pointer-events: auto
}

.pwfavorites-add-to-cart .input-group {
    height: 100%
}

.pwfavorites-add-to-cart .qty__input {
    font-size: inherit;
    height: 100%
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license http://license.prestaworks.se/license.html
 */
.pwsearchbar {
    position: relative
}

.pwsearchbar-results,
.pwsearchbar-results:empty {
    opacity: 0;
    pointer-events: none
}

.pwsearchbar:focus-within .pwsearchbar-results:not(:empty),
.pwsearchbar-input:focus~.pwsearchbar-results:not(:empty) {
    opacity: 1;
    pointer-events: auto
}

.pwsearchbar-results {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    max-height: var(--results-max-height, 75vh);
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 1
}

.pwsearchbar-results-products {
    flex: 1;
    padding-top: .5rem;
    padding-bottom: .5rem;
    overflow-x: hidden;
    overflow-y: auto
}

.pwsearchbar-results-product {
    padding: 0 .5rem;
    position: relative
}

.pwsearchbar-results-product a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: flex-start;
    padding: .5rem;
    text-decoration: none
}

.pwsearchbar-results-product a * {
    pointer-events: none
}

.pwsearchbar-results-product a:focus {
    outline: 0
}

.pwsearchbar-results-product a:focus,
.pwsearchbar-results-product a:hover {
    background-color: #f6f6f6
}

.pwsearchbar-results-product .prices {
    display: flex;
    gap: .75em
}

.pwsearchbar-results-product-image {
    flex: 0 0 6rem;
    height: auto;
    width: 6rem
}

.pwsearchbar-results-product-info {
    flex: 1
}

.pwsearchbar-results-summary {
    align-items: center;
    border-top: 1px solid #eee;
    display: flex;
    flex: 0;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    position: relative;
    text-align: center
}

@media (min-width:576px) {
    .pwsearchbar-results-summary {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        text-align: left
    }
}

.pwsearchbar-results-summary:focus-within,
.pwsearchbar-results-summary:has(a:hover) {
    background-color: #f6f6f6;
    border-color: transparent
}

.pwsearchbar-results-summary a:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.pwsearchbar-results-empty {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: center;
    padding: 1rem;
    text-align: left
}

.pwsearchbar-results-empty svg {
    background-color: #d9edf7;
    border-radius: 100%;
    color: #31708f;
    display: block;
    flex: 0 0 3rem;
    height: 3rem;
    padding: .75rem;
    width: 3rem
}

.pwsearchbar-form {
    position: relative
}

.pwsearchbar-submit {
    align-items: center;
    background-color: transparent !important;
    border-width: 0;
    color: var(--bs-btn-bg) !important;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 2.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.pwsearchbar-close {
    align-items: center;
    background-color: transparent !important;
    border-width: 0;
    color: var(--bs-btn-bg) !important;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 2.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.pwsearchbar-input {
    padding: 0 2.75rem;
    height: 2.75rem
}

@media (max-width:991px) {
    .pwsearchbar {
        background-color: var(--bs-gray-100);
        padding: .25rem;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1
    }

    .pwsearchbar-form {
        height: 100%
    }
}

@media (min-width:992px) {
    .pwsearchbar {
        position: absolute;
        right: calc((var(--bs-gutter-x) + 2.375rem) * -1);
        /* left: calc(var(--bs-gutter-x)*.5); */
        z-index: 1
    }
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license http://license.prestaworks.se/license.html
 */
.pwcountryselector {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001
}

.pwcountryselector-popup {
    background-color: #fff;
    padding: var(--padding);
    max-width: 30em;
    width: calc(100% - 42px);
    position: relative;
    z-index: 2;
    --padding: 21px
}

@media screen and (min-width:576px) {
    .pwcountryselector-popup {
        --padding: calc(21px + 21 * ((100vw - 576px) / 624))
    }
}

@media screen and (min-width:1200px) {
    .pwcountryselector-popup {
        --padding: 42px
    }
}

.pwcountryselector-overlay {
    background-color: rgba(0, 0, 0, .15);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.pwcountryselector img {
    height: 24px;
    margin-right: .5em;
    width: 24px
}

.pwcountryselector-dropdown-toggle {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e0e4e8;
    cursor: pointer;
    display: flex;
    font: inherit;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
    padding: 1em;
    width: 100%
}

.pwcountryselector-dropdown-toggle:hover {
    border-color: var(--bs-primary)
}

.pwcountryselector-dropdown-toggle:active {
    background-color: #f2f6fa;
    border-color: var(--bs-primary)
}

.pwcountryselector-dropdown-toggle:focus {
    border-color: var(--bs-primary);
    outline: 0
}

.pwcountryselector-dropdown-toggle:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 100%;
    content: '';
    display: block;
    height: 1.25em;
    margin-left: auto;
    width: 1.25em
}

.pwcountryselector-dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(0.5turn)
}

.pwcountryselector-dropdown-menu {
    --max-height: 200px;
    border-color: var(--bs-primary);
    list-style-type: none;
    margin: 0;
    max-height: var(--max-height);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    top: calc(100% - 1px);
    width: 100%
}

.pwcountryselector-dropdown-menu .dropdown-item {
    background-color: transparent;
    padding: 3px
}

.pwcountryselector-radio {
    display: none !important
}

.pwcountryselector-label {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: calc(1em - 3px)
}

.pwcountryselector-radio:checked~.pwcountryselector-label {
    color: var(--bs-primary)
}

.pwcountryselector-label:hover {
    background-color: #f0f4f8;
    color: var(--bs-primary)
}

[data-open-pwcountryselector] *,
[data-close-pwcountryselector] * {
    pointer-events: none !important
}

.pwcountryselector-form {
    padding-top: var(--padding);
    padding-bottom: calc(var(--padding) / 2)
}

.pwcountryselector-confirm {
    display: block;
    font: inherit;
    font-weight: 700;
    padding: 1em 0;
    text-align: center;
    width: 100%
}

.pwcountryselector-close {
    background-color: transparent;
    border-width: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    top: var(--padding);
    right: var(--padding);
    z-index: 1
}

.pwcountryselector-close svg {
    display: block
}

.pwcountryselector-popup-title {
    border-bottom: 1px solid #e0e4e8;
    display: block;
    font-weight: 700;
    padding-bottom: calc(var(--padding) / 3);
    margin-bottom: calc(var(--padding) / 3)
}

.pwcountryselector-popup-text {
    display: block
}

.pw_country_selector_trigger {
    align-items: center;
    background-color: transparent;
    border-width: 0;
    color: inherit;
    display: flex;
    font: inherit;
    justify-content: flex-start
}

.pw_country_selector_trigger img {
    margin-right: .25em
}

.pw_country_selector_trigger:focus {
    outline: 0
}

/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.blog-content-images {
    max-width: 400px
}

.gpt-blog-list {
    display: grid;
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr)
}

.gpt-blog-list>article {
    width: 100%
}

.blog_item_img img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 175px
}

.post-wrapper .blog-title-block {
    margin-top: 13px;
    display: block;
    margin-bottom: 10px
}

.blog-latest-toolbar-views {
    margin-right: 5px
}

.blog-latest-toolbar-views:before {
    content: "visibility";
    font-family: 'Material Icons';
    padding-right: 3px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    width: 1em;
    height: 1em
}

.blog-latest-toolbar {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 4px;
    color: #bfbfbf
}

.blog-title-block {
    color: #414141;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 9px;
    padding: 5px 0 9px;
    text-transform: uppercase
}

#module-chatgptcontentgenerator-blogpost .page-header h1 {
    margin: 0 5px 0;
    font-size: 26px
}

#module-chatgptcontentgenerator-blogpost #main .page-header {
    margin-bottom: 10px
}

.blog-extra {
    margin: 5px 0 15px;
    width: 100%
}

.post-details .ybc-blog-latest-toolbar {
    font-size: 14px;
    margin-bottom: 12px
}

.post-date .be-label::before {
    content: "schedule";
    font-family: 'Material Icons';
    padding-right: 7px;
    text-indent: 0;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    width: 1em;
    height: 1em
}

.post-content p {
    text-align: justify;
    color: #000
}

.post-content h2 {
    font-size: 18px
}

.post-featured-image img {
    max-height: 400px
}

.post-featured-image {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0
}

@media screen and (max-width:767px) {
    .gpt-blog-list {
        grid-template-columns: 1fr
    }

    #module-chatgptcontentgenerator-bloghome #content-wrapper,
    #module-chatgptcontentgenerator-blogcategory #content-wrapper,
    #module-chatgptcontentgenerator-blogpost #content-wrapper {
        padding-left: unset;
        padding-right: unset
    }
}

@media screen and (max-width:576px) {
    .blog-content-images {
        max-width: 100%
    }
}

.blog_block_search form {
    position: relative
}

.blog_block_search input {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    height: 40px;
    padding-left: 15px
}

.blog_block_search .button {
    background-color: transparent;
    border: medium;
    font-size: 0;
    height: 100%;
    position: absolute;
    background-image: none;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    cursor: pointer
}

.blog_block_search .icon_search {
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: -10px;
    top: 8px;
    width: 40px
}

.blog_block_search .icon_search i::before {
    content: 'search'
}

.blog-column {
    margin-bottom: 1.563rem
}

.blog-column .blog-list-post {
    margin-bottom: 20px
}

.blog-related-product,
.blog-category-products {
    padding: 10px 5px
}

.block-blog-category {
    margin-bottom: 1.563rem
}

.block-blog-category h1 {
    margin-bottom: 1rem;
    font-size: 2rem
}

#module-chatgptcontentgenerator-bloghome #left-column,
#module-chatgptcontentgenerator-blogcategory #left-column,
#module-chatgptcontentgenerator-blogpost #left-column {
    margin-bottom: 10px;
    padding: 23px
}

#module-chatgptcontentgenerator-bloghome #left-column,
#module-chatgptcontentgenerator-blogcategory #left-column,
#module-chatgptcontentgenerator-blogpost #left-column,
#module-chatgptcontentgenerator-bloghome #main,
#module-chatgptcontentgenerator-blogcategory #main,
#module-chatgptcontentgenerator-blogpost #main {
    background: #fff
}

#module-chatgptcontentgenerator-bloghome #main,
#module-chatgptcontentgenerator-blogcategory #main,
#module-chatgptcontentgenerator-blogpost #main {
    padding: 23px 10px 0 10px
}

#module-chatgptcontentgenerator-bloghome .pagination a,
#module-chatgptcontentgenerator-blogcategory .pagination a {
    font-weight: 400
}

.blog-single {
    padding: 5px
}

.blog-single .post-content img {
    max-width: 100%;
    height: auto
}

.blog-single .post-content table {
    max-width: 100%
}

.recents-blog-post,
.block-blog-post {
    background-color: #fff;
    padding: 23px
}

.blog_block_search.icon_search {
    color: #7a7a7a
}

.blog-category-products .wishlist-button-add {
    position: absolute;
    top: .635rem;
    right: .635rem;
    z-index: 10
}

.gpt-reviews-box {
    background-color: #fff;
    padding: 23px;
    margin-top: 20px
}

.gpt-reviews-box .gpt-reviews-header {
    padding: 20px 0;
    color: #232323;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.gpt-reviews-box .material-icons.chat::before {
    content: attr(data-icon)
}

.gpt-reviews-box .gpt-reviews-list .gpt-reviews-item {
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.gpt-reviews-box .gpt-reviews-list .gpt-reviews-item .review-infos {
    color: #6b868f;
    font-size: 14px;
    letter-spacing: -.28px;
    line-height: 19px;
    min-height: 100px;
    position: relative
}

.gpt-reviews-box .gpt-reviews-list .gpt-reviews-item .review-rating {
    position: relative;
    min-height: 25px;
    margin-bottom: 10px
}

.gpt-reviews-box .gpt-reviews-list .gpt-reviews-item .star-content .star-on,
.gpt-reviews-box .gpt-reviews-list .gpt-reviews-item .star-content .star {
    display: block;
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZTZlNmU2IiBzdHJva2U9IiNlNmU2ZTYiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cG9seWdvbiBzdHlsZT0iZmlsbDojZTZlNmU2OyIgcG9pbnRzPSI0OTMuNDI3LDIwNC41ODggMzc0LjY4NSwzMjAuMjIxIDQwMi43ODcsNDgzLjY1IDI1NS45NDIsNDA2LjQ4NCAxMDkuMjEzLDQ4My42NSAxMzcuMzE1LDMyMC4yMjEgMTguNTczLDIwNC41ODggMTgyLjU3OCwxODAuNzQ3IDI1NS45NDIsMzIuMDYgMzI5LjQyMiwxODAuNzQ3ICIvPiA8cGF0aCBkPSJNOTcuNzMyLDQ5OS40NDhsMzAuMjk5LTE3Ni4yMUwwLDE5OC41NmwxNzYuODQtMjUuNzA2bDc5LjA5Ny0xNjAuMzAxbDc5LjIxOSwxNjAuMzAxTDUxMiwxOTguNTZMMzgzLjk2OSwzMjMuMjM3IGwzMC4yOTgsMTc2LjIwM2wtMTU4LjMyNC04My4xOTdMOTcuNzMyLDQ5OS40NDh6IE0yNTUuOTQxLDM5Ni43MjZsMTM1LjM2NSw3MS4xMzRsLTI1LjkwNS0xNTAuNjU2bDEwOS40NTMtMTA2LjU4N2wtMTUxLjE2Ny0yMS45NzUgTDI1NS45NDcsNTEuNTY5bC02Ny42MzQsMTM3LjA3M0wzNy4xNDQsMjEwLjYxN2wxMDkuNDUzLDEwNi41ODdsLTI1LjkwMywxNTAuNjQ5TDI1NS45NDEsMzk2LjcyNnoiLz4gPC9nPgoNPC9zdmc+) no-repeat 0 0 transparent;
    flex: auto;
    margin-left: 0;
    margin-right: 3px;
    background-size: contain
}

.gpt-reviews-box .gpt-reviews-list .gpt-reviews-item .star-content .star-on {
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjRkZEMjQ4Ij4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPHBvbHlnb24gc3R5bGU9ImZpbGw6I0ZGRDI0ODsiIHBvaW50cz0iNDkzLjQyNywyMDQuNTg4IDM3NC42ODUsMzIwLjIyMSA0MDIuNzg3LDQ4My42NSAyNTUuOTQyLDQwNi40ODQgMTA5LjIxMyw0ODMuNjUgMTM3LjMxNSwzMjAuMjIxIDE4LjU3MywyMDQuNTg4IDE4Mi41NzgsMTgwLjc0NyAyNTUuOTQyLDMyLjA2IDMyOS40MjIsMTgwLjc0NyAiLz4gPHBhdGggZD0iTTk3LjczMiw0OTkuNDQ4bDMwLjI5OS0xNzYuMjFMMCwxOTguNTZsMTc2Ljg0LTI1LjcwNmw3OS4wOTctMTYwLjMwMWw3OS4yMTksMTYwLjMwMUw1MTIsMTk4LjU2TDM4My45NjksMzIzLjIzNyBsMzAuMjk4LDE3Ni4yMDNsLTE1OC4zMjQtODMuMTk3TDk3LjczMiw0OTkuNDQ4eiBNMjU1Ljk0MSwzOTYuNzI2bDEzNS4zNjUsNzEuMTM0bC0yNS45MDUtMTUwLjY1NmwxMDkuNDUzLTEwNi41ODdsLTE1MS4xNjctMjEuOTc1IEwyNTUuOTQ3LDUxLjU2OWwtNjcuNjM0LDEzNy4wNzNMMzcuMTQ0LDIxMC42MTdsMTA5LjQ1MywxMDYuNTg3bC0yNS45MDMsMTUwLjY0OUwyNTUuOTQxLDM5Ni43MjZ6Ii8+IDwvZz4KDTwvc3ZnPg==)
}

.gpt-reviews-box .gpt-reviews-list .gpt-reviews-item .star-content {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    top: 3px;
    left: 0
}

.gpt-reviews-box .gpt-reviews-more {
    text-align: center
}

@media (max-width:768px) {
    .gpt-reviews-box .gpt-reviews-list .gpt-reviews-item .review-infos {
        min-height: unset;
        margin-bottom: 15px
    }
}

.block-blog-categories {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    background: #fff
}

.block-blog-categories .h6 {
    font-size: 1.5rem;
    font-weight: 500
}

.block-blog-categories .blog-category-sub-menu {
    margin-top: 1rem
}

.block-blog-categories .blog-category-sub-menu .category-sub-link {
    font-size: .875rem
}

.block-blog-categories .blog-category-sub-menu li {
    position: relative
}

.block-blog-categories .blog-category-sub-menu li[data-depth="1"] {
    margin-bottom: .625rem
}

.block-blog-categories .blog-category-sub-menu li[data-depth="0"]>a {
    display: inline-block;
    width: 100%;
    padding-bottom: .1875rem;
    margin: .3125rem 0 0;
    font-weight: 600
}

.block-blog-categories .blog-category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 1rem
}

.block-blog-categories a {
    color: #232323
}

.block-blog-categories .collapse-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer
}

.block-blog-categories .collapse-icons .remove,
.block-blog-categories .collapse-icons[aria-expanded=true] .add {
    display: none
}

.block-blog-categories .collapse-icons[aria-expanded=true] .remove {
    display: block
}

.block-blog-categories .arrows .arrow-down:hover,
.block-blog-categories .arrows .arrow-right:hover,
.block-blog-categories .collapse-icons .add:hover,
.block-blog-categories .collapse-icons .remove:hover {
    color: #24b9d7
}

.block-blog-categories .arrows .arrow-down,
.block-blog-categories .arrows .arrow-right {
    margin-left: 2px;
    font-size: .875rem;
    cursor: pointer
}

.block-blog-categories .arrows .arrow-down,
.block-blog-categories .arrows[aria-expanded=true] .arrow-right {
    display: none
}

.block-blog-categories .arrows[aria-expanded=true] .arrow-down {
    display: inline-block
}

.block-blog-categories .blog-category-sub-link {
    margin-left: 1rem
}

#module-chatgptcontentgenerator-blogpost .images-container .thumb-container-vertical {
    display: none
}

[data-lines] {
    max-height: 1lh;
    min-height: 1lh;
    max-width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden
}

[data-lines="2"] {
    -webkit-line-clamp: 2;
    max-height: 2lh;
    min-height: 2lh
}

[data-lines="3"] {
    max-height: 3lh;
    min-height: 3lh;
    -webkit-line-clamp: 3
}

.front-page-delivery-txt {
    background: #ecd318;
    padding: 2rem 0;
    margin: 1% auto 2%
}

.front-page-delivery-txt .pwc-content {
    max-width: 800px;
    text-align: center;
    margin: 0 auto
}

.front-page-delivery-txt h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1rem
}

.front-page-delivery-txt h3 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2rem
}

.force-full-width .pwc-button {
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 1px 1px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .3), 0 4px 8px rgba(0, 0, 0, .3);
    text-decoration: none
}

.force-full-width .pwc-content:hover:before {
    opacity: .1
}

.force-full-width .pwc-content:before {
    transition: opacity .2s;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 1
}

.product-image-overlay:after {
    display: none !important
}

.mobile-drawer__title {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 800;
    line-height: 1.2;
    font-size: .875rem
}

.product-flags {
    gap: .125rem;
    flex-wrap: wrap
}

.product-miniature__overlay-bottom {
    bottom: 0;
    padding: .25rem
}

.variant-links {
    pointer-events: none
}

.variant-links a {
    border-radius: 100%;
    box-shadow: 0 0 0 1px #fff;
    color: transparent;
    display: block;
    font-size: 0;
    height: 8px;
    margin-right: -2px;
    width: 8px
}

.catalog-description [style*="font"] {
    font-family: var(--bs-body-font-family) !important
}

/**
 * Prestaworks AB
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://license.prestaworks.se/license.html
 *
 * @author Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license http://license.prestaworks.se/license.html
 */
.pwsc {
    background-color: #fff;
    display: flex;
    font-size: 14px;
    flex-direction: column;
    max-width: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    z-index: 1002
}

.pwsc.is-hidden {
    display: none
}

.pwsc.is-open {
    pointer-events: auto
}

.pwsc-drawer {
    box-shadow: 0 0 0 1px #c2c2c2, 0 0 0 4px rgba(0, 0, 0, .1);
    width: calc(100% - 44px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(100%, 0);
    transition: transform 300ms
}

.pwsc-drawer.is-open {
    transform: translate(0, 0)
}

.pwsc-dropdown {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .07), 0 4px 8px rgba(0, 0, 0, .07), 0 8px 16px rgba(0, 0, 0, .07), 0 16px 32px rgba(0, 0, 0, .07), 0 32px 64px rgba(0, 0, 0, .07);
    opacity: 0;
    max-width: min(var(--mw), 600px);
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, .5rem);
    transition: transform 300ms, opacity 300ms
}

.pwsc-dropdown.is-open {
    opacity: 1;
    transform: translate(0, 0)
}

.pwsc__header {
    align-items: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, .03), 0 1px 2px rgba(0, 0, 0, .03), 0 2px 4px rgba(0, 0, 0, .03);
    display: flex;
    position: relative;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 1em
}

.pwsc-close {
    background-color: transparent;
    border-width: 0;
    padding: 0;
    line-height: 1
}

.pwsc-close:focus {
    outline: 0
}

.pwsc__content {
    flex: 0 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1em
}

.pwsc__content--large {
    flex: 1 1 auto
}

.pwsc .alert {
    margin: 0
}

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

.pwsc_product {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.pwsc_product:not(:last-child) {
    margin-bottom: 1.25rem
}

.pwsc_product__image {
    flex: 0 0 20%
}

.pwsc_product__image img {
    display: block;
    height: auto;
    width: 100%
}

.pwsc_product__info {
    flex: 1 1 auto;
    padding-left: 1em
}

.pwsc-productname {
    display: block;
    margin-bottom: .25em
}

.pwsc-attributes {
    margin-bottom: .25em
}

.pwsc-customizations {
    margin-bottom: .25em
}

.pwsc-prices {
    display: flex;
    margin-right: -.25em;
    margin-left: -.25em
}

.pwsc-prices--unit {
    margin-bottom: .25em
}

.pwsc-price {
    padding-right: .25em;
    padding-left: .25em
}

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

.pwsc-remove-product {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 0 2px 4px rgba(0, 0, 0, .075);
    color: #777;
    display: block;
    height: 24px;
    padding: 4px;
    width: 24px;
    position: absolute;
    top: -6px;
    left: -6px
}

.pwsc-remove-product svg {
    height: 16px;
    width: 16px
}

.pwsc-remove-product * {
    pointer-events: none !important
}

.pwsc__footer {
    flex: 0 0 auto
}

.pwsc__footer__totals {
    padding: 1em
}

.pwsc__footer__totals table {
    background-color: var(--bs-gray-100);
    width: 100%
}

.pwsc__footer__totals table td {
    white-space: nowrap
}

.pwsc__footer__totals table td:first-child {
    padding-left: 1em;
    width: 100%
}

.pwsc__footer__totals table td:last-child {
    padding-right: 1em;
    text-align: right;
    width: 1%
}

.pwsc__footer__totals tr:first-child td {
    padding-top: 1em
}

.pwsc__footer__totals tr:last-child td {
    padding-bottom: 1em
}

.pwsc__footer__totals tr:not(:first-child) td {
    padding-top: .25em
}

.pwsc__footer__totals tr:not(:last-child) td {
    padding-bottom: .25em
}

.pwsc__footer__actions {
    align-items: center;
    display: flex;
    gap: .5rem;
    flex-direction: column;
    justify-content: center;
    padding: 0 1em 1em
}

.pwsc__footer__actions .btn {
    justify-content: center;
    text-align: center;
    width: auto
}

.pwsc__footer__actions .btn-primary {
    order: -1;
    width: 100%
}

.pwsc .is-processing {
    position: relative
}

.pwsc .is-processing:before,
.pwsc .is-processing:after {
    content: '';
    display: block;
    position: absolute
}

.pwsc .is-processing:before {
    background-color: rgba(255, 255, 255, .8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.pwsc .is-processing:after {
    animation: pwscSpin 500ms linear infinite;
    border: 2px solid rgba(0, 0, 0, .1);
    border-top-color: #000;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    z-index: 11
}

@keyframes pwscSpin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

[id*="pwsc"] small,
[id*="pwsc"] .small {
    font-size: 90%
}

.pwsc-overlay {
    background-color: rgba(255, 255, 255, .75);
    opacity: 0;
    transition: opacity 300ms;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001
}

.pwsc-overlay.is-hidden {
    display: none
}

.pwsc-overlay:not(.is-open) {
    pointer-events: none
}

.pwsc-overlay.is-open {
    opacity: 1
}

.pwsc-trigger {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    position: relative
}

.pwsc-trigger svg {
    height: 24px;
    width: 24px
}

.pwsc-trigger *+* {
    margin-left: .5em
}

.pwsc-trigger *,
[data-toggle-pwsc] * {
    pointer-events: none
}

.pwsc-trigger__quantity-pill {
    background-color: var(--bs-brand-yellow);
    border-radius: 3em;
    color: var(--bs-gray-800);
    display: block;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    margin: 0;
    min-width: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0
}

.pwsc__footer__voucherform {
    padding: 1em 1em 0
}

.pwsc__footer__voucherform form {
    background-color: var(--bs-gray-100);
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    padding: 1em
}

.pwsc__footer__voucherform input {
    flex: 1;
    font: inherit;
    width: 100%
}

.pwsc__footer__voucherform button {
    flex: 0;
    font: inherit;
    margin: 0;
    text-transform: none;
    white-space: nowrap
}

.pwsc__footer__voucherform .alert {
    flex: 1 0 100%;
    margin: 0
}

.pwsc .bootstrap-touchspin {
    box-shadow: none
}

.pwsc .bootstrap-touchspin input.form-control {
    font: inherit
}

.pwsc-modal {
    font-size: 14px
}

.pwsc-modal .modal-body {
    padding: 0
}

.pwsc-modal .alert {
    margin: 1em
}

.pwsc-added-product {
    border-top: 2px solid #eee;
    padding: 1em
}

.pwsc-added-product [class*="col"] {
    padding-left: 1em;
    padding-right: 1em
}

.pwsc-added-product .row {
    margin-right: -1em;
    margin-left: -1em
}