@import url(notolatin.css);
html,
body {
    font-family: 'Noto IKEA', 'Noto Sans', 'Roboto', 'Open Sans', sans-serif;
    font-weight: 300
}

html {
    font-size: 62.5%
}

body {
    font-family: 'Noto IKEA', 'Noto Sans', 'Roboto', 'Open Sans', sans-serif;
    line-height: 1.25em;
    font-size: 1.6em;
    font-weight: 400
}

body strong,
body b {
    font-weight: 700
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Noto IKEA', 'Noto Sans', 'Roboto', 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: -0.0625em
}

.btn:after,
.form:after,
.birthdate:after,
.radio-group:after,
.modal-body section:after,
#pg-hdr>.wrapper:after,
#pg-ftr .slice.bottom .slice-content ul.links:after,
#pg-main:after,
#main:after,
nav.actions:after,
section.slice:after,
section.slice .section-row:after,
section.slice>.bgfade>.wrapper:after,
section.slice>.wrapper:after,
section.slice .slice-header:after,
section.slice .slice-content>section:after,
section.slice .slice-content>section .section-header:after,
section.slice .slice-content>section .section-content:after {
    content: "";
    display: table;
    clear: both
}

.dropdown-menu {
    min-width: 160px;
    margin: 0;
    border: 1px solid #545454;
    border-radius: 2px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
    line-height: 32px;
    font-size: 1em
}

.dropdown-menu .divider {
    margin: 0;
    background-color: #545454
}

.dropdown-menu>li>a {
    padding-top: calc((44px - 32px)/2);
    padding-bottom: calc((44px - 32px)/2);
    padding-left: 11px;
    padding-right: 11px;
    line-height: 32px;
    color: #000
}

.dropdown-menu>li>a:hover {
    background: #ebebeb
}

.dropdown-menu>li.selected>a {
    background: #407ab1;
    color: #fff
}

.popover {
    border-radius: 2px;
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25)
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #AD0000
}

@viewport {
    width: device-width
}

.left {
    float: left
}

.right {
    float: right
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #000
}

html body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #000
}

html body #pg {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    background-color: #fff
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #407ab1
}

a:hover {
    color: #32608c
}

.text-center {
    text-align: center
}

hr {
    border: 0;
    height: 1px;
    background: #545454
}

.w100 {
    width: 100% !important
}

.w90 {
    width: 90% !important
}

.w80 {
    width: 80% !important
}

.w75 {
    width: 75% !important
}

.w70 {
    width: 70% !important
}

.w66 {
    width: 66.6666% !important
}

.w60 {
    width: 60% !important
}

.w50 {
    width: 50% !important
}

.w40 {
    width: 40% !important
}

.w33 {
    width: 33.3333% !important
}

.w30 {
    width: 30% !important
}

.w25 {
    width: 25% !important
}

.w20 {
    width: 20% !important
}

.w10 {
    width: 10% !important
}

.minw25 {
    min-width: 25% !important
}

h1 .icon,
h2 .icon,
h3 .icon,
h4 .icon,
h5 .icon,
h6 .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5.5px 0 0;
    width: 32px;
    height: 32px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

[data-icon="ok"] .icon {
    background-image: url(../images/sprites/sprite-ok.png)
}

[data-icon="remove"] .icon,
[data-icon="close"] .icon,
[data-icon="cancel"] .icon {
    background-image: url(../images/sprites/sprite-cancel.png)
}

[data-icon="search"] .icon {
    background-image: url(../images/sprites/sprite-search.png)
}

[data-icon="add"] .icon {
    background-image: url(../images/sprites/sprite-add.png)
}

[data-icon="copy"] .icon {
    background-image: url(../images/sprites/sprite-copy.png)
}

[data-icon="view"] .icon {
    background-image: url(../images/sprites/sprite-view.png)
}

[data-icon="edit"] .icon {
    background-image: url(../images/sprites/sprite-edit.png)
}

[data-icon="save"] .icon {
    background-image: url(../images/sprites/sprite-save.png)
}

[data-icon="delete"] .icon {
    background-image: url(../images/sprites/sprite-delete.png)
}

[data-icon="back"] .icon {
    background-image: url(../images/sprites/sprite-back.png)
}

[data-icon="list"] .icon {
    background-image: url(../images/sprites/sprite-list.png)
}

[data-icon="pot"] .icon {
    background-image: url(../images/sprites/sprite-pot.png)
}

button.btn,
a.btn,
.btn {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: inline-block;
    outline: 0;
    padding-top: calc(11px - 1px);
    padding-bottom: calc(11px - 1px);
    padding-left: 11px;
    padding-right: 11px;
    border: 1px solid #407ab1;
    border-radius: 2px;
    min-height: 44px;
    background: #fff;
    white-space: normal;
    line-height: 22px;
    font-size: 1em;
    font-weight: 300;
    color: #407ab1
}

button.btn .glyphicon,
a.btn .glyphicon,
.btn .glyphicon {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin: 0 6px 0 0;
    color: #515151;
    font-size: 16px
}

button.btn .glyphicon:only-child,
a.btn .glyphicon:only-child,
.btn .glyphicon:only-child {
    margin-right: 0
}

button.btn .icon,
a.btn .icon,
.btn .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: -3.66667px;
    width: 32px;
    height: 32px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

button.btn .text,
a.btn .text,
.btn .text {
    display: inline-block;
    vertical-align: middle
}

button.btn .icon+.text,
a.btn .icon+.text,
.btn .icon+.text {
    margin: 0 2.75px 0 5.5px
}

button.btn:focus,
button.btn:active,
a.btn:focus,
a.btn:active,
.btn:focus,
.btn:active {
    outline: 0
}

button.btn:focus .glyphicon,
button.btn:active .glyphicon,
a.btn:focus .glyphicon,
a.btn:active .glyphicon,
.btn:focus .glyphicon,
.btn:active .glyphicon {
    color: #515151
}

button.btn:focus:hover .glyphicon,
button.btn:active:hover .glyphicon,
a.btn:focus:hover .glyphicon,
a.btn:active:hover .glyphicon,
.btn:focus:hover .glyphicon,
.btn:active:hover .glyphicon {
    color: #fff
}

button.btn:hover,
a.btn:hover,
.btn:hover {
    border-color: #396d9e;
    background: #396d9e;
    color: #fff
}

button.btn:hover .glyphicon,
a.btn:hover .glyphicon,
.btn:hover .glyphicon {
    color: #fff
}

button.btn:hover .icon,
a.btn:hover .icon,
.btn:hover .icon {
    background-position: 50% 100%
}

button.btn:hover:focus,
button.btn:hover:active,
a.btn:hover:focus,
a.btn:hover:active,
.btn:hover:focus,
.btn:hover:active {
    outline: 0;
    color: #fff
}

button.btn:hover:focus .glyphicon,
button.btn:hover:active .glyphicon,
a.btn:hover:focus .glyphicon,
a.btn:hover:active .glyphicon,
.btn:hover:focus .glyphicon,
.btn:hover:active .glyphicon {
    color: #fff
}

button.btn:hover:focus .icon,
button.btn:hover:active .icon,
a.btn:hover:focus .icon,
a.btn:hover:active .icon,
.btn:hover:focus .icon,
.btn:hover:active .icon {
    background-position: 50% 100%
}

button.btn.no-text .icon,
a.btn.no-text .icon,
.btn.no-text .icon {
    margin-left: 0
}

button.btn.no-text .text,
a.btn.no-text .text,
.btn.no-text .text {
    display: none
}

button.btn.no-icon .icon,
a.btn.no-icon .icon,
.btn.no-icon .icon {
    display: none
}

button.btn.no-icon .text,
a.btn.no-icon .text,
.btn.no-icon .text {
    margin-left: 0
}

button.btn.btn-default:focus,
button.btn.btn-default:active,
button.btn.btn-default:hover,
a.btn.btn-default:focus,
a.btn.btn-default:active,
a.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default:hover {
    border-color: #32608c;
    background: #32608c;
    color: #fff
}

button.btn.btn-default:focus .glyphicon,
button.btn.btn-default:active .glyphicon,
button.btn.btn-default:hover .glyphicon,
a.btn.btn-default:focus .glyphicon,
a.btn.btn-default:active .glyphicon,
a.btn.btn-default:hover .glyphicon,
.btn.btn-default:focus .glyphicon,
.btn.btn-default:active .glyphicon,
.btn.btn-default:hover .glyphicon {
    color: #fff
}

button.btn.btn-default:focus .icon,
button.btn.btn-default:active .icon,
button.btn.btn-default:hover .icon,
a.btn.btn-default:focus .icon,
a.btn.btn-default:active .icon,
a.btn.btn-default:hover .icon,
.btn.btn-default:focus .icon,
.btn.btn-default:active .icon,
.btn.btn-default:hover .icon {
    background-position: 50% 100%
}

