@charset "UTF-8";

/*!
 * QVC Global CSS File
 * Fonts, Bootstrap, and other global styles
 */
@font-face {
    font-family: "Archer Medium";
    src: url(./archer-medium.woff2) format("woff2"), url(./archer-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Archer Semibold";
    src: url(./archer-semibold.woff2) format("woff2"), url(./archer-semibold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Medium";
    src: url(./tt-norms-medium.woff2) format("woff2"), url(./tt-norms-medium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "TT Norms Bold";
    src: url(./tt-norms-bold.woff2) format("woff2"), url(./tt-norms-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a44;
    background-color: #fff
}

body:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

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

a {
    color: #4a4a44;
    text-decoration: none
}

a:focus,
a:hover {
    color: #4a4a44;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #f7f7f7
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Archer Medium", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-weight: 100;
    line-height: 1.25;
    color: #28334a
}

.h1:lang(ja),
.h2:lang(ja),
.h3:lang(ja),
.h4:lang(ja),
.h5:lang(ja),
.h6:lang(ja),
h1:lang(ja),
h2:lang(ja),
h3:lang(ja),
h4:lang(ja),
h5:lang(ja),
h6:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-style: italic
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #4a4a44
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 24px;
    margin-bottom: 12px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 12px;
    margin-bottom: 12px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 28px
}

.h2,
h2 {
    font-size: 26px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 12px
}

.lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:800px) {
    .lead {
        font-size: 24px
    }
}

.small,
small {
    font-size: 12px
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #e8e8e6
}

.text-primary {
    color: #28334a
}

a.text-primary:focus,
a.text-primary:hover {
    color: #161c29
}

.text-success {
    color: #12684e
}

a.text-success:focus,
a.text-success:hover {
    color: #0a3d2d
}

.text-info {
    color: #007fa3
}

a.text-info:focus,
a.text-info:hover {
    color: #005770
}

.text-warning {
    color: #e11c2c
}

a.text-warning:focus,
a.text-warning:hover {
    color: #b41623
}

.text-danger {
    color: #e11c2c
}

a.text-danger:focus,
a.text-danger:hover {
    color: #b41623
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #28334a
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #161c29
}

.bg-success {
    background-color: #fff
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #e6e6e6
}

.bg-info {
    background-color: #fff
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #e6e6e6
}

.bg-warning {
    background-color: #fff
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #e6e6e6
}

.bg-danger {
    background-color: #fff
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e6e6e6
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #f7f7f7
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 12px
}

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

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 24px
}

dd,
dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:800px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 20px;
    border-left: 5px solid #f7f7f7
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #e8e8e6
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "— "
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #f7f7f7;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: " —"
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5
}