button.btn.btn-default:focus:focus,
button.btn.btn-default:focus:active,
button.btn.btn-default:active:focus,
button.btn.btn-default:active:active,
button.btn.btn-default:hover:focus,
button.btn.btn-default:hover:active,
a.btn.btn-default:focus:focus,
a.btn.btn-default:focus:active,
a.btn.btn-default:active:focus,
a.btn.btn-default:active:active,
a.btn.btn-default:hover:focus,
a.btn.btn-default:hover:active,
.btn.btn-default:focus:focus,
.btn.btn-default:focus:active,
.btn.btn-default:active:focus,
.btn.btn-default:active:active,
.btn.btn-default:hover:focus,
.btn.btn-default:hover:active {
    outline: 0;
    color: #fff
}

button.btn.btn-default:focus:focus .glyphicon,
button.btn.btn-default:focus:active .glyphicon,
button.btn.btn-default:active:focus .glyphicon,
button.btn.btn-default:active:active .glyphicon,
button.btn.btn-default:hover:focus .glyphicon,
button.btn.btn-default:hover:active .glyphicon,
a.btn.btn-default:focus:focus .glyphicon,
a.btn.btn-default:focus:active .glyphicon,
a.btn.btn-default:active:focus .glyphicon,
a.btn.btn-default:active:active .glyphicon,
a.btn.btn-default:hover:focus .glyphicon,
a.btn.btn-default:hover:active .glyphicon,
.btn.btn-default:focus:focus .glyphicon,
.btn.btn-default:focus:active .glyphicon,
.btn.btn-default:active:focus .glyphicon,
.btn.btn-default:active:active .glyphicon,
.btn.btn-default:hover:focus .glyphicon,
.btn.btn-default:hover:active .glyphicon {
    color: #fff
}

button.btn.btn-default:focus:focus .icon,
button.btn.btn-default:focus:active .icon,
button.btn.btn-default:active:focus .icon,
button.btn.btn-default:active:active .icon,
button.btn.btn-default:hover:focus .icon,
button.btn.btn-default:hover:active .icon,
a.btn.btn-default:focus:focus .icon,
a.btn.btn-default:focus:active .icon,
a.btn.btn-default:active:focus .icon,
a.btn.btn-default:active:active .icon,
a.btn.btn-default:hover:focus .icon,
a.btn.btn-default:hover:active .icon,
.btn.btn-default:focus:focus .icon,
.btn.btn-default:focus:active .icon,
.btn.btn-default:active:focus .icon,
.btn.btn-default:active:active .icon,
.btn.btn-default:hover:focus .icon,
.btn.btn-default:hover:active .icon {
    background-position: 50% 100%
}

button.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-primary {
    border-color: #407ab1;
    background: #407ab1;
    color: #fff;
    border-color: #00bf5c;
    background-color: #007940;
    color: #fff
}

button.btn.btn-primary .glyphicon,
a.btn.btn-primary .glyphicon,
.btn.btn-primary .glyphicon {
    color: #fff
}

button.btn.btn-primary .icon,
a.btn.btn-primary .icon,
.btn.btn-primary .icon {
    background-position: 50% 100%
}

button.btn.btn-primary:focus,
button.btn.btn-primary:active,
a.btn.btn-primary:focus,
a.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    border-color: #396d9e
}

button.btn.btn-primary:focus .glyphicon,
button.btn.btn-primary:active .glyphicon,
a.btn.btn-primary:focus .glyphicon,
a.btn.btn-primary:active .glyphicon,
.btn.btn-primary:focus .glyphicon,
.btn.btn-primary:active .glyphicon {
    color: #fff
}

button.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-primary:hover {
    border-color: #32608c;
    background: #32608c;
    border-color: #008c43;
    background: #008c43
}

button.btn.btn-primary:hover .glyphicon,
a.btn.btn-primary:hover .glyphicon,
.btn.btn-primary:hover .glyphicon {
    color: #fff
}

button.btn.btn-primary:hover:focus .glyphicon,
button.btn.btn-primary:hover:active .glyphicon,
a.btn.btn-primary:hover:focus .glyphicon,
a.btn.btn-primary:hover:active .glyphicon,
.btn.btn-primary:hover:focus .glyphicon,
.btn.btn-primary:hover:active .glyphicon {
    color: #fff
}

button.btn.btn-edit,
a.btn.btn-edit,
.btn.btn-edit {
    border-color: #FF780F;
    background-color: #fff;
    color: #FF780F
}

button.btn.btn-edit:hover,
a.btn.btn-edit:hover,
.btn.btn-edit:hover {
    border-color: #f56b00;
    background-color: #f56b00;
    color: #fff
}

button.btn.btn-orange,
a.btn.btn-orange,
.btn.btn-orange {
    border-color: #FF780F;
    background-color: #FF780F;
    color: #fff
}

button.btn.btn-orange:hover,
a.btn.btn-orange:hover,
.btn.btn-orange:hover {
    border-color: #f56b00;
    background-color: #f56b00;
    color: #fff
}

button.btn.cancelBtn:focus,
button.btn.cancelBtn:active,
button.btn.cancelBtn:hover,
button.btn.btn-cancel:focus,
button.btn.btn-cancel:active,
button.btn.btn-cancel:hover,
a.btn.cancelBtn:focus,
a.btn.cancelBtn:active,
a.btn.cancelBtn:hover,
a.btn.btn-cancel:focus,
a.btn.btn-cancel:active,
a.btn.btn-cancel:hover,
.btn.cancelBtn:focus,
.btn.cancelBtn:active,
.btn.cancelBtn:hover,
.btn.btn-cancel:focus,
.btn.btn-cancel:active,
.btn.btn-cancel:hover {
    border-color: #545454;
    background-color: #ebebeb;
    color: #000
}

button.btn.cancelBtn:focus:focus,
button.btn.cancelBtn:focus:active,
button.btn.cancelBtn:active:focus,
button.btn.cancelBtn:active:active,
button.btn.cancelBtn:hover:focus,
button.btn.cancelBtn:hover:active,
button.btn.btn-cancel:focus:focus,
button.btn.btn-cancel:focus:active,
button.btn.btn-cancel:active:focus,
button.btn.btn-cancel:active:active,
button.btn.btn-cancel:hover:focus,
button.btn.btn-cancel:hover:active,
a.btn.cancelBtn:focus:focus,
a.btn.cancelBtn:focus:active,
a.btn.cancelBtn:active:focus,
a.btn.cancelBtn:active:active,
a.btn.cancelBtn:hover:focus,
a.btn.cancelBtn:hover:active,
a.btn.btn-cancel:focus:focus,
a.btn.btn-cancel:focus:active,
a.btn.btn-cancel:active:focus,
a.btn.btn-cancel:active:active,
a.btn.btn-cancel:hover:focus,
a.btn.btn-cancel:hover:active,
.btn.cancelBtn:focus:focus,
.btn.cancelBtn:focus:active,
.btn.cancelBtn:active:focus,
.btn.cancelBtn:active:active,
.btn.cancelBtn:hover:focus,
.btn.cancelBtn:hover:active,
.btn.btn-cancel:focus:focus,
.btn.btn-cancel:focus:active,
.btn.btn-cancel:active:focus,
.btn.btn-cancel:active:active,
.btn.btn-cancel:hover:focus,
.btn.btn-cancel:hover:active {
    border-color: #545454;
    background-color: #ebebeb;
    color: #000
}

button.btn.cancelBtn:focus .icon,
button.btn.cancelBtn:active .icon,
button.btn.cancelBtn:hover .icon,
button.btn.btn-cancel:focus .icon,
button.btn.btn-cancel:active .icon,
button.btn.btn-cancel:hover .icon,
a.btn.cancelBtn:focus .icon,
a.btn.cancelBtn:active .icon,
a.btn.cancelBtn:hover .icon,
a.btn.btn-cancel:focus .icon,
a.btn.btn-cancel:active .icon,
a.btn.btn-cancel:hover .icon,
.btn.cancelBtn:focus .icon,
.btn.cancelBtn:active .icon,
.btn.cancelBtn:hover .icon,
.btn.btn-cancel:focus .icon,
.btn.btn-cancel:active .icon,
.btn.btn-cancel:hover .icon {
    background-position: 50% 100%
}

button.btn.btn-remove:focus,
button.btn.btn-remove:active,
button.btn.btn-remove:hover,
button.btn.btn-delete:focus,
button.btn.btn-delete:active,
button.btn.btn-delete:hover,
button.btn.btn-deactivate:focus,
button.btn.btn-deactivate:active,
button.btn.btn-deactivate:hover,
a.btn.btn-remove:focus,
a.btn.btn-remove:active,
a.btn.btn-remove:hover,
a.btn.btn-delete:focus,
a.btn.btn-delete:active,
a.btn.btn-delete:hover,
a.btn.btn-deactivate:focus,
a.btn.btn-deactivate:active,
a.btn.btn-deactivate:hover,
.btn.btn-remove:focus,
.btn.btn-remove:active,
.btn.btn-remove:hover,
.btn.btn-delete:focus,
.btn.btn-delete:active,
.btn.btn-delete:hover,
.btn.btn-deactivate:focus,
.btn.btn-deactivate:active,
.btn.btn-deactivate:hover {
    border-color: #c00;
    background-color: #c00;
    color: #fff
}

button.btn.btn-remove:focus .icon,
button.btn.btn-remove:active .icon,
button.btn.btn-remove:hover .icon,
button.btn.btn-delete:focus .icon,
button.btn.btn-delete:active .icon,
button.btn.btn-delete:hover .icon,
button.btn.btn-deactivate:focus .icon,
button.btn.btn-deactivate:active .icon,
button.btn.btn-deactivate:hover .icon,
a.btn.btn-remove:focus .icon,
a.btn.btn-remove:active .icon,
a.btn.btn-remove:hover .icon,
a.btn.btn-delete:focus .icon,
a.btn.btn-delete:active .icon,
a.btn.btn-delete:hover .icon,
a.btn.btn-deactivate:focus .icon,
a.btn.btn-deactivate:active .icon,
a.btn.btn-deactivate:hover .icon,
.btn.btn-remove:focus .icon,
.btn.btn-remove:active .icon,
.btn.btn-remove:hover .icon,
.btn.btn-delete:focus .icon,
.btn.btn-delete:active .icon,
.btn.btn-delete:hover .icon,
.btn.btn-deactivate:focus .icon,
.btn.btn-deactivate:active .icon,
.btn.btn-deactivate:hover .icon {
    background-position: 50% 100%
}

button.btn.btn-green,
a.btn.btn-green,
.btn.btn-green {
    border-color: #00bf5c;
    background-color: #00bf5c;
    color: #fff
}

button.btn.btn-green:hover,
a.btn.btn-green:hover,
.btn.btn-green:hover {
    border-color: #008c43;
    background-color: #008c43;
    color: #fff
}

button.btn.btn-ok:focus,
button.btn.btn-ok:active,
button.btn.btn-ok:hover,
button.btn.btn-activate:focus,
button.btn.btn-activate:active,
button.btn.btn-activate:hover,
a.btn.btn-ok:focus,
a.btn.btn-ok:active,
a.btn.btn-ok:hover,
a.btn.btn-activate:focus,
a.btn.btn-activate:active,
a.btn.btn-activate:hover,
.btn.btn-ok:focus,
.btn.btn-ok:active,
.btn.btn-ok:hover,
.btn.btn-activate:focus,
.btn.btn-activate:active,
.btn.btn-activate:hover {
    border-color: #00f275;
    background-color: #00f275;
    color: #fff
}

button.btn.btn-ok:focus .icon,
button.btn.btn-ok:active .icon,
button.btn.btn-ok:hover .icon,
button.btn.btn-activate:focus .icon,
button.btn.btn-activate:active .icon,
button.btn.btn-activate:hover .icon,
a.btn.btn-ok:focus .icon,
a.btn.btn-ok:active .icon,
a.btn.btn-ok:hover .icon,
a.btn.btn-activate:focus .icon,
a.btn.btn-activate:active .icon,
a.btn.btn-activate:hover .icon,
.btn.btn-ok:focus .icon,
.btn.btn-ok:active .icon,
.btn.btn-ok:hover .icon,
.btn.btn-activate:focus .icon,
.btn.btn-activate:active .icon,
.btn.btn-activate:hover .icon {
    background-position: 50% 100%
}

button.btn.btn-greywhite,
a.btn.btn-greywhite,
.btn.btn-greywhite {
    border-color: #d7d7d7;
    background-color: #f4f4f4
}

button.btn.btn-lg,
a.btn.btn-lg,
.btn.btn-lg {
    padding-top: calc(11px - 1px);
    padding-bottom: calc(11px - 1px);
    padding-left: 16.5px;
    padding-right: 16.5px
}

button.btn.btn-sm,
a.btn.btn-sm,
.btn.btn-sm {
    padding-top: calc( 5.5px - 1px);
    padding-bottom: calc( 5.5px - 1px);
    padding-left: 11px;
    padding-right: 11px;
    min-height: 32px;
    line-height: 21.33333px;
    font-size: 0.85em
}

button.btn.btn-sm .icon,
a.btn.btn-sm .icon,
.btn.btn-sm .icon {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
    width: 24px;
    height: 24px
}

button.btn.btn-xs,
a.btn.btn-xs,
.btn.btn-xs {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    min-height: initial;
    line-height: normal;
    font-size: 0.7em
}

button.btn.btn-xs .icon,
a.btn.btn-xs .icon,
.btn.btn-xs .icon {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
    width: 16px;
    height: 16px
}

button.btn.btn-applewallet,
a.btn.btn-applewallet,
.btn.btn-applewallet {
    border-color: #1e1e1f;
    background: #1e1e1f;
    color: #fff
}

button.btn.btn-applewallet .icon,
a.btn.btn-applewallet .icon,
.btn.btn-applewallet .icon {
    margin: 0 11px 0 0;
    background-image: url(../images/icons/ikea-giftcard-btn-appelwallet-32.png)
}

button.btn.btn-applewallet:hover,
a.btn.btn-applewallet:hover,
.btn.btn-applewallet:hover {
    border-color: #1e1e1f;
    background-color: #1e1e1f
}

button.btn.btn-pass2u,
a.btn.btn-pass2u,
.btn.btn-pass2u {
    border-color: #fcc63b;
    background: #fcc63b;
    color: #000
}

button.btn.btn-pass2u .icon,
a.btn.btn-pass2u .icon,
.btn.btn-pass2u .icon {
    margin: 0 11px 0 0;
    background-image: url(../images/icons/ikea-giftcard-btn-pass2u-32.png)
}

button.btn.btn-googlepay,
a.btn.btn-googlepay,
.btn.btn-googlepay {
    border-color: #ccc;
    background: #fff;
    color: #000
}

button.btn.btn-googlepay .icon,
a.btn.btn-googlepay .icon,
.btn.btn-googlepay .icon {
    margin: 0 0 0 2.75px;
    width: 39px;
    background-image: url(../images/icons/ikea-giftcard-btn-googlepay-32.png)
}

button.btn.btn-googlepay .gpay,
a.btn.btn-googlepay .gpay,
.btn.btn-googlepay .gpay {
    display: none
}

button.btn.btn-googlepay:hover,
a.btn.btn-googlepay:hover,
.btn.btn-googlepay:hover {
    border-color: #ccc;
    background-color: #f4f4f4;
    color: #000
}

.disclaimer-userdata {
    padding: 11px;
    border: 1px solid #ccc;
    color: #4F4F4F
}

.disclaimer-userdata p {
    text-align: justify;
    font-size: 0.75em
}

.disclaimer-userdata p:last-child {
    margin-bottom: 0
}

.disclaimer-required {
    font-size: 0.8em;
    color: #4F4F4F
}

.disclaimer-required p:last-child {
    margin-bottom: 0
}

h5+.disclaimer-required {
    margin-top: -11px;
    margin-bottom: 22px
}

form {
    margin: 0
}

label .description {
    display: block;
    line-height: 1.25em;
    font-weight: normal;
    font-size: 0.8em
}

label .required {
    margin: 0 0 0 2.75px;
    color: #4F4F4F
}

.form-instructions {
    margin: 0 0 44px 0
}

.form-group {
    position: relative;
    margin: 0 0 27.5px 0
}

.form-group>label {
    margin: 0 0 2.75px 0;
    font-weight: bold;
    font-size: 0.85em;
    letter-spacing: -0.03125em;
    color: #0c0c0c
}

.form-group>label .sm {
    font-weight: normal
}

.form-group.has-feedback .glyphicon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #4F4F4F
}

.form-group.has-feedback label ~ .form-control-feedback {
    top: 27px
}

@media screen and (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 6px;
        line-height: 32px
    }
}

.form-control {
    border: 1px solid #545454;
    border-radius: 2px;
    height: 44px;
    width: auto;
    font-size: 1em;
    color: #000
}

.form-control.form-id {
    font-weight: bold
}

.help-block {
    margin: 3.66667px 0 11px 0;
    text-align: left;
    line-height: 1.25em;
    font-size: 0.7em;
    color: #333
}

.help-block:last-child {
    margin-bottom: 0
}

.is-invalid {
    margin: 3.66667px 0 11px 0;
    text-align: justify;
    line-height: 1.25em;
    font-size: 0.8em;
    color: red
}

input.form-control {
    padding: 5px 10px;
    line-height: 32px
}

textarea.form-control {
    height: 132px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=file] {
    position: relative
}

.bootstrap-select .btn {
    white-space: nowrap;
    text-transform: inherit
}

.dropdown-header {
    display: block;
    padding: 11px 11px 5.5px 11px;
    line-height: 1.25em;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: -0.0625em;
    color: #407ab1
}

.input-group .bootstrap-select {
    float: none;
    width: auto !important;
    min-width: 66px
}

.input-group .input-group-addon {
    border-color: #545454;
    background-color: #f8f8f8
}

.birthdate>label {
    display: block
}

.birthdate .day,
.birthdate .month,
.birthdate .year {
    float: left
}

input[type=range] {
    -webkit-appearance: none;
    margin: 11px 0;
    padding: 0;
    width: 100%
}