.container {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media (min-width:800px) {
    .container {
        width: 774px
    }
}

@media (min-width:960px) {
    .container {
        width: 934px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1164px
    }
}

.container-fluid {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

.row {
    margin-right: -12px;
    margin-left: -12px
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

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

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-tn-1,
.col-tn-10,
.col-tn-11,
.col-tn-12,
.col-tn-2,
.col-tn-3,
.col-tn-4,
.col-tn-5,
.col-tn-6,
.col-tn-7,
.col-tn-8,
.col-tn-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px
}

.col-tn-1,
.col-tn-10,
.col-tn-11,
.col-tn-12,
.col-tn-2,
.col-tn-3,
.col-tn-4,
.col-tn-5,
.col-tn-6,
.col-tn-7,
.col-tn-8,
.col-tn-9 {
    float: left
}

.col-tn-1 {
    width: 8.3333333333%
}

.col-tn-2 {
    width: 16.6666666667%
}

.col-tn-3 {
    width: 25%
}

.col-tn-4 {
    width: 33.3333333333%
}

.col-tn-5 {
    width: 41.6666666667%
}

.col-tn-6 {
    width: 50%
}

.col-tn-7 {
    width: 58.3333333333%
}

.col-tn-8 {
    width: 66.6666666667%
}

.col-tn-9 {
    width: 75%
}

.col-tn-10 {
    width: 83.3333333333%
}

.col-tn-11 {
    width: 91.6666666667%
}

.col-tn-12 {
    width: 100%
}

.col-tn-pull-0 {
    right: auto
}

.col-tn-pull-1 {
    right: 8.3333333333%
}

.col-tn-pull-2 {
    right: 16.6666666667%
}

.col-tn-pull-3 {
    right: 25%
}

.col-tn-pull-4 {
    right: 33.3333333333%
}

.col-tn-pull-5 {
    right: 41.6666666667%
}

.col-tn-pull-6 {
    right: 50%
}

.col-tn-pull-7 {
    right: 58.3333333333%
}

.col-tn-pull-8 {
    right: 66.6666666667%
}

.col-tn-pull-9 {
    right: 75%
}

.col-tn-pull-10 {
    right: 83.3333333333%
}

.col-tn-pull-11 {
    right: 91.6666666667%
}

.col-tn-pull-12 {
    right: 100%
}

.col-tn-push-0 {
    left: auto
}

.col-tn-push-1 {
    left: 8.3333333333%
}

.col-tn-push-2 {
    left: 16.6666666667%
}

.col-tn-push-3 {
    left: 25%
}

.col-tn-push-4 {
    left: 33.3333333333%
}

.col-tn-push-5 {
    left: 41.6666666667%
}

.col-tn-push-6 {
    left: 50%
}

.col-tn-push-7 {
    left: 58.3333333333%
}

.col-tn-push-8 {
    left: 66.6666666667%
}

.col-tn-push-9 {
    left: 75%
}

.col-tn-push-10 {
    left: 83.3333333333%
}

.col-tn-push-11 {
    left: 91.6666666667%
}

.col-tn-push-12 {
    left: 100%
}

.col-tn-offset-0 {
    margin-left: 0
}

.col-tn-offset-1 {
    margin-left: 8.3333333333%
}

.col-tn-offset-2 {
    margin-left: 16.6666666667%
}

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

.col-tn-offset-4 {
    margin-left: 33.3333333333%
}

.col-tn-offset-5 {
    margin-left: 41.6666666667%
}

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

.col-tn-offset-7 {
    margin-left: 58.3333333333%
}

.col-tn-offset-8 {
    margin-left: 66.6666666667%
}

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

.col-tn-offset-10 {
    margin-left: 83.3333333333%
}

.col-tn-offset-11 {
    margin-left: 91.6666666667%
}

.col-tn-offset-12 {
    margin-left: 100%
}

@media (min-width:640px) {

    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left
    }

    .col-xs-1 {
        width: 8.3333333333%
    }

    .col-xs-2 {
        width: 16.6666666667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.3333333333%
    }

    .col-xs-5 {
        width: 41.6666666667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.3333333333%
    }

    .col-xs-8 {
        width: 66.6666666667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.3333333333%
    }

    .col-xs-11 {
        width: 91.6666666667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-pull-1 {
        right: 8.3333333333%
    }

    .col-xs-pull-2 {
        right: 16.6666666667%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-4 {
        right: 33.3333333333%
    }

    .col-xs-pull-5 {
        right: 41.6666666667%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-7 {
        right: 58.3333333333%
    }

    .col-xs-pull-8 {
        right: 66.6666666667%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-10 {
        right: 83.3333333333%
    }

    .col-xs-pull-11 {
        right: 91.6666666667%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-push-1 {
        left: 8.3333333333%
    }

    .col-xs-push-2 {
        left: 16.6666666667%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-4 {
        left: 33.3333333333%
    }

    .col-xs-push-5 {
        left: 41.6666666667%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-7 {
        left: 58.3333333333%
    }

    .col-xs-push-8 {
        left: 66.6666666667%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-10 {
        left: 83.3333333333%
    }

    .col-xs-push-11 {
        left: 91.6666666667%
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xs-offset-2 {
        margin-left: 16.6666666667%
    }

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

    .col-xs-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xs-offset-5 {
        margin-left: 41.6666666667%
    }

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

    .col-xs-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xs-offset-8 {
        margin-left: 66.6666666667%
    }

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

    .col-xs-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xs-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:800px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

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

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

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

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

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

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

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

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:960px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

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

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

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

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

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

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

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

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

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

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

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

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

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

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

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

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #4a4a44;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #d9d9d6
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #d9d9d6;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

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

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

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

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

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

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 38px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,
.radio label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

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

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 47.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #12684e
}

.has-success .form-control {
    border-color: #12684e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #0a3d2d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #21bf8f
}

.has-success .input-group-addon {
    color: #12684e;
    background-color: #fff;
    border-color: #12684e
}

.has-success .form-control-feedback {
    color: #12684e
}

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

.has-warning .form-control {
    border-color: #e11c2c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #b41623;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ee757f
}

.has-warning .input-group-addon {
    color: #e11c2c;
    background-color: #fff;
    border-color: #e11c2c
}

.has-warning .form-control-feedback {
    color: #e11c2c
}

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

.has-error .form-control {
    border-color: #e11c2c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #b41623;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ee757f
}

.has-error .input-group-addon {
    color: #e11c2c;
    background-color: #fff;
    border-color: #e11c2c
}

.has-error .form-control-feedback {
    color: #e11c2c
}

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

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8c8c82
}

@media (min-width:800px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

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

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 31px
}

.form-horizontal .form-group {
    margin-right: -12px;
    margin-left: -12px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:800px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 12px
}

@media (min-width:800px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:800px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif !important;
    outline: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    transition: all .2s ease;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.btn.active,
.btn:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none
}

.isDesktop .btn.focus,
.isDesktop .btn:focus,
.isDesktop .btn:hover {
    color: #fff;
    text-decoration: none
}

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

.btn-default {
    color: #fff !important;
    background-color: #28334a;
    border-color: #28334a
}

.btn-default.focus,
.btn-default:focus {
    color: #fff !important;
    background-color: #161c29 !important;
    border-color: #131822
}

.btn-default:hover {
    color: #fff !important;
    background-color: #161c29 !important;
    border-color: #131822
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #fff !important;
    background-color: #161c29 !important;
    border-color: #131822
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #fff !important;
    background-color: #161c29 !important;
    border-color: #131822
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #28334a;
    border-color: #28334a
}

.isMobile .btn-default:active,
.isMobile .btn-default:focus,
.isMobile .btn-default:hover {
    color: #fff !important;
    background-color: #28334a !important;
    border-color: #28334a !important
}

.btn-default .badge {
    color: #28334a;
    background-color: #fff
}

.btn-primary {
    color: #fff !important;
    background-color: #28334a;
    border-color: #28334a
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff !important;
    background-color: #1c2434 !important;
    border-color: #1c2434
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #1c2434 !important;
    border-color: #1c2434
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #1c2434 !important;
    border-color: #1c2434
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff !important;
    background-color: #1c2434 !important;
    border-color: #1c2434
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #28334a;
    border-color: #28334a
}

.isMobile .btn-primary:active,
.isMobile .btn-primary:focus,
.isMobile .btn-primary:hover {
    color: #fff !important;
    background-color: #28334a !important;
    border-color: #28334a !important
}

.btn-primary .badge {
    color: #28334a;
    background-color: #fff
}

.btn-secondary {
    color: #28334a !important;
    background-color: #fde4e0;
    border-color: #f69482
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #28334a !important;
    background-color: #fbc9c1 !important;
    border-color: #f69482
}

.btn-secondary:hover {
    color: #28334a !important;
    background-color: #fbc9c1 !important;
    border-color: #f69482
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
    color: #28334a !important;
    background-color: #fbc9c1 !important;
    border-color: #f69482
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover {
    color: #28334a !important;
    background-color: #fbc9c1 !important;
    border-color: #f69482
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
    background-image: none
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background-color: #fde4e0;
    border-color: #f69482
}

.isMobile .btn-secondary:active,
.isMobile .btn-secondary:focus,
.isMobile .btn-secondary:hover {
    color: #28334a !important;
    background-color: #fde4e0 !important;
    border-color: #f69482 !important
}

.btn-secondary .badge {
    color: #fde4e0;
    background-color: #28334a
}

.btn-tertiary {
    color: #28334a !important;
    background-color: #fff;
    border-color: #a0a098
}

.btn-tertiary.focus,
.btn-tertiary:focus {
    color: #28334a !important;
    background-color: #f7f7f7 !important;
    border-color: #a0a098
}

.btn-tertiary:hover {
    color: #28334a !important;
    background-color: #f7f7f7 !important;
    border-color: #a0a098
}

.btn-tertiary.active,
.btn-tertiary:active,
.open>.btn-tertiary.dropdown-toggle {
    color: #28334a !important;
    background-color: #f7f7f7 !important;
    border-color: #a0a098
}

.btn-tertiary.active.focus,
.btn-tertiary.active:focus,
.btn-tertiary.active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open>.btn-tertiary.dropdown-toggle.focus,
.open>.btn-tertiary.dropdown-toggle:focus,
.open>.btn-tertiary.dropdown-toggle:hover {
    color: #28334a !important;
    background-color: #f7f7f7 !important;
    border-color: #a0a098
}

.btn-tertiary.active,
.btn-tertiary:active,
.open>.btn-tertiary.dropdown-toggle {
    background-image: none
}

.btn-tertiary.disabled.focus,
.btn-tertiary.disabled:focus,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled].focus,
.btn-tertiary[disabled]:focus,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary.focus,
fieldset[disabled] .btn-tertiary:focus,
fieldset[disabled] .btn-tertiary:hover {
    background-color: #fff;
    border-color: #a0a098
}

.isMobile .btn-tertiary:active,
.isMobile .btn-tertiary:focus,
.isMobile .btn-tertiary:hover {
    color: #28334a !important;
    background-color: #fff !important;
    border-color: #a0a098 !important
}

.btn-tertiary .badge {
    color: #fff;
    background-color: #28334a
}

.btn-quaternary {
    color: #28334a !important;
    background-color: #fff;
    border-color: #a0a098;
    padding: 4px 12px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    border-width: 1px;
    border-radius: 0
}

.btn-quaternary.focus,
.btn-quaternary:focus {
    color: #28334a !important;
    background-color: #f7f7f7 !important;
    border-color: #a0a098
}

.btn-quaternary:hover {
    color: #28334a !important;
    background-color: #f7f7f7 !important;
    border-color: #a0a098
}

.btn-quaternary.active,
.btn-quaternary:active,
.open>.btn-quaternary.dropdown-toggle {
    color: #28334a !important;
    background-color: #f7f7f7 !important;
    border-color: #a0a098
}

.btn-quaternary.active.focus,
.btn-quaternary.active:focus,
.btn-quaternary.active:hover,
.btn-quaternary:active.focus,
.btn-quaternary:active:focus,
.btn-quaternary:active:hover,
.open>.btn-quaternary.dropdown-toggle.focus,
.open>.btn-quaternary.dropdown-toggle:focus,
.open>.btn-quaternary.dropdown-toggle:hover {
    color: #28334a !important;
    background-color: #f7f7f7 !important;
    border-color: #a0a098
}

.btn-quaternary.active,
.btn-quaternary:active,
.open>.btn-quaternary.dropdown-toggle {
    background-image: none
}

.btn-quaternary.disabled.focus,
.btn-quaternary.disabled:focus,
.btn-quaternary.disabled:hover,
.btn-quaternary[disabled].focus,
.btn-quaternary[disabled]:focus,
.btn-quaternary[disabled]:hover,
fieldset[disabled] .btn-quaternary.focus,
fieldset[disabled] .btn-quaternary:focus,
fieldset[disabled] .btn-quaternary:hover {
    background-color: #fff;
    border-color: #a0a098
}

.isMobile .btn-quaternary:active,
.isMobile .btn-quaternary:focus,
.isMobile .btn-quaternary:hover {
    color: #28334a !important;
    background-color: #fff !important;
    border-color: #a0a098 !important
}

.btn-quaternary .badge {
    color: #fff;
    background-color: #28334a
}

.btn-quaternary:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.btn-quaternary:active {
    box-shadow: none
}

.btn-tsv {
    color: #fff !important;
    background-color: #da291c;
    border-color: #da291c
}

.btn-tsv.focus,
.btn-tsv:focus {
    color: #fff !important;
    background-color: #bc2318 !important;
    border-color: #bc2318
}

.btn-tsv:hover {
    color: #fff !important;
    background-color: #bc2318 !important;
    border-color: #bc2318
}

.btn-tsv.active,
.btn-tsv:active,
.open>.btn-tsv.dropdown-toggle {
    color: #fff !important;
    background-color: #bc2318 !important;
    border-color: #bc2318
}

.btn-tsv.active.focus,
.btn-tsv.active:focus,
.btn-tsv.active:hover,
.btn-tsv:active.focus,
.btn-tsv:active:focus,
.btn-tsv:active:hover,
.open>.btn-tsv.dropdown-toggle.focus,
.open>.btn-tsv.dropdown-toggle:focus,
.open>.btn-tsv.dropdown-toggle:hover {
    color: #fff !important;
    background-color: #bc2318 !important;
    border-color: #bc2318
}

.btn-tsv.active,
.btn-tsv:active,
.open>.btn-tsv.dropdown-toggle {
    background-image: none
}

.btn-tsv.disabled.focus,
.btn-tsv.disabled:focus,
.btn-tsv.disabled:hover,
.btn-tsv[disabled].focus,
.btn-tsv[disabled]:focus,
.btn-tsv[disabled]:hover,
fieldset[disabled] .btn-tsv.focus,
fieldset[disabled] .btn-tsv:focus,
fieldset[disabled] .btn-tsv:hover {
    background-color: #da291c;
    border-color: #da291c
}

.isMobile .btn-tsv:active,
.isMobile .btn-tsv:focus,
.isMobile .btn-tsv:hover {
    color: #fff !important;
    background-color: #da291c !important;
    border-color: #da291c !important
}

.btn-tsv .badge {
    color: #da291c;
    background-color: #fff
}

.btn-success {
    color: #fff !important;
    background-color: #12684e;
    border-color: #0d4b38
}

.btn-success.focus,
.btn-success:focus {
    color: #fff !important;
    background-color: #0a3d2d !important;
    border-color: #041711
}

.btn-success:hover {
    color: #fff !important;
    background-color: #0a3d2d !important;
    border-color: #041711
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #0a3d2d !important;
    border-color: #041711
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff !important;
    background-color: #0a3d2d !important;
    border-color: #041711
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #12684e;
    border-color: #0d4b38
}

.isMobile .btn-success:active,
.isMobile .btn-success:focus,
.isMobile .btn-success:hover {
    color: #fff !important;
    background-color: #12684e !important;
    border-color: #0d4b38 !important
}

.btn-success .badge {
    color: #12684e;
    background-color: #fff
}

.btn-info {
    color: #fff !important;
    background-color: #007fa3;
    border-color: #006581
}

.btn-info.focus,
.btn-info:focus {
    color: #fff !important;
    background-color: #005770 !important;
    border-color: #003544
}

.btn-info:hover {
    color: #fff !important;
    background-color: #005770 !important;
    border-color: #003544
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #005770 !important;
    border-color: #003544
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff !important;
    background-color: #005770 !important;
    border-color: #003544
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #007fa3;
    border-color: #006581
}

.isMobile .btn-info:active,
.isMobile .btn-info:focus,
.isMobile .btn-info:hover {
    color: #fff !important;
    background-color: #007fa3 !important;
    border-color: #006581 !important
}

.btn-info .badge {
    color: #007fa3;
    background-color: #fff
}

.btn-warning {
    color: #fff !important;
    background-color: #e11c2c;
    border-color: #c31826
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff !important;
    background-color: #b41623 !important;
    border-color: #8d111b
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #b41623 !important;
    border-color: #8d111b
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff !important;
    background-color: #b41623 !important;
    border-color: #8d111b
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff !important;
    background-color: #b41623 !important;
    border-color: #8d111b
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #e11c2c;
    border-color: #c31826
}

.isMobile .btn-warning:active,
.isMobile .btn-warning:focus,
.isMobile .btn-warning:hover {
    color: #fff !important;
    background-color: #e11c2c !important;
    border-color: #c31826 !important
}

.btn-warning .badge {
    color: #e11c2c;
    background-color: #fff
}

.btn-danger {
    color: #fff !important;
    background-color: #e11c2c;
    border-color: #c31826
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff !important;
    background-color: #b41623 !important;
    border-color: #8d111b
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #b41623 !important;
    border-color: #8d111b
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #b41623 !important;
    border-color: #8d111b
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff !important;
    background-color: #b41623 !important;
    border-color: #8d111b
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #e11c2c;
    border-color: #c31826
}

.isMobile .btn-danger:active,
.isMobile .btn-danger:focus,
.isMobile .btn-danger:hover {
    color: #fff !important;
    background-color: #e11c2c !important;
    border-color: #c31826 !important
}

.btn-danger .badge {
    color: #e11c2c;
    background-color: #fff
}

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

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

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

.btn-link:focus,
.btn-link:hover {
    color: #4a4a44;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #e8e8e6;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 18px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-tall {
    height: 58px !important
}

.btn-tall>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px
}

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

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

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

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

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

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

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

.btn-group>.btn:first-child {
    margin-left: 0
}

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

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

.btn-group>.btn-group {
    float: left
}

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

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

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

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 35px;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff
}

.custom-control-input:disabled~.custom-control-description,
.custom-control-input:disabled~.custom-control-indicator {
    opacity: .5;
    cursor: default
}

.custom-control-indicator {
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #4a4a44
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:after,
.custom-checkbox .custom-control-input:checked~.custom-control-indicator:before {
    content: "";
    display: block;
    background-color: #28334a;
    position: absolute
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:before {
    width: 3px;
    height: 10px;
    left: 9px;
    top: 4px;
    transform: rotate(42deg)
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:after {
    width: 6px;
    height: 3px;
    left: 3px;
    top: 9px;
    transform: rotate(45deg)
}

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

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    display: block;
    text-align: center;
    padding: 4px
}

.custom-radio .custom-control-input:checked~.custom-control-indicator:before {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #28334a;
    border-radius: 50%
}

.custom-controls-stacked {
    display: block
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: 40px;
    padding: 4px 30px 4px 10px;
    line-height: 1.5;
    color: #4a4a44;
    vertical-align: middle;
    background-size: 11px 6px;
    border: 1px solid #4a4a44;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 75%
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ "
}

.breadcrumb>.active {
    color: #4a4a44
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #4a4a44;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #4a4a44;
    background-color: #f7f7f7;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f0f0ef;
    border-color: #28334a
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #e8e8e6;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 400
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #fff;
    background-color: #12684e;
    border-color: transparent
}

.alert-success hr {
    border-top-color: transparent
}

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

.alert-success-secondary {
    color: #12684e;
    background-color: #fff;
    border-color: transparent
}

.alert-success-secondary hr {
    border-top-color: transparent
}

.alert-success-secondary .alert-link {
    color: #0a3d2d
}

.alert-info {
    color: #28334a;
    background-color: #f7f7f7;
    border-color: transparent
}

.alert-info hr {
    border-top-color: transparent
}

.alert-info .alert-link {
    color: #161c29
}

.alert-warning {
    color: #383834;
    background-color: #f1c81e;
    border-color: transparent
}

.alert-warning hr {
    border-top-color: transparent
}

.alert-warning .alert-link {
    color: #1e1e1b
}

.alert-danger {
    color: #fff;
    background-color: #e11c2c;
    border-color: transparent
}

.alert-danger hr {
    border-top-color: transparent
}

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

.alert-danger-secondary {
    color: #e11c2c;
    background-color: #fff;
    border-color: transparent
}

.alert-danger-secondary hr {
    border-top-color: transparent
}

.alert-danger-secondary .alert-link {
    color: #b41623
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-tn {
    display: none !important
}

.visible-xs {
    display: none !important
}

.visible-mb {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-dt {
    display: none !important
}

.visible-dt-block,
.visible-dt-inline,
.visible-dt-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-mb-block,
.visible-mb-inline,
.visible-mb-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-tn-block,
.visible-tn-inline,
.visible-tn-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:639px) {
    .visible-tn {
        display: block !important
    }

    table.visible-tn {
        display: table !important
    }

    tr.visible-tn {
        display: table-row !important
    }

    td.visible-tn,
    th.visible-tn {
        display: table-cell !important
    }
}

@media (max-width:639px) {
    .visible-tn-block {
        display: block !important
    }
}

@media (max-width:639px) {
    .visible-tn-inline {
        display: inline !important
    }
}

@media (max-width:639px) {
    .visible-tn-inline-block {
        display: inline-block !important
    }
}

@media (min-width:640px) and (max-width:799px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:640px) and (max-width:799px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (min-width:640px) and (max-width:799px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (min-width:640px) and (max-width:799px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (max-width:799px) {
    .visible-mb {
        display: block !important
    }

    table.visible-mb {
        display: table !important
    }

    tr.visible-mb {
        display: table-row !important
    }

    td.visible-mb,
    th.visible-mb {
        display: table-cell !important
    }
}

@media (max-width:799px) {
    .visible-mb-block {
        display: block !important
    }
}

@media (max-width:799px) {
    .visible-mb-inline {
        display: inline !important
    }
}

@media (max-width:799px) {
    .visible-mb-inline-block {
        display: inline-block !important
    }
}

@media (min-width:800px) and (max-width:959px) {
    .visible-sm {
        display: block !important
    }

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

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:800px) and (max-width:959px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:800px) and (max-width:959px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:800px) and (max-width:959px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width:800px) {
    .visible-dt {
        display: block !important
    }

    table.visible-dt {
        display: table !important
    }

    tr.visible-dt {
        display: table-row !important
    }

    td.visible-dt,
    th.visible-dt {
        display: table-cell !important
    }
}

@media (min-width:800px) {
    .visible-dt-block {
        display: block !important
    }
}

@media (min-width:800px) {
    .visible-dt-inline {
        display: inline !important
    }
}

@media (min-width:800px) {
    .visible-dt-inline-block {
        display: inline-block !important
    }
}

@media (max-width:639px) {
    .hidden-tn {
        display: none !important
    }
}

@media (min-width:640px) and (max-width:799px) {
    .hidden-xs {
        display: none !important
    }
}

@media (max-width:799px) {
    .hidden-mb {
        display: none !important
    }
}

@media (min-width:800px) and (max-width:959px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width:800px) {
    .hidden-dt {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 * Additional Global Styles
 */
a {
    color: #4a4a44;
    text-decoration: underline;
    font-size: 16px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif
}

a:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

p a {
    font-size: inherit
}

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

a:focus {
    color: #4a4a44
}

a:active {
    color: #28334a
}

b,
optgroup,
strong {
    font-family: "TT Norms Bold", Arial, Helvetica, sans-serif
}

b:lang(ja),
optgroup:lang(ja),
strong:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

b:not(:lang(ja)),
optgroup:not(:lang(ja)),
strong:not(:lang(ja)) {
    font-weight: 400
}

.qModule {
    position: relative
}

.btn,
.qModule a {
    text-decoration: none
}

.moduleBackground {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

@media (max-width:799px) {

    #pageContent .moduleBackground,
    #pageContentAjax .moduleBackground {
        background-image: none !important;
        background-color: #fff !important
    }
}

@media (min-width:800px) {
    .moduleBackground {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

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

.row.rem-gutter {
    margin-left: -24px;
    margin-right: -24px
}

.enableAbTesting,
.hideModule {
    display: none
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.overflow-x-hidden {
    overflow-x: hidden
}

.qBtnLink {
    border: inherit;
    background: inherit;
    background-color: transparent;
    padding: inherit;
    margin: inherit;
    text-align: inherit
}

@media (max-width:799px) {
    section+section:before {
        content: "";
        display: block;
        height: 28px;
        background: #e4e4e4;
        background: linear-gradient(to bottom, #b5b5b5, #d6d6d6, #e4e4e4);
        background: #e8e8e6 url(//qvc.scene7.com/is/image/QVC/aem-mobile-divider?qlt=95,1) top center no-repeat
    }

    body.us section+section:before {
        background: #e8e8e6 url(//qvc.scene7.com/is/image/QVC/aem-mobile-divider-us?qlt=95,1) top center no-repeat
    }

    body.uk section+section:before {
        background: #e8e8e6 url(//qvc.scene7.com/is/image/QVC/aem-mobile-divider-uk?qlt=95,1) top center no-repeat
    }

    body.de section+section:before {
        background: #e8e8e6 url(//qvc.scene7.com/is/image/QVC/aem-mobile-divider-de?qlt=95,1) top center no-repeat
    }

    body.jp section+section:before {
        background: #e8e8e6 url(//qvc.scene7.com/is/image/QVC/aem-mobile-divider-jp?qlt=95,1) top center no-repeat
    }

    section.removeModuleDivider+section:before,
    section[data-module-type=BREADCRUMBS]+section:before,
    section[data-module-type=PAGE_HEADER]+section:before {
        display: none !important
    }

    section.enableAbTesting:first-of-type+section.enableAbTesting+section.enableAbTesting+section.enableAbTesting+section.enableAbTesting+section.enableAbTesting+section:before,
    section.enableAbTesting:first-of-type+section.enableAbTesting+section.enableAbTesting+section.enableAbTesting+section.enableAbTesting+section:before,
    section.enableAbTesting:first-of-type+section.enableAbTesting+section.enableAbTesting+section.enableAbTesting+section:before,
    section.enableAbTesting:first-of-type+section.enableAbTesting+section.enableAbTesting+section:before,
    section.enableAbTesting:first-of-type+section.enableAbTesting+section:before,
    section.enableAbTesting:first-of-type+section:before {
        display: none !important
    }
}

@media (min-width:800px) {
    section.moduleBackground.removeModuleDivider+section.moduleBackground {
        padding-top: 0;
        padding-bottom: 40px
    }

    section.moduleBackground.removeModuleDivider+section.moduleBackground .container:first-of-type {
        padding-top: 15px
    }

    section.moduleBackground.removeModuleDivider {
        padding-bottom: 0
    }

    section.moduleBackground.removeModuleDivider+section.moduleBackground.removeModuleDivider {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:960px) {
    a {
        font-size: 14px
    }
}

a.arrow,
button.arrow {
    display: block;
    color: #4a4a44;
    font-size: 14px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    line-height: 18px;
    text-decoration: none;
    padding: 0 0 18px;
    background: 0 0
}

a.arrow:lang(ja),
button.arrow:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

a.arrow::after,
button.arrow::after {
    display: inline-block;
    content: "";
    height: 12px;
    width: 7px;
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -95px -277px;
    margin: -3px 0 0 5px;
    vertical-align: middle
}

a.arrow:hover,
button.arrow:hover {
    text-decoration: underline
}

@media (min-width:800px) {

    a.arrow,
    button.arrow {
        padding: 0 0 10px
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch
}

.fancybox-skin {
    padding: 15px 15px 30px !important;
    position: relative;
    background: #fff;
    text-shadow: none;
    border-radius: 0
}

.fancybox-skin * {
    outline: 0;
    visibility: inherit !important
}

.fancybox-skin a:focus {
    outline: 1px solid #e8e8e6;
    outline-offset: 5px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    scroll-behavior: smooth;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-inner .container {
    max-width: 100%;
    width: auto
}

.fancybox-inner .container .container.headerText {
    padding: 0
}

.fancybox-inner .headerText h2 {
    margin: 0 0 10px !important;
    font-size: 24px;
    padding: 0 0 4px !important;
    border-bottom: 1px solid #a0a098
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

.fancybox-close {
    position: absolute;
    top: -13px;
    right: -13px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: 0 -162px;
    z-index: 8060
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(//qvc.scene7.com/is/image/QVC/fbBlank?fmt=gif-alpha);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -193px -162px
}

.fancybox-next span {
    right: 10px;
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -234px 0
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock body .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-lock.fbIos,
.fancybox-lock.fbIos body {
    height: 100% !important;
    overflow: hidden !important
}

.fancybox-lock.fbIos body.isiphone>:not(.fancybox-overlay) {
    height: 0 !important;
    overflow: hidden !important
}

.fancybox-lock.fbIos body.isiphone .fancybox-overlay {
    height: 100% !important
}

.fancybox-lock.fbIos body.isipad .fancybox-overlay,
.fancybox-lock.fbIos body.isiphone .fancybox-overlay {
    position: absolute !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(255, 255, 255, .6)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    padding: 0 0 20px;
    font-size: 14px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif
}

.fancybox-title:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

body.isMobile .fancybox-close {
    right: 5px;
    top: 10px
}

body.isMobile .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

body.isMobile .fancybox-inner>:first-child {
    padding-right: 30px
}

@media (max-height:200px) {
    body.isMobile .fancybox-inner {
        min-height: 80px
    }
}

body.isMobile .fancybox-title {
    padding: 0;
    margin-bottom: 10px
}

body.isMobile .fancybox-skin {
    padding-top: 50px !important
}

@media (max-height:200px) {
    body.isMobile .fancybox-skin {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

.overlayHeader {
    margin: 0 0 10px;
    font-size: 20px;
    padding: 0 0 4px;
    border-bottom: 1px solid #a0a098
}

.overlayContent p {
    color: #4a4a44;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    font-size: 16px
}

.overlayContent p:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.genericOverlayForm .qForm .btnCont {
    margin-top: 20px
}

.genericOverlayRichText a {
    text-decoration: none
}

.genericOverlayRichTextSpan {
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif
}

.genericOverlayRichTextSpan:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.tooltipInfo .contentForFB,
.tooltipLbl .contentForFB {
    display: none
}

.tooltipInfo {
    margin: -10px 0 0;
    padding: 10px 0 0;
    position: relative
}

.tooltipInfo .popover {
    margin: 0 !important
}

.infoIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -294px -190px
}

.popover {
    max-width: 250px;
    z-index: 90
}

.popover-title {
    padding: 8px 2%
}

.popover-content {
    padding: 10px
}

.popover.ttInfo {
    max-height: 120px
}

.popover.ttLbl .popover-content {
    padding: 10px
}

.popover.ttLbl.ttImg .popover-content {
    padding: 5px
}

.isMobile .popover.ttLbl .popover-content {
    padding: 10px
}

.isMobile .popover.ttLbl.ttImg .popover-content {
    padding: 5px
}

.popover.ttLbl.ttImg img {
    width: auto;
    max-height: 100px
}

@media (min-width:640px) {
    .popover {
        max-width: 350px
    }

    .popover-title {
        padding: 8px 5%
    }
}

.stepWrapper {
    font: normal 16px "TT Norms Bold", Arial, Helvetica, sans-serif;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    margin: 0 0 20px;
    position: relative
}

input.stepper,
input[type=tel].stepper {
    border: 1px solid #ddd;
    border-width: 1px 0;
    -moz-appearance: none;
    -moz-binding: none;
    -webkit-appearance: none;
    display: inline-block;
    background: 0 0;
    height: 46px !important;
    text-align: center;
    width: 100%;
    padding: 0 47px !important
}

.stepper:focus {
    outline: 0
}

.stepDown,
.stepUp {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 0;
    top: 0;
    background-color: transparent
}

.stepUp {
    right: 0;
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -140px 0
}

.stepUp[state=inactive] {
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -54px -58px;
    cursor: default
}

.stepDown {
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: 0 -112px;
    left: 0
}

.stepDown[state=inactive] {
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -140px -50px;
    cursor: default
}

@media (min-width:640px) {
    .stepWrapper {
        font-size: 14px
    }
}

@media (min-width:800px) {
    .stepWrapper {
        margin: 0 0 15px
    }
}

@-webkit-keyframes homeColorCycleHover {
    from {
        fill: #f66
    }

    to {
        fill: #d2533d
    }
}

@keyframes homeColorCycleHover {
    from {
        fill: #f66
    }

    to {
        fill: #d2533d
    }
}

@-webkit-keyframes homeColorCycle {
    from {
        fill: #d2533d
    }

    to {
        fill: #f66
    }
}

@keyframes homeColorCycle {
    from {
        fill: #d2533d
    }

    to {
        fill: #f66
    }
}

.pageTitle {
    color: #28334a;
    font-size: 16px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    line-height: 1.2
}

.pageTitle:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

@media (min-width:960px) {
    .pageTitle {
        font-size: 20px
    }
}

.pageBreadcrumb {
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif
}

.pageBreadcrumb:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.breadcrumb.pageBreadcrumb {
    display: block;
    color: #28334a;
    border: none;
    border-radius: 0;
    background: 0 0;
    padding: 0;
    margin: 10px 0
}

@media (min-width:800px) {
    .breadcrumb.pageBreadcrumb {
        margin: 15px 0
    }
}

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

@media (max-width:959px) {
    .breadcrumb.pageBreadcrumb li body.accountArea:nth-last-of-type(2) {
        display: inline-block
    }

    .breadcrumb.pageBreadcrumb li body.accountArea:after {
        display: inline-block
    }

    .breadcrumb.pageBreadcrumb li body.accountArea.active {
        display: inline-block
    }

    .breadcrumb.pageBreadcrumb li body.accountArea.active .h1,
    .breadcrumb.pageBreadcrumb li body.accountArea.active h1 {
        display: inline-block
    }
}

.breadcrumb.pageBreadcrumb li+li:before {
    content: "";
    display: none
}

.breadcrumb.pageBreadcrumb li:after {
    display: inline-block;
    content: "»";
    padding: 0 8px 0 10px;
    color: #28334a
}

.breadcrumb.pageBreadcrumb li.active {
    display: inline-block
}

.breadcrumb.pageBreadcrumb li.active:after {
    content: "";
    display: none
}

.breadcrumb.pageBreadcrumb li.active .h1,
.breadcrumb.pageBreadcrumb li.active h1 {
    display: block;
    color: #28334a;
    font-size: 16px;
    font-family: "Archer Medium", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    line-height: 1.5;
    margin: 0
}

.breadcrumb.pageBreadcrumb li.active .h1:lang(ja),
.breadcrumb.pageBreadcrumb li.active h1:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

@media (max-width:799px) {

    .breadcrumb.pageBreadcrumb li.active .h1,
    .breadcrumb.pageBreadcrumb li.active h1 {
        font-size: 18px
    }
}

.breadcrumb.pageBreadcrumb li a {
    display: inline-block
}

.breadcrumb.pageBreadcrumb li a:hover {
    color: #1c2434
}

.breadcrumb.pageBreadcrumb li.home a {
    vertical-align: middle
}

.breadcrumb.pageBreadcrumb li.home a svg {
    width: 19px;
    height: 19px
}

.breadcrumb.pageBreadcrumb li.home a svg path:hover {
    -webkit-animation-name: homeColorCycleHover;
    animation-name: homeColorCycleHover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.breadcrumb.pageBreadcrumb li.home a svg path:not(:hover) {
    -webkit-animation-name: homeColorCycle;
    animation-name: homeColorCycle;
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.breadcrumb.pageBreadcrumb li.home span {
    display: none
}

.breadcrumb.pageBreadcrumb a,
.breadcrumb.pageBreadcrumb a:visited {
    font-size: 16px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    color: #28334a;
    text-decoration: underline
}

.breadcrumb.pageBreadcrumb a:lang(ja),
.breadcrumb.pageBreadcrumb a:visited:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

@media (max-width:639px) {

    .breadcrumb.pageBreadcrumb a,
    .breadcrumb.pageBreadcrumb a:visited {
        font-size: 16px
    }
}

.breadcrumb.pageBreadcrumb .h1,
.breadcrumb.pageBreadcrumb h1 {
    display: block;
    color: #28334a;
    margin: 0;
    padding: 6px 0;
    font-size: 28px;
    font-weight: 500;
    font-family: "Archer Medium", "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    line-height: 1.5
}

.breadcrumb.pageBreadcrumb .h1:lang(ja),
.breadcrumb.pageBreadcrumb h1:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

@media (max-width:639px) {

    .breadcrumb.pageBreadcrumb .h1,
    .breadcrumb.pageBreadcrumb h1 {
        font-size: 18px
    }
}

.energyLabelWrapper {
    margin: 10px 0
}

.energyLabelWrapper a {
    display: table-cell
}

.energyLabelWrapper a.energyFileLink {
    vertical-align: bottom;
    padding-left: 40px
}

.energyLabelWrapper .newEnergyLabel {
    min-width: 101px
}

.energyLabelWrapper .energyLabel {
    height: 32px;
    min-width: 48px;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px 0;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    font-family: "TT Norms Bold", Arial, Helvetica, sans-serif;
    position: relative;
    text-decoration: none
}

.energyLabelWrapper .energyLabel:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.energyLabelWrapper .energyLabel:active,
.energyLabelWrapper .energyLabel:hover,
.energyLabelWrapper .energyLabel:visited {
    color: #fff;
    text-decoration: none
}

.energyLabelWrapper .energyLabel:after {
    content: "";
    border-style: solid;
    border-width: 16px 16px 20px 24px;
    border-left-width: 24px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    vertical-align: middle;
    background-color: transparent
}

.energyLabelWrapper [data-energyclass|="A+++"] {
    background: #009136
}

.energyLabelWrapper [data-energyclass="A++"] {
    background: #58ab27
}

.energyLabelWrapper [data-energyclass="A+"] {
    background: #c9d100
}

.energyLabelWrapper [data-energyclass=A1] {
    background: #feed01
}

.energyLabelWrapper [data-energyclass=B1] {
    background: #fbbb01
}

.energyLabelWrapper [data-energyclass=C1] {
    background: #eb690b
}

.energyLabelWrapper [data-energyclass=D1],
.energyLabelWrapper [data-energyclass=E1] {
    background: #e3001b
}

.energyLabelWrapper [data-energyclass|="A+++"]:after {
    border-left-color: #009136
}

.energyLabelWrapper [data-energyclass="A++"]:after {
    border-left-color: #58ab27
}

.energyLabelWrapper [data-energyclass="A+"]:after {
    border-left-color: #c9d100
}

.energyLabelWrapper [data-energyclass=A1]:after {
    border-left-color: #feed01
}

.energyLabelWrapper [data-energyclass=B1]:after {
    border-left-color: #fbbb01
}

.energyLabelWrapper [data-energyclass=C1]:after {
    border-left-color: #eb690b
}

.energyLabelWrapper [data-energyclass=D1]:after,
.energyLabelWrapper [data-energyclass=E1]:after {
    border-left-color: #e3001b
}

@-moz-document url-prefix() {
    .energyLabelWrapper {
        max-width: 100px
    }
}

/*! jQuery UI - v1.12.1 - 2019-05-13
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, datepicker.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.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:after,
.ui-helper-clearfix:before {
    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
}

.ui-front {
    z-index: 1000
}

.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: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.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-active,
.ui-menu .ui-state-focus {
    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-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(//qvc.scene7.com/is/image/QVC/ui-icons_444444_256x240?fmt=png-alpha)
}

.ui-widget-header .ui-icon {
    background-image: url(//qvc.scene7.com/is/image/QVC/ui-icons_444444_256x240?fmt=png-alpha)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(//qvc.scene7.com/is/image/QVC/ui-icons_555555_256x240?fmt=png-alpha)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(//qvc.scene7.com/is/image/QVC/ui-icons_ffffff_256x240?fmt=png-alpha)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(//qvc.scene7.com/is/image/QVC/ui-icons_777620_256x240?fmt=png-alpha)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(//qvc.scene7.com/is/image/QVC/ui-icons_cc0000_256x240?fmt=png-alpha)
}

.ui-button .ui-icon {
    background-image: url(//qvc.scene7.com/is/image/QVC/ui-icons_777777_256x240?fmt=png-alpha)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    a,
    a:visited {
        text-decoration: underline
    }

    body {
        background: #fff
    }

    .navbar,
    .no-print {
        display: none !important
    }
}

/*!
 * QVC Components login CSS File
 */
.password .cont ::-ms-clear,
.password .cont ::-ms-reveal,
.pin .cont ::-ms-clear,
.pin .cont ::-ms-reveal {
    display: none
}

.password .cont h2,
.pin .cont h2 {
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #a0a098;
    font-size: 18px
}

.password .cont label,
.pin .cont label {
    font-weight: 400
}

.password .cont .btn,
.pin .cont .btn {
    width: 100%
}

.password .cont .rowHead,
.pin .cont .rowHead {
    display: table;
    clear: both;
    font-weight: 400
}

.password .cont .rowHead>*,
.pin .cont .rowHead>* {
    display: table-cell;
    vertical-align: baseline
}

.password .cont .rowHead>:nth-child(2),
.pin .cont .rowHead>:nth-child(2) {
    padding: 0 0 0 10px;
    width: 100%
}

.password .cont .rowHead>:nth-child(3),
.pin .cont .rowHead>:nth-child(3) {
    padding: 0 0 0 10px
}

.signInCont.cont .info {
    margin: 0 0 15px;
    font-weight: 400
}

.signInCont.cont .infoSpeedBuy {
    margin: 10px 0 20px;
    font-weight: 400
}

.signInCont.cont .infoSpeedBuy span {
    text-decoration: underline
}

.signInCont.cont h4 {
    font-size: 14px
}

.signInCont.cont p {
    margin: 0
}

.signInCont.cont input[type=password]::-ms-reveal {
    display: none
}

.signInCont.cont .form-group {
    margin-bottom: 0
}

.signInCont.cont .arrow {
    padding-left: 0
}

.signInCont.cont .btnContinue,
.signInCont.cont .btnSubmitOrder {
    margin: 0 0 30px;
    width: 100%
}

.signInCont.cont .btnSubtmitOrder {
    margin: 0 0 30px
}

.signInCont.cont .btnContinue>span:nth-child(2) {
    display: none
}

.signInCont.cont .password .has-error [name=visiblePw] {
    display: none
}

.signInCont.cont [name=visiblePw] {
    display: block;
    height: auto !important;
    margin-top: 5px;
    font-size: 16px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    border: 0;
    -webkit-text-fill-color: #4a4a44;
    -webkit-opacity: 1;
    opacity: 1
}

.signInCont.cont [name=visiblePw]:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.signInCont.cont [name=visiblePw].makeInvisible {
    -webkit-opacity: 0;
    opacity: 0;
    z-index: -1
}

.signInCont.cont .forgotPw,
.signInCont.cont .orderWithCustNumber {
    margin: 10px 0 25px;
    font-size: 16px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    padding: 0
}

.signInCont.cont .forgotPw:lang(ja),
.signInCont.cont .orderWithCustNumber:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.signInCont.cont .orderWithCustNumber {
    margin: 0 0 30px
}

.signInCont.cont .logoWr+h3 {
    margin: 0 0 30px
}

.signInCont.cont .logoWr+h3 span:nth-child(2) {
    display: none
}

.signInCont.cont .infoSymbol {
    margin-top: calc((40px - 15px)/ 2);
    float: right;
    cursor: pointer
}

.signInCont.cont .infoSymbol~input[name=pw] {
    width: calc(100% - 25px)
}

.signInCont.cont .infoSymbol+.popover .arrow {
    margin-left: -13px
}

.signInCont.cont .heading h2 {
    font-size: 18px;
    padding: 0 0 2px;
    margin: 0 0 12px;
    border-bottom: 1px solid #a0a098
}

.signInCont.cont .instruction {
    margin-bottom: 20px
}

.signInCont.cont .email {
    margin-bottom: 18px
}

.signInCont.cont .loginOverlay .form-group {
    margin-bottom: 18px
}

.signInCont.cont .loginOverlay .btn {
    margin: 0
}

.signInCont.cont .note {
    margin-bottom: 20px
}

.signInCont.cont .newCust {
    margin-bottom: 30px
}

.signInCont.cont .newCust a {
    font-size: 14px;
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif
}

.signInCont.cont .newCust a:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.signInCont.cont .newCust strong {
    font-size: 14px
}

.signInCont.cont .reviewOrder,
.signInCont.cont .useDefaults {
    margin-bottom: 30px
}

.signInCont.cont .reviewOrder .checkRowHead>:nth-child(2),
.signInCont.cont .useDefaults .checkRowHead>:nth-child(2) {
    padding: 0 0 0 10px
}

.signInCont.cont .reviewOrder span,
.signInCont.cont .useDefaults span {
    font-size: 14px
}

.signInCont.cont .shopConfidence {
    margin-bottom: 30px
}

.signInCont.cont .shopConfidence:before {
    margin: 0 5px 30px 0;
    padding-left: 0;
    float: left;
    display: inline-block;
    content: "";
    height: 23px;
    width: 20px;
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -186px -201px
}

.signInCont.cont .shopConfidence div p * {
    font-size: 14px
}

.signInCont.cont .shopConfidence img {
    width: 15px
}

.signInCont.cont .shopConfidence a {
    font-size: inherit;
    font-family: inherit
}

.signInCont.cont .speedBuy .btnContinue {
    margin: 0 0 15px
}

.signInCont.cont .speedBuy .shopConfidence {
    margin: 15px 0 30px
}

.signInCont.cont .infoSpeedBuy .easypay {
    font-family: "TT Norms Medium", Arial, Helvetica, sans-serif;
    font-size: 16px
}

.signInCont.cont .infoSpeedBuy .easypay:lang(ja) {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif
}

.signInCont.cont .signInShipTo label {
    display: block;
    margin-bottom: 10px
}

.signInCont.cont.partAuth .email,
.signInCont.cont.partAuth .instruction {
    margin-bottom: 30px
}

.signInCont.cont.step2 .main .btnContinue>span:nth-child(1) {
    display: none
}

.signInCont.cont.step2 .main .btnContinue>span:nth-child(2) {
    display: inline-block
}

.signInCont.cont.step2 .main .btnContinue>span:first-child:last-child {
    display: inline-block
}

.signInCont.cont.step2 .logoWr+h3 span:nth-child(1) {
    display: none
}

.signInCont.cont.step2 .logoWr+h3 span:nth-child(2) {
    display: block
}

.signInCont.cont .showPw .custom-checkbox .custom-control-description {
    font-size: 14px
}

.signInCont.cont .ssl {
    margin-bottom: 30px
}

.signInCont.cont .ssl:before {
    margin: 0 20px 30px 0;
    padding-left: 0;
    float: left;
    display: inline-block;
    content: "";
    height: 23px;
    width: 20px;
    background-image: url(//qvc.scene7.com/is/image/QVC/icons-88f60d5574?fmt=png-alpha);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 312px 292px;
    background-position: -186px -201px
}

.signInCont.cont .ssl div p * {
    font-size: 14px
}

.signInCont.cont .ssl img {
    width: 15px
}

.signInCont.cont .ssl a {
    font-size: inherit;
    font-family: inherit
}

@media (min-width:640px) {
    .signInCont.cont h4 {
        font-size: 16px
    }

    .signInCont.cont p {
        font-size: 16px
    }

    .signInCont.cont .newCust a,
    .signInCont.cont .newCust strong {
        font-size: 16px
    }

    .signInCont.cont .instruction {
        margin-bottom: 25px
    }

    .signInCont.cont .reviewOrder span,
    .signInCont.cont .useDefaults span {
        font-size: 16px
    }

    .signInCont.cont .shopConfidence a {
        font-size: 16px
    }
}

@media (min-width:800px) {
    .signInCont.cont.partAuth .instruction {
        margin-bottom: 20px
    }
}



/* Custom CSS - PS: 11.08.2022 */
.deNewsletterOptions .form-custom-group {
    padding: 10px 0;
}

.deNewsletterOptions .form-custom-group label {
    display: flex;
    flex-direction: column;
}

.deNewsletterOptions .form-custom-group label span:last-child {
    font-weight: lighter;
}

#gender {
    min-width: 120px;
}

label[for="gender"] .select {
    display: flex;
    gap: 10px;
}