input[type=range]::-webkit-slider-runnable-track {
    border-radius: 2px;
    border: 1px solid #4F4F4F;
    width: 100%;
    height: 11px;
    background: #f4f4f4;
    box-shadow: inset 0 0.075em 0.125em rgba(0, 0, 0, 0.25);
    cursor: pointer
}

input[type=range]::-webkit-slider-thumb {
    margin-top: calc(-5.5px - 2px);
    border-radius: 2px;
    border: 1px solid #373737;
    height: 22px;
    width: 16.5px;
    background: #407ab1;
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -webkit-appearance: none
}

input[type=range]::-moz-range-track {
    border-radius: 2px;
    border: 1px solid #4F4F4F;
    width: 100%;
    height: 11px;
    background: #f4f4f4;
    box-shadow: inset 0 0.075em 0.125em rgba(0, 0, 0, 0.25);
    cursor: pointer
}

input[type=range]::-moz-range-thumb {
    margin-top: calc(-5.5px - 2px);
    margin-top: -5.5px;
    border-radius: 2px;
    border: 1px solid #373737;
    height: 22px;
    width: 16.5px;
    background: #407ab1;
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
    cursor: pointer
}

input[type=range]::-ms-track {
    width: calc(100% - 22px);
    height: 11px;
    cursor: pointer;
    background: transparent;
    border: 11px solid transparent;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    border: 1px solid #4F4F4F;
    background: #f4f4f4;
    border-radius: 2px;
    box-shadow: inset 0 0.075em 0.125em rgba(0, 0, 0, 0.25)
}

input[type=range]::-ms-fill-upper {
    border: 1px solid #4F4F4F;
    background: #f4f4f4;
    border-radius: 2px;
    box-shadow: inset 0 0.075em 0.125em rgba(0, 0, 0, 0.25)
}

input[type=range]::-ms-thumb {
    border-radius: 2px;
    border: 1px solid #373737;
    height: 22px;
    width: 16.5px;
    background: #407ab1;
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
    cursor: pointer
}

input[type=range]::-ms-tooltip {
    display: none
}

input[type=range]:focus {
    outline: none
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #f4f4f4
}

input[type=range]:focus::-ms-fill-lower {
    background: #f4f4f4
}

input[type=range]:focus::-ms-fill-upper {
    background: #f4f4f4
}

input[type="checkbox"].checkbox {
    position: absolute;
    top: 1px;
    left: 1px;
    margin: 0
}

input[type="checkbox"].checkbox+label {
    user-select: none;
    cursor: pointer;
    padding-top: 5.5px;
    padding-left: calc(32px + 11px);
    line-height: 22px;
    text-align: justify;
}

input[type="checkbox"].checkbox+label:before {
    position: absolute;
    z-index: 2;
    top: -6.28571px;
    left: 0;
    display: block;
    content: " ";
    overflow: hidden;
    margin-top: calc( (44px - 32px)/2);
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(../images/icons/form-input-checkbox.png);
    background-position: 100% 100%;
    background-size: cover;
    box-shadow: inset 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.25);
    user-select: none;
    cursor: pointer
}

input[type="checkbox"].checkbox:checked+label:before {
    border-color: #00bf5c;
    background-color: #00bf5c;
    background-position: 50% 50%
}

.form-group.has-error input[type="checkbox"].checkbox+label:before {
    border-color: red
}

.form-group.has-error input[type="checkbox"].checkbox+label+.help-block {
    padding-left: calc(32px + 11px)
}

.radio-group {
    line-height: 32px
}

.radio-group label {
    user-select: none;
    cursor: pointer;
    float: left;
    border: 1px solid #ccc;
    border-right: 0;
    padding-top: calc(((44px - 32px)/2) - 1px);
    padding-bottom: calc(((44px - 32px)/2) - 1px);
    background: #f8f8f8;
    text-align: center;
    font-weight: normal;
    line-height: 32px;
    color: #4F4F4F;
    cursor: pointer
}

.radio-group label:after {
    content: ""
}

.radio-group label:first-of-type {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.radio-group label:last-of-type {
    border-right: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.radio-group input[type="radio"] {
    display: none
}

.radio-group input[type="radio"]:checked+label {
    border-color: #2c5379;
    background: #407ab1;
    box-shadow: inset 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
    color: #fff
}

input[type=file] {
    position: relative
}

.form-file-upload {
    position: relative
}

.form-file-upload input.file-upload-input {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    vertical-align: top;
    border-radius: 0;
    width: 0.1px;
    height: 0.1px;
    opacity: 0
}

.form-file-upload input.file-upload-input:focus ~ .file-upload-button {
    border-radius: 0;
    outline: 1px dotted #407ab1;
    outline: -webkit-focus-ring-color auto 5px
}

.form-file-upload .file-upload-button {
    float: left;
    margin: 0 0 5.5px 0;
    border-color: #407ab1;
    width: 49%;
    vertical-align: top;
    background: #407ab1;
    color: #fff
}

.form-file-upload .file-upload-button:hover {
    border-color: #32608c;
    background: #32608c;
    color: #fff
}

.form-file-upload .file-upload-button .icon {
    float: none
}

.form-file-upload input.file-upload-filename {
    float: right;
    margin: 0 0 5.5px 0;
    width: 49%;
    vertical-align: top;
    border: 1px solid #545454;
    border-radius: 0;
    padding-top: calc(((44px - 32px)/2) - 1px);
    padding-bottom: calc(((44px - 32px)/2) - 1px);
    padding-left: 11px;
    padding-right: 66px;
    height: 44px;
    min-width: 200px;
    background: #f8f8f8
}

.form-file-upload .file-upload-delete {
    position: absolute;
    right: 0
}

@media screen and (max-width: 767px) {
    .form-file-upload .file-upload-button {
        float: none;
        margin: 0 0 11px 0;
        width: 100%
    }
    .form-file-upload input.file-upload-filename {
        float: none;
        width: 100%
    }
    .form-file-upload .file-upload-delete {
        top: calc( 44px + 11px)
    }
}

.datepicker {
    border-radius: 2px
}

.form-submit {
    padding: 22px 0 0 0;
    text-align: right
}

.form-submit .btn {
    margin-bottom: 11px
}

.form-submit .btn-cancel:first-child,
.form-submit .btn-back:first-child {
    float: left
}

@media screen and (max-width: 480px) {
    .form-submit {
        text-align: center
    }
    .form-submit .btn {
        float: none !important;
        width: 100%
    }
}

.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
    color: initial
}

.has-success .form-control,
.has-success .form-control:active,
.has-success .form-control:focus {
    border-color: #545454
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.has-error .form-control,
.has-error .form-control:active,
.has-error .form-control:focus {
    z-index: 3;
    border-color: red
}

.has-error p.help-block {
    color: #4F4F4F
}

.modal.in {
    background: rgba(0, 0, 0, 0.5)
}

.modal-dialog {
    margin: 5.5px;
    margin-top: 27px
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        margin-left: auto;
        margin-right: auto
    }
}

.modal-content {
    border-radius: 2px;
    border: 0;
    background: transparent;
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.5)
}

.modal-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 11px 16.5px;
    background-color: #fff;
    color: #000
}

.modal-header h4 {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: -1px
}

.modal-header h4 .glyphicon {
    margin-right: 11px
}

.modal-header .glyphicon {
    font-size: 1.6rem;
    color: #000
}

.modal-header .close {
    margin: 0;
    line-height: 32px;
    text-shadow: none;
    font-size: calc(32px - 11px);
    color: #000;
    opacity: 0.5
}

.modal-header .close>span {
    display: block;
    margin-top: -1px;
    padding: 0 11px;
    line-height: inherit;
    font-size: inherit;
    color: inherit
}

.modal-header .close:hover {
    opacity: 1
}

.modal-header .translation {
    display: block;
    padding-top: 22px;
    text-align: right;
    font-size: 0.8em;
    color: #545454
}

@media screen and (min-width: 768px) {
    .modal-header {
        padding: 22px 33px
    }
}

.modal.giant .modal-header {
    position: relative;
    border: 0;
    padding-top: 22px;
    padding-left: 16.5px;
    padding-right: 16.5px;
    padding-bottom: 22px
}

.modal.giant .modal-header h4 {
    font-size: 2em
}

.modal.giant .modal-header .translation {
    padding: 0;
    text-align: left
}

@media screen and (min-width: 768px) {
    .modal.giant .modal-header {
        padding-top: 27.5px;
        padding-left: 44px;
        padding-right: 22px
    }
}

.modal-body {
    padding: 22px 16.5px 11px 16.5px;
    background: #fff
}

.modal-body section {
    margin: 0 0 22px 0
}

.modal-body section:last-child {
    margin-bottom: 0
}

.modal-body h4,
.modal-body h5,
.modal-body h6 {
    margin: 0 0 11px 0;
    line-height: 1.25em;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: -1px
}

.modal-body .form {
    border-top: 1px solid #ccc;
    padding: 11px 0 0 0
}

.modal-body .form-group {
    margin: 0 0 22px 0
}

.modal-body .scroll-container.log {
    border: 1px solid #ccc;
    padding: 11px;
    height: 25vh;
    min-height: 240px;
    background: #f4f4f4;
    line-height: 1.25em;
    overflow-y: scroll
}

.modal-body .scroll-container.log .error {
    color: red
}

.modal-body .scroll-container.log .success {
    color: #00bf5c
}

.modal-body p {
    text-align: justify;
    line-height: 1.325em;
    font-size: 0.9em
}

.modal-body p.help-block {
    font-size: 0.6em
}

.modal-body ul {
    font-size: 0.9em
}

.modal-body ul:not(.dropdown-menu):not(.nav-tabs) {
    margin: 0 0 11px 0;
    padding: 0
}

.modal-body ul:not(.dropdown-menu):not(.nav-tabs)>li {
    margin: 0 0 5.5px 22px
}

@media screen and (min-width: 768px) {
    .modal-body {
        padding: 33px 33px 22px 33px
    }
}

.modal.giant .modal-body {
    padding: 22px 16.5px
}

.modal.giant .modal-body section {
    margin: 0 0 44px 0
}

.modal.giant .modal-body section:last-child {
    margin-bottom: 0
}

.modal.giant .modal-body a {
    text-decoration: underline
}

.modal.giant .modal-body ul {
    margin-bottom: 22px
}

@media screen and (min-width: 768px) {
    .modal.giant .modal-body {
        padding-left: 44px;
        padding-right: 44px
    }
}

.modal-footer {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #d7d7d7;
    padding: 11px 16.5px 5.5px 16.5px;
    background: #fff
}

.modal-footer .btn {
    margin: 0 0 11px 0 !important;
    width: 100%
}

@media screen and (min-width: 768px) {
    .modal-footer {
        padding: 22px 33px 22px 33px
    }
    .modal-footer .btn {
        margin: 0 0 11px 11px;
        width: auto
    }
}

.modal.giant .modal-footer {
    border-top: 0;
    padding-bottom: 33px
}

.modal.giant .modal-footer .btn.btn-default {
    border-color: transparent
}

@media screen and (min-width: 768px) {
    .modal.giant .modal-footer {
        padding-left: 44px;
        padding-right: 44px
    }
}

#pg-hdr {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.925);
    border-bottom: 1px solid #ccc
}

#pg-hdr>.wrapper {
    margin: 0 auto;
    padding: 0 11px;
    min-width: 276px;
    max-width: 1680px
}

#pg-hdr .navbar {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    min-height: 76px;
    margin-bottom: 0;
    border: 0
}

#pg-hdr .logo {
    float: left
}

#pg-hdr .logo>a {
    display: block
}

#pg-hdr .logo img {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-top: 16.5px;
    margin-left: 0;
    margin-right: 11px;
    width: 129px;
    height: 44px
}

#pg-hdr .brand.thirdparty {
    float: right
}

#pg-hdr .brand.thirdparty img {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-top: 16.5px;
    margin-left: 0;
    margin-right: 11px;
    height: 44px
}

#pg-hdr .navbar-toggle {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    float: right;
    margin-top: 22px;
    margin-bottom: 22px;
    margin-left: 11px;
    margin-right: 0;
    border-radius: 1px;
    border: 0;
    padding: 0;
    background: #fff
}

#pg-hdr .navbar-toggle .text {
    float: left;
    margin: 0 5.5px 0 0;
    line-height: 32px;
    text-transform: uppercase;
    font-size: .7em;
    color: rgba(33, 33, 33, 0.75)
}

#pg-hdr .navbar-toggle .icon {
    display: block;
    float: right;
    border: 0;
    padding-left: 5.5px;
    padding-right: 5.5px;
    width: auto;
    height: 32px;
    background: transparent
}

#pg-hdr .navbar-toggle .icon-bar {
    display: block;
    border-radius: 1px;
    width: 24px;
    background: #212121
}

#pg-hdr .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px
}

#pg-hdr .navbar-toggle .icon-bar:nth-child(1) {
    margin-top: 7px
}

#pg-hdr .navbar-toggle.collapsed {
    background: #fff
}

#pg-hdr .navbar-toggle.collapsed .text {
    color: #4F4F4F
}

#pg-hdr .navbar-toggle.collapsed .icon {
    background: transparent
}

#pg-hdr .navbar-toggle.collapsed .icon-bar {
    background: #000
}

#pg-hdr .navbar-toggle.collapsed:hover .text {
    color: #000
}

#pg-hdr .navbar-toggle.collapsed:hover .icon {
    background: #fff
}

#pg-hdr .navbar-toggle.collapsed:hover .icon-bar {
    background: #000
}

#pg-hdr .hdr-nav-user {
    float: right
}

#pg-hdr .navbar-collapse,
#pg-hdr .navbar-collapse.collapse.in,
#pg-hdr .navbar-collapse-collapsing {
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: none
}

#pg-hdr ul.nav {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin: 0;
    margin-top: calc( ( 76px - 44px) /2);
    padding: 0;
    list-style-type: none;
    font-size: .95em
}

#pg-hdr ul.nav>li {
    position: relative
}

#pg-hdr ul.nav>li>a {
    padding: 6px 10px;
    line-height: 32px;
    color: #212121
}

#pg-hdr ul.nav>li>a .text {
    display: inline-block;
    margin: 4px 0;
    border-bottom: 1px solid transparent;
    line-height: calc(32px - 8px);
    letter-spacing: -0.025em;
    font-weight: bold
}

#pg-hdr ul.nav>li>a:active,
#pg-hdr ul.nav>li>a:focus,
#pg-hdr ul.nav>li>a:hover {
    background: transparent;
    color: #000
}

#pg-hdr ul.nav>li>a:active .text,
#pg-hdr ul.nav>li>a:focus .text,
#pg-hdr ul.nav>li>a:hover .text {
    border-color: #000
}

#pg-hdr ul.nav>li.dropdown>a.dropdown-toggle .caret {
    margin-left: 5.5px
}

#pg-hdr ul.nav>li.dropdown .dropdown-menu {
    border: 0;
    border-top: 1px solid #ebebeb;
    border-radius: 2px;
    background: #fff
}

#pg-hdr ul.nav>li.dropdown .dropdown-menu>li a {
    color: #000
}

#pg-hdr ul.nav>li.dropdown .dropdown-menu>li a:hover {
    background-color: #32608c;
    color: #fff
}

#pg-hdr ul.nav>li.dropdown .dropdown-menu>li.divider {
    background-color: rgba(235, 235, 235, 0.75)
}

#pg-hdr ul.nav>li.dropdown .dropdown-menu>li.active>a,
#pg-hdr ul.nav>li.dropdown .dropdown-menu>li.active>a:active,
#pg-hdr ul.nav>li.dropdown .dropdown-menu>li.active>a:focus,
#pg-hdr ul.nav>li.dropdown .dropdown-menu>li.active>a:hover {
    background-color: #2c5379
}

#pg-hdr ul.nav>li.dropdown .dropdown-menu>li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

#pg-hdr ul.nav>li.dropdown .dropdown-menu>li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

#pg-hdr ul.nav>li.dropdown.open>a,
#pg-hdr ul.nav>li.dropdown.open>a:active,
#pg-hdr ul.nav>li.dropdown.open>a:focus,
#pg-hdr ul.nav>li.dropdown.open>a:hover {
    position: relative;
    z-index: 1000;
    border-color: #fff;
    background-color: #fff;
    color: #000
}

#pg-hdr ul.nav.hdr-nav-user>li.dropdown>a .avatar {
    margin-left: 5.5px
}

#pg-hdr ul.nav.hdr-nav-user>li.dropdown>a .caret {
    color: #4F4F4F
}

#pg-hdr ul.nav.hdr-nav-user>li.dropdown .dropdown-menu {
    left: auto;
    right: 0
}

#pg-hdr .navbar.overContent {
    min-height: 54px
}

#pg-hdr .navbar.overContent .logo img {
    margin-top: 11px;
    width: 94px;
    height: 32px
}

#pg-hdr .navbar.overContent .navbar-toggle {
    margin-top: 11px;
    margin-bottom: 11px
}

#pg-hdr .navbar.overContent ul.nav {
    margin-top: calc( ( 54px - 44px) /2)
}

@media screen and (max-width: 767px) {
    #pg-hdr .navbar,
    #pg-hdr .navbar.overContent {
        min-height: 54px
    }
    #pg-hdr .navbar .logo img,
    #pg-hdr .navbar.overContent .logo img {
        margin-top: 11px;
        width: 94px;
        height: 32px
    }
    #pg-hdr .navbar .navbar-toggle,
    #pg-hdr .navbar.overContent .navbar-toggle {
        margin-top: 11px;
        margin-bottom: 11px
    }
    #pg-hdr .navbar ul.nav,
    #pg-hdr .navbar.overContent ul.nav {
        margin-top: calc( ( 54px - 44px) /2)
    }
    #pg-hdr .navbar-collapse,
    #pg-hdr .navbar-collapse.collapse.in,
    #pg-hdr .navbar-collapse-collapsing {
        margin-left: -11px;
        margin-right: -11px;
        border-top: 1px solid #ccc;
        padding: 0 11px;
        background: #fff
    }
    #pg-hdr .navbar-collapse.collapse.in,
    #pg-hdr .navbar-collapse.collapsing {
        clear: both
    }
    #pg-hdr ul.nav {
        margin-top: 11px;
        margin-bottom: 11px
    }
    #pg-hdr ul.nav>li {
        margin: 0
    }
    #pg-hdr ul.nav>li:after {
        display: none
    }
    #pg-hdr ul.nav>li .dropdown-menu>li>a {
        padding: 6px 10px;
        line-height: 32px
    }
    #pg-hdr ul.nav.hdr-nav-main {
        float: left;
        width: 50%
    }
    #pg-hdr ul.nav.hdr-nav-user {
        float: right;
        width: 50%;
        text-align: right
    }
    #pg-hdr ul.nav.hdr-nav-user>li .dropdown-menu>li>a {
        padding: 6px 10px
    }
}

@media screen and (max-width: 479px) {
    #pg-hdr .logo-client {
        margin-left: 0
    }
    #pg-hdr .navbar-toggle .text {
        display: none
    }
    #pg-hdr ul.nav.hdr-nav-main {
        clear: both;
        float: none;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 11px;
        width: 100%
    }
    #pg-hdr ul.nav.hdr-nav-user {
        clear: both;
        float: none;
        width: 100%;
        text-align: left
    }
    #pg-hdr ul.nav.hdr-nav-user>li.dropdown>a .icon {
        display: inline-block
    }
    #pg-hdr ul.nav.hdr-nav-user>li .dropdown-menu {
        text-align: left
    }
    #pg-hdr ul.nav.hdr-nav-user>li .dropdown-menu>li>a {
        padding-left: 22px
    }
}

@media screen and (min-width: 480px) {
    #pg-hdr>.wrapper {
        padding: 0 22px
    }
}

#pg-ftr {
    margin: 0 22px
}

#pg-ftr>.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    min-width: inherit;
    max-width: inherit
}

#pg-ftr .slice.customer-service {
    border-top: 1px solid #ccc;
    font-size: 0.9em
}

#pg-ftr .slice.customer-service .slice-header {
    margin: 0;
    border: 0;
    padding: 0
}

#pg-ftr .slice.customer-service .slice-header h4 {
    padding: 5.5px 0 0 55px;
    min-height: 44px;
    background-image: url(../images/icons/customer-service.png);
    background-repeat: no-repeat;
    line-height: 32px;
    font-size: 1.15em;
    color: #373737
}

#pg-ftr .slice.customer-service ul.links {
    margin: 0;
    padding: 0 0 0 55px;
    list-style-type: none
}

#pg-ftr .slice.customer-service ul.links>li {
    margin: 0 0 11px 0;
    padding: 0
}

#pg-ftr .slice.customer-service ul.links>li a {
    color: #373737
}

#pg-ftr .slice.customer-service ul.links>li a:hover {
    color: #000
}

#pg-ftr .slice.bottom {
    border-top: 1px solid #ccc;
    padding: 33px 0
}

#pg-ftr .slice.bottom>.wrapper {
    min-height: auto
}

#pg-ftr .slice.bottom .slice-content {
    font-size: 0.8em;
    color: #4F4F4F
}

#pg-ftr .slice.bottom .slice-content .language h6 {
    margin: 0 0 11px 0;
    color: #000
}

#pg-ftr .slice.bottom .slice-content ul.links {
    float: right;
    margin: 0 0 11px 0;
    padding: 0;
    list-style-type: none
}

#pg-ftr .slice.bottom .slice-content ul.links>li {
    float: left;
    margin: 0 22px 11px 0;
    padding: 0
}

#pg-ftr .slice.bottom .slice-content ul.links>li:last-child {
    margin-right: 0
}

#pg-ftr .slice.bottom .slice-content p.copyright {
    clear: both;
    float: right;
    font-size: 0.85em
}

#pg-main {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    min-height: calc(100vh - 76px - 140px);
    padding-top: 76px
}

@media screen and (max-width: 767px) {
    #pg-main {
        padding-top: 54px
    }
}

#sidebar {
    display: none
}

h1 {
    font-size: 2.2em
}

h2 {
    font-size: 2em
}

h3 {
    font-size: 1.8em
}

h4 {
    font-size: 1.6em
}

h5 {
    font-size: 1.4em
}

h6 {
    font-size: 1.2em
}

h1.asterisk,
h2.asterisk,
h3.asterisk,
h4.asterisk,
h5.asterisk,
h6.asterisk {
    position: relative
}

h1.asterisk:after,
h2.asterisk:after,
h3.asterisk:after,
h4.asterisk:after,
h5.asterisk:after,
h6.asterisk:after {
    position: absolute;
    display: block;
    content: "*";
    font-size: 0.75em;
    top: 0;
    right: -16.5px
}

p {
    margin: 0 0 11px 0
}

p strong {
    letter-spacing: -0.03125em
}

.col-or {
    text-align: center;
    font-weight: bold;
    line-height: 32px
}

@media screen and (max-width: 1199px) {
    .col-or[class^="col-lg"] {
        padding-top: 44px;
        padding-bottom: 44px;
        text-align: left
    }
}

@media screen and (max-width: 992px) {
    .col-or[class^="col-md"] {
        padding-top: 44px;
        padding-bottom: 44px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .col-or[class^="col-sm"] {
        padding-top: 44px;
        padding-bottom: 44px;
        text-align: left
    }
}

nav.actions ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

nav.actions ul>li {
    float: left;
    margin: 0 5.5px 0 0;
    padding: 0
}

nav.actions ul>li:last-child {
    margin-right: 0
}

.widget-loading .icon {
    margin: 0 auto 11px auto;
    border: 5.5px solid #f4f4f4;
    border-top: 5.5px solid #4F4F4F;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    animation: spin 0.75s linear infinite
}

.widget-loading .text {
    text-align: center;
    font-size: 11px;
    color: #4F4F4F
}

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

section.slice {
    padding: 22px 0 66px 0
}

section.slice .section-row {
    margin-left: 0;
    margin-right: 0
}

section.slice>.bgfade>.wrapper,
section.slice>.wrapper {
    margin: 0 auto;
    padding: 0 16.5px;
    min-width: 276px;
    max-width: 1680px
}

section.slice .slice-header {
    margin: 0 0 33px 0
}

section.slice .slice-header h1,
section.slice .slice-header h2 {
    float: left;
    margin: 0 0 11px 0;
    font-weight: bold;
    font-size: 2em
}

section.slice .slice-header h1 a,
section.slice .slice-header h2 a {
    color: #000
}

section.slice .slice-header.text-center h1,
section.slice .slice-header.text-center h2 {
    float: none;
    text-align: center
}

section.slice .slice-content>section {
    margin: 0 0 44px 0
}

section.slice .slice-content>section .section-header {
    margin: 0 0 22px 0
}

section.slice .slice-content>section .section-header h2 {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: -0.0625em
}

section.slice .slice-content>section .section-header nav {
    float: right
}

section.slice .slice-content>section .section-header.text-center {
    float: none;
    text-align: center
}

section.slice .slice-content>section .section-content p {
    text-align: justify
}

section.slice .slice-content>section .section-content.voucher-header p {
    text-align: left
}

@media screen and (min-width: 480px) {
    section.slice {
        padding: 33px 0 66px 0
    }
    section.slice>.wrapper {
        padding: 0 22px
    }
}

@media screen and (min-width: 768px) {
    section.slice {
        padding: 44px 0 88px 0
    }
    section.slice .section-row>.main {
        float: left;
        margin-left: -11px;
        padding: 0 11px;
        width: calc( 70% - 44px)
    }
    section.slice .section-row>.sidebar {
        float: right;
        margin-right: -11px;
        padding: 0 11px;
        width: calc( 30% + 44px)
    }
}

@media screen and (min-width: 769px) {
    section.slice .section-row>.main {
        width: 70%
    }
    section.slice .section-row>.sidebar {
        width: 30%
    }
}

section.slice.legals section.legals {
    text-align: justify
}

section.slice.legals section.legals p {
    font-size: 0.8em
}

section.slice.legals section.legals p.intro {
    margin: 0 0 44px 0;
    font-style: italic
}

section.slice.legals section.legals p.lastupdate {
    font-style: italic;
    color: #4F4F4F
}

section.slice.legals section.legals ol.legals {
    list-style: none;
    counter-reset: item;
    margin: 0;
    padding: 0 0 0 2em
}

section.slice.legals section.legals ol.legals>li {
    position: relative;
    counter-increment: item;
    margin: 0 0 55px 0
}

section.slice.legals section.legals ol.legals>li:before {
    display: inline-block;
    position: absolute;
    left: -55px;
    padding: 0 5.5px 0 0;
    width: 55px;
    text-align: right;
    content: counters(item, ".") ".";
    line-height: 1.25em;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: -.0625em
}

section.slice.legals section.legals ol.legals>li>h2 {
    margin: 0 0 11px 0;
    font-weight: bold;
    line-height: 1.25em;
    font-size: 1.2em;
    letter-spacing: -.0625em
}

section.slice.legals section.legals ol.legals>li>h3 {
    margin: 22px 0 5.5px 0;
    font-weight: bold;
    line-height: 1.25em;
    font-size: 0.8em;
    letter-spacing: -.0625em
}

section.slice.legals section.legals ol.legals>li h2+h3 {
    margin-top: 0
}

section.slice.legals section.legals ol.legals>li dl {
    font-size: 0.8em
}

section.slice.legals section.legals ol.legals>li dl dt {
    float: left
}

section.slice.legals section.legals ol.legals>li dl dt:after {
    margin: 0 0.25em;
    content: ":"
}

section.slice.legals section.legals ol.legals>li dl dd {
    margin: 0 0 11px 0
}

section.slice.legals section.legals ol.legals>li ul {
    font-size: 0.8em;
    margin: -5.5px 0 22px 0;
    padding: 0 0 0 22px
}

section.slice.customer-service.faq section.faq ul.faq {
    margin: 0;
    padding: 0;
    list-style-type: none
}

section.slice.customer-service.faq section.faq ul.faq>li {
    margin: 0 0 44px 0;
    padding: 0
}

section.slice.customer-service.faq section.faq ul.faq>li h3 {
    font-size: 1.2em
}

section.slice.customer-service.faq section.faq ul.faq>li p {
    text-align: justify;
    font-size: 0.8em
}

section.slice.customer-service.faq section.support-center {
    padding-top: 22px;
    border-top: 1px solid #ccc;
    text-align: center
}

section.slice.customer-service.faq section.support-center h3 {
    font-size: 1.4em
}

section.slice.customer-service.faq section.support-center p {
    text-align: center;
    font-size: 0.9em
}

section.slice.customer-service.faq section.support-center .btn-go {
    margin-top: 11px
}

.giftcard-mockup {
    border: 10px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    background: #ffffff;
    box-shadow: 0 5px 10px #cccccc;
    text-align: center;
    overflow: hidden
}

.giftcard-mockup .title {
    margin: 0;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 30px 0;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: -0.0625em;
    color: #0051BA;
    /* color: #f4b615 */
}

.giftcard-mockup .main {
    padding: 20px 0
}

.giftcard-mockup .amount {
    line-height: 1em;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -0.0625em;
    color: #0e53a1
}

.giftcard-mockup .beneficiary-for {
    padding: 5px 0 10px 0;
    color: #0e53a1
}

.giftcard-mockup .beneficiary-name {
    line-height: 1em;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.0625em;
    color: #0e53a1
}

.giftcard-mockup .beneficiary-email {
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #595959
}

.giftcard-mockup section.data {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 10px 0
}

.giftcard-mockup section.data .dl .item {
    padding: 0 0 20px 0
}

.giftcard-mockup section.data .dl .dt {
    line-height: 16px;
    font-size: 12px
}

.giftcard-mockup section.data .dl .dd {
    word-break: keep-all
}

.giftcard-mockup section.data .dl .item.pin {
    color: #0e53a1
}

.giftcard-mockup section.data .dl .item.pin .dd {
    line-height: 32px;
    font-size: 24px
}

.giftcard-mockup .qrcode {
    padding: 10px 0;
    width: 4cm
}

.giftcard-mockup footer {
    padding: 20px 0 0 0;
    line-height: 20px;
    font-size: 14px;
    color: #595959
}

.giftcard-mockup footer p {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center !important
}

.giftcard-mockup footer p:last-child {
    padding: 0
}

#pg.givemyvoucher .slice.redirection .widget-loading {
    margin-top: 25vh;
    margin-bottom: 25vh
}

#pg.givemyvoucher .slice.home .slice-header h1 {
    float: none;
    margin: 0;
    padding: 88px 0;
    text-align: center
}

#pg.givemyvoucher .slice.home .slice-header h1 img {
    display: block;
    margin: 0 auto 44px auto;
    width: 200px
}

#pg.givemyvoucher .slice.home section.items .item {
    margin: 0 0 66px 0;
    padding: 0 11px
}

#pg.givemyvoucher .slice.home section.items .item .thumb {
    margin: 0 auto 22px auto;
    text-align: center
}

#pg.givemyvoucher .slice.home section.items .item .thumb img {
    max-width: 160px
}

#pg.givemyvoucher .slice.home section.items .item h4 {
    font-size: 1.1em
}

#pg.givemyvoucher .slice.home section.items .item h4 a {
    color: #000
}

#pg.givemyvoucher .slice.home section.items .item .btn {
    margin-bottom: 5.5px
}

#pg.givemyvoucher .slice.welcome {
    padding: 44px 0 0 0
}

#pg.givemyvoucher .slice.welcome .slice-header h1 {
    float: none;
    margin: 0;
    text-align: center
}

#pg.givemyvoucher .slice.welcome img.illustration {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: 50% 100%
}

#pg.givemyvoucher .slice.workflow>.wrapper {
    max-width: 1024px
}

#pg.givemyvoucher .slice.workflow .slice-header h1 {
    float: none;
    margin: 0;
    padding: 22px 0;
    text-align: center;
    line-height: 1.2em;
    font-weight: normal;
    font-size: 1.2em;
    color: #575757
}

#pg.givemyvoucher .slice.workflow .slice-header h1 strong {
    display: block;
    margin: 0 0 5.5px 0;
    font-weight: bold;
    font-size: 1.2em;
    color: #000
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 22px 0 44px 0;
    max-width: 640px;
    list-style-type: none;
    text-align: center
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li {
    position: relative;
    width: 33.3333%;
    padding: 0 11px;
    text-align: center
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li:before,
#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li:after {
    position: absolute;
    top: 18px;
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    background: #ebebeb
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li:before {
    left: 0
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li:after {
    right: 0
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li:first-child:before {
    display: none
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li:last-child:after {
    display: none
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li .icon,
#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li .counter {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto 5.5px auto;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: #f8f8f8;
    line-height: 32px;
    font-size: 1.2em;
    color: #545454
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li .text {
    display: block;
    line-height: 1.2em;
    font-size: 0.8em;
    color: #545454
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.current:before {
    background: #4F4F4F
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.current .counter {
    border-color: #0051ba;
    background: #0051ba;
    color: #fff
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.current .text {
    font-weight: bold;
    letter-spacing: -0.0625em;
    color: #0051ba
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.done:after,
#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.done:before {
    background: #4F4F4F
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.done .counter {
    border-color: #515151;
    background: #fff;
    color: #515151
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.done .text {
    color: #515151
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.error {
    margin: 0 auto
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.error .icon {
    border-color: #ccc;
    background: #f4f4f4
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.error .icon:before,
#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.error .icon:after {
    position: absolute;
    top: 8px;
    left: 15px;
    content: '';
    height: 16px;
    width: 2px;
    background-color: #373737
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.error .icon:before {
    transform: rotate(45deg)
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.error .icon:after {
    transform: rotate(-45deg)
}

#pg.givemyvoucher .slice.workflow .slice-header ol.steps>li.error .text {
    color: #4F4F4F
}

#pg.givemyvoucher .slice.workflow .slice-content>section {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px
}

#pg.givemyvoucher .slice.workflow .slice-content>section .form {
    padding: 22px 0
}

#pg.givemyvoucher .slice.workflow .slice-content>section .form .form-submit {
    padding: 0
}

#pg.givemyvoucher .slice.workflow section.workflow-step.error p.errormsg {
    margin: 5.5px 0 16.5px 0;
    padding: 11px;
    background: #f4f4f4;
    color: #373737
}

#pg.givemyvoucher .slice.workflow section.workflow-step.error .btn-retry {
    margin-top: 11px
}

#pg.givemyvoucher .slice.workflow section.voucher .voucher-container {
    margin: 0 auto;
    padding: 22px 0 44px 0;
    max-width: 480px
}

#pg.givemyvoucher .slice.workflow section.voucher .voucher-actions {
    margin: 0 auto;
    max-width: 480px
}

#pg.givemyvoucher .slice.workflow section.voucher .voucher-actions .btn {
    margin: 0 0 11px 0
}

#pg.givemyvoucher .slice.workflow section.voucher .voucher-actions .ewallets {
    padding-top: 11px
}

#pg.givemyvoucher .slice.workflow.start {
    padding-top: 0
}

#pg.givemyvoucher .slice.workflow.start .slice-content {
    display: flex;
    flex-direction: column
}

#pg.givemyvoucher .slice.workflow.start section.intro {
    margin: 33px 0 44px 0;
    background: #fff
}

#pg.givemyvoucher .slice.workflow.start section.intro .hej {
    line-height: 1.1em;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: -0.0625em
}

#pg.givemyvoucher .slice.workflow.start section.intro p {
    /* text-align: justify */
    text-align: left
}

#pg.givemyvoucher .slice.workflow.start section.action {
    background: #f8f8f8;
    background: #fff
}

#pg.givemyvoucher .slice.workflow.start section.action h2 {
    margin: 0 0 16.5px 0;
    text-align: center;
    font-size: 1.2em
}

#pg.givemyvoucher .slice.workflow.start section.action .form {
    padding: 11px 22px
}

#pg.givemyvoucher .slice.workflow.start section.action .form-group {
    margin: 0 0 16.5px 0
}

#pg.givemyvoucher .slice.workflow.start section.action .form-group label {
    font-weight: bold
}

#pg.givemyvoucher .slice.workflow.start section.action .form-submit {
    padding: 0
}

#pg.givemyvoucher .slice.workflow.start section.action .form-submit .btn {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 22px
}

@media screen and (min-width: 768px) {
    #pg.givemyvoucher .slice.workflow .slice-content>section .form {
        padding-top: 11px;
        padding-left: 0;
        padding-right: 0
    }
    #pg.givemyvoucher .slice.workflow.start .slice-content {
        flex-direction: row;
        padding-left: 16.5px;
        padding-right: 16.5px
    }
    #pg.givemyvoucher .slice.workflow.start section.intro {
        padding-right: 33px;
        width: 55%
    }
    #pg.givemyvoucher .slice.workflow.start section.action {
        margin-top: 40px;
        padding: 22px 33px;
        width: 45%
    }
    #pg.givemyvoucher .slice.workflow.start section.action h2 {
        text-align: left
    }
    #pg.givemyvoucher .slice.workflow.start section.action .form {
        padding: 0
    }
}

@media screen and (min-width: 992px) {
    #pg.givemyvoucher .slice.workflow.start .slice-content {
        padding-left: 22px;
        padding-right: 22px
    }
    #pg.givemyvoucher .slice.workflow.start section.intro {
        width: 60%
    }
    #pg.givemyvoucher .slice.workflow.start section.action {
        width: 40%
    }
}

.slider-group {
    margin: 0 0 44px 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 22px;
    background: #f8f8f8;
    text-align: center
}

.slider-group .slider-value {
    display: inline-block;
    margin: 0 auto 11px auto;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 11px;
    background: #fff;
    list-style-type: none;
    overflow: hidden
}

.slider-group .slider-value>li {
    margin: 0;
    padding: 0;
    display: none
}

.slider-group .slider-value>li.current {
    display: block
}

.slider-group .slider-value>li .icon {
    display: block;
    width: 200px;
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.slider-group .slider-legend {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.slider-group .slider-legend>li {
    margin: 0;
    padding: 0;
    text-align: center
}

.slider-group .slider-legend>li.current {
    font-weight: bold
}

.slider-group[data-itemsNb="3"] input.slider {
    width: 100%
}

.slider-group[data-itemsNb="3"] .slider-legend>li {
    width: 33.3333%
}

.slider-group[data-itemsNb="3"] .slider-legend>li:first-child {
    text-align: left
}

.slider-group[data-itemsNb="3"] .slider-legend>li:last-child {
    text-align: right
}

.slider-group[data-itemsNb="4"] input.slider {
    margin-left: 12.5%;
    margin-right: 12.5%;
    width: 75%
}

.slider-group[data-itemsNb="4"] .slider-legend>li {
    width: 25%
}

.parcel-damage .slider-group .slider-value>li:nth-child(1) .icon {
    background-image: url(../images/icons/parcel-damage01.jpg)
}

.parcel-damage .slider-group .slider-value>li:nth-child(2) .icon {
    background-image: url(../images/icons/parcel-damage02.jpg)
}

.parcel-damage .slider-group .slider-value>li:nth-child(3) .icon {
    background-image: url(../images/icons/parcel-damage03.jpg)
}

.radio-range-group .slider-value {
    display: block;
    margin: 0 auto 11px auto;
    border-radius: 2px;
    padding: 0;
    width: 200px;
    height: 200px;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    list-style-type: none;
    overflow: hidden
}

.radio-range-group .slider-value>li {
    margin: 0;
    padding: 0;
    display: none
}

.radio-range-group .slider-value>li.current {
    display: block
}

.radio-range-group .slider-value>li .icon {
    display: block;
    width: 200px;
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.radio-range-group .slider {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 32px
}

.radio-range-group .slider:before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    background: red;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    width: 11px;
    height: 100%;
    background: #f4f4f4;
    box-shadow: inset 0 0.0625em 0.125em rgba(0, 0, 0, 0.25)
}

.radio-range-group .slider>li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.radio-range-group .slider>li label {
    user-select: none;
    cursor: pointer;
    cursor: pointer;
    margin: 0;
    border: 0;
    padding: 0 0 0 22px;
    width: 100%;
    background: transparent
}

.radio-range-group .slider>li label .text {
    display: block;
    margin: 0;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    padding-top: calc(((44px - 32px)/2) - 1px);
    padding-bottom: calc(((44px - 32px)/2) - 1px);
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    font-weight: normal;
    line-height: 32px;
    color: #373737
}

.radio-range-group .slider>li label:before {
    position: absolute;
    top: calc(50% - 8.25px);
    left: -5.5px;
    display: none;
    content: "";
    border-radius: 2px;
    border: 1px solid #32608c;
    width: 22px;
    height: 16.5px;
    background: #407ab1;
    box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.25)
}

.radio-range-group .slider>li input[type="radio"] {
    display: none
}

.radio-range-group .slider>li input[type="radio"]:checked+label .text {
    border-color: #2c5379;
    background: #407ab1;
    box-shadow: inset 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
    color: #fff
}

.radio-range-group .slider>li input[type="radio"]:checked+label:before {
    display: block
}

.radio-range-group .slider>li:first-of-type label .text {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 1px
}

.radio-range-group .slider>li:first-of-type label:before {
    top: auto;
    bottom: 0
}

.radio-range-group .slider>li:last-of-type label .text {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.radio-range-group .slider>li:last-of-type label:before {
    top: 0
}

.help {
    display: inline-block;
    padding: 8px 12px;
    font-size: 1rem;
    min-width: 44px;
}

@media screen and (min-width: 992px) {
    .radio-range-group .slider {
        flex-direction: row
    }
    .radio-range-group .slider:before {
        width: 100%;
        height: 11px
    }
    .radio-range-group .slider>li label {
        padding-left: 0;
        padding-top: 22px
    }
    .radio-range-group .slider>li label .text {
        border-bottom-width: 1px;
        border-right-width: 0
    }
    .radio-range-group .slider>li label:before {
        top: -5.5px !important;
        left: calc(50% - 8.25px - 2px);
        height: 22px;
        width: 16.5px
    }
    .radio-range-group .slider>li:before {
        width: 100%;
        height: 10px;
        border-left-width: 0;
        border-right-width: 0;
        border-top-width: 1px;
        border-bottom-width: 1px
    }
    .radio-range-group .slider>li:first-child label:before {
        left: 0
    }
    .radio-range-group .slider>li:last-child label .text {
        border-right-width: 1px
    }
    .radio-range-group .slider>li:last-child label:before {
        left: auto;
        right: 0
    }
    .radio-range-group .slider>li:first-child:nth-last-child(2),
    .radio-range-group .slider>li:first-child:nth-last-child(2) ~ li {
        width: 50%
    }
    .radio-range-group .slider>li:first-child:nth-last-child(3),
    .radio-range-group .slider>li:first-child:nth-last-child(3) ~ li {
        width: 33.3333%
    }
    .radio-range-group .slider>li:first-child:nth-last-child(4),
    .radio-range-group .slider>li:first-child:nth-last-child(4) ~ li {
        width: 25%
    }
    .radio-range-group .slider>li:first-child:nth-last-child(5),
    .radio-range-group .slider>li:first-child:nth-last-child(5) ~ li {
        width: 20%
    }
    .radio-range-group .slider>li:first-child:nth-last-child(6),
    .radio-range-group .slider>li:first-child:nth-last-child(6) ~ li {
        width: 16.6667%
    }
    .radio-range-group .slider>li:first-child:nth-last-child(7),
    .radio-range-group .slider>li:first-child:nth-last-child(7) ~ li {
        width: 14.285714285%
    }
    .radio-range-group .slider>li:first-child:nth-last-child(8),
    .radio-range-group .slider>li:first-child:nth-last-child(8) ~ li {
        width: 12.5%
    }
    .radio-range-group .slider>li:first-child:nth-last-child(9),
    .radio-range-group .slider>li:first-child:nth-last-child(9) ~ li {
        width: 11.1111%
    }
}

.parcel-damage .radio-range-group .slider-value {
    background-image: url(../images/icons/parcel-damage00.jpg)
}

.parcel-damage .radio-range-group .slider-value>li:nth-child(1) .icon {
    background-image: url(../images/icons/parcel-damage01.jpg)
}

.parcel-damage .radio-range-group .slider-value>li:nth-child(2) .icon {
    background-image: url(../images/icons/parcel-damage02.jpg)
}

.parcel-damage .radio-range-group .slider-value>li:nth-child(3) .icon {
    background-image: url(../images/icons/parcel-damage03.jpg)
}

/*# sourceMappingURL=screen-ikea.css.map */