html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-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: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: "(" attr(href) ")"
    }

    abbr[title]:after {
        content: "(" attr(title) ")"
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../main/responsive/common/bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(../main/responsive/common/bootstrap/fonts/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'), url(../main/responsive/common/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../main/responsive/common/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../main/responsive/common/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../main/responsive/common/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

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

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.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: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.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: 10px;
    margin-bottom: 10px
}

.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: 36px
}

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

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

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

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

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

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

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

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

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

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

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.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    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: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

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

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

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

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

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

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

.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-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: 15px;
    padding-left: 15px
}

.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-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {

    .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-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {

    .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-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

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

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

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

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

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

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

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

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

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

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

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

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

input[type=file] {
    display: block
}

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

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

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    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: #eee;
    opacity: 1
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

.checkbox label,
.radio label {
    min-height: 20px;
    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-top: 4px\9;
    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+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

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
}

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

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

.form-control-static {
    min-height: 34px;
    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: 3px
}

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: 3px
}

.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: 32px;
    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: 6px
}

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: 6px
}

.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: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

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

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    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: #3c763d
}

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

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

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

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

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

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

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

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

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

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

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

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

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

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

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

@media(min-width:768px) {
    .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: 27px
}

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

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

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

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

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

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.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>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    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: #fff;
    border-color: #ccc
}

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.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>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    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: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.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>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    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: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.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>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    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: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.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>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    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: #f0ad4e;
    border-color: #eea236
}

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

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

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.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>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    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: #d9534f;
    border-color: #d43f3a
}

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

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

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

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

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

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

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

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

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

.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;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    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;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

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

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

.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 .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>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

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

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

.btn .caret {
    margin-left: 0
}

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

.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>.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: 4px;
    border-top-right-radius: 4px;
    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: 4px;
    border-bottom-left-radius: 4px
}

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

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

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

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

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

.input-group-addon:first-child {
    border-right: 0
}

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

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

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

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

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

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

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

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

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

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

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

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

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

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

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

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

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

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

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

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

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

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

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

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

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

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

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    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: 6px;
    border-bottom-left-radius: 6px
}

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

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

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

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

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

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

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

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

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

.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: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

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

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

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

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

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

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

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

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

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

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

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

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

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

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

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

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

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

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

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

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

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    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-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

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

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

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

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

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

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

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

.popover>.arrow {
    border-width: 11px
}

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

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

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

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

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

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

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

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

@media(max-width:767px) {
    .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(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

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

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

@media(min-width:768px) and (max-width:991px) {
    .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:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

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

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

@media(min-width:992px) 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:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

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

@media(min-width:992px) 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(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

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

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

@media(min-width:1200px) {
    .hidden-lg {
        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
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../main/responsive/common/css/owlcarousel/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}



.ui-helper-hidden {
    display: none;
}

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

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

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

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

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

.ui-front {
    z-index: 100;
}

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

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

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

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

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.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-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

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

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

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

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

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

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-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-prev span,
.ui-datepicker .ui-datepicker-next 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: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    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-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.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-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .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: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,


html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.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,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    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: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../main/responsive/common/css/images/ui-icons_444444_256x240.html");
}

.ui-widget-header .ui-icon {
    background-image: url("../main/responsive/common/css/images/ui-icons_444444_256x240.html");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../main/responsive/common/css/images/ui-icons_555555_256x240.html");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../main/responsive/common/css/images/ui-icons_ffffff_256x240.html");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../main/responsive/common/css/images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../main/responsive/common/css/images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
    background-image: url("../main/responsive/common/css/images/ui-icons_777777_256x240.html");
}

.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-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.afd-typeahead-container {}

.afd-typeahead-container button,
.afd-typeahead-container input,
.afd-typeahead-container optgroup,
.afd-typeahead-container select,
.afd-typeahead-container textarea {
    margin: 0;
}

.afd-typeahead-container optgroup {
    font-weight: bold;
}

.afd-typeahead-container button,
.afd-typeahead-container input {
    overflow: visible;
}

.afd-typeahead-container button,
.afd-typeahead-container select {
    text-transform: none;
}

.afd-typeahead-container button,
.afd-typeahead-container html [type="button"],
.afd-typeahead-container [type="reset"],
.afd-typeahead-container [type="submit"] {
    -webkit-appearance: button;
}

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

.afd-typeahead-container button:-moz-focusring,
.afd-typeahead-container [type="button"]:-moz-focusring,
.afd-typeahead-container [type="reset"]:-moz-focusring,
.afd-typeahead-container [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.afd-typeahead-container fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.afd-typeahead-container legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

.afd-typeahead-container textarea {
    overflow: auto;
}

.afd-typeahead-container [type="checkbox"],
.afd-typeahead-container [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.afd-typeahead-container [type="number"]::-webkit-inner-spin-button,
.afd-typeahead-container [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.afd-typeahead-container [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.afd-typeahead-container [type="search"]::-webkit-search-cancel-button,
.afd-typeahead-container [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.afd-typeahead-container::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.afd-typeahead-container::-webkit-file-upload-button {
    -webkit-appearance: button;
}

.afd-typeahead-container {
    position: relative;
    font: 1em Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.afd-typeahead-container * {
    box-sizing: border-box;
    outline: 0;
}

.afd-typeahead-query {
    position: relative;
    z-index: 2;
    width: 100%;
}

.afd-typeahead-filter {
    position: relative;
}

.afd-typeahead-filter button {
    min-width: 100%;
    white-space: nowrap;
}

.afd-typeahead-filter button:after {
    display: inline-block;
    margin-left: 4px;
    width: 0;
    height: 0;
    vertical-align: -2px;
    content: "";
    border: 4px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.afd-typeahead-field {
    display: flex;
    position: relative;
    width: 100%;
}

.afd-typeahead-button button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.afd-typeahead-field {
    color: #555;
}

.afd-typeahead-field input,
.afd-typeahead-field textarea,
.afd-typeahead-field [contenteditable],
.afd-typeahead-field .afd-typeahead-hint {
    display: block;
    width: 100%;
    line-height: 1.25;
    min-height: calc(0.5em * 2 + 1.25rem + 2px);
    padding: 0.5em 0.75em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
    appearance: none;
    box-sizing: border-box;
}

.afd-typeahead-field input:focus,
.afd-typeahead-field input:active,
.afd-typeahead-field textarea:focus,
.afd-typeahead-field textarea:active,
.afd-typeahead-field [contenteditable]:focus,
.afd-typeahead-field [contenteditable]:active,
.afd-typeahead-field .afd-typeahead-hint:focus,
.afd-typeahead-field .afd-typeahead-hint:active {
    border-color: #66afe9;
}

.afd-typeahead-field input[type="search"],
.afd-typeahead-field input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
}

.afd-typeahead-field input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.afd-typeahead-container.hint .afd-typeahead-field input,
.afd-typeahead-container.hint .afd-typeahead-field textarea,
.afd-typeahead-container.hint .afd-typeahead-field [contenteditable] {
    background: transparent;
}

.afd-typeahead-container.hint .afd-typeahead-query>:last-child,
.afd-typeahead-hint {
    background: #fff;
}

.afd-typeahead-container button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1.25;
    padding: 0.5em 0.75em;
    user-select: none;
    color: #555;
}

.afd-typeahead-container button:hover,
.afd-typeahead-container button:focus {
    color: #3c3c3c;
    background-color: #f5f5f5;
    border-color: #b3b3b3;
}

.afd-typeahead-container button:active,
.afd-typeahead-container button.active {
    background-image: none;
}

.afd-typeahead-container button:focus,
.afd-typeahead-container button:active {
    border-color: #66afe9;
}

.afd-typeahead-container input.disabled,
.afd-typeahead-container input[disabled],
.afd-typeahead-container button.disabled,
.afd-typeahead-container button[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
    background-color: #fff;
    border-color: #ccc;
}

.afd-typeahead-container .afd-typeahead-field input,
.afd-typeahead-container .afd-typeahead-field textarea,
.afd-typeahead-container .afd-typeahead-field [contenteditable],
.afd-typeahead-container .afd-typeahead-field .afd-typeahead-hint,
.afd-typeahead-container .afd-typeahead-field .afd-typeahead-label-container {
    padding-right: 32px;
}

.afd-typeahead-filter,
.afd-typeahead-button {
    z-index: 1;
}

.afd-typeahead-filter button,
.afd-typeahead-button button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.afd-typeahead-filter:hover,
.afd-typeahead-filter:active,
.afd-typeahead-filter:focus,
.afd-typeahead-button:hover,
.afd-typeahead-button:active,
.afd-typeahead-button:focus {
    z-index: 1001;
}

.afd-typeahead-filter:hover button:focus,
.afd-typeahead-filter:hover button:active,
.afd-typeahead-filter:active button:focus,
.afd-typeahead-filter:active button:active,
.afd-typeahead-filter:focus button:focus,
.afd-typeahead-filter:focus button:active,
.afd-typeahead-button:hover button:focus,
.afd-typeahead-button:hover button:active,
.afd-typeahead-button:active button:focus,
.afd-typeahead-button:active button:active,
.afd-typeahead-button:focus button:focus,
.afd-typeahead-button:focus button:active {
    z-index: 1001;
}

.afd-typeahead-filter+.afd-typeahead-button button {
    margin-left: -2px;
}

.afd-typeahead-container.filter .afd-typeahead-filter {
    z-index: 1001;
}

.afd-typeahead-list,
.afd-typeahead-dropdown {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box;
}

.afd-typeahead-result.detached .afd-typeahead-list {
    position: relative;
    z-index: 1041;
    top: initial;
    left: initial;
}

.afd-typeahead-dropdown {
    right: 0;
    left: initial;
    z-index: 1001;
}

.afd-typeahead-list>li {
    position: relative;
    border-top: solid 1px #ccc;
}

.afd-typeahead-list>li:first-child {
    border-top: none;
}

.afd-typeahead-list .afd-typeahead-item[disabled]>a,
.afd-typeahead-dropdown .afd-typeahead-dropdown-item[disabled]>a {
    cursor: not-allowed;
    color: #bababa;
    background-color: #fafafa;
}

.afd-typeahead-list .afd-typeahead-item>a,
.afd-typeahead-dropdown .afd-typeahead-dropdown-item>a {
    display: block;
    padding: 0.5em 0.75em;
    clear: both;
    color: #333;
    text-decoration: none;
}

.afd-typeahead-list .afd-typeahead-item:not([disabled])>a:focus,
.afd-typeahead-list .afd-typeahead-item:not([disabled]).active>a,
.afd-typeahead-dropdown .afd-typeahead-dropdown-item:not([disabled])>a:focus,
.afd-typeahead-dropdown .afd-typeahead-dropdown-item:not([disabled]).active>a {
    background-color: #f5f5f5;
    color: #3c3c3c;
}

.afd-typeahead-list.empty>li {
    padding: 0.5em 0.75em;
    color: #333;
}

.afd-typeahead-list>.afd-typeahead-group {
    border-color: #bfdef6;
    font-weight: bold;
}

.afd-typeahead-list>.afd-typeahead-group:first-child {
    border-top: solid 1px #bfdef6;
}

.afd-typeahead-list>.afd-typeahead-group>a,
.afd-typeahead-list>.afd-typeahead-group>a:hover,
.afd-typeahead-list>.afd-typeahead-group>a:focus,
.afd-typeahead-list>.afd-typeahead-group.active>a {
    cursor: default;
    color: #17639f;
    background: #ecf5fc;
    display: block;
    padding: 0.5em 0.75em;
    clear: both;
    text-decoration: none;
}

.afd-typeahead-list>li.afd-typeahead-group+li.afd-typeahead-item {
    border-color: #bfdef6;
}

.afd-typeahead-container.result .afd-typeahead-list,
.afd-typeahead-container.filter .afd-typeahead-dropdown,
.afd-typeahead-container.hint .afd-typeahead-hint,
.afd-typeahead-container.backdrop+.afd-typeahead-backdrop {
    display: block !important;
}

.afd-typeahead-container .afd-typeahead-list,
.afd-typeahead-container .afd-typeahead-dropdown,
.afd-typeahead-container .afd-typeahead-hint,
.afd-typeahead-container+.afd-typeahead-backdrop {
    display: none !important;
}

.afd-typeahead-dropdown li:last-child {
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #ccc;
}

.afd-typeahead-cancel-button {
    user-select: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    line-height: 1.25;
    padding: 0.5em 0.75em;
    visibility: hidden;
}

.afd-typeahead-label .afd-typeahead-cancel-button {
    visibility: visible;
    right: 4px;
}

.afd-typeahead-container.cancel:not(.loading) .afd-typeahead-cancel-button,
.afd-typeahead-label .afd-typeahead-cancel-button {
    visibility: visible;
}

.afd-typeahead-container.cancel:not(.loading) .afd-typeahead-cancel-button:hover,
.afd-typeahead-label .afd-typeahead-cancel-button:hover {
    color: #d0021b;
}

.afd-typeahead-search-icon {
    padding: 0 1.25rem;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent;
}

.afd-typeahead-container.loading .afd-typeahead-query:before,
.afd-typeahead-container.loading .afd-typeahead-query:after {
    transition: all 0s linear, opacity 0.2s ease;
    position: absolute;
    z-index: 3;
    content: "";
    top: 50%;
    right: 0.55em;
    margin-top: -0.675rem;
    width: 1.35rem;
    height: 1.35rem;
    box-sizing: border-box;
    border-radius: 500rem;
    border-style: solid;
    border-width: 0.1em;
}

.afd-typeahead-container.loading .afd-typeahead-query:before {
    border-color: rgba(0, 0, 0, 0.35);
}

.afd-typeahead-container.loading .afd-typeahead-query:after {
    animation: button-spin 0.6s linear;
    animation-iteration-count: infinite;
    border-color: #fff transparent transparent;
    box-shadow: 0 0 0 1px transparent;
}

@keyframes button-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.afd-typeahead-label-container {
    list-style: none;
    position: absolute;
    padding-top: calc(1em * 0.375);
    padding-left: 6px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.afd-typeahead-label {
    display: flex;
    font-size: calc(1em * 0.875);
    position: relative;
    background: #ecf5fc;
    border: solid 1px #c2e0ff;
    padding-left: 4px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: calc(1em * 0.375);
}

.afd-typeahead-label>* {
    align-self: center;
}

.afd-typeahead-label .afd-typeahead-cancel-button {
    line-height: normal;
    height: auto;
    position: static;
    padding-top: calc(1em * 0.25 - 1px);
    padding-bottom: calc(1em * 0.25 + 1px);
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 4px;
    font-size: calc(1em * 0.875);
    border-left: solid 1px #c2e0ff;
}

.afd-typeahead-label .afd-typeahead-cancel-button:hover {
    background-color: #d5e9f9;
}

.afd-typeahead-result>ul {
    max-height: 287px;
    overflow-y: auto;
}


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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    max-width: 1920px;
}

.datalayer {
    display: none;
}

#skipToMainContent {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skipToMainContent:focus {
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    background-color: white;
    color: black;
    z-index: 99999;
    padding: 10px;
}

@media(min-width:1460px) {
    .container {
        width: 1430px;
    }
}

body {
    background-color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: #5A5A5A;
    line-height: 18px;
    text-rendering: optimizeLegibility;
    margin: 0 auto;
}

a,
a:hover,
a:focus {
    color: #5A5A5A;
}

p {
    line-height: 22px;
}

b {
    font-weight: bold;
}

.positionStatic {
    position: static
}

.owl-carousel {
    touch-action: manipulation;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .7;
}

.environment-banner {
    color: black;
    position: sticky;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    bottom: 0;
    background-color: lightgrey;
    height: 40px;
    padding-top: 7px;
    z-index: 1000;
    max-height: 8px;
    transition: max-height 0.5s;
}

.environment-banner:hover {
    max-height: 40px;
}

.environment-banner.dev {
    background-color: #c14c46;
    color: white;
}

.environment-banner.uat {
    background-color: #68006F;
}

.environment-banner.fuat1 {
    background-color: #ccbc00;
}

.environment-banner.fuat2 {
    background-color: #c146bb;
}

.environment-banner.fuat3 {
    background-color: #4d8c57;
}

.environment-banner.daily {
    background-color: #e68a19;
}

#cookie-message {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background-color: rgba(16, 14, 14, 0.85);
    color: white;
    font-size: 0.933em;
    letter-spacing: 0.05em;
    line-height: 1.571em;
    z-index: 999;
}

#cookie-accept {
    background-color: #a6182e;
    line-height: 40px;
    font-size: 0.857em;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    cursor: pointer;
}

#cookie-message a {
    color: white;
    text-decoration: underline;
    max-width: 1920px;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 0;
    text-align: center;
    color: black;
    border-radius: 0;
    border: none;
    font-size: 0.933em;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: 0;
    top: 0;
    color: black;
    opacity: 1;
    font-size: 18px;
}

.alert-success,
.alert-info {
    background-color: #eff5e7;
}

.alert-warning {
    background-color: #fff7d9;
}

.alert-danger {
    background-color: #fbeded;
}

.alert:before {
    margin-right: 5px;
}

.alert-info:before,
.alert-success:before {
    content: "\f00c";
    font-weight: 900;
}

.alert-warning:before {
    content: "";
    background-image: url(../main/responsive/common/fa-svgs/circle-exclamation-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 10px;
}

.alert-danger:before {
    background-image: url(../main/responsive/common/fa-svgs/triangle-exclamation-solid.svg);
    content: '';
    display: inline;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    padding-left: 20px;
}

.textCentre {
    text-align: center;
}

.loadingSpinner {
    position: relative;
    color: transparent;
}

.loadingSpinner:after {
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    content: "";
    background-image: url(../main/responsive/common/fa-svgs/spinner-third-light.svg);
    background-repeat: no-repeat;
    animation: spin 5s infinite linear;
    display: block;
    border-radius: 50%;
    width: 1em;
    height: 1em;
}

button[type=submit].loadingSpinner {
    color: transparent !important;
    opacity: 0.8;
}

button[type=submit] {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

button[type=submit].loadingSpinner:after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    font-size: 1.5em;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb>li+li:before {
    content: "/";
}

textarea:focus,
input:focus {
    outline: none;
}

pslStoreInfo .promoBar {
    background-color: #eceee1;
    color: #4a3242;
    text-align: center;
    padding: 10px;
    font-size: 1em;
    line-height: normal;
    position: relative;
}

.promoBlock {
    position: initial;
    line-height: 35px;
}

.promoBlock i.fa-times {
    position: absolute;
    right: 15px;
    font-size: 30px;
    top: 0;
    line-height: 35px;
}

.promoBlock i.fa-times:before {
    display: inline-block;
    cursor: pointer;
}

.promoBarComponent {
    text-align: center;
    margin: 0;
    line-height: 45px;
    color: initial;
    background-color: initial;
}

.promoBarComponent>div:first-child {
    display: block;
}

.promoBarComponent>div {
    display: none;
}

.header {
    color: #4a3242;
}

.upperHeader {
    position: relative;
    padding: 6px 15px;
    font-size: 0.9em;
    z-index: 10;
    text-decoration: none;
    text-transform: capitalize;
}

.upperHeader a,
.topHeader a:hover,
topHeader a:focus {
    text-decoration: none;
}

.upperHeader a.pull-left {
    margin-right: 15px;
}

.upperHeader a.pull-right {
    margin-left: 15px;
}

.middleHeader {
    height: 70px;
    margin-bottom: 15px;
}

.middleHeader img.rolexImage {
    height: 40px;
    margin-top: 5px;
}

.middleHeader .shopping-bag {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    height: 42px;
    width: 40px;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
}

.middleHeader .shopping-bag i {
    font-size: 2em;
    color: #5A5A5A;
    margin-top: 8px;
}

.middleHeader .shopping-bag.headerCartNotEmpty i {
    font-size: 1.5em;
}

.middleHeader .siteLogo img {
    max-width: 180px;
    max-height: 70px;
    margin: auto;
    display: block;
}

.middleHeader .searchAndCartContainer {
    text-align: right;
}

.middleHeader .search-form {
    display: inline-block;
    border: 1px solid #d9d7d7;
    margin-top: 10px;
    position: relative;
    z-index: 9;
}

.middleHeader .search-bar {
    height: 40px;
    padding: 0 10px 0 8px;
    width: 120px;
    border: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.middleHeader .search-bar:focus {
    width: 200px;
}

.middleHeader .search-clear {
    position: absolute;
    line-height: 40px;
    width: 10px;
    text-align: center;
    top: 0;
    right: 40px;
    cursor: pointer;
    display: none;
}

.middleHeader .hasTerm .search-clear {
    display: block;
}

.middleHeader .search-button {
    height: 40px;
    background-color: white;
    border: 0;
    font-size: 20px;
    padding: 0 10px;
    vertical-align: bottom;
}

.middleHeader span.cartTotal {
    position: absolute;
    background-color: #4a3242;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    line-height: 18px;
    right: 4px;
    bottom: 3px;
    display: none;
    font-size: 12px;
}

.middleHeader .headerCartNotEmpty span.cartTotal {
    display: block;
}

.middleHeader .mobileHeaderIcon.shopping-bag a.headerCartBlock {
    text-decoration: none !important;
    position: relative;
    width: 50px;
    height: 42px;
}

.middleHeader .mobileHeaderIcon.shopping-bag.headerCartNotEmpty a.headerCartBlock {
    text-align: center;
}

.navigationBar {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #eee;
}

.navigationBar .mainNav {
    padding: 0 20px;
    margin: 0;
    border-top: 1px solid #eee;
}

.navigationBar .mainNav>ul {
    list-style: none;
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.navigationBar .mainNav>ul>li {
    display: inline-block;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    line-height: 18px;
}

.navigationBar .mainNav>ul>li>a {
    position: relative;
    padding: 0 20px;
}

.navigationBar .mainNav>ul>li>a:hover {
    border-color: #000;
}

.navigationBar .mainNav>ul>li>a:hover,
.navigationBar .mainNav>li>a:focus {
    text-decoration: none;
}

.open-nav .navigationBar .mainNav>ul>li.nav-hover>a:after,
.navigationBar .mainNav>ul>li:focus-within>a:after {
    background-color: #4a3242;
    content: '';
    bottom: -12px;
    width: 100%;
    height: 5px;
    left: 0;
    margin-bottom: -1px;
    position: absolute;
}

.navigationBar .dropdown-nav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    border-bottom: 1px solid #d9d7d7;
    border-top: 1px solid #d9d7d7;
    padding: 60px 30px;
    text-align: left;
    z-index: 9;
    top: 42px;
}

.open-nav .navigationBar li.nav-hover .dropdown-nav {
    display: block;
}

.navigationBar li.nav-hover .dropdown-nav {
    display: none;
}

.navigationBar li.nav-hover .dropdown-nav h3,
.navigationBar li:focus-within .dropdown-nav h3 {
    font-size: 1.5em;
    color: #aaa;
    height: 55px;
    line-height: 1em;
    padding-bottom: 10px;
}

.navigationBar li.nav-hover .dropdown-nav a,
.navigationBar li:focus-within .dropdown-nav a {
    line-height: 2em;
}

.navigationBar .dropdownHtmlBlock {
    float: right;
}

.navigationBar.navigationBarFixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: white;
    max-width: 1920px;
}

.navigationBar.navigationBarFixed ul.mainNav {
    border-top: none;
}

.insuranceHeader .header.headerNavigationBarFixed {
    padding-bottom: 45px;
}

.grey-overlay {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9;
}

.open-nav:not(.noNavDropdown) .grey-overlay {
    display: block;
}

.header {
    position: relative;
    z-index: 10;
    background-color: white;
}

.header.checkoutHeader {
    z-index: 8;
}

#mobile-navigation {
    display: none
}

.headerTextSearchSuggestionsContainer {
    position: absolute;
    overflow: hidden;
    width: 1100px;
    right: 0;
    height: 330px;
    background-color: white;
    border: 1px solid #e2e2e2;
    text-align: left;
    color: black;
}

.headerTextSearchSuggestionsContainer.hoverOn {
    display: block !important;
}

.headerTextSearchProductSuggestions,
.headerTextSearchSuggestions {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 30px;
}

.headerTextSearchProductSuggestions {
    width: calc(100% - 330px);
    left: 0;
}

.headerTextSearchSuggestions {
    width: 330px;
    right: 0;
}

.headerTextSearchSuggestionsContentContainer .headerTextSearchProduct {
    width: 25%;
    float: left;
}

.headerTextSearchSuggestionsContentContainer .headerTextSearchProduct:nth-child(5),
.headerTextSearchSuggestionsContentContainer .headerTextSearchProduct:nth-child(6) {
    display: none;
}

.headerTextSearchSuggestionsContainerTitle {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headerTextSearchSuggestionRow {
    display: block;
    line-height: 30px;
}

.headerTextSearchSuggestion {
    padding: 10px 0;
}

.headerTextSearchViewAll {
    line-height: 50px;
    text-align: center;
    background-color: #c18769;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.suggestTotal {
    float: right;
    color: #595959;
}

.headerTextSearchProduct:hover {
    text-decoration: none;
}

.headerTextSearchProductImg {
    width: 124px;
    margin: 10px auto;
    display: block;
}

.headerTextSearchProductBrand,
.headerTextSearchProductBrand em {
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    font-size: 10px;
    line-height: 20px;
    color: #555555;
}

.headerTextSearchProductName,
.headerTextSearchProductName em,
.headerTextSearchProductPrice {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}

.headerTextSearchProductBrand,
.headerTextSearchProductName {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 10px;
    overflow: hidden;
}

@media(max-width:991px) {
    body {
        padding-top: 143px;
    }

    .middleHeader .headerTextSearch.mobileHeaderIcon.headerSearchForm.headerTextSearchMobileOpen {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 45px;
    }

    .middleHeader .search-form.headerTextSearch.headerTextSearchMobileOpen .headerTextSearchSuggestionsContainer {
        display: block !important;
    }

    .middleHeader .search-form.headerTextSearch button i {
        background: transparent;
    }

    .middleHeader .headerTextSearch.mobileHeaderIcon.headerSearchForm {
        top: 87px;
        height: 56px;
        background-color: #fff !important;
        border: 0 !important;
    }

    .headerTextSearchMobileClose {
        display: none;
    }

    .headerTextSearchMobileOpen .headerTextSearchMobileClose {
        display: block;
        color: black;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 16px;
        width: 45px;
        line-height: 55px;
    }

    .middleHeader .headerTextSearch .search-bar {
        border: 1px solid #E2E2E2;
        z-index: 5;
        font-size: calc(16px + 1vw);
    }

    .middleHeader .headerTextSearch .search-button {
        background: transparent;
        right: 3%;
    }

    .middleHeader .headerTextSearch.headerTextSearchMobileOpen .search-button {
        top: 55px;
    }

    .headerTextSearch.headerTextSearchMobileOpen .headerTextSearchSuggestionsContainer {
        height: calc(100% - 105px);
        width: 100%;
        overflow: scroll;
    }

    .headerTextSearch.headerTextSearchMobileOpen .headerTextSearchProductSuggestions,
    .headerTextSearch.headerTextSearchMobileOpen .headerTextSearchSuggestions {
        position: initial;
        width: 100%;
        height: auto;
        float: left;
    }

    .headerTextSearchSuggestionsContentContainer .headerTextSearchProduct {
        width: 50%;
        line-height: 25px;
    }

    .headerTextSearchSuggestionsContainerTitle {
        line-height: 18px;
    }

    .headerTextSearchProductSuggestions,
    .headerTextSearchSuggestions {
        padding: 15px 30px 0;
    }

    .middleHeader .hasTerm .search-clear {
        display: block;
    }

    .middleHeader .hasTerm.headerTextSearchMobileOpen .search-clear {
        display: block;
    }
}

@media(min-width:701px) and (max-width:991px) {
    .middleHeader .headerTextSearch.mobileHeaderIcon.headerSearchForm {
        top: 115px;
    }

    div.search-clear i.fa-duotone.fa-circle-xmark {
        margin-top: 0;
        line-height: 40px;
        font-size: 25px;
        margin-right: 10px;
        margin-left: -10px;
    }
}

.page-search .facet-priceValue {
    display: none;
}

.productGrid .search-results-highlight {
    font-style: normal;
    font-weight: bold;
}

@media(min-width:992px) {
    .mobileHeaderIcon.shopping-bag.pull-right.headerCartNotEmpty {
        width: 160px;
        border: none;
    }

    .middleHeader .mobileHeaderIcon.shopping-bag.headerCartNotEmpty a.headerCartBlock {
        border: 1px solid #d9d7d7;
        float: left;
    }

    .middleHeader .mobileHeaderIcon.shopping-bag a.headerCartBlock {
        text-align: right;
    }
}

.headerCartNotEmpty .headerCheckoutBlock.miniCartButton {
    width: 110px;
    margin: 0;
    font-size: 0.8em;
    line-height: 42px;
    display: inline-block;
}

.headerCheckoutBlock.miniCartButton {
    display: none;
}

.headerCartNotEmpty.miniCartHover .miniCartExpanded {
    display: block !important;
}

.wishlistHover .wishlistExpanded {
    display: block !important;
}

.wishlistExpanded {
    display: none;
    position: absolute;
    width: 369px;
    top: 35px;
    background: #fff;
    z-index: 20;
    border: 1px solid #d9d7d7;
    -webkit-box-shadow: 0px 5px 10px -2px rgba(136, 136, 136, 1);
    -moz-box-shadow: 0px 5px 10px -2px rgba(136, 136, 136, 1);
    box-shadow: 0px 5px 10px -2px rgba(136, 136, 136, 1);
    color: #100e0e;
}

.wishlistCursorBridge {
    position: absolute;
    right: 35px;
    top: -14px;
    width: 52px;
    height: 30px;
    z-index: 21;
}

.wishlistLoggedOut {
    right: 115px;
}

.wishlistExpandedRows {
    z-index: 10;
}

.wishlistExpanded .wishlistExpandedTotalsRow,
.wishlistExpanded .wishlistExpandedRow {
    clear: both;
    margin: 0 5%;
    padding: 15px 0;
    float: left;
    width: 328px;
    border-bottom: 1px solid #d9d7d7;
    z-index: 11;
}

.wishlistExpanded .wishlistImage {
    width: 90px;
    height: 90px;
    float: left;
}

.wishlistExpanded .wishlistDetails {
    width: 70%;
    float: right;
    padding-top: 10px;
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 1.2em;
}

.wishlistTitle {
    font-family: 'Nunito Sans';
    width: 85%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
    color: black;
    font-size: 1.2em;
}

.wishlistTitle span.wishlistBrandName {
    -webkit-line-clamp: 1;
    font-size: 14px;
    height: 1.4em;
    font-weight: bold;
}

.wishlistTitle span {
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #100e0e;
}

.wishlistEntryPriceRow {
    float: left;
    width: 100%;
    clear: both;
}

.wishlistEntryPrice {
    float: left;
    font-size: 14px;
}

.wishlistExpanded .wishlistExpandedTotalsRow.noBorder {
    border-bottom: none;
}

.wishlistEntryRemove {
    float: right;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    color: black;
    margin-right: 10px;
}

.wishlistExpandedTotalsRow .wishlistExpandedTotalsRowValue,
.wishlistExpandedTotalsRow .wishlisttExpandedTotalsRowLabel {
    float: right;
    width: 30%;
    font-size: 0.933em;
    text-align: right;
}

.wishlistExpandedTotalsRow .wishlistExpandedTotalsRowLabel {
    width: 50%;
}

.wishlistExpandedTotalsRow .wishlistExpandedTotalsRowValue.wishlistSubtotal {
    font-weight: bold;
}

.wishlistAccountMessage {
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}

#wishlistRemoveBtn {
    height: 40px;
    background-color: #dfdfdf;
    border: 0;
    color: black;
    border-radius: 0;
    display: inline-block;
    width: 29%;
    line-height: 40px;
    margin-top: 12px;
}

#guestWishlistRemoveBtn {
    height: 40px;
    background-color: #dfdfdf;
    border: 0;
    color: black;
    border-radius: 0;
    display: inline-block;
    width: 16%;
    line-height: 40px;
    margin-top: 12px;
}

.accountWishlistInfo {
    margin-bottom: 30px;
}

.wishlistAddToCartBtn {
    display: inline-block;
    margin-top: 12px;
    height: 40px;
    background-color: #4a3242;
    line-height: normal;
    border: 0;
    color: white;
    border-radius: 0;
    width: 16%;
}

#wishlistAddToCartBtn {
    width: 29%;
    line-height: normal;
}

#guestWishlistAddToCartBtn {
    width: 16%;
    line-height: normal;
}

.addToWishlistButton {
    display: inline-block;
    border: 1px solid #C6C6C6;
    color: black;
    width: 15%;
    margin-left: 3%;
    line-height: 0.933em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    height: 40px;
}

.addToWishlistButton:hover {
    text-decoration: none;
    cursor: pointer;
}

#wishlistSignInButton {
    display: inline-block;
    background-color: #dfdfdf;
    border: 0;
    color: black;
    width: 42%;
    margin: 0px 10px 4% 17px;
    line-height: 3.667em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.wishlistCreateAccButton {
    display: inline-block;
    border: 0;
    color: white;
    width: 42%;
    margin: 0px 0px 4% 10px;
    line-height: 3.667em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-left: 14px;
    margin-right: 14px;
}

.wishlistDropdownArrow {
    position: absolute;
    right: 16px;
    top: -14px;
    width: 20px;
    z-index: 21;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid white;
}

.wishlistLoggedIn {
    right: 197px;
}

.wishlistViewListButton {
    display: block;
    border: 0;
    width: 100%;
    line-height: 3.667em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.wishlistButton:hover {
    color: white;
    text-decoration: none;
}

.wishlistActions {
    font-family: 'Nunito Sans';
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}

.accountWishlistListBody {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 25px;
}

.accountReturnOrderBtn {
    width: 100%;
    height: 40px;
    display: inline-block;
    clear: both;
    background-color: #dfdfdf;
    border: 0;
    color: black;
    border-radius: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.returnOrderTop {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.returnOrderTop h1 {
    font-size: 1.333em;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.returnOrderTop .returnOrderDetails {
    font-size: 0.933em;
    display: inline-block;
    margin-top: 10px;
    line-height: 2em;
}

.returnOrderTopDetails {
    font-size: 0.933em;
    display: inline-block;
    margin-top: 10px;
    line-height: 2em;
}

.returnOrderTopDetails a,
.returnOrderTopDetails strong {
    color: black;
    font-weight: bold;
    text-decoration: none !important;
}

.returnOrderHeaderBlock {
    margin: 0px auto 25px;
}

.returnOrderHeaderBlock h1 {
    font-size: 1.333em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.returnOrderInfoBlock h3 {
    font-size: 0.9333em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: left;
    margin: 25px 0;
}

.returnOrderInfoBlock p {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.returnOrderSummary {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}

.returnOrderSummary h2 {
    font-size: 0.9333em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

.returnOrderSummaryProductsRow {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 21px 25px;
}

.returnOrderSummaryProductImage {
    width: 160px;
    display: inline-block;
    float: left;
    margin-right: 22px;
    height: 100%;
}

.returnOrderSummaryProductImage img {
    float: left;
}

.returnOrderSummaryProductImage img {
    display: inline-block;
    width: 160px;
}

.returnOrderSummaryProductDetails {
    flex: 1;
}

.returnOrderSummaryProductDetails div {
    margin-bottom: 10px;
}

.returnOrderSummaryPrice {
    float: right;
}

.returnFormItemInputBlock {
    margin-top: 17px;
    width: 75%;
    display: inline-block;
}

.returnOrderSummaryReason {
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    padding: 0 5px;
    background-color: white;
    width: 50%;
    align-content: center;
    margin-top: 10px;
}

.returnStatus,
.rmaValue,
.shippingDateValue {
    font-weight: bold;
    margin-bottom: 10px;
}

select:required:invalid {
    color: gray;
}

.returnOrderCommentBLock {
    margin-top: 17px;
    width: 75%;
}

.returnOrderComment {
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    padding: 10px 10px;
}

.returnOrderCommentLettersLeft {
    display: inline-block;
    float: right;
}

.returnOrderSummaryPriceBlock {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 18px 25px;
}

.returnOrderSummaryPriceRow {
    margin: 0px 0px 15px 0px;
}

.returnOrderSummaryPriceLabel {
    display: inline-block;
}

.returnOrderSummaryPriceValue {
    float: right;
}

.returnOrderSummaryFinalPriceRow {
    margin-bottom: 0px;
}

.returnOrderSummaryTotalPriceValue {
    font-weight: bold;
}

.returnOrderContinueButton,
.returnOrderContinueButton:hover,
.returnOrderContinueButton:focus {
    display: inline-block;
    height: 40px;
    line-height: normal;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #dfdfdf;
    color: black;
    font-weight: bold;
    font-size: 0.8em;
    float: right;
    width: 300px;
}

.returnOrderContinueButton:disabled {
    color: white;
}

.returnOrderBackButton,
.returnOrderBackButton:hover,
.returnOrderBackButton:focus {
    display: inline-block;
    height: 40px;
    line-height: normal;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
    font-size: 0.8em;
    background-color: #dfdfdf;
    color: black;
    float: left;
    width: 300px;
}

.returnOrderPrintButton,
.returnOrderPrintButton:hover,
.returnOrderPrintButton:focus {
    display: inline-block;
    height: 40px;
    line-height: normal;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    width: 300px;
    margin-right: 35px;
}

.returnOrderDownloadButton,
.returnOrderDownloadButton:hover,
.returnOrderDownloadButton:focus {
    display: inline-block;
    height: 40px;
    line-height: normal;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    width: 300px;
}

.returnOrderPrintButton i,
.returnOrderDownloadButton i {
    padding-right: 5px;
}

.returnOrderButtonBlock {
    margin-top: 30px;
    margin-bottom: 100px;
}

.returnOrderRmaBlock {
    background-color: #f5f5f5;
    height: 200px;
    width: 100%;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.returnOrderRmaDetails {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
}

.returnOrderFormActions {
    width: fit-content;
    margin: 0 auto 10px;
}

.returnOrderDetailsContact {
    margin-top: 20px;
    margin-bottom: 20px;
}

.returnOrderShippingMobile {
    float: right;
    display: inline-block;
    margin-right: 20px;
}

.returnOrderRMAMobile {
    float: left;
    display: inline-block;
    margin-left: 20px;
}

.miniCartExpanded {
    display: none;
    position: absolute;
    width: 332px;
    right: 0;
    top: 50px;
    background: #fff;
    z-index: 20;
    border: 1px solid #d9d7d7;
    -webkit-box-shadow: 0px 5px 10px -2px rgba(136, 136, 136, 1);
    -moz-box-shadow: 0px 5px 10px -2px rgba(136, 136, 136, 1);
    box-shadow: 0px 5px 10px -2px rgba(136, 136, 136, 1);
}

.miniCartShapingBlock {
    position: absolute;
    right: -1px;
    top: -9px;
    width: 160px;
    height: 9px;
    z-index: 21;
    background-color: white;
    border-left: 1px solid #d9d7d7;
    border-right: 1px solid #d9d7d7;
}

.miniCartExpanded .miniCartExpandedTotalsRow,
.miniCartExpanded .miniCartExpandedRow {
    clear: both;
    margin: 0 5%;
    padding: 15px 0;
    float: left;
    width: 90%;
    border-bottom: 1px solid #d9d7d7;
}

.miniCartExpanded .miniCartExpandedTotalsRow.noBorder {
    border-bottom: none;
}

.miniCartExpanded .miniCartImage {
    width: 30%;
    float: left;
}

.miniCartExpanded .miniCartDetails {
    width: 70%;
    float: right;
    padding-top: 10px;
}

.miniCartTitle {
    width: 85%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
}

.miniCartTitle span {
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.4em;
    overflow: hidden;
    font-size: 0.933em;
}

.miniCartTitle span.miniCartBrandName {
    -webkit-line-clamp: 1;
    height: 1.2em;
    font-weight: bold;
}

.miniCartQuantity {
    width: 15%;
    float: right;
}

.miniCartEntryPriceRow {
    float: left;
    width: 100%;
    clear: both;
}

.miniCartEntryPrice {
    float: left;
    font-size: 0.933em;
}

.miniCartEntryRemove {
    float: right;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.875em;
    margin-right: 10px;
}

.miniCartExpandedTotalsRow .miniCartExpandedTotalsRowValue,
.miniCartExpandedTotalsRow .miniCartExpandedTotalsRowLabel {
    float: right;
    width: 30%;
    font-size: 0.933em;
    text-align: right;
}

.miniCartExpandedTotalsRow .miniCartExpandedTotalsRowLabel {
    width: 50%;
}

.miniCartExpandedTotalsRow .miniCartExpandedTotalsRowValue.miniCartSubtotal {
    font-weight: bold;
}

.miniCartButton {
    display: inline-block;
    background-color: #4a3242;
    border: 0;
    color: white;
    width: 90%;
    margin: 0 5% 25px;
    line-height: 3.667em;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.miniCartButton:hover {
    color: white;
    text-decoration: none;
}

.miniCartGiftWraps {
    float: right;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

.miniCartGiftWrap {
    width: 100%;
    margin-top: 1em;
    display: flex;
    flex-direction: row;
}

.miniCartGiftWrapInfo {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    padding-left: 0.5em;
}

.miniCartNameAndPrice {
    display: flex;
    flex-direction: row;
    width: 13em;
    justify-content: space-between;
}

.miniCartGiftWrapMessage {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 1em;
    float: left;
}

.breadcrumb {
    padding: 8px 0;
    background-color: transparent;
    margin-top: 10px;
}

.footer {
    background-color: #f7f7f7;
    padding: 80px 0;
}

.footer h3 {
    font-family: inherit;
    font-size: 1.5em;
    color: #aaa;
    height: 55px;
    line-height: 1em;
}

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

.footer li {
    line-height: 2em;
}

.footer .footer-social h3 {
    height: 40px;
}

.footer .footer-social a {
    margin-right: 5px;
    margin-bottom: 35px;
    display: inline-block;
}

.footer .footer-social i {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 11px;
    font-size: 1.25em;
    border-radius: 100px;
    background-color: #716677;
    color: white;
    transition: all 0.1s ease-out;
}

.footer .footer-social i:hover {
    background-color: #eceee1;
    color: #716677;
}

.footer .footer-social p {
    margin-bottom: 10px;
}

.footer .footer-social input[type="text"] {
    height: 40px;
    width: 70%;
    padding-left: 10px;
    border: 1px solid #d1d1d1;
    border-right: 0;
}

.footer .footer-social input[type="submit"] {
    height: 40px;
    width: 30%;
    background-color: #4a3242;
    border: 0;
    color: white;
    float: right;
}

.footer .footer-copyright {
    margin-top: 80px;
    line-height: 28px;
}

.footer .footer-payment {
    margin-top: 80px;
}

.footer .footer-payment img {
    max-height: 28px;
    max-width: 100%;
}

.footer-payment img {
    height: auto;
}

.storeFinderContainer {
    position: relative;
}

#storeFinderMap {
    height: 750px;
    width: 100%;
    z-index: 1;
}

#findAStoreSearchBox {}

#findAStoreSearchBox h1 {
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
}

#findAStoreSearchBox p {
    margin: 1.5em 0;
    line-height: 1.25em;
    font-size: 0.9em;
}

#findAStoreSearchBox .selectOuter {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 2.25em;
    width: 40%;
    float: left
}

#findAStoreSearchBox .selectOuter #storeFinderBrandSelector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 2.25em;
    font-size: 1em;
}

#findAStoreSearchBox .selectOuter:after {
    background-image: url(../main/responsive/common/fa-svgs/chevron-down-light.svg);
    height: 10px;
    width: 10px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 5px;
    top: calc(50% - 5px);
    z-index: 2;
    pointer-events: none;
    box-sizing: border-box;
    text-align: center;
    color: #D7D7D7;
    line-height: 2.25em;
    display: inline-block;
}

#findAStoreSearchBox input#pac-input {
    width: 50%;
    float: left;
    border-radius: 0;
    margin-left: -1px;
    font-size: 1em;
    height: 2.25em;
    padding-right: 20px;
}

.useMyLocationStoreLookupButton {
    position: absolute;
    margin-left: -22px;
    border: none;
    height: 33px;
    line-height: 33px;
    background-color: transparent;
    padding: 0;
    width: 20px;
}

#findAStoreSearchBox button#findAStoreSearchButton {
    width: 10%;
    text-align: center;
    padding: 0;
    line-height: 2.25em;
    border-radius: 0;
    background-color: #5b414d;
    border-color: #5b414d;
}

.findAStoreSearchBoxResult .storeFinderOpeningHourDay {
    width: 70px;
    display: inline-block;
}

ul.woosPredictions {
    padding: 0 20px;
    text-align: left;
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    margin-left: -20px;
    width: calc(100% + 40px);
    display: none;
}

ul.woosPredictions>li {
    border-bottom: 1px solid #dbdbdb;
    padding-top: 5px;
    line-height: 30px;
    cursor: pointer;
}

ul.woosPredictions>li:last-child {
    border: none;
}

ul.woosPredictions>li:focus {
    outline-style: solid;
    outline-width: 1px;
}

.findAStoreSearchBoxSearch ul.woosPredictions {
    padding: 0 40px;
}

.pickUpPopupSearchBlock ul.woosPredictions {
    margin: 0;
    float: left;
    border-top: 0;
    width: 100%;
    padding: 0 5px;
}

#clickAndCollectFormComponent ul.woosPredictions {
    border-top: none;
    margin: 5px 0 20px;
    padding: 0;
    width: 100%;
}

h1.detailSectionHeadline {
    font-size: 2.5em;
    color: #4a3242;
    padding: 10px 0;
    line-height: 1em;
}

h1.detailSectionHeadline img {
    height: 1.25em;
    float: left;
    margin-right: 15px;
}

.openingHoursBlockHeader:before {
    content: "";
    width: 100%;
    border-top: 1px solid #eceee1;
    display: block;
}

.openingHoursBlockHeader h2 {
    font-weight: bold;
    margin: 2em 0;
}

.openHoursRow {
    display: block;
    line-height: 1.75em;
}

.openHoursDay,
.openHoursTimes {
    display: inline-block;
}

.openHoursToday {
    font-weight: bold;
}

.openHoursTimes {
    float: right;
    text-transform: lowercase;
    word-spacing: -0.25em;
}

p.openingHoursMessage {
    margin: 2em 0;
    font-size: 0.75em;
    line-height: 1.25em;
}

.storeDetailsLinks {
    display: inline-block;
}

.storeDetailsLinks a {
    text-decoration: underline;
    padding: 0 0.5em;
    display: inline-block;
}

.storeDetailsLinks a.contactStoreLink {
    margin-left: 1.5em;
    text-transform: capitalize;
}

.storeDetailsLinks>* {
    float: left;
}

.storeDetailsLinks>a,
.storeDetailsLinks>span {
    line-height: 40px;
}

.storeDetailsLinks span.verticalDivider {
    display: inline-block;
}

ul.storeDetailsList li i {
    color: #4a3242;
    position: absolute;
    left: -2em;
    line-height: 1.75em;
}

ul.storeDetailsList li {
    line-height: 1.75em;
    position: relative;
    margin-left: 2em;
}

ul.storeDetailsList {
    margin: 2em 0;
}

#storeDetailsMap {
    height: 500px;
    width: 100%;
    z-index: 1;
}

.storeBrandsCarousel.owl-carousel {
    width: calc(100% - 60px);
    margin: 50px 30px;
}

.storeBrandsCarousel.owl-carousel .owl-stage {
    margin: 0 auto;
}

.storeBrandsCarousel.owl-carousel .owl-nav {
    display: block;
}

.storeBrandsCarousel.owl-carousel .owl-nav button {
    font-size: 0;
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.storeBrandsCarousel.owl-carousel .owl-nav button.disabled,
.storeBrandsCarousel.owl-carousel .owl-nav button span {
    display: none;
}

.storeBrandsCarousel.owl-carousel .owl-nav button:hover {
    opacity: 0.7;
}

.storeBrandsCarousel.owl-carousel .owl-nav .owl-prev {
    left: -30px;
    background: url(../main/responsive/common/images/arrow-left.png);
    cursor: pointer;
}

.storeBrandsCarousel.owl-carousel .owl-nav .owl-next {
    right: -30px;
    background: url(../main/responsive/common/images/arrow-right.png);
    cursor: pointer;
}

.storeBrandsContainer {
    display: flex;
    justify-content: center;
}

.storeBrandsContainer .storeBrandBlock {
    width: 13.5%;
    margin: 0 0.5%;
}

.storeBrandsContainer .storeBrandBlock img {
    width: 100%;
    margin: 50px auto;
}

.storeDescriptionRow {
    background-color: #f7f7f7;
    padding: 4em 0;
}

.storeDescriptionRow h2 {
    text-transform: uppercase;
    font-size: 1.5em;
}

.storeDescriptionRow .col-md-6>h2 {
    margin-bottom: 1.25em;
}

.storeDescriptionRow .col-md-6>p {
    margin-bottom: 1.5em;
}

.storeDescriptionRow .col-md-6>ul {
    padding-left: 1.75em;
}

.storeDescriptionRow .col-md-6>ul li {
    position: relative;
    line-height: 1.75em;
}

.storeDescriptionRow .col-md-6>ul li:before {
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    position: absolute;
    left: -1.75em;
}

.storeDescriptionRow .storeDescriptionRowClickAndCollect a {
    text-decoration: underline;
}

.showroomImage {
    padding: 3em 0;
    text-align: center;
}

.showroomImage img {
    max-width: 100%;
}

.storePageForms .formBlock {
    padding-bottom: 15px;
}

.storePageForms .radio-inline input[type=radio] {
    margin-top: 8px;
}

.formBlock .svg.chevronOpen {
    display: none;
}

.formBlock.closed .svg.chevronClose {
    display: none;
}

.formBlock.closed .svg.chevronOpen {
    display: inline-block;
}

.formBlockHeader {
    padding: 1em;
    width: 100%;
    line-height: 2em;
    cursor: pointer;
    border-top: 1px solid #eceee1;
}

.formBlockHeader .svg {
    float: right;
    line-height: 2em;
}

.formBlockHeader h2 {
    display: inline-block;
}

.formBlock.closed .formBlockInner {
    display: none;
}

.formBlockInner .storeFormInput {
    width: 100%;
    height: 2.5em;
    padding: 0 0.5em;
    margin: 0.75em 0;
}

.formBlockInner textarea.storeFormInput.requestsInput {
    height: 14.5em;
    line-height: 1.5em;
    padding-top: 0.5em;
}

.formBlockInner textarea.storeFormInput.storeMessageInput {
    height: 18.5em;
    line-height: 1.5em;
    padding-top: 0.5em;
}

.formBlockInner .contactMethodRadios,
.formBlockInner .signUpCheckbox {
    text-align: center;
    line-height: 2em;
}

.formBlockInner .contactMethodRadios span {
    margin-right: 2em;
}

.formBlockInner button.btn,
button.btn.bookAnAppointment {
    height: 40px;
    background-color: #a6182e;
    border: 0;
    color: white;
    border-radius: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

#appointmentRecaptcha,
#contactStoreRecaptcha {
    float: right;
    margin-bottom: 15px;
}

.storeMessageForm {
    margin-bottom: 30px;
}

.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 1px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev span:after {
    content: "\f0d9";
}

.ui-datepicker .ui-datepicker-next span:after {
    content: "\f0da";
}

.storeFormPopupBackground {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 2;
}

.storeFormPopupBackground.hasPopup {
    cursor: pointer;
}

.page-storeFinderPage .formBlockInner {
    position: relative;
}

.page-storeFinderPage .alert.alert-dismissable {
    margin-bottom: -1px;
    border: none;
    border-radius: 0;
}

.storeFormSpinner {
    animation: 1.5s linear infinite spin;
    border: solid 5px #eee;
    border-bottom-color: #4a3242;
    border-radius: 50%;
    content: "";
    height: 50px;
    width: 50px;
    top: 40%;
    left: 50%;
    opacity: inherit;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center;
    will-change: transform;
    z-index: 3;
}

.storeFormPopup {
    position: absolute;
    background-color: white;
    z-index: 4;
    top: 30%;
    height: 30%;
    width: 40%;
    left: 30%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 150px;
}

.storeFormPopup span {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.storeFormPopup .storePopupCloseButton {
    position: absolute;
    bottom: 15px;
    width: 30%;
    left: 35%;
    text-align: center;
    line-height: 40px;
    background-color: #a6182e;
    color: white;
    cursor: pointer;
}

.productSpecification h2 {
    font-size: 1.5em;
    margin-top: 1em;
}

.productSpecification ul.productSpecs {
    margin: 1em 0;
    overflow: auto;
}

.productSpecification ul.productSpecs li {
    line-height: 1.5em;
    padding: 0.5em 0;
    clear: both;
}

.productSpecification ul.productSpecs li .specLabel,
.productSpecification ul.productSpecs li .specValue {
    float: right;
    width: 50%;
}

.productSpecification ul.productSpecs li .specLabel {
    font-weight: bold;
    width: 50%;
    display: inline-block;
    float: left;
}

.productSpecification a#productSpecReadMore {
    font-size: 1.125em;
    margin-bottom: 2em;
    display: block;
    line-height: 3em;
}

.productSpecification a#productSpecReadMore:hover {
    text-decoration: none;
}

.productSpecification a#productSpecReadMore span {
    text-decoration: underline;
}

.productDetails {
    margin-bottom: 15px;
}

.productDetails>span {
    display: block;
}

.productDetails h1.productTitle {
    font-size: 1.75em;
    display: block;
    margin-bottom: 10px;
    line-height: 1.25em;
}

.productDetails h1.productTitle span {
    font-size: 1.125em;
}

.productDetails h1.productTitle span:first-child {
    display: block;
}

.productDetails h1.productTitle span.productManCode {
    color: #aaa;
    font-size: 0.722em;
    margin-top: 1.2em;
    display: block;
}

.productDetails span.productPrice {
    font-size: 2em;
    margin: 1em 0 0.5em;
    font-weight: 600;
}

.productDetails span.productPrice.salePrice,
.componentBlockPrice.salePrice,
.productDetails span.productPrice-YouSaveAmount {
    color: #b70000;
}

.productDetails span.productPrice .productWasPrice,
.componentBlockPrice.salePrice .productWasPrice {
    text-decoration: line-through;
    font-size: 0.7em;
    font-weight: 700;
    color: #aaa;
    margin-left: 5px;
}

.productDetails span.productDeliveryMessage {
    font-weight: bold;
    font-size: 0.875em;
    margin: 3em 0 1.5em;
}

.productDetails .add_to_cart_form {
    width: 100%;
    display: inline-block;
}

.productDetails .add_to_cart_form button.addToCartButton {
    height: 40px;
    background-color: #4a3242;
    border: 0;
    color: white;
    border-radius: 0;
    display: inline-block;
    width: 80%;
}

#productPhoneCTA {
    line-height: 40px;
    background-color: #4a3242;
    border: 0;
    color: white;
    border-radius: 0;
    display: block;
    padding: 0;
}

#productPhoneCTA i {
    margin-right: 2px;
}

.productDetails button.addToWishlist {
    display: inline-block;
    float: right;
    line-height: 36px;
    width: 40px;
    padding: 4px 0 0 1px;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.15em;
}

.productStoreLocatorBox {
    border: 1px solid #d7d7d7;
    margin: 1.5em 0;
    padding-bottom: 15px;
    position: relative;
}

.productStoreLocatorBox>div {
    width: 100%;
    display: inline-block;
    line-height: 3em;
    padding: 0 5%;
    position: relative;
    font-size: 0.875em;
}

.productStoreLocatorBox>div>* {
    display: block;
}

.productStoreLocatorBox>div>span {
    font-size: 0.85em;
}

.productStoreLocatorBox>div>span>i {
    margin-right: 5px;
}

.productStoreLocatorBoxHeader {
    background-color: #e6e6e6;
    text-align: center;
}

.productStoreLocatorBoxHeader>i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.pslOpeningHoursSummary>span {
    max-width: 75%;
    display: inline-block;
}

.pslResultsHeader>div {
    max-width: 65%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seeMoreStyles .pslResultsHeader>* {
    line-height: 1.5em;
}

.productStoreLocatorBoxResults {
    border: 1px solid #e6e6e6;
    font-size: 0.733em;
    margin: 1.5em 0;
}

.pslResultsHeader,
.pslResultsStore {
    padding: 1em 1.5em;
    border-bottom: 1px solid #e6e6e6;
}

.pslResultsHeader {
    line-height: 1.25em;
}

.pslResultsStore.pslResultsStoreFirst {
    background-color: #eee;
}

.pslResultsHeader .pslChangeStore,
.pslOpeningHoursSummary .pslStoreInfo {
    float: right;
    cursor: pointer;
}

.pslResultsStore .pslStoreName {
    font-weight: bold;
    line-height: 2em;
}

.pslResultsStore .pslStoreName span {
    font-weight: normal;
    color: #5A5A5A;
    margin-left: 5px;
}

.pslResultsStore .pslOpeningHoursSummary {
    font-size: 0.875em;
    line-height: 2em;
}

.pslOpeningHoursSummary .pslStoreInfo:after {
    background-image: url(../main/responsive/common/fa-svgs/chevron-down-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    padding: 6px;
    position: relative;
    margin-left: 8px;
}

.pslResultsHeader .pslChangeStore,
.pslOpeningHoursSummary .pslStoreInfo span {
    text-decoration: underline;
}

.pslStoreAdditionalInfo .pslAddress {
    padding: 1.5em 0;
}

.pslStoreAdditionalInfo ul.pslOpeningHours {
    padding-left: 0;
    line-height: 2em;
}

.pslStoreAdditionalInfo ul.pslOpeningHours li.pslToday {
    font-weight: bold;
}

.pslStoreAdditionalInfo ul.pslOpeningHours li span {
    width: 35%;
    display: inline-block;
}

.pslCollect .pslCollectButton {
    float: right;
    background-color: #a6182e;
    color: white;
    width: 50%;
    text-align: center;
    font-size: 1.125em;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
}

.pslCollect {
    line-height: 3em;
}

.pslCollect .pslCollectDate {
    color: #aaa;
}

.pslActions {
    clear: both;
    margin-top: 10px;
}

.pslActions a {
    text-decoration: underline;
}

.pslActions a:last-child {
    float: right;
}

.productStoreLocatorBox>div.productStoreLocatorOverlay {
    position: absolute;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    z-index: 7;
}

.productStoreLocatorBox>div.productStoreLocatorOverlay>i {
    display: inline-block;
    position: absolute;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    color: #5A5A5A;
}

.pslStock {
    width: 100%;
    height: 25px;
}

.pslStock.pslOutOfStock {
    color: #d9534f;
}

.pslStock.pslInStock {
    color: #5cb85c;
}

.pslStock>* {
    display: block;
    float: left;
    line-height: 25px;
}

.pslStock>i {
    font-size: 1.75em;
    margin-right: 5px;
}

.pslStock>span {
    font-size: 1.25em;
    font-weight: bold;
}

.productStoreLocatorBox input {
    border-radius: 0;
    line-height: 38px;
    height: 40px;
    padding: 0 30px 0 12px;
    width: 85%;
    display: inline-block;
}

.productStoreLocatorBox button#findStockSearchButton {
    width: 15%;
    float: right;
    line-height: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #d7d7d7;
    color: inherit;
}

#useMyLocationStockLookup {
    margin: 0;
    top: 0;
    right: 60px;
    height: 40px;
    line-height: 40px;
    width: 30px;
    font-size: 14px;
    padding-top: 1px;
}

.seeMoreStyles {
    width: 80%;
}

.seeMoreStylesHeader {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
}

.seeMoreStyles .owl-dots {
    display: none;
}

.seeMoreStyles .owl-nav {
    display: block;
}

.seeMoreStyles .owl-nav button,
.youMayAlsoLikeCarousel .owl-nav button {
    font-size: 0;
    position: absolute;
    top: calc(50% - 10px);
    height: 20px;
    width: 30px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.seeMoreStyles .owl-nav button:hover,
.youMayAlsoLikeCarousel .owl-nav button:hover {
    background: none;
    opacity: 0.7
}

.seeMoreStyles .owl-nav button.disabled,
.youMayAlsoLikeCarousel .owl-nav button.disabled {
    opacity: 0;
}

.seeMoreStyles .owl-nav .owl-prev,
.seeMoreStyles .owl-nav .owl-prev:hover {
    left: -25px;
    background-image: url(../main/responsive/common/images/arrow-left.png) !important;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.seeMoreStyles .owl-nav .owl-next,
.seeMoreStyles .owl-nav .owl-next:hover {
    right: -25px;
    background-image: url(../main/responsive/common/images/arrow-right.png) !important;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.seeMoreStyles a {
    padding: 3px;
    display: block;
}

.seeMoreStyles img {
    border: 1px solid #ddd;
}

.productImageGallery .heroCarousel {
    max-width: 640px;
    margin: auto;
}

.productImageGallery .owlThumbs {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.productImageGallery .owlThumbs button {
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 3px;
    border: 0;
    border: 1px solid #ddd;
    outline: none;
}

.productImageGallery .owlThumbs button.active {
    border-color: #aaa;
}

.productImageGallery .owlThumbs button img {
    width: 100%;
}

.productImageGallery .owl-dots {
    display: none;
}

.productDetailsRow {
    position: relative;
}

.productImageGallery {
    position: initial;
}

.productImageGallery .heroCarousel {
    max-width: 640px;
    margin: auto;
}

.productImageGallery .owl-dots {
    display: none;
}

.productImageGallery .owl-lazy.pan,
.productImageGallery img.zoomImg {
    cursor: url(../main/responsive/common/images/zoom-cursor.png), auto;
}

.productImageGallery img.zoomImg {
    background-color: white;
}

.productImageGallery .owl-nav {
    display: block !important;
}

.productImageGallery .owl-nav div {
    font-size: 0;
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.productImageGallery .owl-nav div:hover {
    opacity: 0.7;
}

.productImageGallery .owl-nav .owl-prev,
.productImageGallery .owl-nav .owl-prev:hover {
    left: -5px;
    background-image: url(../main/responsive/common/images/arrow-left.png) !important;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.productImageGallery .owl-nav .owl-next,
.productImageGallery .owl-nav .owl-next:hover {
    right: -5px;
    background-image: url(../main/responsive/common/images/arrow-right.png) !important;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

#productImageGallery .owl-item.active .owl-lazy {
    opacity: 1;
}

.owl-carousel.singleImage .owl-dots,
.owl-carousel.singleImage .owl-nav {
    display: none !important;
}

div#galleryPopupBackground {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.6;
}

div#galleryPopup {
    position: absolute;
    z-index: 31;
    top: 0;
    left: calc(50% - 500px);
    width: 100%;
    max-width: 1000px;
    background-color: white;
    padding: 20px 20px 0;
}

div#galleryPopup #galleryPopupClose {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 16px;
    cursor: pointer;
    font-size: 20px;
}

div#videoPopup {
    position: absolute;
    z-index: 7;
    top: 0;
    left: calc(50% - 500px);
    width: 100%;
    max-width: 1000px;
    background-color: white;
    padding: 25px;
}

div#videoPopup #videoPopupClose {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    font-size: 20px;
}

#productPopupImageGallery .owl-lazy {
    opacity: 1;
}

.productPageCollapsibleSection {
    padding-right: 0;
    padding-left: 0;
}

.productPageCollapsibleSection>div:first-child {
    border-top: 1px solid #ddd;
}

.productPageCollapsibleSection>* {
    padding-right: 30px;
    padding-left: 30px;
}

.productPageCollapsibleSectionHeader {
    cursor: pointer;
}

.productPageCollapsibleSectionHeader>* {
    font-size: 1.5em;
    line-height: 2.5em;
}

.productPageCollapsibleSectionHeader>.svg {
    float: right;
}

.productPageCollapsibleSection .productPageCollapsibleSectionHeader .svg.chevronRight {
    display: inline-block;
    height: 30px;
    float: right;
    padding-top: 10px;
}

.productPageCollapsibleSection .productPageCollapsibleSectionHeader .svg.chevronDown {
    display: none;
}

.productPageCollapsibleSection.productPageCollapsibleSectionOpen .productPageCollapsibleSectionHeader .svg.chevronRight {
    display: none;
}

.productPageCollapsibleSection.productPageCollapsibleSectionOpen .productPageCollapsibleSectionHeader .svg.chevronDown {
    display: inline-block;
    height: 30px;
    float: right;
    padding-top: 10px;
}

.productPageCollapsibleSection .productPageCollapsibleSectionBody {
    display: none;
    height: 0;
}

.productPageCollapsibleSection .productPageCollapsibleSectionBody>.row {
    margin-top: 15px;
}

.productPageCollapsibleSection .productPageCollapsibleSectionBody img {
    max-width: 100%;
}

.productPageCollapsibleSection.productPageCollapsibleSectionOpen .productPageCollapsibleSectionBody {
    display: block;
    height: auto;
    padding-bottom: 20px;
}

.productFinanceComponent .productPageCollapsibleSection:after {
    content: "";
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}

.variantDropdownsContainer {
    width: 100%;
    height: 23px;
    margin-bottom: 15px;
}

.variantDropdownsContainer select#ringMetalTypeDropdown {
    width: 39%;
    margin-right: 2.5%;
}

.variantDropdownsContainer select#stoneWeightDropdown {
    width: 28%;
    margin-right: 2.5%;
}

.variantDropdownsContainer select#ringSizeDropdown {
    width: 28%;
}

.variantDropdownsContainer select.variantDropdown {
    float: left;
    line-height: 1.5em;
    height: 1.5em;
}

.youMayAlsoLike {
    background-color: #f2f2f2;
}

.youMayAlsoLike,
.recentlyViewed {
    padding: 50px 0;
    margin: 30px 0;
}

.youMayAlsoLike .youMayAlsoLikeHeader,
.recentlyViewed .recentlyViewedHeader {
    font-size: 1.5em;
    line-height: 2.5em;
    padding-left: 10px;
    margin: 0;
}

.recentlyViewedCarousel .owl-stage {
    margin: auto;
}

.youMayAlsoLikeBlock,
.recentlyViewedBlock {
    margin-top: 5px;
    margin-bottom: 5px;
}

.youMayAlsoLikeBlock a,
.recentlyViewed a {
    display: block;
    margin: auto 15px;
    padding: 10px;
    background-color: white;
}

.youMayAlsoLikeBlock a {
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
}

.youMayAlsoLikeBlock a:hover,
.recentlyViewed a:hover {
    text-decoration: none !important;
}

.youMayAlsoLikeBlock .youMayAlsoLikeImg,
.recentlyViewedBlock .recentlyViewedImg {
    position: relative;
}

.youMayAlsoLikeBlock img,
.recentlyViewed img {
    width: 100%;
    margin-bottom: 15px;
}

.youMayAlsoLikeBlock .productPageAltImage,
.recentlyViewedBlock .productPageAltImage {
    position: absolute;
    opacity: 0 !important;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.2s ease-out;
}

.youMayAlsoLikeBlock .productPageAltImage:hover,
.recentlyViewedBlock .productPageAltImage:hover {
    opacity: 1 !important;
}

.youMayAlsoLikeBlock a>* {
    text-decoration: none !important;
}

.youMayAlsoLikeBlock a>h4 {
    font-size: 1em;
    margin: 0;
}

.youMayAlsoLikeBlock .youMayAlsoLikeBrandName {
    font-weight: bold;
}

.youMayAlsoLikeBlock .youMayAlsoLikeProductName {
    margin: 8px auto;
}

.youMayAlsoLikeBlock .youMayAlsoLikePrice {
    font-weight: bold;
}

.youMayAlsoLikeCarousel.owl-carousel .owl-dots {
    display: none;
}

.youMayAlsoLikeCarousel.owl-carousel .owl-nav {
    display: block;
}

.youMayAlsoLikeCarousel.owl-carousel .owl-nav div {
    font-size: 0;
    position: absolute;
    top: calc(50% - 10px);
    height: 20px;
    width: 30px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.youMayAlsoLikeCarousel.owl-carousel .owl-nav div:hover {
    background: none;
    opacity: 0.7;
}

.youMayAlsoLikeCarousel.owl-carousel .owl-nav div.disabled {
    opacity: 0;
}

.youMayAlsoLikeCarousel.owl-carousel .owl-nav .owl-prev,
.youMayAlsoLikeCarousel.owl-carousel .owl-nav .owl-prev:hover {
    left: -30px;
    background: url(../main/responsive/common/images/arrow-left.png);
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.youMayAlsoLikeCarousel.owl-carousel .owl-nav .owl-next,
.youMayAlsoLikeCarousel.owl-carousel .owl-nav .owl-next:hover {
    right: -30px;
    background: url(../main/responsive/common/images/arrow-right.png);
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.plpContainer {
    position: relative;
    margin-bottom: 50px;
}

.gridBlock {
    width: 100%;
    float: left;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.productTile {
    padding: 0;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 24.9%;
    position: relative;
}

.productTile a {
    text-decoration: none !important;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.productTile img {
    width: 100%;
    margin-bottom: 15px;
}

.productTile .productTileBrand {
    font-weight: 600;
    margin-bottom: 10px;
}

.productTile .productTileName {
    height: 36px;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productTile .productTileWishlist {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    background: url(../../d30y9cdsu7xlg0.cloudfront.net/png/25848-200.png);
    background-size: cover;
    opacity: 0.15;
    cursor: pointer;
}

.productTile .productTileWishlist.wishlist-selected {
    opacity: 1;
}

.productTilePrice {
    font-weight: 600;
    font-size: 1.4em;
    height: 25px;
}

.productTilePrice.salePrice {
    color: #ff6060;
}

.productTilePrice .productTileWasPrice {
    text-decoration: line-through;
    font-size: 0.7em;
    font-weight: 400;
    color: #aaa;
    margin-left: 5px;
}

.productTilePrice .rrp-price {
    font-size: 0.7em;
    font-weight: 400;
    color: #aaa;
}

.productTilePrice .productTilePriceFrom {
    text-transform: lowercase;
    font-size: 14px;
}

.productTile .productListerSecondary {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.2s ease-out;
}

.productTile .productListerSecondary:hover {
    opacity: 1;
}

div.productSort {
    margin: 10px 0;
    padding: 0;
}

.productSort:after {
    content: '';
    display: block;
    clear: both;
}

.productSort .hideGridFacets {
    cursor: pointer;
    float: left;
    line-height: 38px;
    margin-right: 20px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.productSort .hideGridFacets:after {
    content: '';
    display: block;
    clear: both;
}

.productSort .productItemNumber {
    float: right;
    line-height: 40px;
    margin-top: auto;
}

.productSort-mobile {
    display: none;
}

.appliedFiltersHeader span:first-child {
    font-weight: bold;
}

.appliedFiltersHeader .clearFacets {
    float: right;
    cursor: pointer;
}

.appliedFilters .appliedFilter {
    position: relative;
    line-height: 2em;
    margin-top: 10px;
    background-color: #f7f7f7;
    white-space: nowrap;
}

div.plp.appliedFilter {
    padding: 0 5px;
}

.appliedFilter span {
    line-height: 28px;
}

@media(min-width:992px) {
    .appliedFilter .facetAction {
        float: right;
    }
}

.appliedFilters .appliedFilter i {
    line-height: 28px;
    min-width: 12px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    margin-left: auto;
}

div.plp.appliedFilters {
    padding-top: 45px;
    display: flex;
    overflow-x: auto;
    padding-bottom: 0;
}

::-webkit-scrollbar {
    height: 2px;
}

.plp.appliedFilter {
    margin-bottom: 8px;
    margin-right: 8px;
    display: flex;
}

.gridFacets {
    position: relative;
    position: sticky;
    top: 62px;
    transition: all 0.2s ease-out;
}

.facetOptions {
    height: 0;
    overflow: hidden;
    display: none;
}

.facetItem {
    overflow: hidden;
}

.facetItem.facetOpen .facetOptions {
    height: auto;
    max-height: 210px;
    overflow-y: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
}

.facetTitle {
    white-space: nowrap;
    position: relative;
    font-weight: 600;
    padding: 7px 0;
    cursor: pointer;
    outline: none;
}

.facetOptions li {
    white-space: nowrap;
    padding: 4px 0;
    cursor: pointer;
    outline: none;
}

.facetOptions li:hover {
    text-decoration: underline;
}

.facetOptions li:before {
    content: '';
    width: 12px;
    height: 12px;
    margin-top: 3px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin-right: 8px;
    display: none !important;
}

.facetOptions li>div {
    width: 90%;
    white-space: normal;
    padding-left: 19px;
    line-height: 1.5em;
}

.facetOptions li.filterSelected:before {
    background-color: #4a3242;
    border-color: #4a3242;
}

.facetItem .facetTitle:after {
    background-image: url(../main/responsive/common/fa-svgs/chevron-right-light.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    right: 0;
    color: #ccc;
    font-size: 0.8em;
    position: relative;
    float: right;
    margin-top: 15px;
    padding: 5px;
    top: 3px;
}

.facetItem.facetOpen .facetTitle:after {
    background-image: url(../main/responsive/common/fa-svgs/chevron-down-light.svg);
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: 15px;
    padding: 5px;
}

.facetOptions li:focus:before,
.facetItem .facetTitle:focus:after,
li.paginationAction:focus span {
    outline-width: 2px;
    outline-style: solid;
    outline-color: rgba(210, 48, 54, 0.75) !important;
    outline-offset: -2px;
}

.facetItems .facet-deliveryOption {
    display: none;
}

.facetItem.facetOpen.facet-deliveryOption .facetOptions-deliveryOption {
    list-style: none;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
    max-height: 50px;
}

.facet-deliveryOption .facetOptions {
    padding: 0;
    display: block;
    height: auto;
}

.facetOptions-deliveryOption li:before {
    display: none;
}

.facetOptions-deliveryOption li>div,
.facetOptions-deliveryOption li>div .svg.facetXmark {
    padding-left: 0;
    height: 16px;
}

.facetOptions-deliveryOption li>div {
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
}

.facetOptions-deliveryOption li>div span {
    line-height: 20px;
    display: inline-block;
    padding: 0 8px;
}

.facetOptions-deliveryOption li>div .svg.facetXmark {
    top: 0;
}

.onOffSelector {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-left: auto;
}

.onOffSelector .onSelector {
    position: relative;
    width: 50px;
    background-color: #000000;
    color: #ffffff;
    line-height: 22px;
    padding: 0 5px;
    border-radius: 11px;
}

.onOffSelector .onSelector:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background-color: #ffffff;
    top: 3px;
    right: 3px;
}

.onOffSelector .offSelector {
    position: relative;
    width: 50px;
    background-color: #a6a6a6;
    color: #ffffff;
    line-height: 22px;
    padding: 0 7px;
    border-radius: 11px;
    text-align: right;
}

.onOffSelector .offSelector:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background-color: #ffffff;
    top: 3px;
    left: 3px;
}

.onOffSelector .offSelector {
    display: block;
}

.onOffSelector .onSelector {
    display: none;
}

.filterSelected .onOffSelector .offSelector {
    display: none;
}

.filterSelected .onOffSelector .onSelector {
    display: block;
}

.productTileIfc {
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    color: #000;
    padding: 10px 15px;
    margin-top: 10px;
}

.productTileIfc b {
    text-decoration: underline;
}

.plpYouSearchedFor {
    text-align: center;
    padding: 30px 0;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

.facetItems-priceSlider .facetItem.facetOpen .facetOptions {
    overflow-y: visible;
    padding: 15px 10px 0;
    height: 80px;
    display: block;
}

.facetItem.facetOpen .facetOptions {
    margin-bottom: 5px;
    overflow: inherit;
}

.seeMore {
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

.seeLess {
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

.facetItems-priceSlider:focus-within {
    position: relative;
    z-index: 8;
}

#priceSlider {
    height: 4px;
    border-color: #d7d7d7;
}

#priceSlider .noUi-connect {
    background: #888;
    height: 4px;
    top: -1px;
}

#priceSlider .noUi-connects {
    overflow: visible;
}

html:not([dir=rtl]) #priceSlider.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: -8px;
    right: -10px;
    border-color: #888;
}

#priceSlider .noUi-handle:after,
#priceSlider .noUi-handle:before {
    height: 6px;
    top: 6px;
    left: 7px;
    background-color: #888;
}

#priceSlider .noUi-handle:after {
    left: 10px;
}

#priceSliderValues {
    margin: 15px -7px 0;
    font-size: 0.85em;
}

#priceSliderValues>div {
    width: 50%;
    display: inline-block;
}

.priceValueInputBlock {
    width: 96%;
    display: inline-block;
    position: relative;
}

.priceValueInputLabel {
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 12px;
    font-weight: bold;
}

.priceValueInputCurrency {
    position: absolute;
    top: 22px;
    left: 6px;
}

.priceValueInputBlock>input {
    width: 100%;
    padding-top: 20px;
    padding-left: 12px;
}

.priceValueInputBlock>input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#priceSliderValues .toPrice {
    float: right;
    text-align: right;
}

.gridFacetsHidden .gridFacets {
    width: 0;
    padding: 0;
    opacity: 0;
}

.gridFacetsHidden .productGrid {
    width: 100%;
}

.productGrid {
    transition: all 0.2s ease-out;
}

.product-tile-wishlist {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 3;
}

.productCarouselBlock .productCarouselWishlist {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    padding-right: 20px;
    width: 40px;
    z-index: 3;
}

.productCarouselWishlist.wishlistOff:hover:after {
    content: '';
    background-image: url(../main/responsive/common/fa-svgs/heart-solid.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    position: absolute;
    top: 8px;
    right: 15px;
    padding-right: 28px;
    height: 18px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #5A5A5A;
}

.sortSelect {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0 5px;
}

.sortSelect option:empty {
    display: none;
}

.paginationBottom {
    text-align: center;
    clear: both;
}

.paginationBottom .paginationAction {
    cursor: pointer;
}

.pagination-prev.disabled,
.pagination-next.disabled {
    opacity: 0.6;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    padding: 4px;
    color: inherit;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: inherit;
    background-color: transparent;
    font-weight: bold;
}

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: inherit;
    background-color: transparent;
}

.pagination-LoadMorePrevBlock {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.productStyleBuilderResultsPrevPagePaginationContainer .pagination-LoadMorePrevBlock {
    float: none;
}

.pagination-LoadMorePrevBlock>div {
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.pagination-viewedCount {
    float: left;
    width: 100%;
    text-align: center;
}

.pagination-viewedCountMessage {
    font-size: 11px;
}

.pagination-viewedCountBarOuter {
    width: 150px;
    height: 2px;
    background-color: #ccc;
    margin: 7px auto 12px;
    position: relative;
}

.pagination-viewedCountBarInner {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #a6182e;
}

.listingPageOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 7;
    background-color: rgba(255, 255, 255, 0.5);
}

.listingPageOverlay i {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0.8;
}

.cartTop {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.cartTop h1 {
    font-size: 1.333em;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.cartTop .cartNortonSealMobile {
    display: none;
}

.cartTop .cartTopDetails {
    font-size: 0.933em;
    display: inline-block;
    margin-top: 10px;
    line-height: 2em;
}

.cartTop .cartTopDetails a,
.cartTop .cartTopDetails strong {
    color: black;
    font-weight: bold;
    text-decoration: none !important;
}

.cartPage button.btn-block.btn--continue-checkout {
    line-height: 3.667em;
    width: 250px;
    background-color: #4a3242;
    border: 0;
    color: white;
    float: right;
    border-radius: 0;
    margin: 1.3em 0;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
}

.cartProductListHeader table {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
}

.cartProductListHeader .cartNortonSeal {
    max-height: 60px;
    float: right;
    margin-right: 20px;
}

.cartPage .cartProductListHeader button.btn-block.btn--continue-checkout {
    margin: 8px 0;
}

.cartProductListHeader>div {
    padding: 0;
}

.cartProductListHeader a {
    line-height: 60px;
    display: inline-block;
    text-decoration: underline;
    text-transform: uppercase;
    color: #5A5A5A;
    font-size: 0.8em;
}

.cartProductListHeader {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.cartProductList .bagID {
    line-height: 4.5em;
    font-size: 1.125em;
    margin-left: 1em;
}

.cartProductList .cartProductHeader {
    line-height: 3.143em;
}

.cartProductList .cartProductHeader,
button.btn.cartProductPlusMinus {
    background-color: #f5f5f5;
}

.cartProductList .cartProductHeader>div {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}

.cartProductList .cartProductHeader>div.cartProductDetails {
    text-align: left;
    padding-left: 30px;
}

.cartProductList .cartProductHeader>div.cartProductSubtotal,
.cartProductList .cartProductRow .cartProductSubtotal {
    text-align: right;
    padding-right: 30px;
}

.cartProductList .cartProductRow {
    border-bottom: 1px solid #ddd;
    padding: 1.25em 0;
}

.cartProductList .cartProductDetails>* {
    float: left;
}

.cartProductList .cartProductDetailsInfo {
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 0.933em;
    padding-left: 15px;
}

.cartProductList .cartProductDetailsInfo a {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.cartProductList .cartProductDetailsInfo a>* {
    display: block;
    margin-bottom: 7px;
}

.cartProductList .cartProductDetailsInfo a>strong {
    text-transform: uppercase;
}

.cartProductList .cartProductDetailsInfo>span {
    display: block;
    color: #aaa;
    margin-bottom: 8px;
}

.cartProductList .cartProductDetailsInfo>span.cartVariantValue {
    color: initial;
}

.cartProductList .cartProductDetailsInfo>span.cartProductDetailsInfoLinks {
    margin: 20px 0 10px;
}

.cartProductList .cartProductDetailsInfo>span.cartProductDetailsInfoLinks a {
    padding: 0 15px;
    text-decoration: underline;
    border-left: 1px solid #d7d7d7;
    float: left;
    text-transform: uppercase;
    color: #888;
}

.cartProductList .cartProductDetailsInfo>span.cartProductDetailsInfoLinks a:first-child {
    border-left: none;
    padding-left: 0;
}

.cartProductList .cartProductQuantityBlock {
    width: 7.5em;
    margin: auto;
    display: block;
    min-height: 40px;
}

.cartProductList .cartProductQuantityBlock>* {
    line-height: 2.5em;
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #d7d7d7;
    font-size: 0.933em;
    float: left;
    border-radius: 0;
}

.cartProductList .cartProductQuantityBlock>button {
    background-color: #f7f7f7;
    color: #aaa;
}

.cartProductList .cartProductQuantityBlock>button i {
    font-size: 0.8em;
}

.cartProductList .cartProductQuantityBlock>*:nth-child(2) {
    border-left: none;
    border-right: none;
}

.cartProductList .cartProductQuantityBlock input.cartProductQuantity[type='number'] {
    -moz-appearance: textfield;
    background-color: white;
}

.cartProductList .cartProductQuantityBlock input.cartProductQuantity::-webkit-outer-spin-button,
.cartProductList .cartProductQuantityBlock input.cartProductQuantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cartPageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 7;
    background-color: rgba(255, 255, 255, 0.5);
}

.cartPageOverlay i {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0.8;
}

.cartProductMessage {
    text-align: center;
}

.cartProductMessage.cartProductOutOfStockMessage {
    color: #aaaaaa;
}

.cartProductMessage.cartProductLowStockMessage,
.cartProductMessage.cartProductUnavailableMessage {
    color: #d9534f;
}

.cartProductList .cartProductRow .cartProductItemPrice,
.cartProductList .cartProductRow .cartProductSubtotal {
    font-size: 0.933em;
    line-height: 2.857em;
}

.cartProductList .cartProductRow .cartProductItemPrice {
    text-align: center;
}

.cartProductList .cartProductRow .cartProductDetailsImg {
    max-width: 100px;
}

.cartPromotionBlock h2 {
    font-size: 0.933em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.5em;
}

.cartPromotionBlock .promotionInputBlock {
    margin-bottom: 1em;
    width: 60%;
    display: inline-block;
}

.cartPromotionBlock .promotionInputBlock>* {
    float: left;
    border-radius: 0;
}

.cartPromotionBlock .promotionInputBlock input.promotionCode {
    font-size: 0.933em;
    line-height: 2.857em;
    width: 80%;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-right: 0;
}

.cartPromotionBlock .promotionInputBlock button.promotionCodeSubmit {
    font-size: 0.8em;
    line-height: 3.333em;
    padding: 0;
    width: 20%;
    background-color: black;
    border: 1px solid black;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.cartPromotionBlock .promotionInputBlock button.promotionCodeSubmit::placeholder {
    color: #aaa;
}

.cartPromotionBlock .promotionInputBlock>.alert {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 18px;
    padding: 9px 10px;
    font-size: 0.933em;
    color: black;
    position: relative;
}

.cartPromotionBlock .promotionInputBlock>.alert span {
    width: calc(100% - 25px);
    display: inline-block;
}

.cartPromotionBlock .promotionInputBlock>.alert.alert-success {
    background-color: #eff5e7;
    border-color: #eff5e7;
}

.cartPromotionBlock .promotionInputBlock>.alert.alert-danger {
    background-color: #f5e7ef;
    border-color: #f5e7ef;
}

.cartPromotionBlock .promotionInputBlock .alert>.closeAlert {
    line-height: 18px;
    cursor: pointer;
    width: 15px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.deliveryOptionBlock {
    margin-top: 2.5em;
    display: inline-block;
    width: 100%;
    position: relative;
}

.deliveryOptionBlockSpinnerOverlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
}

#deliveryOptionBlockSpinner {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 50px;
    color: white;
}

.deliveryOptionBlock .deliveryOptionTab {
    width: 50%;
    display: inline-block;
    text-align: center;
    line-height: 3em;
    border: 1px solid #ddd;
    color: #aaa;
    float: left;
    z-index: 2;
    position: relative;
    cursor: pointer;
    font-size: 0.933em;
    text-transform: uppercase;
    font-weight: bold;
}

.deliveryOptionBlock .deliveryOptionTab.deliveryOptionTabCollect {
    border-left: none;
}

.deliveryOptionBlock .deliveryOptionTab.active {
    background-color: #f5f5f5;
    color: black;
    border-bottom: none;
}

.deliveryOptionBlock .deliveryOptionMain {
    width: 100%;
    background-color: #f5f5f5;
    float: left;
    padding: 20px 15px;
    border: 1px solid #ddd;
    z-index: 1;
    border-top: none;
    margin-top: -1px;
    font-size: 0.933em;
}

.deliveryOptionBlock .deliveryOptionMain .shippingRow {
    margin-bottom: 1em;
}

.deliveryOptionBlock .deliveryOptionMain .zipCodeRow {
    margin-bottom: 0.5em;
}

.deliveryOptionBlock .deliveryOptionMain .zipCodeRow input,
.deliveryOptionBlock .deliveryOptionMain select,
.deliveryOptionMainCollect input {
    border-radius: 0;
    line-height: 45px;
    height: 45px;
    padding: 0;
    padding-left: 0.5em;
    font-size: inherit;
    color: #000000;
}

#deliveryOptionsPostcode,
.deliveryOptionMainCollect input {
    width: calc(100% - 45px);
    display: inline-block;
}

.deliveryOptionMainCollect input,
#pac-input-pickup {
    padding-right: 30px;
}

.pickUpPopupSearchBlockErrorBlock {
    display: none;
}

.pickUpPopupSearchBlock.inputBlank #pac-input-pickup {
    border-color: #d9534f;
}

.pickUpPopupSearchBlock.inputBlank .pickUpPopupSearchBlockErrorBlock {
    font-size: 0.933em;
    color: #B01717;
    padding-left: 2px;
    line-height: 26px;
    clear: both;
    display: block;
    float: left;
}

#useMyLocationClickAndCollectLookup,
#useMyLocationClickAndCollectPopupLookup {
    height: 45px;
    line-height: 45px;
    width: 30px;
    margin-left: -32px;
}

#deliveryOptionsPostcodeButton,
.deliveryOptionMainCollect button#findAStoreSearchButton {
    width: 45px;
    float: right;
    height: 45px;
    padding: 0;
    border-radius: 0;
    background-color: black;
    border-color: black;
    color: white;
}

.totalsRow .deliveryOptionsValue {
    font-weight: bold;
}

.deliveryOptionsTitle i {
    font-size: 0.75em;
}

.deliveryOptionBlock .deliveryOptionMain hr {
    margin: 10px 0;
    border-top: 1px solid #ddd;
}

.deliveryOptionsTitle,
.deliveryOptionsValue {
    line-height: 2.25em;
}

.deliveryOptionsValue {
    text-align: right;
}

.findAStoreSearchCol {
    margin: 15px 0;
}

.zipCodeRow .deliveryOptionsValue,
.shippingRow .deliveryOptionsValue {
    margin-top: 2.25em;
}

.showGiftWrapOptionsBlock,
.giftWrapDetailsBlock>div,
.giftWrapAppliedBlock>div {
    margin-top: 20px;
}

.showGiftWrapOptionsBlock,
.giftWrapImageAndType {
    padding-left: 130px;
}

.showGiftWrapOptions,
.showGiftWrapOptions:hover {
    font-size: 0.933em;
    color: black;
    text-decoration: none;
}

.showGiftWrapOptions span {
    text-decoration: underline;
}

.showGiftWrapOptions i {
    font-size: 12px;
}

.invalidMessage .giftWrapMessageLetterCount {
    color: #ff1010;
}

span.specialCharError {
    color: #ff1010;
    font-weight: bold;
}

.invalidMessage .giftWrapSaveButton {
    cursor: default;
    opacity: 0.7;
    pointer-events: none;
}

.cmsContainer {
    margin-top: 75px;
}

.cmsContainer:first-child {
    margin-top: 0;
}

.cmsContainer:last-child {
    margin-bottom: 75px;
}

.cmsContainer .row>.containerTitleSection>h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.cmsContainer .row>.containerTitleSection>p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 500px;
    width: 80%;
}

.cmsContainer.removeMarginTop {
    margin-top: 0;
}

.cmsContainer.titlesLeftAligned .containerTitleSection {
    text-align: left;
}

.containerBorderTop {
    border-top: 1px solid #f2f2f2;
    padding-top: 75px;
}

.containerFullWidth,
.cmsBannerCarouselComponent {
    width: 100%;
}

.cmsBannerCarouselComponent {
    padding-left: 0;
    padding-right: 0;
}

.cmsBannerCarouselComponentItem {
    position: relative;
}

.containerFullWidth>.row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.containerNormal {
    max-width: 1430px;
}

.containerNarrow {
    max-width: 1200px;
}

.containerExtraNarrow {
    max-width: 1000px;
}

.cmsBannerCarouselComponent .owl-nav {
    display: block !important;
}

.cmsBannerCarouselComponent .owl-nav object {
    pointer-events: none;
}

.cmsBannerCarouselComponent .owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
    position: absolute;
    top: calc(50% - 25px);
    line-height: 50px;
    width: 30px;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.cmsBannerCarouselComponent .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.cmsBannerCarouselComponent .owl-nav .owl-prev,
.productImageGallery .owl-nav .owl-prev:hover {
    left: 5px;
    background-color: transparent !important;
    z-index: 2;
    cursor: pointer;
}

.cmsBannerCarouselComponent .owl-nav .owl-next,
.productImageGallery .owl-nav .owl-next:hover {
    right: 5px;
    background-color: transparent !important;
    z-index: 2;
    cursor: pointer;
}

.cmsBannerCarouselComponent .owl-dots {
    display: block;
    margin-top: -40px;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.cmsBannerCarouselComponent .owl-dot span {
    display: inline-block !important;
    height: 10px !important;
    width: 10px !important;
    background-color: white !important;
    border: 1px solid #aaa;
    border-radius: 100px !important;
    margin: 0 3px !important;
}

.cmsBannerCarouselComponent .owl-dot.active span {
    background-color: #aaa !important;
    border-color: white !important;
}

.imageFill {
    width: 100%;
}

.containerTitleSection {
    min-height: 0px;
    text-align: center;
}

.blockComponentContainer {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    clear: both;
}

.blockComponent {
    float: none;
}

.componentBlockText h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto;
}

.componentBlockText a.blockComponentHeaderLink {
    font-size: 1em;
    border: none;
    display: block;
    color: initial;
    padding: 0;
    transition: none;
    margin: 0;
    text-decoration: none
}

.componentBlockText a.blockComponentHeaderLink:hover {
    color: initial;
}

.componentBlockText span~a.blockComponentHeaderLink h3,
.componentBlockText span~h3 {
    margin-top: 5px;
}

.componentBlockText p {
    margin-top: 15px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.componentBlockText a {
    display: inline-block;
    margin: 15px;
    text-decoration: underline;
}

.productCarouselTextTitle {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.bannerContent {
    position: absolute;
    width: 100%;
}

.bannerContentInner {
    display: inline-block;
    text-align: center;
}

.contentTop {
    top: 25%;
    transform: translateY(-50%);
}

.contentMiddle {
    top: 50%;
    transform: translateY(-50%);
}

.contentBottom {
    top: 70%;
    transform: translateY(-50%);
}

.contentLeft .bannerContentInner {
    float: left;
    margin-left: 10%;
}

.contentCenter {
    text-align: center;
}

.contentRight .bannerContentInner {
    float: right;
    margin-right: 10%;
}

a.bannerOuterLink {
    font-family: initial;
}

.bannerContentInner h1,
.bannerContentInner h2 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-size: 2.4em;
    text-transform: uppercase;
    line-height: normal !important;
    margin-bottom: 0px;
}

.bannerContent .bannerContentInner span~h1,
.bannerContent .bannerContentInner span~a h1,
.bannerContent .bannerContentInner span~h2,
.bannerContent .bannerContentInner span~a h2,
.containerTitleSection span~h2,
.contentCarouselComponent .containerTitleSection span~h2,
.uspBar span~h3,
.containerTitleSection span~h1,
.containerTitleSection span~h2 {
    margin-top: 5px;
}

.containerFullWidth .bannerContentInner h1,
.containerFullWidth .bannerContentInner h2 {
    font-size: 3.6em;
}

.bannerContentInner p {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    font-size: 1.3em;
}

.bannerContentInner span.bannerLinkButton {
    padding: 10px 30px;
    display: inline-block;
    color: inherit;
}

.uspBarMobile {
    display: none;
}

.uspBar {
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.uspBar h3 {
    font-size: 1.2em;
    margin-bottom: 3px;
    line-height: normal;
}

.uspBar p {
    font-size: 0.9em;
    color: #aaa;
}

.contentCarousel,
.productCarousel.owl-carousel {
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 30px;
}

.contentCarousel.owl-carousel .contentCarouselBlock,
.productCarousel.owl-carousel .productCarouselBlock {
    padding: 15px;
}

.productCarousel.owl-carousel .productCarouselBlock {
    position: relative;
}

.contentCarousel.owl-carousel .contentCarouselBlock a h4 {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 1em;
    margin: 0;
}

.contentCarousel.owl-carousel .contentCarouselBlock a,
.productCarousel.owl-carousel .productCarouselBlock a {
    display: block;
}

.contentCarousel.owl-carousel .contentCarouselBlock a {
    background-color: white;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 1);
}

.contentCarousel.owl-carousel .owl-nav,
.contentCarousel.owl-carousel .owl-nav.disabled,
.productCarousel.owl-carousel .owl-nav,
.productCarousel.owl-carousel .owl-nav.disabled {
    display: block;
}

.contentCarousel.owl-carousel .owl-nav button,
.productCarousel.owl-carousel .owl-nav button {
    font-size: 0;
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.contentCarousel.owl-carousel .owl-nav button span,
.productCarousel.owl-carousel .owl-nav button span {
    display: none;
}

.contentCarousel.owl-carousel .owl-nav button:hover,
.productCarousel.owl-carousel .owl-nav button:hover {
    opacity: 0.7;
}

.contentCarousel.owl-carousel .owl-nav .owl-prev,
.productCarousel.owl-carousel .owl-nav .owl-prev {
    left: -30px;
    background: url(../main/responsive/common/images/arrow-left.png);
    cursor: pointer;
}

.contentCarousel.owl-carousel .owl-nav .owl-next,
.productCarousel.owl-carousel .owl-nav .owl-next {
    right: -30px;
    background: url(../main/responsive/common/images/arrow-right.png);
    cursor: pointer;
}

.containerFullWidth .contentCarousel.owl-carousel,
.containerFullWidth .productCarousel.owl-carousel {
    padding: 0 35px;
}

.containerFullWidth .contentCarousel.owl-carousel .owl-nav .owl-prev,
.containerFullWidth .productCarousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.containerFullWidth .contentCarousel.owl-carousel .owl-nav .owl-next,
.containerFullWidth .productCarousel.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.invertArrowColour .contentCarousel.owl-carousel .owl-nav .owl-prev,
.invertArrowColour .productCarousel.owl-carousel .owl-nav .owl-prev {
    left: -30px;
    background: url(../main/responsive/common/images/arrow-left-invert.png);
    cursor: pointer;
}

.invertArrowColour .contentCarousel.owl-carousel .owl-nav .owl-next,
.invertArrowColour .productCarousel.owl-carousel .owl-nav .owl-next {
    right: -30px;
    background: url(../main/responsive/common/images/arrow-right-invert.png);
    cursor: pointer;
}

.contentCarouselLink,
.productCarouselLink {
    text-align: center;
    margin-bottom: 30px;
    clear: both;
    width: 100%;
}

.contentCarouselLink a,
.productCarouselLink a {
    text-decoration: underline;
}

h4.componentBlockText,
.componentBlockText {
    font-size: 1em;
    background-color: white;
    text-align: center;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
}

.componentBlockPrice {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.informationPage {
    padding-top: 30px;
    padding-bottom: 30px;
}

.informationPage .informationPageContent h1 {
    font-size: 2em;
    margin-bottom: 30px;
}

.informationPage .informationPageContent h2 {
    font-size: 1.375em;
    margin-bottom: 30px;
}

.informationPage .informationPageContent p {
    margin-bottom: 30px;
    font-size: 0.875em;
    line-height: 1.75em;
}

.informationPage .informationPageContent img {
    margin-bottom: 30px;
}

@media(min-width:992px) {
    #findAStoreSearchBox {
        position: absolute;
        z-index: 2;
        width: 400px;
        background-color: white;
        text-align: center;
        padding: 0;
        top: 50px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 1);
        box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 1);
    }
}

@media only screen and (min-width:992px) {
    .wishlistMobile {
        display: none;
    }
}

@media(max-width:992px) {
    .wishlistMobile {
        position: fixed;
        width: 100%;
        height: 100px;
        background-color: #F5F5F5;
        bottom: 0px;
        left: 0px;
        z-index: 8;
        display: none;
    }
}

.findAStoreSearchBoxSearch {
    padding: 20px;
}

.findAStoreSearchBoxResult {
    padding: 20px 40px 20px 20px;
    text-align: left;
    position: relative;
    border-top: 1px solid #ddd;
    background-color: #f7f7f7;
}

.findAStoreSearchBoxResult.closed {
    background-color: inherit;
}

.findAStoreSearchBoxResult.findAStoreSearchBoxResultHighlight {
    background-color: #f7f7f7;
}

.findAStoreSearchBoxResult h2 {
    display: inline-block;
    font-size: 1.15em;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 0.75em;
}

.findAStoreSearchBoxResult hr {
    border-color: #ccc;
}

.findAStoreSearchBoxResult .storeFinderFormattedDistance {
    font-size: 1.15em;
    margin-bottom: 0.75em;
}

.findAStoreSearchBoxResult .storeFinderSpan,
.findAStoreSearchBoxResult.closed .storeFinderSpan.storeFinderOpeningHours {
    display: table;
    line-height: 1.5em;
    clear: both;
}

.findAStoreSearchBoxResult .storeFinderOpeningHour {
    float: left;
    width: 50%;
    padding-right: 8%;
}

.findAStoreSearchBoxResult .storeFinderOpeningHourTime {
    float: right;
}

.findAStoreSearchBoxResult .storeFinderOpeningHourToday {
    font-weight: bold;
}

.findAStoreSearchBoxResult .storeFinderOurOpeningHours {
    margin-bottom: 20px;
}

.findAStoreSearchBoxResult .storeFinderMoreDetails>div {
    overflow: auto;
}

.findAStoreSearchBoxResult .storeFinderSpan a {
    text-decoration: underline;
}

.findAStoreSearchBoxResult .storeFinderSpan a:first-child {
    padding-right: 10px;
    border-right: 1px solid #5A5A5A;
}

.findAStoreSearchBoxResult .storeFinderSpan a:last-child {
    padding-left: 10px;
}

.findAStoreSearchBoxResult i.openClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.25em;
    cursor: pointer;
}

.findAStoreSearchBoxResult .openClose.openArrow {
    display: none;
}

.findAStoreSearchBoxResult .openClose.closeArrow {
    display: block;
}

.findAStoreSearchBoxResult.closed .openClose.closeArrow {
    display: none;
}

.findAStoreSearchBoxResult.closed .openClose.openArrow {
    display: block;
}

.findAStoreSearchBoxResult .storeFinderMoreDetails,
.findAStoreSearchBoxResult.closed .storeFinderOpeningHours {
    display: block;
}

.findAStoreSearchBoxResult.closed .storeFinderMoreDetails,
.findAStoreSearchBoxResult .storeFinderOpeningHours {
    display: none;
}

.findAStoreSearchBoxResults.hidden-xs.hidden-sm {
    max-height: 450px;
    overflow: auto;
}

.findAStoreSearchBoxResults {
    position: relative;
}

.signInRegister>h1,
.signInRegister>p,
.forgottenPassword>h2,
.forgottenPasswordSuccess>h2 {
    text-align: center;
}

.signInRegister>h1,
.forgottenPassword>h2,
.forgottenPasswordSuccess>h2 {
    font-size: 1.33em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.signInRegister>h1 {
    margin: 70px auto 30px;
}

.signInRegister>p {
    margin: 0 0 50px;
    font-size: 0.933em;
}

.signInRegister>p>a {
    font-weight: bold;
}

.signInRegister button.btn,
#forgottenPwdForm button.btn,
#insuranceForgottenPwdForm button.btn,
.termsAndConditionsPopup button.btn {
    border-radius: 0;
    height: 40px;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    text-transform: uppercase;
}

.signInRegister button.btn.btn-primary,
#forgottenPwdForm button.btn.btn-primary,
#insuranceForgottenPwdForm button.btn.btn-primary,
.forgottenPasswordSuccess button.btn.btn-primary,
.termsAndConditionsPopup button.btn.btn-primary {
    background-color: #a6182e;
    border-color: #a6182e;
}

.forgottenPasswordSuccess .description {
    text-align: center;
    margin: 25px auto;
}

button#forgottenPasswordSuccessClose {
    width: 150px;
    margin: auto;
    line-height: 30px;
}

.loginForm,
.registerForm,
.loginToRegisterBlock,
.registerToLoginBlock {
    padding: 25px;
    border: 1px solid #ddd;
    margin-bottom: 35px
}

.loginForm h2,
.registerForm h2,
.loginToRegisterBlock h2,
.registerToLoginBlock h2 {
    font-size: 0.933em;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.loginForm .control-label,
.registerForm .control-label,
#forgottenPwdForm .control-label,
#insuranceForgottenPwdForm .control-label {
    font-weight: normal;
    color: #747474;
    font-size: 0.933em;
}

.loginForm .form-control,
.registerForm .form-control {
    border-radius: 0;
    border-color: #ddd;
    line-height: 44px;
}

.signInRegister .forgotten-password {
    text-align: center;
    margin: 20px auto 0;
    text-decoration: underline;
}

.resetPasswordErrorMessage {
    display: none;
}

.form-group.formError {
    margin-bottom: 0;
}

.form-group.formError~.resetPasswordErrorMessage {
    display: block;
    color: #B01717;
    line-height: 30px;
    margin-bottom: 10px;
}

.form-group.formError input {
    border-color: #B01717;
    margin-bottom: 0;
}

form#registerForm .help-block {
    font-size: 0.933em;
    color: black;
}

.registerForm .control-label.registerTermsAndConditions {
    color: black;
    line-height: 22px;
}

.registerForm .control-label.registerTermsAndConditions a {
    color: #5A5A5A;
}

.accountHeaderBlock {
    margin: 40px auto 25px;
}

.accountHeaderBlock h1 {
    font-size: 1.333em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.accountHeaderBlock span {
    font-size: 0.933em;
}

.accountMenu {
    width: 100%;
}

.accountMenu a {
    display: block;
    text-decoration: none;
    line-height: 3em;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
}

.accountMenu a:first-child {
    border: none;
}

.accountMenu a i {
    width: 20%;
    text-align: center;
    color: black;
    font-size: 1.25em;
    line-height: 2.4em;
}

.accountMenu.overviewActive .accountOverviewLink,
.accountMenu.overviewActive .accountOverviewLink i,
.accountMenu.ordersActive .accountOrdersLink,
.accountMenu.ordersActive .accountOrdersLink i,
.accountMenu.valuationsActive .accountValuationsLink,
.accountMenu.valuationsActive .accountValuationsLink i,
.accountMenu.wishlistActive .accountWishlistLink,
.accountMenu.wishlistActive .accountWishlistLink i,
.accountMenu.profileActive .accountProfileLink,
.accountMenu.profileActive .accountProfileLink i,
.accountMenu.passwordActive .accountUpdatePasswordLink,
.accountMenu.passwordActive .accountUpdatePasswordLink i,
.accountMenu.addressActive .accountAddressBookLink,
.accountMenu.addressActive .accountAddressBookLink i,
.accountMenu.contactActive .accountContactLink,
.accountMenu.contactActive .accountContactLink i {
    color: white !important;
    background-color: black;
}

.accountMainSectionOuter {
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
}

.accountMainSectionHeader {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.accountMainSectionHeader h2 {
    color: black;
    line-height: 30px;
    max-width: 50%;
    display: inline-block;
    font-size: 0.933em;
    text-transform: uppercase;
}

.accountMainSectionHeader i.rightIcon {
    line-height: 30px;
    float: right;
    margin-top: 20px;
}

.accountMainSectionInner .row {
    margin-bottom: 40px;
}

.accountMainSectionInner:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.accountMainSectionInner .accountLabel,
.accountMainSectionInner .control-label {
    display: block;
    color: #aaa;
    line-height: 1.5em;
    clear: both;
    font-size: 0.933em;
    margin-bottom: 5px;
    font-weight: normal;
}

.accountMainSectionInner .accountValue {
    display: block;
    line-height: 1.5em;
    clear: both;
    font-size: 0.933em;
}

.accountOrderDetailBlock {
    display: inline-block;
}

.accountOrderDetailBlock .accountWishlistDetailBlock .accountValue {
    margin-bottom: 3px;
}

.accountOrderDetailBlock .accountWishlistDetailBlock .accountValue.accountOrderCode {
    color: #aaa;
}

.accountWishlistDetailBlock:hover {
    text-decoration: none;
}

.accountMainSectionInner .accountValue>strong {
    font-weight: bold;
    text-transform: uppercase;
}

.accountMainSectionInner .accountValue.accountOrderPrice {
    margin-top: 20px;
}

.accountReturnDetailsMobile {
    width: 100%;
    display: none;
    margin-bottom: 100px;
}

.accountMainSectionInner .accountValue.accountValueFullWidth {
    margin-bottom: 20px;
}

.accountMainSectionInner .accountMainOrderImage {
    width: 100%;
}

.accountMainSectionInner .accountMainWishlistImage {
    width: 100%;
}

.accountMainSectionInner>.row {
    position: relative;
}

.accountMainSectionInner .accountMainAction {
    position: initial;
}

.accountMainSectionInner .accountMainAction>a {
    position: absolute;
    line-height: 40px;
    text-align: center;
    color: white;
    text-decoration: none;
    top: 50%;
    margin-top: -20px;
    right: 0;
}

.accountMainSectionInner .accountMainAction .accountMainActionSubmit {
    background-color: #a6182e;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 44px;
    padding: 0 25px;
    color: white;
}

.trackOrderLink {
    top: 60% !important;
}

.accountMainSectionInner .accountMainSectionWishlist.accountMainAction>a:first-child {
    top: calc(50% - 30px);
}

.accountMainSectionInner .accountMainSectionWishlist.accountMainAction>a:last-child {
    top: calc(50% + 30px);
}

.accountMainSectionInner .accountMainAction>a.accountMainActionRemove {
    background-color: #ccc;
    color: #4a3242;
}

.accountInputField {
    display: block;
    clear: both;
    margin-top: 3px;
    margin-bottom: 10px;
    line-height: 38px;
    height: 42px;
    border: 1px solid #ddd;
    float: none;
    font-size: 0.933em;
}

accountInputField-hidden {
    display: none;
}

select.accountInputField {
    height: 44px;
}

.accountProfileActions {
    padding: 0;
    margin-top: 15px;
}

.accountProfileActions>a {
    min-width: 150px;
}

.accountProfileActions .accountMainProfileSubmit {
    line-height: 35px;
    text-align: center;
    color: white;
    text-decoration: none;
    background-color: #4a3242;
    display: inline-block;
    padding: 0 20px;
}

.accountProfileActions .accountMainDeleteCancel {
    line-height: 35px;
    text-align: center;
    color: white;
    text-decoration: none;
    color: #4a3242;
    display: inline-block;
    padding: 0 20px;
    background-color: #ccc;
    margin-left: 15px;
}

.accountProfileActions .accountMainProfileDelete {
    display: inline-block;
    float: right;
    padding: 0 15px;
    text-decoration: underline;
}

.accountProfileActions .accountMainProfileDelete>i {
    margin-left: 6px;
}

.deleteAccountConfirmationPopup {
    position: fixed;
    top: 250px;
    left: 50%;
    width: 800px;
    background-color: white;
    margin-left: -400px;
    z-index: 21;
    padding: 25px;
}

.deleteAccountConfirmationPopupBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    cursor: pointer;
}

.deleteAccountConfirmationPopup h2 {
    color: black;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

.deleteAccountConfirmationPopup span.closePopup {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.accountPasswordChangeBlock .accountValue {
    margin-bottom: 5px;
}

.accountPasswordChangeBlock #updatePasswordForm {
    margin-top: 15px;
}

.accountPasswordChangeBlock #updatePasswordForm .accountLabel {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.accountArea .btn.btn-primary,
.accountAddNewAddress,
.addressFormDeleteButton {
    width: auto;
    display: inline-block;
    clear: both;
    line-height: 3.667em;
    background-color: #a6182e;
    border: 0;
    color: white;
    border-radius: 0;
    margin-top: 25px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 25px;
}

#accountAddressForm .addressFormDeleteButton,
#accountOrderButtonOptions>a {
    background-color: #f5f5f5;
    color: black;
    margin-left: 20px;
    vertical-align: middle;
}

#accountAddressForm .addressFormDeleteButton:hover,
#accountOrderButtonOptions>a:hover {
    text-decoration: none;
}

.accountAddNewAddress:hover {
    text-decoration: none;
    color: white;
}

.orderShippingDetails span,
.accountAddressListMain .accountValue {
    margin-bottom: 5px;
}

.accountValue-defaultAddress {
    color: #aaa;
}

.accountOrderTotalsRow>div {
    width: 50%;
    display: inline-block;
}

.accountOrderTotalsRow .accountOrderTotalsValue {
    float: right;
    text-align: right;
}

.accountOrderTotalsRow {
    margin-bottom: 10px;
}

.accountOrderTotalsRow:last-child .accountOrderTotalsValue {
    font-weight: bold;
}

.accountOrderListHeader:before {
    content: "";
    border-top: 2px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
    position: absolute;
    top: -20px;
}

.accountMainSectionInner label.add-address-left-label {
    line-height: 26px;
    padding-left: 23px;
}

.accountMobileOverview {
    margin-bottom: 20px;
}

.accountVerified {
    text-align: center;
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}

.accountVerified h1 {
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 0.1em;
}

.accountVerified .accountMainSectionInner .accountMainAction .accountMainActionSubmit {
    text-decoration: none;
    display: inline-block;
    margin: auto 10px;
}

.accountMainActionVerified {
    margin-top: 25px;
}

.addressListActions>a {
    font-size: 0.933em;
    display: block;
    margin-bottom: 10px;
    text-align: right;
}

.addressListActions>a:hover {
    text-decoration: none;
}

.addressListActions>a>span {
    text-decoration: underline;
}

.has-error .accountInputField,
#updatePasswordForm .has-error,
#guestRegisterForm .has-error {
    border-color: #B01717 !important;
}

#accountAddressForm .help-block,
#updatePasswordForm .error-block {
    font-size: 0.933em;
    color: #B01717;
}

#returnExpiredOrderPopupBackground,
#cancelOrderPopupBackground {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow-y: auto;
}

#returnExpiredOrderPopup,
#cancelOrderPopup {
    position: relative;
    background-color: white;
    width: 1400px;
    max-width: 100%;
    margin: 200px auto 0;
    padding: 40px 30px;
}

.returnExpiredOrderPopupClose,
.cancelOrderPopupClose {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

#returnExpiredOrderPopup .returnExpiredOrderPopupText,
#cancelOrderPopup .cancelOrderPopupText {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.expressPaymentsContainer {
    position: relative;
    z-index: 9;
}

.express-applepay-button {
    margin-top: 10px;
    text-align: center;
    width: 100%
}

.express-applepay-button button {
    width: 100%;
    height: 60px;
}

span.adyen-checkout__paywithgoogle {
    height: 50px;
}

.textInMiddleHeader {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    font-weight: 450;
    size: 14px;
    line-height: 22px;
    margin: 23px 0px 0px;
    text-transform: uppercase;
}

.textInMiddleHeader:before,
.textInMiddleHeader:after {
    content: '';
    border-top: 1px solid #e2e2e2;
}

.cartBeforeExpressPaymentBlock,
.cartAfterExpressPaymentBlock {
    margin: 10px 0px 20px;
}

[data-payment-identifier=applepay] {
    display: none;
}

.applepaysession [data-payment-identifier=applepay] {
    display: block;
}

.checkoutLoginForm {
    padding: 25px;
    border: 1px solid #ddd;
    margin-bottom: 35px;
}

.checkoutLoginForm input {
    padding-left: 15px;
}

.checkoutLoginForm input::placeholder {
    color: #aaa;
}

.checkoutLoginForm button[type=submit] {
    line-height: 3.667em;
    width: 100%;
    background-color: #a7192f;
    border: 0;
    color: white;
    border-radius: 0;
    margin: 1.5em 0;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0;
    font-weight: bold;
}

.checkoutLoginForm button.btn-primary[disabled]:hover,
.checkoutLoginForm button.btn-primary:active {
    background-color: #a7192f;
    border-color: #a7192f;
}

.doYouHaveAPasswordBlock h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.933em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.checkoutLoginForm .form-group {
    margin-bottom: 0;
}

.doYouHaveAPasswordBlockOption {
    position: relative;
    font-size: 0.933em;
    line-height: 1.5em;
    padding: 0.5em 0 0.5em 35px;
    cursor: pointer;
}

.doYouHaveAPasswordBlock {
    margin-bottom: 15px;
}

.doYouHaveAPasswordBlockOption:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    position: absolute;
    left: 6px;
    top: 8px;
    border-radius: 9px;
    z-index: 1;
}

form#loginForm .doYouHaveAPasswordBlockOption.doYouHaveAPasswordBlockOption-user:after,
form#guestForm .doYouHaveAPasswordBlockOption.doYouHaveAPasswordBlockOption-guest:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: black;
    position: absolute;
    left: 11px;
    top: 13px;
    border-radius: 8px;
    z-index: 2;
}

.forgotten-password {
    text-align: left;
    font-size: 0.933em;
    color: #5A5A5A;
    margin: 0 auto 15px;
}

.forgottenPassword .description,
.forgottenPasswordSuccess .description {
    font-size: 0.933em;
}

#signupRecaptcha {
    margin-left: auto;
    margin-right: auto;
    height: 78px;
    width: 304px;
    margin-bottom: 20px;
}

.passwordResetDescription {
    text-align: center;
    margin-top: 20px;
}

#passwordCollectionDiv,
#confirmNewPasswordCollection,
#newPasswordCollection,
#existingPasswordCollection {
    position: relative;
}

.passwordVisibilityToggle {
    position: absolute;
    top: 10%;
    right: 2%;
    font-family: inherit;
    cursor: pointer;
    opacity: 40%;
    user-select: none;
    margin: -5px;
    padding: 10px;
    z-index: 2;
}

#aurumRegisterForm #register\.checkPwd~.passwordVisibilityToggle:has(+ .error-block) {
    top: 10%;
}

#updatePasswordForm #profileExistingPassword~.passwordVisibilityToggle,
#updatePasswordForm #profileNewPassword~.passwordVisibilityToggle,
#updatePasswordForm #profileConfirmPassword~.passwordVisibilityToggle {
    right: 34%;
}

#updatePwdForm #password~.passwordVisibilityToggle,
#aurumRegisterForm #password~.passwordVisibilityToggle {
    top: 4%;
}

#updatePwdForm input~.passwordVisibilityToggle {
    top: 5%;
}

#guestRegisterForm #pwd~.passwordVisibilityToggle,
#spLoginForm #j_password~.passwordVisibilityToggle {
    top: 25%;
}

#guestRegisterForm #checkPwd~.passwordVisibilityToggle {
    top: 24%;
}

@media(max-width:1060px) {

    #updatePasswordForm #profileExistingPassword~.passwordVisibilityToggle,
    #updatePasswordForm #profileNewPassword~.passwordVisibilityToggle,
    #updatePasswordForm #profileConfirmPassword~.passwordVisibilityToggle {
        right: 1%;
        top: 1%;
        padding: 4%;
        padding-top: 4%;
        padding-right: 4%;
        padding-bottom: 4%;
        padding-left: 4%;
    }
}

.header.checkoutHeader img {
    position: absolute;
    top: 50%;
}

.header.checkoutHeader a {
    float: left;
    line-height: 100px;
}

.header.checkoutHeader .col-md-4 {
    height: 100px;
}

.header.checkoutHeader .checkoutHeaderLogo {
    width: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.header.checkoutHeader .checkoutHeaderNortonSeal {
    width: 95px;
    right: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer.checkoutFooter {
    height: 156px;
    padding: 0;
}

.footer.checkoutFooter .checkoutFooterRow {
    height: 70px;
    line-height: 70px;
}

.footer.checkoutFooter .checkoutFooterRow a {
    margin-right: 15px;
}

.footer.checkoutFooter .checkoutFooterRow span {
    float: right;
}

.checkoutHeaderContainer h1,
.checkoutOrderConfirmation h1 {
    text-align: center;
    font-size: 1.333em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin: 40px auto 35px;
}

.checkoutHeaderContainer h2,
.checkoutOrderConfirmation h2 {
    text-align: center;
    font-size: 0.933em;
    margin-bottom: 55px;
    line-height: 24px;
}

.checkoutHeaderContainer h2 a {
    color: black;
    font-weight: bold;
}

.checkoutHeaderContainer h2 a:hover {
    text-decoration: none;
}

.checkoutProgress {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 42px;
}

.checkoutStep {
    display: inline-block;
    width: 32.5%;
    max-width: 214px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #aaa;
    line-height: 1em;
}

.checkoutStep.active {
    color: black;
}

.checkoutStep.active:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid black;
    margin-top: 12px;
}

.checkoutCartSummaryMobile {
    display: none;
}

.orderConfirmationOrderSummary .checkoutCartSummaryMobile {
    margin-top: 20px;
}

#checkoutPopupBackground {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow-y: auto;
}

.addressVerificationPopup,
#pickUpFromStorePopup,
.addressPickerPopup,
#cancelOrderPopup {
    position: relative;
    background-color: white;
    width: 1400px;
    max-width: 100%;
    margin: 200px auto 0;
    padding: 40px 30px;
}

#pickUpFromStorePopup {
    margin-top: 50px;
}

.checkoutPopupClose {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

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

.pickUpPopupInnerHalf {
    width: 50%;
    float: left;
    padding: 15px;
}

.noStoresFound {
    width: 100%;
    text-align: center;
}

#pickUpStoreMap {
    width: 100%;
    height: 650px;
}

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

.shippingPickUpSwitcherOption {
    color: #aaa;
    line-height: 3.143em;
    width: 50%;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: white;
    float: left;
    text-align: center;
    font-size: 0.933em;
    cursor: pointer;
    text-transform: uppercase;
}

.shippingPickUpSwitcherOption:first-child {
    border-right: none;
}

.shippingPickUpSwitcherOption.active {
    color: black;
    background-color: #f5f5f5;
    font-weight: bold;
}

.shippingPickUpSwitcherOption-disabled {
    cursor: not-allowed;
}

.shippingPickUpBlock h3,
.checkoutOrderConfirmation h3 {
    font-size: 0.9333em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 30px 0;
}

.shippingPickUpBlock .requiredNotice {
    float: right;
    margin: 30px 0;
    font-size: 0.8em;
}

.shippingPickUpBlock form {
    display: inline-block;
    width: 100%;
}

.checkoutFormInput {
    font-size: 0.9333em;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    line-height: 42px;
    height: 44px;
    padding: 0 5px;
    color: black;
    width: 100%;
}

.checkoutFormInput::placeholder {
    color: #aaa;
}

.checkoutFormInputBlock-HalfWidth {
    width: 49%;
}

.checkoutFormInputBlock-HalfWidthLeft {
    float: left;
    clear: both;
}

.checkoutFormInputBlock-HalfWidthRight {
    float: right;
}

.checkoutFormInputBlock-FullWidth {
    width: 100%;
    clear: both;
    float: left;
}

.checkoutFormInputBlock {
    position: relative;
}

.checkoutFormInputBlock.errorBlock .checkoutFormInput {
    margin-bottom: 40px;
    border-color: #B01717;
}

.checkoutFormInputBlock.errorBlock .checkoutFormInputBlockError {
    position: absolute;
    bottom: 18px;
    left: 2px;
    display: block !important;
    font-size: 0.933em;
    color: #B01717;
}

.checkoutFormInputBlock.errorBlock.errorBlockOneOf .checkoutFormInput {
    margin-bottom: 5px;
}

.checkoutFormInput-oneOfRequiredErrorBlock {
    float: left;
    width: 100%;
    font-size: 0.933em;
    color: #B01717;
    margin-bottom: 10px;
}

.shippingPickUpBlock input::placeholder,
.shippingPickUpBlock input::-webkit-input-placeholder .shippingPickUpBlock input:-ms-input-placeholder,
.shippingPickUpBlock input::-ms-input-placeholder,
.shippingPickUpBlock input:-moz-placeholder,
.shippingPickUpBlock input::-moz-placeholder {
    color: #aaa;
}

select.placeholder {
    color: #aaa;
}

.shippingPickUpBlock input[type=checkbox],
.orderConfirmationCreateAccountForm input[type=checkbox] {
    clear: both;
    float: left;
    height: 18px;
    width: 18px;
    margin: 0;
    background-color: white;
}

#accountAddressForm input[type=checkbox] {
    height: 18px;
    width: 18px;
    margin-left: -23px;
}

span.checkoutFormCheckboxLabel {
    float: left;
    margin-left: 5px;
    font-size: 0.933em;
    line-height: 20px;
}

.orderConfirmationCreateAccountForm form {
    position: relative;
    display: inline-block;
    width: 100%;
}

.shippingPickUpBlock form button,
.orderConfirmationCreateAccountForm form button,
.orderConfirmationAction,
.csDiscountFormAction {
    float: left;
    clear: both;
    width: 100%;
    margin: 30px auto 90px;
    padding: 0;
    line-height: 44px;
    border: none;
    background-color: #a6182e;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
}

.orderConfirmationCreateAccountForm form button,
.orderConfirmationAction,
.csDiscountFormAction {
    margin: 30px auto 0;
}

#orderConfirmationCreateAccountFormSpinnerBackground {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

#orderConfirmationCreateAccountFormSpinner {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 50px;
    color: #aaa;
}

.orderConfirmationAction,
.csDiscountFormAction {
    text-align: center;
}

.orderConfirmationAction:hover,
.csDiscountFormAction:hover {
    color: white;
    text-decoration: none;
}

.orderConfirmationActionSecondary {
    background-color: black;
}

.orderConfirmationCreateAccount,
.orderConfirmationCreateAccountComplete {
    margin-bottom: 30px;
}

select.isoCode {
    display: none;
}

.editAddress {
    float: right;
    font-size: 0.8em;
    color: #5A5A5A;
    text-transform: uppercase;
    margin: 30px 0;
    line-height: 1em;
    cursor: pointer;
    text-decoration: underline;
}

.viewAddressBookContainer {
    display: inline-block;
    margin-left: 3px;
}

.viewAddressBook {
    display: inline-block;
    font-size: 0.8em;
    color: #5A5A5A;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
    line-height: 1em;
    margin: 30px 0;
    vertical-align: middle;
    padding-bottom: 3px;
}

.addressSummaryRow {
    font-size: 0.933em;
    line-height: 1.714em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shippingPickUpBlock-ShippingSummary,
.shippingPickUpBlock-BillingSummary,
.shippingPickUpBlock-store {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.shippingPickUpBlock-confirmEmail[data-is-guest-account*="false"] {
    display: none;
}

.asmWESDetailsBlock {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.addressVerificationPopup h2,
.addressPickerPopup h2,
#cancelOrderPopup h2 {
    margin: 0;
    font-size: 1.333em;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    text-align: center;
    margin-bottom: 30px;
}

.addressVerificationPopup p,
.addressPickerPopup p {
    margin: 30px auto 50px;
    width: 100%;
    text-align: center;
    font-size: 0.933em;
}

.addressPickerPopupBlock {
    width: calc(50% - 17px);
    display: inline-block;
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

.addressVerificationPopupBlock {
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
}

.addressPickerPopupBlock:nth-child(2n-1) {
    margin-right: 29px;
}

.addressPickerPopupBlock div[class*="Action"] {
    cursor: pointer;
}

.addressPickerPopupBlock .addressPickerPopupDefaultBlock .addressPickerPopupSetDefaultAction {
    display: inline-block;
}

.addressPickerPopupBlock .addressPickerPopupDefaultBlock span {
    display: none;
}

.addressPickerPopupBlock .addressPickerPopupDefaultBlock.isDefault .addressPickerPopupSetDefaultAction {
    display: none;
}

.addressPickerPopupBlock .addressPickerPopupDefaultBlock.isDefault span {
    display: inline-block;
}

.addressPickerPopupBlock .addressPickerPopupRemoveAction {
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    color: #5A5A5A;
    text-decoration: underline;
    font-size: 0.8em;
}

.addressPickerPopupBlock .addressPickerPopupRemoveAction.isDefault {
    display: none;
}

.addressPickerPopupBlock .addressPickerPopupEditAction,
.addressPickerPopupBlock .addressPickerPopupDefaultBlock {
    width: 50%;
    display: inline-block;
    font-size: 0.8em;
    line-height: 60px;
    color: #5A5A5A;
    text-transform: uppercase;
}

.addressPickerPopupBlock .addressPickerPopupDefaultBlock {
    text-align: right;
    float: right;
}

.addressPickerPopupBlock .addressPickerPopupDefaultBlock div {
    text-decoration: underline;
}

.addressPickerPopupBlock .addressPickerPopupDefaultBlock.isDefault span {
    color: #aaa;
    text-decoration: none;
}

.addressPickerPopupRow {
    font-size: 0.933em;
    line-height: 1.6em;
}

.addressPickerPopupBlock .addressPickerPopupSelectAction {
    clear: both;
    width: 100%;
    padding: 0;
    line-height: 44px;
    border: none;
    background-color: #a6182e;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
}

.addressPickerPopup .addNewDeliveryAddressBlock,
.addressPickerPopup .addNewBillingAddressBlock {
    margin-top: 50px;
}

.addressPickerPopup .addNewDeliveryAddressBlock .addNewDeliveryAddressAction,
.addressPickerPopup .addNewBillingAddressBlock .addNewBillingAddressAction {
    padding: 0;
    line-height: 44px;
    border: none;
    background-color: #f5f5f5;
    color: black;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
    margin: auto;
    width: 100%;
    max-width: 250px;
    display: block;
}

.addressVerificationPopupBlockFirst {
    margin-right: 30px;
    float: left;
}

.addressVerificationPopupBlock h3 {
    line-height: 40px;
    margin: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
}

.addressVerificationDetails {
    margin: 10px 0;
    font-size: 0.933em;
}

.addressVerificationDetails input,
.addressVerificationDetails-RecommendedValue {
    width: 100%;
    margin-top: 5px;
    border: none;
    pointer-events: none;
}

.addressVerificationSelect {
    text-align: right;
}

.addressVerificationPopupBlock button,
.addressVerificationPopupBlock .useRecommendedDeliveryAddress,
.addressVerificationPopupBlock .useRecommendedBillingAddress {
    font-size: 0.8em;
    display: inline-block;
    width: calc(100% - 40px);
    max-width: 300px;
    margin: 20px 0;
    padding: 0;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background-color: #a6182e;
    color: white;
    text-align: center;
    cursor: pointer;
}

.addressVerificationPopupBlock button {
    background-color: black;
}

#shippingAddressVerificationPopup,
#billingAddressVerificationPopup {
    height: 100%;
    max-height: 850px;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 40px 15px;
}

.addressVerificationPopupBlockContainer {
    overflow: auto;
    max-height: calc(100% - 40px);
    padding-left: 13px;
    padding-right: 13px;
}

.addressVerificationSelect {
    text-align: right;
}

.recommendedAddressListBlock>.row:after {
    content: "";
    width: calc(100% - 30px);
    margin-left: 15px;
    border-top: 1px solid #ddd;
}

.recommendedAddressListBlock>.row:last-child:after {
    display: none;
}

.addressVerificationPopupBlock-DeliveryRecommended,
.addressVerificationPopupBlock-BillingRecommended {
    margin-top: 25px;
}

.addressVerificationEdit {
    font-size: 0.8em;
    display: inline-block;
    color: #5A5A5A;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    line-height: 1em;
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
}

.noRecommendedAddressesBlock {
    margin: 10px 13px;
    padding: 10px;
    font-size: 0.933em;
    background-color: #fbeded;
    color: #d9534f;
}

.noRecommendedAddressesBlock span {
    display: inline-block;
    width: calc(100% - 20px);
}

.noRecommendedAddressesBlock i {
    vertical-align: top;
    margin-top: 2px;
    font-size: 12px;
}

.checkoutCartSummary {
    border: 1px solid #ddd;
}

.checkoutCartASMWESSummary {
    margin-top: 30px;
    padding: 30px 25px 25px;
    background-color: #F9F9F9;
    position: relative;
}

.checkoutCartSummary h2,
.checkoutCartSummary h3,
.checkoutCartASMWESSummary h2,
.checkoutCartASMWESSummary h3 {
    font-size: 0.9333em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

.checkoutCartSummaryProducts,
.checkoutCartSummarySubTotals {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    font-size: 0.933em;
}

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

.checkoutCartSummaryProductImage {
    width: 22%;
    display: inline-block;
    float: left;
    margin-right: 3%;
}

.checkoutCartSummaryProductImage img {
    width: 100%;
}

.checkoutCartSummaryProductDetails {
    width: 75%;
    display: inline-block;
    float: left;
}

.checkoutCartSummaryProductBrand,
.returnOrderSummaryProductBrand {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.checkoutCartSummaryProductName,
.returnOrderSummaryProductName {
    margin-bottom: 5px;
}

.checkoutCartSummaryProductCode {
    color: #aaa;
    margin-bottom: 25px;
}

.returnOrderSummaryProductCode {
    color: #aaa;
}

.returnOrderSummaryReasonTitle,
.returnOrderSummaryCommentTitle {
    color: #aaa;
    margin-top: 15px;
    margin-bottom: 0px
}

.returnOrderSummaryReasonValue {
    margin-bottom: 25px;
}

.returnOrderSummaryReasonInfo {
    float: left;
}

.returnStatusMobile {
    margin-left: 20px;
    font-weight: bold;
}

.checkoutCartSummaryProductPriceQty span {
    float: right;
}

.checkoutCartSummarySubTotals>*,
.checkoutCartASMWESSummaryDetails>* {
    margin-bottom: 10px;
}

.checkoutCartSummarySubTotals>*:last-child,
.checkoutCartASMWESSummaryDetails>*:last-child {
    margin-bottom: 0;
}

.checkoutCartSummarySubTotalsValue,
.checkoutCartASMWESSummaryStoreIDValue,
.checkoutCartASMWESSummaryPayrollValue,
.checkoutCartASMWESSummaryRemove a {
    float: right;
}

.checkoutCartASMWESSummaryRemove {
    height: 20px;
}

.checkoutCartASMWESSummaryRemove a {
    text-decoration: underline;
    cursor: pointer;
    color: #AF0E65;
}

.wesCheckoutPaymentBlock .fa-spin {
    font-size: 125px;
    margin-left: 150px;
}

.checkoutCartSummaryTotal {
    padding: 15px 20px;
}

.checkoutCartSummaryTotal .checkoutCartSummarySubTotalsValue {
    font-weight: bold;
    font-size: 1.067em;
}

.pickUpPopupInner.noSearch .pickUpPopupInnerStoreList {
    width: 100%;
}

.pickUpPopupInner.noSearch .pickUpPopupInnerMap {
    display: none;
}

#pac-input-pickup {
    width: calc(100% - 44px);
    display: inline-block;
    float: left;
    border-radius: 0;
    height: 44px;
}

.orderConfirmationYourDetails p,
.orderConfirmationCreateAccountText li {
    font-size: 0.933em;
    line-height: 2em;
}

.orderConfirmationYourDetails p {
    margin-bottom: 20px;
}

.orderConfirmationCreateAccountText ul {
    padding-left: 25px;
}

.orderConfirmationCreateAccountText li {
    position: relative;
}

.orderConfirmationCreateAccountText li:before {
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-weight: bold;
    position: absolute;
    left: -25px;
}

.orderConfirmationCreateAccountForm input.enterPassword {
    width: 100%;
}

.contactPreferencesBlock {
    display: inline-block;
    margin: 10px 0 10px 20px;
}

.contactPreferencesBlock label {
    margin-left: 10px;
    font-weight: normal;
}

.contactPreferencesBlock:first-child {
    margin-left: 0;
}

.findAStoreShowMoreLess {
    font-size: 0.875em;
    letter-spacing: 0.08em;
    background-color: #dfdfdf;
    color: black;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
    font-weight: 600;
    padding: 14px;
    cursor: pointer;
}

#pickUpStoreSearchButton {
    width: 44px;
    height: 44px;
    float: left;
    border-radius: 0;
    background-color: #a6182e;
}

.pickUpPopupSearchBlock {
    position: relative;
    margin-bottom: 80px;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult {
    font-size: 0.933em;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult>* {
    max-width: 80%;
}

#pickUpPopupResultsBlock .storeFinderSelectBlock {
    position: absolute;
    right: 20px;
    top: 25px;
    width: 20%;
}

#pickUpPopupResultsBlock .storeFinderSelectBlock .collectionDate {
    color: #5cb85c;
}

#pickUpPopupResultsBlock .storePickUpSelect {
    background-color: #a6182e;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.857em;
    line-height: 34px;
    margin-top: 15px;
    cursor: pointer;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult h4 {
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult.active {
    background: #f7f7f7;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult .storeFinderViewMoreLess,
#pickUpPopupResultsBlock .findAStoreSearchBoxResult.findAStoreSearchBoxResultOpen .storeFinderMoreDetails {
    display: block;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult.findAStoreSearchBoxResultOpen .storeFinderViewMore {
    display: none;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult .storeFinderViewMoreLess {
    color: #5A5A5A;
    font-size: 0.857em;
    text-transform: uppercase;
    margin: 10px 0;
    cursor: pointer;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult .storeFinderViewMoreLess span {
    text-decoration: underline;
    margin-right: 5px;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult .storeFinderOurOpeningHours {
    margin-top: 15px;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult .storeFinderOpeningHours {
    margin-bottom: 0.5em;
}

#pickUpPopupResultsBlock .findAStoreSearchBoxResult .storeFinderOpeningHour {
    width: 50%;
}

#pickUpFromStorePopup h2 {
    text-align: center;
    font-size: 1.333em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin: 40px auto 35px;
}

#pickUpFromStorePopup h3,
#pickUpFromStorePopup h4 {
    font-size: 0.933em;
    margin: 15px 0;
    display: inline-block;
}

#pickUpFromStorePopup #pickUpPopupResultsBlock h3 {
    margin-top: 25px;
    text-transform: capitalize;
}

#pickUpFromStorePopup .pickUpPopupInnerHalf>h3 {
    margin-top: 0;
}

.deliveryOptionButton {
    width: 100%;
    display: block;
    background-color: white;
    box-sizing: unset;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 0.933em;
    padding: 10px 0;
}

.deliveryOptionButton.selected {
    background-color: #eff5e7;
}

.deliveryOptionButton .deliveryRadioBlock {
    width: 40px;
    display: inline-block;
    height: 48px;
    float: left;
    position: relative;
}

.deliveryOptionButton .deliveryDetailsTitle {
    font-weight: bold;
    text-transform: uppercase;
}

.deliveryOptionButton .deliveryDetailsBlock {
    width: calc(100% - 40px);
    display: inline-block;
    text-align: left;
}

.deliveryOptionButton .deliveryDetailsBlock>* {
    line-height: 1.75em;
}

.deliveryOptionButton .deliveryRadioBlock:before,
.deliveryOptionButton .deliveryRadioBlock:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 12px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.deliveryOptionButton .deliveryRadioBlock:before {
    z-index: 1;
    width: 14px;
    border: 1px solid #ddd;
    height: 14px;
    border-radius: 7px;
    background-color: white;
}

.deliveryOptionButton .deliveryRadioBlock:after {
    display: none;
}

.deliveryOptionButton.selected .deliveryRadioBlock:after {
    display: block;
    z-index: 2;
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 4px;
}

.deliveryOptionMainCollect .chosenPickUpStoreDetails {
    margin: 25px 0 0;
}

.chosenPickUpStoreDetails {
    position: relative;
    font-size: 0.933em;
    line-height: 1.5em;
}

.chosenPickUpStoreDetails .chosenPickUpStoreDetails-when {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #5cb85c;
}

.chosenPickUpStoreDetails .chosenPickUpStoreDetails-name,
.chosenPickUpStoreDetails .chosenPickUpStoreDetails-distance {
    display: inline-block;
}

.chosenPickUpStoreDetails .chosenPickUpStoreDetails-name {
    font-weight: bold;
}

.chosenPickUpStoreDetails .chosenPickUpStoreDetails-distance {
    color: #aaa;
}

#aboutYouSubmit:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

#orderStoreMap {
    width: 100%;
    height: 260px;
}

.orderConfirmationSelectedStore>div {
    font-size: 0.933em;
    line-height: 1.75em;
}

.orderConfirmationSelectedStore .orderStoreName {
    font-weight: bold;
}

.orderConfirmationSelectedStore>h3 {
    margin-bottom: 20px;
}

.orderConfirmationSelectedStore .orderStoreAddress {
    margin-bottom: 20px;
}

.orderConfirmationSelectedStore .orderStorePhone {
    margin: 20px auto;
}

.orderConfirmationSelectedStore .orderStoreDirections {
    font-size: 0.8em;
    text-transform: uppercase;
    margin: 15px 0;
    display: block;
    width: 100%;
    line-height: 44px;
    text-align: center;
    color: white;
    background-color: black;
    font-weight: bold;
}

.orderConfirmationSelectedStore .orderStoreDirections:hover {
    color: white;
    text-decoration: none;
}

#checkoutSpinnerBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

#checkoutSpinner {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 50px;
    color: white;
}

.checkoutActionLocked {
    opacity: 0.7;
    pointer-events: none;
}

#guestRegisterForm .form-control.password-strength.checkoutFormInput.enterPassword {
    border-radius: 0;
}

#guestRegisterForm .form-control.password-strength.checkoutFormInput.enterPassword {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.forgottenPasswordBackground,
.termsAndConditionsPopupBackground,
.giftwrapPickupWarningBackground,
.giftwrapUnsavedWarningBackground,
.forgottenPasswordSuccessBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.forgottenPassword,
.forgottenPasswordSuccess,
.termsAndConditionsPopup {
    position: absolute;
    width: 100%;
    max-width: 800px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: white;
    padding: 25px;
    z-index: 1000;
}

.termsAndConditionsPopup {
    max-width: 950px;
    max-height: 90%;
    overflow-y: auto;
}

.termsAndConditionsPopup .informationPage {
    padding: 0;
}

.forgottenPasswordPopupClose,
.forgottenPasswordSuccessPopupClose,
.termsAndConditionsPopupClose,
.giftwrapInformationPopupClose {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

#closePasswordResetBtn {
    margin-top: 30px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    background-color: #a6182e;
    border-color: #a6182e;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.8em;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#forgottenPwdForm,
#insuranceForgottenPwdForm {
    margin-top: 25px;
}

#paypal-button-container {}

#paypal-button-container iframe {
    z-index: 4 !important;
}

.paypalPickupWarning {
    color: red;
}

#confirmationPaypalIcon {
    margin-right: 10px;
}

.confirmationPaymentInfoBlock {
    margin-bottom: 40px;
}

.cartPaymentButtonsBlock {
    width: 250px;
    float: right;
}

.pickupWarningExclamation {
    margin-right: 5px;
}

.paypalCreditModalScroll {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    top: 60px;
    bottom: 0px;
}

.paypalCreditModalContent {
    width: 100%;
    float: left;
    height: 100%;
    box-sizing: border-box;
}

.paypalCreditInformationContent {
    padding: 28px;
}

.productListPaypalCreditBlock {
    display: flex;
    margin-top: 10px;
    overflow: auto;
    min-height: 35px;
}

.paypalCreditModalContainer {
    z-index: 9;
    background-color: #fff;
    width: 600px;
    height: 600px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    margin-bottom: 5%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 50%;
    display: none;
}

.paypalCreditModalTitle {
    height: 60px;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.paypalCreditModalClose a {
    float: right;
    position: relative;
    top: -25px;
    right: 0px;
    font-size: 26px;
}

.paypalCreditModalTitle h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 5px;
    line-height: normal;
    margin: 0 !important;
}

#paypalCreditFindOut {
    cursor: pointer;
    text-decoration: underline;
}

.paypalCreditModalTitle {}

.productTileAffirmFinance {
    font-size: 0.85em;
    bottom: 0px;
    position: absolute;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
}

.productPageFinanceBannerBlock>div:first-child {
    border-top: 1px solid #c6c6c6;
}

.productPageFinanceBannerBlock>div:last-child {
    margin-bottom: 30px;
}

.add_to_cart_form .productPageFinanceBanner {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px;
}

.productPageKlarnaBlock {
    width: 100%;
    border: 1px solid #c6c6c6;
    color: black;
    display: flex;
    overflow: auto;
    min-height: 70px;
    padding: 15px;
}

@media(max-width:767px) {
    #klarnaPDPBanner::part(osm-container)>.container {
        padding: 0px;
    }
}

#klarnaPDPBanner::part(osm-container) {
    border: 0px;
    text-align: left;
}

#klarnaCartBanner::part(osm-container) {
    margin-top: 15px;
    border: 0px;
    text-align: left;
}

.productPagePaypalCreditBlock {
    width: 100%;
    background-color: #F1EFED;
    margin-top: 18px;
    margin-bottom: 18px;
    color: black;
    display: flex;
    overflow: auto;
    min-height: 70px;
    padding: 17px 5px 17px 5px;
}

.productListPaypalCreditImageBlock {
    width: 33%;
    border: 1px solid #ddd;
    background-color: white;
    display: flex;
}

.productPagePaypalCreditImageBlock {
    width: 63px;
    display: flex;
}

#productListPaypalCreditImage,
#productPagePaypalCreditImage {
    display: block;
    height: auto;
    vertical-align: middle;
    margin: auto;
    width: 100%
}

.productListPaypalCreditDetailsBlock {
    width: 67%;
    min-height: 35px;
    height: 100%;
    border: 1px solid;
    background: #fafafa;
    border-color: #eaeaea;
    font-size: 10px;
    text-align: center;
    display: block;
    vertical-align: middle;
    padding: 11px;
    overflow: auto;
    line-height: 12px;
}

.productPagePaypalCreditDetailsBlock {
    font-size: 12px;
    line-height: 16px;
}

#reviewOrderAdditionalInfoBlock {
    float: left;
}

#reviewOrderProductBlock {
    float: right;
    margin-bottom: 40px;
}

.lock-scroll {
    overflow: hidden !important;
}

#forgottenPwdForm,
#insuranceForgottenPwdForm {
    margin-top: 25px;
}

.productBuilderContainer {
    width: 1095px !important;
}

.productBuilderOuterContainer {
    margin: 25px auto;
    position: relative;
    min-height: 250px;
}

.productBuilderStageOuter {
    margin-bottom: 10px;
}

.productBuilderStageHeader {
    border: 1px solid #ddd;
    line-height: 48px;
    padding-left: 20px;
    cursor: pointer;
    background-color: #ffffff;
}

.productBuilderStageHeader.productBuilderStageHeaderSelected {
    background-color: #f3f3f3;
}

.productBuilderStageHeaderTitle {
    font-size: 14px;
    font-weight: bold;
}

.productBuilderStageHeaderValue {
    font-size: 14px;
    margin-left: 10px;
}

.productBuilderStageHeaderActions {
    float: right;
}

.productBuilderStageHeaderActions>* {
    display: inline-block;
    margin-right: 15px;
    line-height: 48px;
    vertical-align: middle;
}

.productBuilderStageHeaderActions i {
    font-size: 22px;
    color: #25AE88;
}

.productBuilderStageEdit {
    text-decoration: underline;
}

.productBuilderStageOptions {
    padding-left: 40px;
    display: none;
    height: 0px;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: none;
    overflow-y: auto;
    background-color: #fbfbfb;
}

.productBuilderFacetOption {
    cursor: pointer;
    border: 1px solid #ddd;
    width: 144px;
    height: 180px;
    margin: 15px 10px 0;
    position: relative;
    border-radius: 7px;
}

.productBuilderFacetOptionFooter {
    width: 100%;
    height: 15px;
}

.productBuilderFacetOption.productBuilderFacetOptionSelected {
    border: 2px solid #a6182e;
    border-radius: 7px;
}

.productBuilderFacetOption img {
    width: 90%;
    margin-left: 5%;
}

.productBuilderFacetOption.productBuilderWeightFacet span {
    padding: 0px 6px 0px;
}

.productBuilderFacetOption span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    line-height: 14px;
    padding: 0px 16px 0px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 42px;
    overflow: hidden;
}

.productBuilderReset {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    float: right;
    clear: both;
    color: #555;
    cursor: pointer;
    padding: 10px 0;
}

.productBuilderReset span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: underline;
}

.productBuilderProductContainerTitle h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-align: center;
}

.productBuilderProductContainerTitle h2:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ddd;
    width: 100%;
    max-width: 440px;
    margin: 20px auto;
}

.productBuilderProductContainerInner .productMobileSpecificationComponent.hidden-lg {
    display: block !important;
}

.productBuilderProductContainerInner .productFinanceComponent,
.productBuilderProductContainerInner .youMayAlsoLike,
.productBuilderProductContainerInner .recentlyViewed {
    display: none;
}

.productBuilderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
}

.productBuilderOverlay .svg.spinner-third {
    position: absolute;
    height: 80px;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    animation: spin .5s linear infinite;
}

.productBuilderSaveMySelection,
.productBuilderSavePopupBlockSubmit {
    font-size: 0.933em;
    text-transform: uppercase;
    background-color: #dfdfdf;
    border-radius: 2px;
    color: black;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.productBuilderSavePopupBlockSubmit.productBuilderSavePopupBlockSubmit-account {
    background-color: #a6182e;
    color: white;
}

.productBuilderProductContainerInner .productDetails .add_to_cart_form button.addToCartButton {
    width: 100%;
}

.productBuilderProductContainerInner .addToWishlistButton {
    display: none;
}

.productBuilderSaveBackground {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow-y: auto;
}

.productBuilderSavePopup {
    position: relative;
    background-color: white;
    width: 1400px;
    max-width: 100%;
    margin: 200px auto 0;
    padding: 40px 0;
}

.productBuilderPopupClose {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

.productBuilderSavePopup h2 {
    text-align: center;
    font-size: 1.333em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin: 0 auto 35px;
    line-height: 30px;
}

.productBuilderSavePopupBlock {
    width: calc(49.5% - 2px);
    display: inline-block;
    padding: 0 30px;
}

.productBuilderSavePopupBlock:first-child {
    border-right: 1px solid #ddd;
}

.productBuilderSavePopupBlock>* {
    text-align: center;
}

.productBuilderSavePopupBlockIcon {
    font-size: 30px;
    color: #a6182e;
    margin-bottom: 10px;
}

.productBuilderSavePopupBlockTitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

input.productBuilderSavePopupBlockField {
    line-height: 38px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #ddd;
    color: #000;
    margin: 10px 0;
}

input.productBuilderSavePopupBlockField::placeholder {
    color: #aaa;
}

.productBuilderSavePopupMobileDivider {
    margin: 40px 30px;
}

.productBuilderSavePopupMobileDivider div {
    display: inline-block;
    width: calc(50% - 19px);
    border-bottom: 1px solid #ddd;
    height: 15px;
    vertical-align: top;
}

.productBuilderSavePopupMobileDivider span {
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    text-transform: lowercase;
}

.productBuilderSavePopup p {
    width: 100%;
    text-align: center;
    margin: 30px;
}

.productBuilderSavePopup-saveConfirmation .productBuilderSavePopupBlockSubmit,
.productBuilderSavePopup-delete .productBuilderSavePopupBlockSubmit {
    margin: 15px 30px;
    width: calc(50% - 47px);
    display: inline-block;
}

.productBuilderSavePopup-saveConfirmation .productBuilderSavePopupBlockSubmit-close,
.productBuilderSavePopup-delete .productBuilderSavePopupBlockSubmit-deleteNo {
    margin-right: 15px;
}

.productBuilderSavePopup-saveConfirmation .productBuilderSavePopupBlockSubmit-myAccount,
.productBuilderSavePopup-delete .productBuilderSavePopupBlockSubmit-deleteYes {
    margin-left: 15px;
    background-color: #a6182e;
    color: white;
}

.productBuilderSavePopup-emailConfirmation .productBuilderSavePopupBlockSubmit {
    max-width: 400px;
    margin: 10px auto 0;
    color: white;
    background-color: #a6182e;
}

.productBuilderProductContainerInner .variantDropdownsContainer select#stoneWeightDropdown {
    display: none;
}

.productBuilderProductContainerInner .variantDropdownsContainer select#ringMetalTypeDropdown {
    display: none;
}

.productBuilderProductContainerInner .variantDropdownsContainer select#ringSizeDropdown {
    width: 100%;
}

.removeSavedProductBuilder {
    margin-top: 31px;
}

.accountViewProductBuilder {
    top: auto !important;
}

.accountProductBuilderActions {
    margin-top: 25px;
}

#sendPaymentLinkBtn,
#addCreditPaymentBtn {
    margin-bottom: 15px;
}

.asmRestrictionContent {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 90px 30px;
}

.asmRestrictionSubHeading {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.asmRestrictionTitle {
    font-size: 2em;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.asmRestrictionMessage {
    padding: 0 15px 25px 15px;
    margin-bottom: 0 !important;
}

.asmPaymentBlockError {
    color: #B01717;
}

.asmPaymentBlockWarning {
    color: orange;
}

.cardBalanceMessage {
    color: blue;
}

.paymentLinkEmailSummaryMsg {
    color: green;
}

@media(max-width:1460px) {
    .productBuilderContainer {
        width: 1060px !important;
    }

    .productBuilderStageOptions {
        padding-left: 25px;
    }

    .productBuilderFacetOption {
        width: 116px;
        height: 160px;
    }

    .productBuilderFacetOption img {
        width: 100%;
        margin-left: 0;
    }

    .productTile a {
        margin-bottom: 50px;
    }
}

@media(max-width:1200px) {
    .productBuilderStageOptions {
        padding-left: 10px;
    }

    .productBuilderFacetOption {
        width: 111px;
        height: 150px;
    }

    .productBuilderFacetOption span {
        font-size: 11px;
        min-height: 44px;
    }

    .productTile a {
        margin-bottom: 70px;
    }
}

@media(max-width:992px) {
    .productBuilderContainer {
        width: 750px !important;
    }

    .productBuilderFacetOption {
        width: calc(20% - 22px);
        height: auto;
        padding-bottom: 40px;
    }

    .productBuilderSavePopupBlock {
        width: 100%;
        display: inline-block;
        padding: 0 30px;
    }

    .productBuilderSavePopupBlock:first-child {
        border-right: none;
    }

    .productBuilderSavePopup {
        padding-top: 180px;
        margin: 0 auto;
        top: 0;
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .productBuilderPopupClose {
        top: 125px;
        font-size: 30px;
    }

    .productBuilderSavePopup-saveConfirmation .productBuilderSavePopupBlockSubmit,
    .productBuilderSavePopup-delete .productBuilderSavePopupBlockSubmit {
        margin: 10px 30px;
        width: calc(100% - 60px);
        display: inline-block;
    }

    .productBuilderSavePopup h2 {
        margin: 0 25px 35px;
    }

    .productBuilderSavePopup p,
    .productBuilderSavePopup-emailConfirmation .productBuilderSavePopupBlockSubmit {
        width: calc(100% - 60px);
    }

    .productTile a {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .productBuilderContainer {
        width: 100% !important;
    }

    .productBuilderFacetOption {
        width: calc(25% - 22px);
    }

    .paypalCreditModalContainer {
        transform: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    i.fa-duotone.fa-circle-xmark {
        line-height: 10px;
    }
}

@media(max-width:600px) {
    .productBuilderContainer {
        width: 100% !important;
    }

    .productBuilderFacetOption {
        width: calc(33% - 22px);
    }

    .productBuilderStageHeaderValue {
        max-width: 127px;
        display: inline-flex;
        font-size: 10px;
        white-space: nowrap;
    }
}

@media(max-width:544px) {
    .productTile a {
        margin-bottom: 50px;
    }
}

@media(max-width:425px) {
    .productBuilderFacetOption {
        width: calc(50% - 22px);
    }
}

@media(max-width:360px) {
    .productBuilderStageHeaderValue {
        font-size: 8px;
    }

    .productWasPrice {
        color: black;
        font-size: .7em;
        text-decoration: line-through;
        padding-left: 5px;
        padding-top: 1px;
        font-weight: 400;
    }

    .productPriceSalePrice {
        color: #b70000;
        display: flex;
    }
}

@media(min-width:992px) {
    .mobileGuttering {
        padding-left: 0;
        padding-right: 0;
    }

    .orderConfirmationOrderSummary .checkoutCartSummaryMobile {
        display: block;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .orderConfirmationOrderSummary .checkoutCartSummaryMobile h2 {
        border: none;
        text-align: left;
        background-color: transparent;
        line-height: 60px;
        padding: 0;
    }

    .orderConfirmationOrderSummary .checkoutCartSummaryMobile .checkoutCartSummaryProducts,
    .orderConfirmationOrderSummary .checkoutCartSummaryMobile .checkoutCartSummarySubTotals,
    .orderConfirmationOrderSummary .checkoutCartSummaryMobile .checkoutCartSummaryTotal {
        padding: 20px 0;
    }
}

@media(max-width:991px) {
    #cookie-message {
        text-align: center;
    }

    #cookie-message .col-md-10 {
        margin-bottom: 20px
    }

    #cookie-accept {
        width: 100%;
    }

    body.hasPromo {
        padding-top: 90px;
    }

    .header>.container {
        width: 100%;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .insuranceHeader .header.headerNavigationBarFixed {
        padding-bottom: 0;
    }

    .middleHeader {
        margin-bottom: 0;
        height: 38px;
    }

    .middleHeader .col-xs-4 {
        padding: 0;
    }

    .middleHeader .mobileHeaderIcon {
        transition: all 0.2s ease-out;
        float: right;
        margin-top: 0;
        margin-left: 5px;
        margin-right: 5px;
        height: 50px;
        line-height: 50px;
        width: 40px;
        text-align: center;
        position: relative;
        border: 1px solid #fff;
        cursor: pointer;
    }

    .middleHeader .searchAndCartContainer .mobileHeaderIcon {
        display: block !important;
    }

    .mobileHeaderIcon.search-form.headerSearchForm.headerTextSearch {
        display: none !important;
    }

    .mobileHeaderIcon.search-form.headerSearchForm.headerTextSearch.headerTextSearchMobileOpen {
        display: block !important;
    }

    .mobileHeaderIcon.search-form.headerSearchForm.headerTextSearch.headerSearchForm-MobileShow {
        display: block !important;
    }

    .middleHeader .mobileHeaderIcon i {
        font-size: 1.5em;
        color: #5A5A5A;
        margin-top: 8px;
    }

    .middleHeader .siteLogo img {
        max-width: none;
        max-height: 30px;
        display: block;
        line-height: 38px;
        margin-top: 7px;
    }

    .middleHeader .headerSearchForm-MobileHide {
        display: none;
    }

    .middleHeader .mobileHeaderIcon.headerSearchForm {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        margin: 0;
        height: 60px;
        padding-top: 0;
        z-index: 9;
        background-color: #eee;
    }

    .mainContentPushedDown {
        margin-top: 60px;
    }

    .hasPromo .mobileHeaderIcon.search-form.headerSearchForm.pull-right.solrSearch {
        top: 85px;
    }

    .row.middleHeader>* {
        position: initial;
    }

    .middleHeader .search-bar {
        width: 95% !important;
        height: 40px;
        margin: 10px 0;
    }

    .middleHeader .search-button {
        position: absolute;
        right: 2.5%;
        top: 10px;
        height: 40px;
    }

    .middleHeader .mobileHeaderIcon i {
        font-size: 1.25em;
    }

    .middleHeader .mobileHeaderIcon i.fal.fa-search {
        font-size: 1.375em;
    }

    .mobileSearchRow {
        display: none;
    }

    .mobileSearchRowInner input {
        width: 100%;
        height: 30px;
    }

    .mobileSearchRowInner {
        padding: 5px 2.5%;
        position: relative;
    }

    .mobileSearchRowInner object {
        height: 28px;
        padding-top: 8px;
        position: absolute;
        right: 16px;
        bottom: 10px;
        filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    }

    .middleHeader .shopping-bag {
        margin-top: 0;
    }

    .miniCartExpanded {
        display: none !important;
        visibility: hidden !important
    }

    .mobile-nav-visible #mobile-navigation {
        display: block;
    }

    #mobile-navigation {
        transform: translateX(-100%);
        width: calc(100% - 100px);
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 99999;
        transition: all 0.25s ease-out;
    }

    body.mobile-nav-visible {
        overflow: hidden;
    }

    body.mobile-nav-visible #mobile-navigation {
        transform: translateX(0%);
    }

    .mobile-nav-page-overlay {
        display: none;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0);
        transition: all 0.2s ease-out;
    }

    body.mobile-nav-visible .mobile-nav-page-overlay {
        display: block;
        opacity: 1;
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 99998;
    }

    .mobile-navigation-header {
        height: 50px;
        border-bottom: 1px solid #d9d7d7;
        line-height: 50px;
    }

    .mobile-navigation-header .col-sm-6 i {
        margin-right: 5px;
    }

    .mobile-navigation-body {
        left: 0;
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
        transition: all 0.2s ease-out;
    }

    .mobile-navigation-body.show-sub-menu {
        overflow-y: hidden;
    }

    .mobile-navigation-body .top-level-menu,
    .mobile-navigation-body .sub-menu {
        padding-left: 0;
    }

    .mobile-navigation-close {
        display: none;
        width: 100px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0);
        top: 0;
        right: 0;
        position: fixed;
        margin-right: -100px;
        border-bottom: 1px solid #d9d7d7;
        border-left: 1px solid #d9d7d7;
        opacity: 0;
        transition: opacity 1s ease;
        text-align: center;
    }

    .mobile-navigation-close i {
        font-size: 2em;
        margin-top: 8px;
    }

    body.mobile-nav-visible .mobile-navigation-close {
        cursor: pointer;
        display: block;
        opacity: 1;
        background-color: rgba(255, 255, 255, 1)
    }

    .sub-menu {
        position: absolute;
        background-color: #fff;
        left: 100%;
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        top: 0;
        overflow-y: auto;
        transition: all 0.25s ease-out;
        overflow-x: hidden;
    }

    .sub-menu-active>.sub-menu {
        left: 0;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    }

    .mobile-navigation-body.show-sub-menu .top-level-menu {
        left: -100%;
    }

    .subMenuSectionHeader .sub-menu {
        left: 0;
        position: initial;
        height: auto;
        padding: 0;
        margin: 0;
    }

    #mobile-navigation .mobile-navigation-body .subMenuSectionHeader>a {
        cursor: pointer;
        pointer-events: none;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 20px 15px;
    }

    .mobile-navigation-body li.home-menu {
        padding: 15px;
        border-bottom: 1px solid #d9d7d7;
        background-color: #eee;
    }

    .mobile-navigation-body li.back-menu {
        cursor: pointer;
        padding: 15px;
        border-bottom: 1px solid #d9d7d7;
        background-color: #eee;
    }

    .mobile-navigation-body li.back-menu:before {
        content: '';
        background-image: url(../main/responsive/common/fa-svgs/arrow-left-light.svg);
        background-position: center;
        background-repeat: no-repeat;
        padding: 6px;
        margin-left: 20px;
        right: 18px;
        position: relative;
    }

    .mobile-navigation-body li a {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #d9d7d7;
    }

    .mobile-navigation-body li.has-sub-menu>a:after {
        background-image: url(../main/responsive/common/fa-svgs/chevron-right-light.svg);
        background-position: center;
        background-repeat: no-repeat;
        content: '';
        padding-right: 10px;
        float: right;
        margin-left: 0px;
        display: block;
    }

    #mobile-navigation .mobile-navigation-header div.col-sm-6.col-xs-6 {
        padding-right: 5px;
    }

    .breadcrumb {
        margin-left: 0;
        margin-top: 0;
    }

    .footer {
        padding: 35px 0;
    }

    .footerColumns ul {
        height: 0;
        overflow: hidden;
        transition: all 0.2s ease-out;
        margin-bottom: 0;
        pointer-events: none;
    }

    .footerColumns .footerColumn:nth-child(1) h3 {
        border-top: 0;
    }

    .footerColumns .footerColumn h3 {
        position: relative;
        cursor: pointer;
        font-size: 1.2em;
        border-top: 1px solid #d1d1d1;
        height: auto;
        padding: 20px 0;
        margin: 0;
    }

    .footerColumns .footerColumn h3:after {
        content: '';
        background-image: url(../main/responsive/common/fa-svgs/chevron-right-light.svg);
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: relative;
        padding: 6px;
        float: right;
    }

    .footerColumns .footerColumn.footer-menu-open h3:after {
        content: '';
        background-image: url(../main/responsive/common/fa-svgs/chevron-down-light.svg);
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        position: relative;
        padding: 6px;
        float: right;
    }

    .footerColumns .footerColumn.footer-menu-open ul {
        height: auto;
        padding-bottom: 20px;
        margin: 10px;
        pointer-events: initial;
    }

    .footer .footer-social.pull-right {
        float: none !important;
        margin-bottom: 35px;
    }

    .footer .footer-payment {
        margin-top: 35px;
        text-align: center;
    }

    .footer .footer-copyright {
        text-align: center;
    }

    .footer .footer-payment,
    .footer .footer-copyright {
        margin-top: 20px;
        float: none !important;
    }

    .footer .footer-payment img {
        height: auto;
        max-width: 300px;
        width: 80%;
    }

    .findAStoreSearchBoxSearch {
        padding-left: 0;
        padding-right: 0;
        margin: auto -15px;
    }

    .findAStoreSearchBoxResult {
        padding: 20px;
    }

    h1.detailSectionHeadline {
        font-size: 2em;
    }

    .storeDetailsLinks>a,
    .storeDetailsLinks>span {
        margin: 1em 0 1.5em;
    }

    .storeDetailsLinks a.contactStoreLink {
        margin-left: 0;
        clear: both;
        padding-left: 0;
    }

    .formBlockInner .contactMethodRadios,
    .formBlockInner .signUpCheckbox {
        margin-bottom: 5px;
    }

    .formBlockInner .contactMethodRadios span {
        margin-right: 0.5em;
    }

    .formBlockInner button.btn {
        width: 100%;
    }

    .storeFormPopup {
        left: 5%;
        width: 90%;
        top: 50%;
    }

    .storeFormSpinner {
        left: calc(50% - 25px);
        top: 65%;
    }

    .storeFormPopup .storePopupCloseButton {
        left: 10%;
        width: 80%;
    }

    .storeBrandsContainer .storeBrandBlock {
        width: 33%;
        margin: 0;
    }

    .productImageGallery {
        padding-right: 0;
        padding-left: 0;
        position: relative;
    }

    .productImageGallery .owlThumbs {
        display: none;
    }

    .productImageGallery .owl-dots {
        display: block;
        margin-top: -30px;
        position: absolute;
        z-index: 9;
        width: 100%;
    }

    .productImageGallery .owl-dot span {
        display: inline-block !important;
        height: 12px !important;
        width: 12px !important;
        background-color: white !important;
        border: 1px solid #aaa;
        border-radius: 100px !important;
        margin: 0 3px !important;
    }

    .productImageGallery .owl-dot.active span {
        background-color: #aaa !important;
        border-color: white !important;
    }

    .productImageGallery .owl-nav {
        display: none !important;
    }

    .productUnderImageText {
        position: absolute;
        bottom: 25px;
        z-index: 1;
    }

    .seeMoreStylesContainer {
        margin-left: -30px;
        margin-right: -30px;
    }

    .seeMoreStylesHeader {
        margin-left: 30px;
        margin-right: 30px;
    }

    .seeMoreStyles {
        width: 100%;
    }

    .seeMoreStyles a {
        padding: 3px 5px;
    }

    .seeMoreStylesContainer {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .productPageCollapsibleSection .productPageCollapsibleSectionBody .productInfoImage {
        text-align: center;
    }

    .productPageCollapsibleSection {
        padding-right: 15px;
        padding-left: 15px;
    }

    .productPageCollapsibleSection>* {
        padding-right: 0;
        padding-left: 0;
    }

    .productImageGallery {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }

    #galleryPopupBackground,
    #galleryPopup {
        display: none !important;
    }

    #useMyLocationStockLookup {
        right: 20%;
    }

    .plpContainer {
        position: static;
        margin-bottom: 50px;
    }

    .gridFacets {
        position: fixed;
        background-color: white;
        height: 100%;
        top: 0;
        width: 100%;
        z-index: 8;
        padding: 0;
    }

    .gridFacets .facetsOuterContainer {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 50px;
        z-index: 10;
    }

    .gridFacets .facetsInnerContainer {
        height: 100%;
        overflow-y: auto;
    }

    .gridFacets .mobileFacetsTopper,
    .gridFacets .mobileFacetsFooter {
        position: fixed;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 11;
        background-color: white;
    }

    .gridFacets .mobileFacetsTopper {
        top: 0;
        border-bottom: 1px solid #d1d1d1;
        height: 30px;
    }

    .gridFacets .mobileFacetsFooter {
        bottom: 0;
        background-color: #f7f7f7;
        height: 50px;
        border-top: 1px solid #d1d1d1;
    }

    .gridFacets .mobileFacetsTopper i {
        float: right;
        font-size: 1.5em;
        line-height: 30px;
        color: #d1d1d1;
        margin-right: 15px;
    }

    .gridFacets .mobileFacetsFooter>span {
        display: inline-block;
        width: 40%;
        line-height: 34px;
        cursor: pointer;
        margin-top: 7px;
        border: 1px solid #d1d1d1;
        float: left;
        background-color: white;
        text-align: center;
    }

    .mobileFacetsFooter .closeFacets #viewResults {
        display: none;
    }

    .mobileFacetsFooter .closeFacets.hasFilter #viewResults {
        display: inline;
    }

    .gridFacets .mobileFacetsFooter>span.clearFacets {
        margin-left: 9%;
        margin-right: 2%;
    }

    .gridFacets .facetItem {
        border-top: 1px solid #d1d1d1;
        padding-left: 30px;
        padding-right: 30px;
    }

    .gridFacets .facetItem:first-child {
        border-top: none;
    }

    .gridFacets .facetItem.facetOpen .facetOptions {
        max-height: none;
    }

    .facetOptions li>div {
        width: 100%;
    }

    .facetOptions {
        padding: 0px 5px;
    }

    .facetItem.facet-deliveryOption .facetOptions-deliveryOption,
    .facetItem.facetOpen.facet-deliveryOption .facetOptions-deliveryOption {
        border-top: none;
        padding: 5px 0;
        margin-bottom: 0;
    }

    .mobileSortFilter {
        width: 100%;
        position: relative;
    }

    .mobileSortFilter .sortClickThrough,
    .mobileSortFilter .sortSelect,
    .mobileSortFilter .showFilters {
        height: 40px;
        line-height: 38px;
        border-radius: 4px;
        border: 1px solid #ccc;
        -webkit-box-shadow: none;
        padding: 0 5px;
        position: absolute;
        top: 0;
        z-index: 2;
        background-color: white;
        width: 48%;
    }

    .appliedFiltersContainer {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d1d1d1;
    }

    .mobileSortFilter .sortClickThrough {
        pointer-events: none;
    }

    .mobileSortFilter .sortClickThrough,
    .mobileSortFilter .sortSelect {
        left: 0;
    }

    .mobileSortFilter .showFilters {
        right: 0;
    }

    .mobileSortFilter .sortClickThrough {
        z-index: 3;
    }

    .mobileSortFilter .sortClickThrough,
    .mobileSortFilter .showFilters {
        padding-left: 5px;
        padding-right: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
    }

    .mobileSortFilter .sortClickThrough i,
    .mobileSortFilter .showFilters i {
        margin-right: 5px;
    }

    .productItemNumber {
        margin-top: 10px;
        width: 100%;
        float: none;
        border-bottom: 1px solid #d1d1d1;
    }

    .productItemNumber .page-count-links,
    .productItemNumber .mobileListingOption {
        float: right;
        padding-top: 4px;
    }

    .productItemNumber .mobileListingOption .svg.square {
        margin-left: 10px;
        line-height: 23px;
        text-align: center;
        width: 25px;
        padding: 4px;
        border: 1px solid #d1d1d1;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(136, 136, 136, 1);
        -moz-box-shadow: 0px 0px 1px 0px rgba(136, 136, 136, 1);
        box-shadow: 0px 0px 1px 0px rgba(136, 136, 136, 1);
    }

    .productTile {
        width: 49.5%;
    }

    .mobileSingleItem .productTile {
        width: 100%;
        margin: auto;
    }

    .categoryHero {
        display: none;
    }

    .contentCarousel,
    .productCarousel,
    .col-mobileCarousel {
        padding: 0;
    }

    .col-mobileCarousel {
        margin-left: -15px;
        margin-right: -15px;
    }

    .productCarousel.stagePadding .productCarouselBlock {
        padding: 0;
    }

    .contentCarousel.owl-carousel .owl-nav,
    .productCarousel.owl-carousel .owl-nav {
        display: none;
    }

    .bannerContent h2,
    .bannerContent h1 {
        font-size: 2.4em;
    }

    .containerFullWidth .bannerContent,
    .containerFullWidth .mobileContentCenter .bannerContentInner {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .containerFullWidth .mobileContentLeft .bannerContentInner {
        float: left;
        margin-left: 2.5%;
        margin-right: 0;
        width: 75%;
    }

    .containerFullWidth .mobileContentRight .bannerContentInner {
        float: right;
        margin-left: 0;
        margin-right: 2.5%;
        width: 75%;
    }

    .mobileContentTop {
        top: 25%;
        transform: translateY(-50%);
    }

    .mobileContentMiddle {
        top: 50%;
        transform: translateY(-50%);
    }

    .mobileContentBottom {
        top: 70%;
        transform: translateY(-50%);
    }

    .uspBar {
        margin-bottom: 0;
        margin-top: 0;
    }

    .uspBarMobile {
        display: block;
    }

    .uspBarDesktop {
        display: none;
    }

    .cmsContainer .blockComponent {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .cmsContainer .blockComponent:first-child {
        margin-top: 0;
    }

    .cmsContainer .blockComponent:last-child {
        margin-bottom: 0px;
    }

    .signInRegister h1 {
        margin: 50px auto 30px;
        font-size: 1.333em;
    }

    .signInRegister p {
        font-size: 0.875em;
        margin-bottom: 20px;
    }

    .loginForm,
    .registerForm,
    .loginToRegisterBlock,
    .registerToLoginBlock {
        padding: 25px 0 0 0;
        border: none;
    }

    .loginToRegisterBlock,
    .registerToLoginBlock {
        border-top: 1px solid #d9d7d7;
    }

    .termsAndConditionsPopup {
        max-height: 100%;
        height: 100%;
    }

    .forgottenPassword,
    .forgottenPasswordSuccess {
        top: 25%;
        transform: none;
        left: 0;
    }

    .forgottenPassword>h2,
    .forgottenPasswordSuccess>h2 {
        font-size: 1.2em;
    }

    .header.checkoutHeader .col-md-4 {
        height: 50px;
    }

    .header.checkoutHeader a {
        line-height: 1.2em;
        font-size: 0.8em;
        max-width: 75px;
        margin-top: 10px;
    }

    .header.checkoutHeader .checkoutHeaderLogo {
        width: 100%;
    }

    .header.checkoutHeader .checkoutHeaderNortonSeal {
        right: 15px;
        width: 100%;
        max-width: 80px;
    }

    .footer.checkoutFooter {
        margin-top: 25px;
        height: auto;
        padding-bottom: 20px;
    }

    .footer.checkoutFooter .checkoutFooterRow {
        text-align: center;
        height: 50px;
    }

    .footer.checkoutFooter .checkoutFooterRow {}

    .footer.checkoutFooter .checkoutFooterRow span {
        float: none;
    }

    .checkoutFormInputBlock-HalfWidth {
        width: 100%;
    }

    .checkoutFormInputBlock-HalfWidth {
        width: 100%;
    }

    .addressVerificationPopup,
    #pickUpFromStorePopup,
    #returnExpiredOrderPopup {
        margin: 0;
        height: 100%;
        overflow: scroll;
        padding: 20px 0;
    }

    .addressVerificationPopup {
        padding: 20px;
    }

    .addressVerificationPopupBlockContainer {
        padding-left: 10px;
        padding-right: 10px;
    }

    #shippingAddressVerificationPopup,
    #billingAddressVerificationPopup {
        padding: 40px 0;
    }

    .addressVerificationPopupBlock button,
    .addressVerificationPopupBlock .useRecommendedDeliveryAddress {
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
    }

    .addressVerificationEdit {
        margin-bottom: 15px;
    }

    .addressPickerPopupBlock {
        width: 100%;
        margin-bottom: 30px;
    }

    .shippingPickUpBlock form button,
    .orderConfirmationCreateAccountForm form button {
        margin: 30px 0;
    }

    .checkoutProgress {
        margin-bottom: 30px;
    }

    .addressVerificationPopup h2,
    .addressPickerPopup h2,
    #returnExpiredOrderPopup h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .cartProductListHeader,
    .cartProductHeader {
        display: none;
    }

    .cartTop {
        margin-bottom: 20px;
    }

    .cartTop h1 {
        width: 80%;
        margin: 5px auto;
        font-size: 1em;
    }

    .cartTop .cartNortonSealMobile {
        display: block;
        width: 15%;
        position: absolute;
        top: -20px;
        right: 0;
    }

    .cartProductList .cartProductRow:before {
        content: "";
        width: calc(100% - 30px);
        border-top: 1px solid #ddd;
        margin: -15px 15px 15px;
    }

    .cartProductList>div:last-child:after {
        content: "";
        width: calc(100% - 30px);
        border-top: 1px solid #ddd;
        margin: 15px 15px 0;
    }

    .cartProductList .cartProductRow {
        border: none;
        padding-bottom: 15px;
    }

    .checkoutCartSummaryDesktop h2,
    .checkoutCartSummaryDesktop .checkoutCartSummaryProducts {
        display: none;
    }

    .checkoutCartSummaryDesktop {
        border: none;
    }

    .checkoutCartSummaryDesktop .checkoutCartSummarySubTotals,
    .checkoutCartSummaryDesktop .checkoutCartSummaryTotal {
        padding: 15px 5px;
    }

    .checkoutCartSummaryMobile {
        display: block;
        background-color: #f5f5f5;
        margin-bottom: 30px;
        border-left: none;
        border-right: none;
    }

    .checkoutCartSummaryMobile .checkoutCartSummarySubTotals,
    .checkoutCartSummaryMobile .checkoutCartSummaryTotal {
        display: none;
    }

    .checkoutCartSummaryMobile .checkoutCartSummaryProducts {
        border-bottom: none;
        display: none;
    }

    .checkoutCartSummaryMobile h2 {
        border-bottom: none;
        cursor: pointer;
    }

    .checkoutCartSummaryMobile h2:after {
        content: "\f054";
        font-family: Font Awesome\ 5 Pro;
        float: right;
        margin-right: 15px;
    }

    .checkoutCartSummaryMobile.open h2:after {
        content: "\f078";
    }

    .checkoutCartSummaryMobile.open .checkoutCartSummaryProducts {
        display: block;
    }

    .cartProductItemPrice {
        display: none;
    }

    .cartProductQuantityBlock {
        display: inline-block;
    }

    .cartProductList .cartProductDetailsInfo>span.cartProductDetailsInfoLinks a {
        border: none;
        font-size: 0.667em;
        padding: 0 15px 0 0;
    }

    .cartProductDetailsInfo {
        margin-bottom: 25px;
    }

    .cartProductList .cartProductRow .cartProductQuantityCol {
        display: inline-block;
        margin-left: 100px;
        width: calc(60% - 50px);
    }

    .cartProductList .cartProductRow .cartProductSubtotal {
        display: inline-block;
        width: calc(40% - 50px);
        padding-right: 15px;
        padding-left: 0;
        float: right;
    }

    .cartProductList .cartProductRow .cartProductDetails {
        display: inline-block;
    }

    .cartPromotionBlock .promotionInputBlock.hiddenMobile {
        display: none;
    }

    .cartPromotionBlock .promotionInputBlock {
        width: 100%;
    }

    .cartPromotionBlock h2 {
        text-align: right;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 1.25em;
    }

    .cartPromotionBlock {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .cartSummary .cartPromotionBlock h2 {
        margin-top: 15px;
    }

    .cartSummary .cartPromotionBlock {
        border-top: 1px solid #ddd;
    }

    .showGiftWrapOptionsBlock {
        padding-left: 15px;
    }

    .giftWrapWrappedOptions {
        position: absolute;
        bottom: -35px;
        left: 15px;
    }

    .giftWrapTypeDetailsBlock {
        min-height: 100px;
        margin-bottom: 50px;
    }

    .giftWrapMessageUndertext {
        font-size: 12px;
    }

    .giftWrapAddButton {
        width: 100%;
    }

    .giftWrapSubtotal span {
        line-height: 40px;
    }

    .giftWrapAppliedBlockActions a {
        font-size: 10px;
        margin-left: 10px;
    }

    .giftWrapAppliedBlockActions a:first-child {
        padding-right: 10px;
    }

    .giftWrapAppliedBlock .giftWrapSubtotal {
        padding: 0;
        margin: 0;
        width: auto;
        position: absolute;
        bottom: -5px;
        right: 15px;
    }

    .giftWrapAppliedBlock .giftWrapTypeDetailsBlock {
        margin-bottom: 10px;
    }

    .giftWrapAppliedBlock .giftWrapSubtotal span {
        line-height: initial;
    }

    .giftWrapDetailsBlock .giftWrapSave,
    .giftWrapDetailsBlock .giftWrapSubtotal {
        margin-top: 0;
    }

    .deliveryOptionBlock .deliveryOptionMain {
        padding: 20px 0;
        border-left: none;
        border-right: none;
    }

    .deliveryOptionBlock {
        margin: 2.5em -15px;
        width: calc(100% + 30px);
    }

    .deliveryOptionBlock .deliveryOptionTabShipping {
        border-left: none;
    }

    .deliveryOptionBlock .deliveryOptionTabCollect {
        border-right: none;
    }

    .deliveryOptionsValue {
        padding-left: 0;
        white-space: nowrap;
    }

    .cartPage button.btn-block.btn--continue-checkout {
        width: 100%;
    }

    .cartProductList .cartProductDetailsInfo>span.cartProductDetailsInfoLinks a:last-child {
        padding: 0;
    }

    .orderConfirmationOrderSummary {
        margin: auto -15px;
    }

    .pickUpPopupInnerMap {
        display: none;
    }

    .pickUpPopupInnerStoreList {
        width: 100%;
    }

    #pickUpFromStorePopup h2 {
        font-size: 1.2em;
    }

    #pickUpPopupResultsBlock .findAStoreSearchBoxResult>* {
        max-width: 100%;
    }

    #pickUpPopupResultsBlock .storeFinderSelectBlock {
        left: 0;
        top: initial;
        bottom: 10px;
        padding: 0 20px;
        width: 100%;
    }

    #pickUpPopupResultsBlock .findAStoreSearchBoxResult {
        padding-bottom: 64px;
    }

    .findAStoreSearchBoxResult .storeFinderOpeningHourDay {
        width: 45px;
    }

    #pickUpPopupResultsBlock .collectionDate {
        width: 60%;
        float: left;
        line-height: 34px;
    }

    #pickUpPopupResultsBlock .storePickUpSelect {
        float: right;
        margin: 0;
        width: 40%;
        text-align: center;
        padding: 0;
    }

    .checkoutLoginForm {
        padding: 0;
        border: none;
    }

    .checkoutStep {
        width: 32.4%;
        font-size: 0.667em;
    }

    .shippingPickUpSwitcherOption {
        font-size: 0.8em;
    }

    #checkoutPopupBackground {
        overflow-y: initial;
    }

    .addressVerificationPopup,
    #pickUpFromStorePopup,
    .addressPickerPopup {
        padding: 30px 20px;
        margin: 0 auto;
        top: 0;
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .accountHeaderBlock {
        margin-top: 30px;
    }

    .accountHeaderBlock h1 {
        margin-bottom: 30px;
    }

    .accountMenu,
    .accountMenu.overviewActive .accountOverviewLink {
        display: none;
    }

    .accountMenu.overviewActive {
        display: block;
    }

    .accountMobileOverview {
        padding: 0;
    }

    .accountHeaderBlock span,
    .accountMobileHeaderMessage {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .accountMobileHeaderMessage {
        line-height: 4em;
    }

    .accountMainSectionHeader h2 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .accountMainSectionHeader {
        position: relative;
    }

    .accountMobileBackButton {
        position: absolute;
        top: 20px;
        line-height: 30px;
        display: block;
        width: 30px;
        text-align: center;
        font-size: 0.933em;
    }

    .accountMainSectionInner .accountMainAction>a {
        position: initial;
        display: block;
        margin-top: 15px;
    }

    .accountMainSectionInner .row.accountOrderListBody {
        margin-bottom: 60px;
    }

    .accountOrderListHeader:before {
        width: calc(100% - 30px);
    }

    .accountMainSectionInner .row.accountWishlistListBody {
        margin-bottom: 60px;
    }

    .accountArea .btn.btn-primary,
    .accountAddNewAddress,
    #accountAddressForm .addressFormDeleteButton {
        width: 100%;
        text-align: center;
    }

    .accountVerified h1 {
        font-size: 1em;
        line-height: 1.5em;
    }

    .accountVerified .accountMainSectionInner .accountMainAction .accountMainActionSubmit {
        width: 100%;
        margin: 10px 0 0 0;
    }

    #accountAddressForm .addressFormDeleteButton {
        margin-left: 0;
        margin-top: 20px;
    }

    #wishlistAddToCartBtn,
    #wishlistRemoveBtn,
    #guestWishlistAddToCartBtn,
    #guestWishlistRemoveBtn {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .orderListReturnHeader {
        border-bottom: 1px solid #ddd;
        margin: 0 2% 30px 2%;
    }

    .orderSummaryContainer {
        padding: 0px;
        width: 100%;
    }

    .returnOrderSummary {
        border-bottom: 0px;
    }

    .returnOrderSummaryProductImage,
    .returnOrderSummaryProductImage img {
        width: 120px;
        height: auto;
    }

    .returnOrderSummaryPrice {
        clear: both;
    }

    .returnOrderSummaryReason {
        width: 100%;
        align-content: center;
        margin-top: 20px;
    }

    .returnOrderComment {
        width: 100%;
        margin-left: 0px;
    }

    .returnOrderCommentLettersLeft {
        float: right;
    }

    .returnOrderSummaryPriceBlock {
        border-top: 0px;
        border-bottom: 0px;
    }

    .returnOrderSummaryTotalPriceBlock {
        padding-top: 0px;
    }

    .returnOrderBackButton,
    .returnOrderBackButton:hover,
    .returnOrderBackButton:focus,
    .returnOrderContinueButton,
    .returnOrderContinueButton:hover,
    .returnOrderContinueButton:focus {
        width: 100%;
        float: none;
        margin-bottom: 25px;
        height: 50px;
    }

    .returnOrderButtonBlock {
        margin-left: 25px;
        margin-right: 25px;
    }

    .returnOrderFormActions {
        width: 100%;
    }

    .returnOrderPrintButton,
    .returnOrderPrintButton:hover,
    .returnOrderPrintButton:focus,
    .returnOrderDownloadButton,
    .returnOrderDownloadButton:hover,
    .returnOrderDownloadButton:focus {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
    }

    .returnFormItemInputBlock {
        width: 100%;
        margin-top: 0;
    }

    .returnOrderSummaryReason,
    .returnOrderCommentBLock {
        width: 100%;
    }

    .accountReturnDetailsMobile {
        display: block;
    }

    .accountReturnDetailsDesktop {
        display: none;
    }

    #paypal-button-container {
        margin: 0px 0px 17px 0px;
        width: 100%;
    }

    .horizontalScrollMobile .blockComponentContainer {
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: auto;
        justify-content: flex-start;
        scrollbar-width: thin;
        scrollbar-color: #aaa #f1f1f1;
        padding: 0 15px !important;
    }

    .horizontalScrollMobile>.container {
        padding-right: 0 !important;
        padding-left: 10px !important;
        margin-left: -5px;
        margin-right: 0;
    }

    .horizontalScrollMobile>.container>.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .horizontalScrollMobile .blockComponentContainer::-webkit-scrollbar {
        height: 5px;
        -webkit-appearance: none;
    }

    .horizontalScrollMobile .blockComponentContainer::-webkit-scrollbar-thumb {
        background-color: #d5d5d5;
    }

    .horizontalScrollMobile .blockComponentContainer::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .cmsContainer.horizontalScrollMobile.titlesLeftAligned .containerTitleSection {
        padding-left: 15px;
    }

    .horizontalScrollMobile .blockComponentContainer .col-sm-4.blockComponent {
        min-width: 25%;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 10px;
    }

    .horizontalScrollMobile .blockComponentContainer .col-sm-6.blockComponent {
        min-width: 46%;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 10px;
    }

    .horizontalScrollMobile .blockComponentContainer .col-sm-12.blockComponent {
        min-width: 15%;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 10px;
        text-align: left;
    }

    .horizontalScrollMobile .blockComponentContainer .col-xs-4.blockComponent {
        min-width: 31%;
    }

    .horizontalScrollMobile .blockComponentContainer .col-xs-6.blockComponent {
        min-width: 46%;
    }

    .horizontalScrollMobile .blockComponentContainer .col-xs-12.blockComponent {
        min-width: 85%;
    }
}

@media(min-width:991px) {
    .facetOptions li.facetAction {
        width: 100%;
        white-space: normal;
        padding-left: 0px;
        line-height: 1.5em;
    }

    .facetOptions-deliveryOption li.facetAction:hover span {
        text-decoration: underline;
    }
}

@media(max-width:499px) {
    .returnOrderSummaryProductDetails {
        width: 38%;
    }

    .returnOrderSummaryReason,
    .returnOrderComment {
        font-size: 0.87em;
    }

    .wesCheckoutPaymentBlock .fa-spin {
        font-size: 80px;
    }
}

@media(max-width:399px) {
    .wesCheckoutPaymentBlock .fa-spin {
        font-size: 80px;
        margin-left: 120px;
    }
}

@media(max-width:700px) {
    .giftwrapWarning {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: white;
        padding: 25px;
        z-index: 9;
        transform: none;
        left: 0;
    }

    .giftwrapWarningMessage {
        text-align: left;
        position: relative;
        padding-left: 48px;
        padding-right: 24px;
        font-size: 0.95em;
        line-height: 24px;
    }

    .cartPaymentButtonsBlock {
        width: 100%;
        float: none;
    }

    .productTileAffirmFinance {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    select.sortSelect::-ms-expand {
        border: none;
        background: #fff;
    }

    .middleHeader .hasTerm .search-clear {
        display: none;
    }

    #storeFinderBrandSelector::-ms-expand {
        display: none;
    }
}

.middleHeader .search-form input::-ms-clear {
    display: none;
}

body #_asm .ASM_header .first-top-row {
    margin: 0 -2em 10px -4em;
    padding: 0 1em 0 4em;
}

body #_asm .collapseBtn-wrapper {
    right: 0;
}

ul#customer-360-tabs li[value*='storeLocationsSection'],
ul#customer-360-tabs li[value*='feedbackSection'] {
    display: none;
}

.asm__customer360,
.js-customer-list-modal-content {
    padding: 15px;
    margin-bottom: 5px;
}

#spCheckoutContainer {
    letter-spacing: 0.03em;
}

.spCheckoutPanel {
    max-width: 390px;
    margin: 0 auto 75px;
}

.checkoutSignInBlockForm {
    display: none;
}

.checkoutSignInBlockForm-active {
    display: block;
}

.spCheckoutShowPassword {
    display: none;
}

.checkoutSignInDescription {
    text-align: center;
}

.checkoutSignInDescription.checkoutSignInDescriptionWESASM {
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin-top: 5px;
}

.hasContent~.spCheckoutShowPassword,
.focus-visible~.spCheckoutShowPassword {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 60px;
    cursor: pointer;
    font-size: 20px;
}

#spCheckoutLoadingBlock,
#basketLoadingBlock {
    position: fixed;
    top: 0;
    left: -999%;
    height: 100%;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}

#spCheckoutLoadingBlock.show,
#basketLoadingBlock.show {
    left: 0;
}

#spCheckoutLoadingInnerBlock,
#basketLoadingInnerBlock {
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-align: center;
    transform: translate(-100px, -100px);
}

#spCheckoutPopupBlock,
#spCheckoutPopupBlockBackground,
.slideInPopup,
.slideInPopupBackground {
    opacity: 0;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    max-width: 500px;
    background-color: white;
    z-index: -999;
}

#spCheckoutPopupBlockBackground,
.slideInPopupBackground {
    pointer-events: none;
}

#spCheckoutPopupBlock,
.slideInPopup {
    right: -500px;
    transition: right ease 500ms 100ms;
    -moz-transition: right ease 500ms 100ms;
    -o-transition: right ease 500ms 100ms;
    -webkit-transition: right ease 500ms 100ms;
}

#spCheckoutPopupBlockBackground,
.slideInPopupBackground {
    min-width: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#spCheckoutPopupBlock.spCheckoutPopupBlock-show,
.slideInPopup.slideInPopup-show {
    z-index: 9999;
    right: 0;
    opacity: 1;
    overflow-y: auto;
}

#spCheckoutPopupBlock.spCheckoutPopupBlock-hide,
.slideInPopup.slideInPopup-hide {
    z-index: 999;
    right: -500px;
    opacity: 1;
    overflow-y: auto;
}

#spCheckoutPopupBlock.spCheckoutPopupBlock-show~#spCheckoutPopupBlockBackground,
.slideInPopup.slideInPopup-show~.slideInPopupBackground,
#spCheckoutPopupBlock.spCheckoutPopupBlock-hide~#spCheckoutPopupBlockBackground,
.slideInPopup.slideInPopup-hide~.slideInPopupBackground {
    z-index: 998;
    opacity: 1;
    pointer-events: initial;
}

.spCheckoutPopupHeader,
.slideInPopupHeader {
    position: relative;
    line-height: 60px;
    font-size: 1.375em;
    text-align: center;
    border-bottom: 1px solid #C2C2C2;
}

.spCheckoutPopupClose,
.slideInPopupClose,
.spCheckoutPopupBack {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 40px;
    font-size: 26px;
    width: 40px;
    cursor: pointer;
}

.spCheckoutPopupBack {
    right: unset;
    left: 10px;
}

.spCheckoutPopupContent {
    padding: 0 20px;
}

#spCheckoutCardSubmitButton {
    display: none;
}

.spCheckoutPaymentErrorContainer {
    height: auto;
    border: 3px solid #B01717;
    max-width: 927px;
    margin: 30px auto;
    padding: 13px 18px;
}

.errorIcon {
    font-size: 30px;
    float: left;
    display: inline-block;
    margin: 15px;
    color: #B01717;
}

#spCheckoutPartPaymentContainer {
    height: 92px;
    border: 3px solid #FFA500;
    max-width: 927px;
    margin: 30px auto;
    padding: 13px 18px;
}

#spCheckoutPartPaymentContainerBlockIcon {
    float: left;
    font-size: 60px;
    color: #B01717;
    padding-right: 18px;
}

#spCheckoutPaymentErrorMessage {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#spCheckoutPaymentErrorReason {
    font-weight: bold;
}

.singlePageCheckoutLoginContainer h1,
h2.spCheckoutDeliveryTitle {
    font-size: 1.625em;
    font-weight: bold;
    text-align: center;
    margin: 25px auto;
    line-height: 28px;
}

.singlePageCheckoutLoginContainer h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.checkoutSignInBlock {
    max-width: 390px;
    margin: 50px auto;
}

.checkoutSignInBlockOptions,
.checkoutDeliveryChoiceOptions {
    display: flex;
    flex-wrap: wrap;
}

.checkoutDeliveryChoiceOptions {
    max-width: 390px;
    margin: 13px auto 10px;
}

.checkoutSignInBlockOption,
.checkoutDeliveryChoiceOption {
    display: flex;
    width: 100%;
    border: 1px solid #BCBCBC;
    height: 78px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
}

.checkoutDeliveryChoiceOption-disabled {
    display: flex;
    width: 50%;
    border: 1px solid #BCBCBC;
    height: 78px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    cursor: no-drop;
    color: #D9D9D9;
    background-color: #F3F3F3;
}

.checkoutDeliveryChoiceOptions.noneSelected .checkoutSignInBlockOption:first-child,
.checkoutDeliveryChoiceOptions.noneSelected .checkoutDeliveryChoiceOption:first-child {
    border-right: none;
}

.checkoutSignInBlockOption.checkoutSignInBlockOption-guest,
.checkoutDeliveryChoiceOption.checkoutDeliveryChoiceOption-delivery {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.checkoutSignInBlockOption.checkoutSignInBlockOption-signIn,
.checkoutDeliveryChoiceOption.checkoutDeliveryChoiceOption-collect {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.checkoutSignInBlockOption-guest {
    border-right: none;
}

.checkoutSignInBlockOption-signIn {
    border-left: none;
}

.checkoutSignInBlockOption.selected,
.checkoutDeliveryChoiceOption.selected {
    border: 2px solid black;
}

.spGuestFormEmailConfirmBlock {
    letter-spacing: 0.03em;
    position: relative;
    padding-left: 18px;
    margin-top: 25px;
}

.spGuestFormEmailConfirmBlock div {
    font-size: 1.375em;
    font-weight: bold;
    margin-top: 9px;
    line-height: 28px;
    overflow-wrap: break-word;
}

.spGuestFormEmailConfirmBlock:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    width: 5px;
    background: #C4C4C4;
}

.checkoutSignInDescription {
    margin-top: 15px;
    font-size: 1.125em;
    margin-bottom: 25px;
}

.spForgottenPassword {
    color: black;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.spCheckoutFormGroup {
    width: 100%;
    min-height: 60px;
    position: relative;
    margin-top: 10px;
}

.spCheckoutFormGroup.spCheckoutPaymentReferenceGroup {
    margin-top: 25px;
}

.spCheckoutFormInput {
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px 0 0 18px;
    line-height: 21px;
    border: 1px solid #BCBCBC;
}

.spCheckoutFormLabel {
    font-size: 0.875em;
    line-height: 18px;
    position: absolute;
    top: 22px;
    left: 20px;
    pointer-events: none;
    transition: 0.2s ease all;
    text-transform: capitalize;
}

select.spCheckoutFormInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../main/responsive/common/images/dropdown-chevron.gif) no-repeat right 15px center;
}

.spCheckoutFormInput:focus~.spCheckoutFormLabel,
.spCheckoutFormInput.hasContent~.spCheckoutFormLabel,
.spFormError .spCheckoutFormInput~.spCheckoutFormLabel {
    top: 5px;
    font-size: 11px;
    line-height: 14px;
}

.spCheckoutFormGroup.spCheckoutFormGroup-disabled .spCheckoutFormInput,
.spCheckoutFormGroup.spCheckoutFormGroup-disabled .spCheckoutFormLabel {
    color: #7B7B7B;
}

.spCheckoutFormInput-discount::-webkit-outer-spin-button,
.spCheckoutFormInput-discount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.spCheckoutFormInput-discount[type=number] {
    -moz-appearance: textfield;
}

.spCheckoutFormGroupSubText {
    color: #282828;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    margin-top: 10px;
}

.singlePageStatusHeader {
    display: flex;
    max-width: 922px;
    margin: auto
}

.spCheckoutStatus {
    display: flex;
    width: 33.3%;
    padding: 25px 0;
    position: relative;
    font-size: 0.938em;
    color: #7b7b7b;
    line-height: 19px;
}

.spCheckoutStatus span {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.spCheckoutStatus span:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom: 5px solid #cccccc;
}

.spCheckoutStatus.active span:after {
    border-color: black;
}

input#pacInputPickup::placeholder {
    color: white;
}

#spCheckoutUseMyCurrentLocation {
    font-size: 0.875em;
    margin-top: 7px;
    line-height: 18px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

.spCheckoutPanel button[type=submit],
.basketPromotionCodeSubmit,
.spAddressBookNewAddressButton,
#spEditAddressForm button[type=submit],
#createAccountSubmit,
.spCheckoutAddressesBlockAction-select,
.spCheckoutPopupContentFPForm button[type=submit],
#addASMWesDetails {
    line-height: 60px;
    padding: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 30px;
    border-color: transparent;
    font-size: 1.125em;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}

.spCheckoutPanel button[type=submit],
.basketPromotionCodeSubmit,
.spAddressBookNewAddressButton,
#spEditAddressForm button[type=submit],
#createAccountSubmit,
.spCheckoutAddressesBlockAction-select,
.spCheckoutPopupContentFPForm button[type=submit],
.spCheckoutCollectStoreSelect,
.aurumButton,
#adyenDummyPaymentButton,
.spFinancePaymentContainer div#v12FinanceDepositEditUpdate,
.wellsFargoFinancePlanSelect,
#spFinanceV12Button,
button.adyen-checkout__button,
.giftWrapSaveButton,
#paypalReviewPayNow,
#spFISBalanceButton,
#spFISAuthButton,
#spKlarnaAuthButton,
#applePayDummyPaymentButton,
.spCheckoutPaymentBlock .wesAsmPaymentButton,
#addASMWesDetails {
    background-color: #A6182E;
    color: white;
    text-transform: capitalize;
}

.paymentButton-disabled {
    pointer-events: none;
}

.spCheckoutAddressesBlockAction-select {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

#cardBalance,
#cardBalanceError,
#wosgCreditBalance {
    padding-top: 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.no-spin {
    -moz-appearance: textfield !important;
}

.cardBalanceCheckErrorMessage {
    color: red;
}

.basketPromotionCodeSubmit {
    margin-top: 10px;
    width: 84px;
    display: inline-block;
    float: right;
    height: 60px;
    line-height: 55px;
}

.basketPromotionInputBlock .spCheckoutFormGroup {
    width: calc(100% - 84px);
    display: inline-block;
}

.basketPromotionInputBlock .spCheckoutFormGroup input {
    border-right: none;
}

#spEditAddressForm button[type=submit] {
    margin-top: 15px;
    margin-bottom: 50px;
}

#createAccountSubmit {
    margin-top: 20px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

#createAccountSubmit[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

#spCheckoutUseSavedShowrooms {
    border: 1px solid #c4c4c4;
    background-color: transparent;
    margin-top: 10px;
    color: black;
}

.spCheckoutSectionTitle {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}

.spCheckoutSectionTitle:first-letter {
    text-transform: uppercase;
}

.spCheckoutSectionTitleRequired {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
}

.spCheckoutSectionParagraph {
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

.spCheckoutSectionParagraph.spCheckoutSectionParagraph-asmWosgCredit {
    margin-bottom: 15px;
}

.spCheckoutCollectNoResults {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin-top: 25px;
}

.spCheckoutCollectStore {
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 15px;
}

.spCheckoutCollectStore.spCheckoutCollectSelectedStore {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.spCheckoutChangeStore {
    font-size: 0.875em;
    text-decoration: underline;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
}

.spCheckoutCollectStoreName,
.spCheckoutCollectStoreDistance {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 24px;
    display: block;
}

.spCheckoutCollectStoreDistance {
    padding-top: 10px;
    font-size: 15px;
}

.spCheckoutCollectStoreLeadTime {
    font-size: 0.875em;
    line-height: 20px;
    margin: 10px auto;
}

.spCheckoutCollectStoreShowMap,
.spCheckoutSaveShowroom,
.spCheckoutRemoveShowroom {
    display: inline-block;
    font-size: 0.875em;
    text-decoration: underline;
    cursor: pointer;
}

.spCheckoutSaveShowroom,
.spCheckoutRemoveShowroom {
    margin-left: 7px;
    border-left: 1px solid #BCBCBC;
    padding: 0 0 0 12px;
}

.spCheckoutSaveShowroom~.spCheckoutSaveShowroomCheck {
    display: none;
}

.spCheckoutSaveShowroom.saved~.spCheckoutSaveShowroomCheck {
    display: inline-block;
}

.spCheckoutSaveShowroom.saved {
    cursor: default;
    text-decoration: none;
}

.spCheckoutCollectStoreSelect {
    display: block;
    width: 100%;
    line-height: 60px;
    margin-top: 15px;
    background-color: #C4C4C4;
    text-align: center;
    font-size: 0.875em;
    font-weight: bold;
    cursor: pointer;
}

.spCheckoutStoreName {
    font-size: 1.375em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

#spCheckoutStoreDetailsMap {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}

.spCheckoutStoreName {
    font-size: 1.375em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.spCheckoutStoreDetailsSubTitle {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.spCheckoutStoreDetailsSection {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.spCheckoutStoreDetailsDay,
.spCheckoutStoreDetailsHours {
    display: inline-block;
}

.spCheckoutStoreDetailsDay {
    width: 50px;
    text-align: left;
    margin-left: 25px;
}

.spCheckoutStoreDetailsHours {
    width: 150px;
    text-align: left;
}

.spCheckoutCollectStoreSelect.spCheckoutCollectStorePopupSelect {
    width: 100%;
    line-height: 60px;
    font-size: 1em;
    cursor: pointer;
}

.spCheckoutPaymentPanelBlock {
    max-width: 922px;
    margin: 30px auto auto;
}

.spCheckoutDesktopCartSummaryContainer {
    width: 445px;
    float: right;
}

.spCheckoutDesktopCartSummary {
    padding: 20px 25px;
    background-color: #F9F9F9;
}

.spCheckoutPaymentPanelBlock:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.spCheckoutDesktopCartSummary h2 {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 23px;
    margin: 0;
}

.spCheckoutMobileCartSummary {
    margin: 30px auto 15px;
}

.spCheckoutMobileCartSummary .spCheckoutMobileCartSummaryRow {
    line-height: 35px;
}

.spCheckoutMobileCartSummary .spCheckoutMobileCartSummaryRow.spCheckoutMobileCartSummaryRow-total {
    border-top: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    margin: 10px auto;
    line-height: 45px;
}

.spCheckoutMobileCartSummary .spCheckoutMobileCartSummaryRowValue {
    float: right;
    font-weight: bold;
}

.spCheckoutCartSummaryProducts {
    margin-top: 30px;
}

.spCheckoutCartSummaryProductsRow {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.spCheckoutCartSummaryProductImage {
    width: 29%;
    display: inline-block;
    float: left;
    margin-right: 3%;
}

.spCheckoutCartSummaryProductImage img {
    width: 100%;
}

.spCheckoutCartSummaryProductDetails {
    width: 68%;
    display: inline-block;
    float: left;
    font-size: 0.938em;
    line-height: 19px;
    height: 115px;
    position: relative;
}

.spCheckoutCartSummaryProductBrand {
    font-weight: bold;
}

.spCheckoutCartSummaryProductCode {
    color: #606060;
}

.spCheckoutCartSummaryProductPriceQty {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.spCheckoutCartSummaryProductPriceQty span {
    float: right;
}

.spCheckoutCartSummarySubTotals,
.spCheckoutCartSummaryTotalsAndTax {
    border-top: 1px solid #EEE;
    margin-top: 10px;
}

.spCheckoutDeliveryOptionSubtitle {
    margin-top: 5px;
}

.spCheckoutPopupContent .spCheckoutCartSummarySubTotals,
.spCheckoutPopupContent .spCheckoutCartSummaryTotalsAndTax {
    border-top: none;
    margin-top: 0;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
}

.spCheckoutCartSummarySubTotals>div,
.spCheckoutCartSummaryTotalsAndTax>div {
    font-size: 16px;
    margin: 9px auto;
    line-height: 21px;
}

.spCheckoutCartSummarySubTotals>div>span,
.spCheckoutCartSummaryTotalsAndTax>div>span {
    float: right;
}

.spCheckoutPopupContent .spCheckoutCartSummarySubTotals>div>span,
.spCheckoutPopupContent .spCheckoutCartSummaryTotalsAndTax>div>span {
    font-weight: bold;
}

.spCheckoutPopupContent .spCheckoutCartSummaryTotalsAndTax {
    margin-bottom: 40px;
}

.spCheckoutPopupContentParagraph {
    line-height: 24px;
    margin: 25px 20px;
    text-align: center;
}

.spCheckoutMobileOrderSummaryBar {
    background-color: #F9F9F9;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 23px;
    font-size: 0.938em;
    etter-spacing: 0.03em;
    line-height: 60px;
    max-width: 922px;
    margin: auto;
}

.spCheckoutMobileOrderSummaryBar div {
    float: right;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.spCheckoutSectionOrderDetails,
.spCheckoutSectionOrderCustomerDetails,
.spCheckoutSectionOrderStoreDetails {
    background-color: #EBEBEB;
    padding: 15px 15px 15px 10px;
}

.spCheckoutSectionOrderRowQuantity {
    display: inline-block;
    width: 25px;
    text-align: right;
}

.spCheckoutSectionOrderRowName {
    display: inline-block;
}

.spCheckoutSectionOrderRowPrice {
    display: inline-block;
    float: right;
    width: 80px;
    text-align: right;
}

.spCheckoutSectionOrderRowCode {
    padding-left: 30px;
    font-size: 0.75em;
    line-height: 15px;
    color: #606060;
    margin-bottom: 10px;
}

.spCheckoutSectionOrderRowQuantity,
.spCheckoutSectionOrderRowName,
.spCheckoutSectionOrderRowPrice {
    font-size: 0.875em;
    line-height: 25px;
    font-weight: bold;
}

.spCheckoutSectionOrderDetails,
.spCheckoutSectionOrderStoreDetails,
.spCheckoutSectionOrderCustomerDetails {
    padding: 15px;
    margin-bottom: 15px;
}

.spCheckoutOrderDetailsRow {
    font-size: 0.875em;
    line-height: 22px;
}

.spCheckoutSectionOrderStoreName,
.spCheckoutSectionOrderStoreDeliveryPrice {
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.spCheckoutSectionOrderStoreDeliveryPrice {
    float: right;
}

.spCheckoutSectionOrderStoreAddress,
.spCheckoutSectionOrderStorePhone {
    font-size: 0.875em;
    line-height: 22px;
}

.spCheckoutSectionOrderStorePhone {
    margin-bottom: 10px;
}

.spCheckoutEditOrder,
.spCheckoutEditClickAndCollect,
.spCheckoutEditDelivery {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

.spCheckoutPaymentOptionsBlock,
.spCheckoutPaymentBlock,
#spSecure3dComponent {
    max-width: 360px;
    width: 100%;
    float: left;
    position: relative;
    letter-spacing: 0.03em;
}

.spCheckoutPaymentOptionsBlock h3,
.spCheckoutPaymentBlock h3 {
    font-size: 1em;
    line-height: 21px;
    color: #969696;
    margin-top: 0;
}

.spCheckoutPaymentOptionBlock,
.spCheckoutPaymentOptionTopBlock {
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
}

.spCheckoutPaymentOptionTopBlock {
    border: 2px solid #000000;
}

.spCheckoutPaymentOptionBlockName {
    line-height: 50px;
    font-weight: bold;
}

.spCheckoutPaymentOptionBlockSubtext {
    font-size: 0.938em;
    line-height: 25px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.spCheckoutPaymentOptionBlockSubtext~.spCheckoutPaymentOptionBlockName {
    line-height: 25px;
}

.spCheckoutPaymentOptionBlock+h3 {
    margin-top: 30px;
}

.spCheckoutBackToPaymentOptions {
    font-size: 0.875em;
    text-decoration: underline;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.spShowGiftOrInsuranceCard {
    font-size: 0.875em;
    text-decoration: underline;
    line-height: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}

.spHallmarkPinMessage {
    margin-top: 10px;
    font-size: 0.85em;
}

.spAddGiftCardInput {
    padding-top: 10px;
    text-align: right;
    margin-left: 50%;
}

.cartPage {
    letter-spacing: 0.03em;
}

.basketTop h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 78px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 35px;
}

.basketBottom,
.checkoutBottom {
    line-height: 78px;
    text-align: center;
    border-top: 1px solid #EEEEEE;
    margin-top: 20px;
    letter-spacing: 0.03em;
    clear: both;
}

.basketBottom a,
.checkoutBottom a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.basketProducts {
    display: inline-block;
    width: calc(100% - 500px);
}

.basketProductRow {
    position: relative;
    margin: 31px 0 34px;
}

.basketProductRow>a,
.basketProductRow img.cartProductDetailsImg {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 150px;
    height: 150px;
    z-index: 1;
}

.basketProductDetailsInfo {
    display: inline-block;
    margin-left: 185px;
    padding-top: 5px;
    position: relative;
    width: calc(100% - 185px);
}

.basketProductDetailsTitle {
    max-width: 70%;
    font-size: 1.125em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
    color: #000;
    font-weight: bold;
}

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

.basketProductDetailsInfo>span.basketProductCode {
    display: block;
    font-size: 0.75em;
    color: #606060;
    line-height: 15px;
    margin-top: 8px;
}

.basketProductDetailsPrice {
    font-size: 1.125em;
    line-height: 23px;
    color: #000;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 0;
}

.basketSalePrice {
    display: block;
}

.productPriceSalePrice {
    font-size: 1.125em;
    color: #b70000;
}

.productPriceYouSaveAmount {
    color: #b70000;
    padding-left: 5px;
}

.productWasPrice {
    color: black;
    text-decoration: line-through;
    font-size: .7em;
    font-weight: 400;
}

.productPrice-YouSave {
    display: flex;
    font-size: .9em;
    font-weight: 400;
}

.productPriceYouSaveAmount {
    font-size: 1em;
}

.basketProductDetail-outOfStock {
    margin-top: 10px;
    font-size: 0.875em;
    color: #ff1010;
    line-height: 1.5em;
}

.basketProductDetailActionsBlock {
    height: 72px;
    width: 100%;
    margin-top: 10px;
}

.basketProductDetailActionsBlock>span {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 18px;
}

.basketProductDetailActionsBlock>div {
    height: 41px;
    margin-top: 10px;
}

.basketProductDetailActionsBlock>.basketProductGiftWrapActions {
    margin-top: 28px;
}

.basketProductDetailActions {
    width: calc(100% - 65px);
    float: right;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.basketProductDetailQuantityBlock {
    display: inline-block;
}

select.basketProductQuantity {
    height: 41px;
    width: 61px;
    padding-left: 5px;
}

.basketProductDetailActions>a {
    display: inline-block;
    line-height: 21px;
    text-align: center;
    border-left: 1px solid #EEE;
}

.basketProductDetailActions>a>span {
    text-decoration: underline;
    margin: 0 12px;
}

.basketProductDetailActions>a:first-child {
    border: none;
}

.basketProductDetailActions>a:last-child>span {
    margin-right: 0;
}

.basketProducts hr {
    margin: 0;
    border-color: #eee;
}

.basketProducts hr:first-child {
    display: none;
}

.basketProductDeliveryMessageBlock {
    margin-top: 10px;
}

.basketActions {
    width: 446px;
    display: inline-block;
    float: right;
    border: 1px solid #EEEEEE;
    padding: 26px 37px;
}

button.btn.btn-primary.btn-block.btn--continue-checkout.js-continue-checkout-button.basketButtonContinue {
    float: none;
    width: 100%;
    margin: 0 0 12px;
    line-height: 60px;
    font-size: 1.125em;
    text-transform: initial;
}

.basketSummaryBlock h2 {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 23px;
    margin: 0 0 14px;
}

.basketSummarySubtotal,
.basketSummaryTotal {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 14px;
    margin-top: 20px;
}

.basketSummarySubtotal,
.basketSummaryTotal span {
    float: right;
}

.basketSummarySubtotal,
.basketSummaryTotal div {
    display: inline-block;
}

.basketSummarySubtotalSubtext,
.basketSummaryTotalSubtext {
    font-size: 0.875em;
    margin-top: -10px;
    margin-bottom: 15px;
}

.basketSummarySubtotal {
    width: 100%;
    float: none;
}

.basketSummarySubtotal div {
    float: left;
}

.basketSummarySubtotal span {
    float: right;
}

.basketRemovePromotion {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 15px;
}

.basketAppliedPromotionMessage,
.basketAppliedPotentialPromotionMessage {
    margin-bottom: 20px;
}

.basketAppliedPromotionSubtotal {
    font-size: 0.875em;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-top: 20px;
}

.basketAppliedPromotionProduct {
    margin-top: 20px;
}

.basketAppliedPromotionSubtotal span {
    float: right;
}

.basketActions hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}

.basketGotAPromotionBlock,
.basketPromotionBlock h2 {
    font-size: 1em;
    font-weight: normal;
}

.basketGotAPromotionBlock {
    cursor: pointer;
    text-decoration: underline;
}

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

.giftWrapSelectionBlock span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 25px;
}

.giftWrapSelectionBlock .giftWrapSelection {
    width: 50%;
    display: inline-block;
    border: 1px solid #BCBCBC;
    margin: 0;
    float: left;
    height: 80px;
    cursor: pointer;
}

.giftWrapSelectionBlock .giftWrapSelection.giftWrapSelectionEven {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.giftWrapSelectionBlock .giftWrapSelection.giftWrapSelectionOdd {
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.giftWrapSelectionBlock .giftWrapSelection.giftWrapSelection-selected {
    border: 2px solid #000000 !important;
}

.giftWrapSelectionBlock .giftWrapSelection.giftWrapSelection-selected~.giftWrapSelection.giftWrapSelectionEven {
    border-left: none;
}

.giftWrapSelectionName,
.giftWrapSelectionPrice {
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: center;
}

.giftWrapSelectionName {
    margin-top: 19px;
}

.giftWrapSelectionBlock .giftWrapSelection.giftWrapSelection-selected .giftWrapSelectionName {
    margin-top: 18px;
}

.giftWrapSelectionsOddNumber .giftWrapSelection:last-child {
    width: 100%;
    border-right: 1px solid #BCBCBC;
    border-radius: 5px;
}

.spCheckoutPopupContentParagraph.giftWrapDescription {
    margin: 15px 0;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 24px;
}

.giftWrapImage {
    max-height: 158px;
    margin: auto;
    max-width: 100%;
}

.giftWrapMessage {
    margin-bottom: 30px;
}

.giftWrapMessage>* {
    display: block;
    width: 100%;
}

.giftWrapSectionHeadingMessage {
    line-height: 23px;
    font-weight: bold;
    font-size: 1.125em;
    margin: 20px 0;
}

.giftWrapMessageBox {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 18px;
    height: 100px;
    padding: 13px 23px 0;
}

.giftWrapMessageLetterCount {
    font-size: 0.875em;
    line-height: 17px;
    margin-top: 7px;
}

.giftWrapPleaseWrapBlock {
    padding-left: 40px;
    position: relative;
}

.giftWrapPleaseWrap {
    position: absolute;
    left: 0;
    top: 5px;
    border: 1px solid #414141;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 1;
}

.giftWrapPleaseWrap.giftWrapPleaseWrap-checked:after {
    content: '';
    background-image: url(../main/responsive/common/fa-svgs/check-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
    height: 20px;
}

.giftWrapPleaseWrapMessages {
    line-height: 24px;
    margin-bottom: 20px;
}

.giftWrapPleaseWrapMessages div {
    font-weight: bold;
}

.giftWrapSaveButton {
    width: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
}

.giftWrapSaveButton-disabled {
    pointer-events: none;
}

.spCheckoutFormInput.spAddressLookup {
    padding: 0 20px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 0;
}

.spCheckoutFormInput.spAddressLookup::placeholder {
    font-size: 0.875em;
}

.spCheckoutFormGroup .afd-typeahead-list,
.valuationsAddressBlock-postcodeLookup .afd-typeahead-list {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-top: none;
}

.spCheckoutFormGroup .afd-typeahead-item,
.valuationsAddressBlock-postcodeLookup .afd-typeahead-item {
    font-size: 0.875em;
    border-top: none;
}

.spCheckoutFormGroup .afd-typeahead-item:hover,
.valuationsAddressBlock-postcodeLookup .afd-typeahead-item:hover {
    background-color: #D3D3D3;
}

#spDeliveryAddressForm.extendedFooterMargin {
    margin-bottom: 250px;
}

.spEnterAddressManually,
.spAddressAddFields,
.spEnterBillingAddressManually {
    font-size: 0.875em;
    text-decoration: underline;
    cursor: pointer;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 25px;
    display: inline-block;
}

.spAddressFormMain.showExtraFields .spAddressAddFields.spCheckoutAllowKeyClick {
    display: none;
}

.spCheckoutChangeCard {
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

.spAddressFormMain #deliveryAddressForm-company,
#cardPaymentBillingAddress-company {
    margin-top: 30px;
}

.afd-popup-trigger {
    display: block;
    width: 100%;
    min-height: calc(0.5em * 2 + 1.25rem + 2px);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
    appearance: none;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: textfield;
    outline-offset: -2px;
    font-size: 15px;
    color: rgb(85, 85, 85);
    cursor: pointer;
}

.afd-popup-trigger span {
    opacity: 0.54;
    text-overflow: inherit;
    line-height: initial;
    white-space: pre;
    overflow-wrap: normal;
    font: 1em Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    letter-spacing: 0.03em;
}

.spCheckoutAddressFinderPopupHeader .spCheckoutPopupClose {
    right: unset;
    left: 20px;
    font-size: 24px;
    line-height: 24px;
    top: 19px;
    z-index: 5;
    width: auto;
}

.spCheckoutAddressFinderPopupHeader .afd-typeahead-field {
    padding-left: 65px;
}

.spCheckoutAddressFinderPopupHeader .afd-typeahead-field input {
    border: none;
    line-height: 22px;
    height: 22px;
    margin: 15px 0 13px;
}

.spCheckoutAddressFinderPopupHeader .afd-typeahead-list,
.valuationsAddressBlock-postcodeLookup .afd-typeahead-list {
    position: initial;
    margin: 0;
    border: none;
    font-size: 14px;
    line-height: 36px;
    padding: 0;
}

.spCheckoutAddressFinderPopupHeader .afd-typeahead-list {
    max-height: unset;
}

.spCheckoutAddressFinderPopupHeader .afd-typeahead-list li,
.valuationsAddressBlock-postcodeLookup .afd-typeahead-list li {
    border: none;
}

.spCheckoutAddressFinderPopupHeader .afd-typeahead-list li:nth-child(2n),
.valuationsAddressBlock-postcodeLookup .afd-typeahead-list li:nth-child(2n) {
    background-color: #F9F9F9;
}

.spCheckoutAddressFinderPopupHeader .afd-typeahead-list li a,
.valuationsAddressBlock-postcodeLookup .afd-typeahead-list li a {
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.spCheckoutPopupHeader.spCheckoutAddressFinderPopupHeader.hasResult {
    border-bottom: none;
}

.spCheckoutPopupHeader.spCheckoutAddressFinderPopupHeader.hasResult~.spCheckoutAddressFinderPopupContent .spCheckoutAddressFinderPopupContentCMS {
    display: none;
}

.spCheckoutAddressFinderPopupContent-enterAddressManually {
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    text-decoration: underline;
    border-bottom: 1px solid #C2C2C2;
}

.spCheckoutPopupHeader.spCheckoutAddressFinderPopupHeader.hasResult~.spCheckoutAddressFinderPopupContent .spCheckoutAddressFinderPopupContent-enterAddressManually {
    text-align: left;
    padding-left: 25px;
    border-bottom: none;
}

.spCheckoutPopupContent.spCheckoutAddressFinderPopupContent {
    padding: 0;
}

.spCheckoutAddressFinderPopupContentCMS {
    margin: 25px auto 0;
    width: 250px;
    text-align: center;
    max-width: 90%;
}

.afd-mobile-clear {
    display: none;
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 16px;
    line-height: 29px;
    text-decoration: underline;
    cursor: pointer;
    z-index: 2;
}

.afd-typeahead-container.result .afd-mobile-clear,
.hasContent~.afd-mobile-clear {
    display: block;
}

.deliveryAddressFormExtraField,
.billingAddressFormExtraField {
    display: none;
}

.spAddressFormMain.showExtraFields .deliveryAddressFormExtraField,
.showExtraFields .billingAddressFormExtraField {
    display: block;
}

.spCheckoutSectionTitleAction-EditAddress {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
    text-decoration: underline;
    line-height: 20px;
}

.spCheckoutCartAppliedVouchers,
.spCheckoutCartAppliedVoucherRow {
    display: none;
}

.spDeliveryAddressSummary,
.spCheckoutPopupAddressesBlock {
    background: #EBEBEB;
    font-size: 1.125em;
    padding: 25px;
    line-height: 26px;
}

.spCheckoutPopupAddressesBlock {
    font-size: 0.875em;
    margin-bottom: 15px;
}

.spCheckoutPopupAddressesBlock:last-child {
    margin-bottom: 0;
}

.spDeliveryOptionBlock,
.spDeliveryOptionDetails {
    margin-bottom: 12px;
    padding: 20px;
    position: relative;
}

.spDeliveryOptionBlock {
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    cursor: pointer;
}

.spDeliveryOptionDetails {
    background: #EBEBEB;
    margin-top: 10px;
}

.spDeliveryOptionBlock.spDeliveryOptionSelected {
    border: 2px solid #131313;
    padding: 19px;
}

.spDeliveryOptionTitle,
.spDeliveryOptionPrice {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 23px;
}

.spDeliveryOptionPrice {
    position: absolute;
    right: 20px;
    top: 20px;
}

.spDeliveryOptionBlock.spDeliveryOptionSelected .spDeliveryOptionPrice {
    right: 19px;
    top: 19px;
}

.spDeliveryOptionSubtitle {
    margin-top: 15px;
    font-size: 0.875em;
    line-height: 18px;
}

#spCheckoutOpenAddressBook {
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #c4c4c4;
}

.spCheckoutAddressesBlockAction {
    display: inline-block;
    cursor: pointer;
}

.spCheckoutAddressesBlockAction span {
    padding: 0 10px;
    border-left: 1px solid #ababab;
    text-decoration: underline;
}

.spCheckoutAddressesBlockAction:first-child span {
    padding-left: 0;
    border-left: none;
}

.spCheckoutAddressesBlockActions {
    margin-top: 10px;
}

.spCheckoutAddressesBlockAction .isPreferred {
    display: none;
    cursor: initial;
}

.spCheckoutAddressesBlockAction.preferredAddress span {
    display: none;
}

.spCheckoutAddressesBlockAction.preferredAddress span.isPreferred {
    display: inline;
    font-weight: bold;
    text-decoration: none;
    padding-right: 0;
}

.adyen-checkout__card-input__form .spCheckoutFormGroup-useDeliveryAddress {
    margin: 15px 0;
}

#cardPaymentDeliveryAddress.unselected .spCheckoutFormGroup-useDeliveryAddress>span {
    display: none;
}

.spCheckoutFormGroup.spCheckoutFormGroupCheckbox {
    min-height: 30px;
    display: flex;
    flex-direction: row;
    gap: .5em;
}

.spCheckoutFormGroup input[type=checkbox] {
    display: block;
    left: 0;
    top: 0;
    border: 1px solid #414141;
    background-color: white;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.spCheckoutFormGroup input[type=checkbox]:checked:after {
    content: '';
    background-image: url(../main/responsive/common/fa-svgs/check-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
    height: 20px;
}

.spCheckoutFormGroup input[type=checkbox]~label {
    line-height: 27px;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
    max-width: calc(100% - 35px);
}

.spCheckoutFormGroup .spErrorMessage,
.spCheckoutFormGroup .spLoginErrorMessage,
.spCheckoutFormGroup .spMaxCreditValueMessage {
    display: none;
}

.spCheckoutFormGroup .spErrorMessage span,
.spCheckoutFormGroup .spMaxCreditValueMessage .span {
    text-transform: lowercase;
}

.spCheckoutFormGroup .spErrorMessage.spErrorMessage-phone span {
    text-transform: none;
}

.spCheckoutFormGroup.spFormError .spErrorMessage,
.basketPromotionInputBlock .promoError,
.spCheckoutFormGroup .error-block span,
.spLoginError .spLoginErrorMessage {
    display: block;
    color: #B01717;
    line-height: 30px;
}

.spMaxCreditValueMessage,
.spWOSGCreditInvalidOption {
    color: #ff1010;
    line-height: 30px;
}

.spPaymentMethodDisabledBlock {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    margin: 20px 0;
}

.spPaymentMethodDisabledBlock a {
    color: initial;
    text-decoration: underline;
}

.spClickAndCollectDisabledLandingText {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    max-width: 390px;
    margin: 15px auto 15px;
    display: flex;
}

.basketDisabledPromotionMessage,
.basketDisabledClickAndCollectMessage,
.basketLeadDeliveryMessage {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    max-width: 390px;
    margin: 15px auto 15px;
}

.basketEnabledPromotionMessage,
.basketEnabledReturnsMessage {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    max-width: 390px;
    margin: 15px auto 15px;
    color: black;
}

#spCheckoutPaymentErrorBlock {
    display: table;
}

#spCheckoutPaymentErrorBlock object {
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    filter: invert(14%) sepia(57%) saturate(5246%) hue-rotate(355deg) brightness(98%) contrast(88%);
    margin-right: 14px;
}

@media(max-width:922px) {
    #spCheckoutPaymentErrorBlock object {
        width: 18px;
        height: 20px;
        margin-right: 10px;
        margin-left: 7px;
    }
}

.spCheckoutFormGroup .error-block span {
    line-height: initial;
}

.spCheckoutFormGroup.spFormError input,
.spCheckoutFormGroup.spFormError select,
.spLoginError .spCheckoutFormGroup input {
    border-color: #B01717;
}

.spGiftOrInsuranceCardBlock p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.03em;
}

.spPaypalPaymentNotice {
    margin: 10px auto 15px;
}

.spPaypalCreditFooterText,
.spFinanceV12FooterText {
    margin-top: 25px;
    text-align: center;
}

.spPaypalCreditFooterText p,
.spFinanceV12FooterText p {
    font-size: 0.75em;
    margin-top: 15px;
    text-align: left;
}

.spPaypalCreditFooterText p a,
.spFinanceV12FooterText p a {
    color: initial;
    text-decoration: underline;
}

.paypalReviewPageContainer-left,
.paypalReviewPageContainer-right {
    display: inline-block;
    margin-bottom: 25px;
}

.paypalReviewPageContainer-left {
    padding-right: 15px;
    width: calc(50% - 15px);
}

.paypalReviewPageContainer-right {
    float: right;
    padding-left: 15px;
    width: 50%;
}

.paypalReviewAccountInfo {
    font-size: 0.875em;
}

.confirmationPageContainer {
    max-width: 922px;
    margin: auto;
}

.confirmationPageContainer h1 {
    font-size: 1.625em;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
}

.confirmationPageSubTitle,
.confirmationPageReference {
    max-width: 345px;
    text-align: center;
    margin: auto;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.confirmationPageContainer-right {
    float: right;
    padding-left: 15px;
    width: 50%;
}

.confirmationPageContainer-left {
    padding-right: 15px;
    width: 340px;
}

.confirmationPageContainer h2 {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
}

.confirmationPageContainer p {
    line-height: 24px;
}

.confirmationPageDetailsContainer {
    background-color: #EBEBEB;
    padding: 15px 30px;
}

.confirmationPageDetailsContainer .spCheckoutCartSummarySubTotals,
.confirmationPageDetailsContainer .spCheckoutCartSummaryTotalsAndTax,
.confirmationPageDetailsContainer .spCheckoutCartSummarySalesTax {
    border-color: #d5d5d5;
}

.confirmationPageDetailsContainer .spCheckoutCartSummarySubTotals>div>span,
.confirmationPageDetailsContainer .spCheckoutCartSummaryTotalsAndTax>div>span,
.confirmationPageDetailsContainer .spCheckoutCartSummarySalesTax>div>span {
    font-size: 0.875em;
    line-height: 25px;
    font-weight: bold;
}

.confirmationPageDetailsContainer.confirmationPageDetailsContainer-User,
.confirmationPageDetailsContainer.confirmationPageDetailsContainer-Delivery {
    font-size: 0.875em;
    line-height: 22px;
}

.confirmationPageDetailsDeliveryStoreName {
    font-weight: bold;
    margin: 10px auto;
}

.confirmationPageDetailsDeliveryMap {
    text-decoration: underline;
    cursor: pointer;
}

.confirmationPageDetailsContainer .spCheckoutSectionOrderRowQuantity {
    width: 20px;
    float: left;
    margin-right: 5px;
}

.confirmationPageDetailsContainer .spCheckoutSectionOrderRowName {
    width: calc(100% - 105px);
}

.confirmationPageDetailsContainer .spCheckoutSectionOrderRowCode {
    padding-left: 25px;
}

.confirmationPageContainer:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

.confirmationPageDetailsCardNum {
    margin-top: 10px;
}

.confirmationPageDetailsCardImgPaypal {
    width: 30%;
    display: inline-block;
}

.partPaymentMethodImg {
    height: 28px;
}

.confirmationPageDetailsPaypalText {
    margin-top: 10px;
    display: inline-block;
}

#guestRegisterForm {
    margin-top: 25px;
}

.cartPartPaymentPaid {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
}

.cartPartPaymentPaidValue {
    float: right;
}

@media(min-width:923px) {
    .spCheckoutMobilePaymentSummary {
        display: none;
    }
}

.spCheckoutMobilePaymentSummary {
    width: 100%;
}

.spCheckoutMobilePaymentSummaryRow {
    width: 100%;
    text-decoration: none;
    height: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}

.spOrderConfirmationActionBlock {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 10px;
    padding-left: 0;
}

.spOrderConfirmationCreateAccountCompleteActions:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.spOrderConfirmationAction {
    text-align: center;
    display: block;
    line-height: 50px;
    background-color: #C4C4C4;
    color: black;
    font-weight: bold;
}

.spOrderConfirmationActionBlock:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.spOrderConfirmationCreateAccountCompleteActions {
    margin-top: 25px;
}

.spOrderConfirmationAction:hover {
    color: black;
    text-decoration: none;
}

.spCheckoutPaymentOptionBlock>img,
.spCheckoutPaymentOptionTopBlock>img {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

label.adyen-checkout__label,
span.adyen-checkout__input {
    position: relative;
    margin-bottom: 10px;
}

span.adyen-checkout__input {
    height: 62px;
}

span.adyen-checkout__input {
    border: 1px solid #BCBCBC;
    padding-left: 20px;
    color: white;
    padding: 20px 0 0 18px;
}

span.adyen-checkout__input:after {
    content: "";
    display: block;
    height: 58px;
    width: 99%;
    position: absolute;
    background: white;
    top: 1px;
    left: 1px;
    z-index: 1;
    pointer-events: none;
}

div.adyen-checkout__label--filled~div span.adyen-checkout__input:after,
div.adyen-checkout__label--focused~div span.adyen-checkout__input:after {
    display: none;
}

.adyen-checkout__card__form span.adyen-checkout__card__brands {
    display: none;
}

label.adyen-checkout__label {
    width: 100%;
}

span.adyen-checkout__label__text {
    font-size: 0.875em;
    line-height: 18px;
    position: absolute;
    top: 22px;
    left: 20px;
    pointer-events: none;
    transition: 0.2s ease all;
    z-index: 2;
    text-transform: capitalize;
}

div.adyen-checkout__label--filled span.adyen-checkout__label__text,
div.adyen-checkout__label--focused span.adyen-checkout__label__text,
span.hasContent.adyen-checkout__label__text,
.adyen-checkout__field--error .adyen-checkout__label__text {
    top: 5px;
    font-size: 11px;
    line-height: 14px;
}

input.adyen-checkout__input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px 0 0 18px;
    line-height: 21px;
    border: 1px solid #BCBCBC;
    position: relative;
}

input.adyen-checkout__input::placeholder {
    color: white;
}

label.adyen-checkout__label--filled input.adyen-checkout__input::placeholder,
label.adyen-checkout__label--focused input.adyen-checkout__input::placeholder {
    color: rgb(185, 196, 201);
}

.adyen-checkout__card__cardNumber__brandIcon {
    top: 32px;
    transform: none;
    -webkit-transform: none;
}

#adyenDummyPaymentButton,
.wellsFargoFinancePlanSelect,
.aurumButton,
button.adyen-checkout__button,
#spCheckoutAffirmCheckoutButton,
.wesAsmPaymentButton {
    line-height: 60px;
    padding: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 25px;
    background-color: #C4C4C4;
    border-color: transparent;
    font-size: 1.125em;
    color: #000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.wellsFargoFinancePlanCard {
    border: 1px solid #EEEEEE;
    border-radius: 3%;
    padding: 20px;
    margin-bottom: 20px;
}

.wellsFargoFinancePlanInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.wellsFargoFinancePlanMonths,
.wellsFargoFinancePlanPrice {
    display: flex;
    flex-direction: column;
}

.wellsFargoFinancePlanContainer h3 {
    color: black;
}

.wellsFargoStep {
    display: none;
}

.wellsFargoCustomerInfoBlock div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wellsFargoCustomerInfoBlock div span {
    text-transform: capitalize;
}

#spCheckoutComponentContainer-cardPaymentComponent button.adyen-checkout__button {
    display: none;
}

#spCheckoutComponentContainer-paypalPaymentComponent {
    margin-top: 25px;
}

button.adyen-checkout__button img {
    display: none;
}

.adyen-checkout__fieldset__title {
    line-height: 60px;
    color: #969696;
    font-weight: bold;
}

.adyen-checkout__field--error span.adyen-checkout__input,
.adyen-checkout__field--error input.adyen-checkout__input {
    border-color: #B01717;
    margin-bottom: 0px;
}

.adyen-checkout-input__inline-validation--invalid span.adyen-checkout__icon {
    display: none;
}

span.adyen-checkout__error-text {
    color: #B01717;
    font-weight: normal;
    margin-bottom: 7px;
    line-height: 24px;
}

.adyen-checkout__field--country {
    display: none;
}

.selectedsuggestion {
    background-color: #ECECEC;
}

.adyen-checkout__card-input__form .spCheckoutFormGroup {
    margin-top: 0;
}

#useDeliveryAddress-ClickHere {
    text-decoration: underline;
}

span.adyen-checkout-input__inline-validation.adyen-checkout-input__inline-validation--valid {
    position: absolute;
    top: 22px;
    right: 15px;
    fill: #37A825;
}

.adyen-checkout__field--cardNumber span.adyen-checkout-input__inline-validation.adyen-checkout-input__inline-validation--valid {
    display: none;
}

@media(min-width:923px) {
    .spCheckoutMobileOrderSummaryBar {
        display: none;
    }
}

@media(max-width:1200px) {

    .basketProducts,
    .basketActions {
        width: 100%;
        max-width: unset;
    }

    .basketEnabledPromotionMessage,
    .basketEnabledReturnsMessage,
    .basketDisabledClickAndCollectMessage {
        max-width: unset;
    }

    .basketProducts hr:last-child {
        display: block;
    }

    .basketActions {
        border: none;
        padding: 26px 0;
    }

    .basketActions hr {
        display: none;
    }
}

@media(max-width:922px) {
    .spCheckoutDesktopCartSummary {
        display: none;
    }

    .spCheckoutPaymentOptionsBlock,
    .spCheckoutPaymentBlock,
    #spSecure3dComponent {
        float: none;
        margin: auto;
    }

    #spCheckoutPaymentErrorMessage {
        margin: -10px 18px;
    }

    .spCheckoutPaymentErrorContainer {
        display: none;
        border: 3px solid #B01717;
        height: auto;
        padding: 26px 18px 26px 5px;
        margin: 30px 3%
    }

    .errorIcon {
        font-size: 25px;
        float: left;
        display: inline-block;
        margin: 5px;
        color: #B01717;
        padding-right: 10px
    }

    .spCheckoutPaymentErrorBlock {
        margin-top: -10px;
    }

    .confirmationPageContainer,
    .paypalReviewPageContainerOuter {
        padding: 0 30px;
    }

    .spCheckoutPaymentOptionBlock,
    .spCheckoutPaymentOptionTopBlock {
        height: 60px;
        padding: 15px 10px;
    }

    .spCheckoutPaymentOptionBlockName {
        line-height: 40px;
    }
}

@media(max-width:767px) {

    .basketMobileTop.visible-xs div,
    .basketMobileTop button {
        display: none;
    }

    div.basketTop h1 {
        border-bottom: 0px;
    }

    .cartPage hr {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .basketProductRow>a,
    .basketProductRow img.cartProductDetailsImg {
        width: 69px;
        height: 69px;
    }

    .basketProductDetailsInfo {
        margin-left: 80px;
        width: calc(100% - 80px);
    }

    .basketProductDetailsTitle,
    .basketProductDetailsPrice {
        font-size: 1em;
        max-width: 65%;
        right: inherit;
    }

    .basketProductDetailsPrice {
        position: initial;
    }

    .productPriceSalePrice {
        color: #b70000;
        padding-right: 50px;
        max-width: 100%;
        width: 100%;
        display: flex;
    }

    .productWasPrice {
        color: #aaa;
        font-size: .7em;
        text-decoration: line-through;
        padding-left: 5px;
        font-weight: 400;
    }

    .productPrice-YouSave {
        display: flex;
        font-size: .9em;
        white-space: nowrap;
        font-weight: 400;
    }

    .basketProductRow {
        min-height: 150px;
        height: auto;
    }

    .basketProductDetailActionsBlock {
        height: 85px;
    }

    .basketProductDetailActionsBlock>div {
        height: 100%;
    }

    .basketProductDetailQuantityBlock,
    .basketProductDetailActions {
        width: 100%;
        float: none;
    }

    .basketProductDetailActions {
        float: left;
        width: auto;
    }

    select.basketProductQuantity {
        margin-left: 10px;
    }

    .basketProductDetailActions>a {
        font-size: 0.875em;
    }

    .basketProductDetailActions>a>span {
        margin: 0 8px;
    }

    .basketProductDetailActions>a:first-child>span {
        margin-left: 0;
    }

    #singlePageCheckoutMainContainer,
    .spCheckoutDeliveryChoice {
        padding: 0 15px;
    }

    .checkoutSignInBlock {
        margin-top: 30px;
    }

    .basketBottom,
    .checkoutBottom {
        line-height: 21px;
        padding: 30px 20px;
        margin-top: 30px;
    }

    .spCheckoutPanel {
        margin-bottom: 30px;
    }

    #singlePageCheckoutMainContainer .checkoutBottom {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .singlePageCheckoutLoginContainer h1 {
        border-bottom: none;
    }

    .confirmationPageContainer-right,
    .confirmationPageContainer-left,
    .paypalReviewPageContainer-left,
    .paypalReviewPageContainer-right {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 25px;
    }

    .confirmationPageContainer h2 {
        margin-bottom: 5px;
    }

    .confirmationPageDetailsDeliveryStoreName {
        margin-top: 0;
    }

    .spCheckoutPopupAddressesBlock {
        padding: 20px;
    }

    div.facetItem ul.facetOptions li.facetAction {
        padding: 6px 0px;
    }
}

@media(min-width:767px) {
    .plp.appliedFilters {
        display: none;
    }
}

@media(max-width:767px) {

    .salePriceWrapper,
    .priceWrapper {
        margin-top: 5px;
    }

    .priceWrapper {
        display: flex;
    }
}

.financeRowsContainer {
    padding: 0 20px 25px;
    letter-spacing: 0.03em;
}

.financeDepositBlock {
    margin-bottom: 30px;
}

.financeDepositBlock h2 {
    font-size: 1.125em;
    font-weight: bold;
}

.financeDepositBlock span {
    line-height: 24px;
    display: block;
}

.financeDepositBlock span a {
    text-decoration: underline;
}

input#v12FinanceDepositEditInput {
    width: 100%;
    text-align: center;
    line-height: 55px;
    font-size: 22px;
    font-weight: bold;
    -moz-appearance: textfield;
    margin: 15px 0 10px;
}

input#v12FinanceDepositEditInput::-webkit-outer-spin-button,
input#v12FinanceDepositEditInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#v12FinanceDepositEditUpdate,
#spFinanceV12Button,
#spFISBalanceButton,
#spFISAuthButton,
#spKlarnaAuthButton {
    line-height: 60px;
    border: 1px solid #000000;
    display: inline-block;
    padding: 0 40px;
    margin-top: 10px;
    font-size: 1.125em;
    font-weight: bold;
    cursor: pointer;
}

.financeRow {
    width: calc(100% + 40px);
    margin-left: -20px;
    line-height: 68px;
    border-top: 1px solid #dfdfdf;
    padding: 0 20px;
}

#productFinancePopupBlock .financeRow:last-child {
    border-bottom: 1px solid #dfdfdf;
}

#productFinancePopupBlock .financeRow:focus {
    outline: none;
}

span.financeRowMonthlyPrice {
    font-weight: bold;
}

span.financeRowAPR {
    float: right;
}

.financePopupSubHeaderText {
    display: block;
    padding: 24px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 22px;
    text-align: center;
    padding: 35px;
    background: #f6f6f6;
}

.availableFinanceText {
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    font-size: 1.125em;
    margin: 20px auto;
    letter-spacing: 0.03em;
}

.financeChoiceBlockContainer {
    margin-top: 5px;
    padding: 0 20px;
    letter-spacing: 0.03em;
}

.financeChoiceBlockContainer:after,
.financeChoiceBlock:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.financeChoiceBlock {
    padding: 15px;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
}

.financeChoiceBlock.financeChoiceBlock-choice {
    width: 50%;
    display: inline-block;
    text-align: center;
    float: left;
    border-radius: 0;
}

.financeChoiceBlock.financeChoiceBlock-choice:first-child {
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.financeChoiceBlock.financeChoiceBlock-choice:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 16px;
}

.financeChoiceBlock .financeChoiceBlockDivider {
    width: 50%;
    display: inline-block;
    float: left;
}

.financeChoiceBlock.financeChoiceBlock-choice .financeChoiceBlockDivider {
    width: 100%;
    display: block;
    float: none;
}

.financeChoiceBlock .financeChoiceBlockDivider img {
    max-width: 100%;
    height: 34px;
    margin-top: 5px;
}

.financeChoiceBlock h2 {
    font-size: 1em;
    font-weight: bold;
}

.financeChoiceBlock .financeChoiceBlockPerMonth {
    margin-bottom: 10px;
    display: inline-block;
}

.financeChoiceBlock p {
    text-align: left;
    min-height: 110px;
}

.financeChoiceSeePlansAction {
    display: none;
}

.financeRowsContainerFooter {
    margin: 25px 0;
}

.financeChoiceBlock.financeChoiceBlock-choice .financeChoiceSeePlansAction {
    display: block;
    line-height: 60px;
    background: #C4C4C4;
    border-radius: 3px;
    font-size: 1.125em;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}

.availableFinanceText {
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    font-size: 1.125em;
    margin: 20px auto;
    letter-spacing: 0.03em;
}

.financeChoiceBlock.financeChoiceBlock-choice.selected {
    border: 2px solid #000;
    padding: 14px;
}

.financeChoiceBlock.financeChoiceBlock-choice.selected~.financeChoiceBlock.financeChoiceBlock-choice {
    border-left: none;
}

.productDetailsFinanceBlock {
    border: 1px solid #C6C6C6;
    padding: 10px 20px 15px;
    letter-spacing: 0.03em;
}

.productDetailsFinanceBlock>* {
    display: block;
}

.productDetailsFinanceBlockValues {
    font-size: 1.063em;
    font-weight: bold;
    line-height: 25px;
}

a.productDetailsFinanceShow {
    font-size: 1.063em;
    color: #11729C;
    font-weight: bold;
    text-decoration: underline;
    line-height: 44px;
}

.productDetailsFinanceBlock>span {
    font-size: 0.750em;
    font-weight: bold;
}

.financeRowsContainer button.addToCartSubmit {
    background-color: #C4C4C4;
    font-size: 1.125em;
    padding: 0;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.03em;
    border: none;
    border-radius: 0;
    line-height: 60px;
    margin-top: 30px;
}

.paypalReviewImage {
    display: block;
    margin-bottom: 10px;
}

.paypalFinanceFormBlock {
    margin-top: 20px;
}

.paypalFinanceFormBlockHidden {
    position: fixed;
    height: 60px;
    width: 360px;
    left: -5000px;
}

.spFinancePaymentContainer h2 {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 23px;
}

.spFinancePaymentContainer p {
    line-height: 24px;
}

.v12FinanceDepositEditBlock {
    position: relative;
}

.v12FinanceDepositCurrencySymbol {
    position: absolute;
    top: 16px;
    left: 22px;
    line-height: 55px;
}

.spFinancePaymentContainer input#v12FinanceDepositEditInput {
    border: 1px solid #BCBCBC;
    font-size: 1em;
    text-align: left;
    font-weight: initial;
    padding: 0 30px;
}

.spFinancePaymentContainer div#v12FinanceDepositEditUpdate,
#spFinanceV12Button,
#spFISBalanceButton,
#spFISBalanceButton,
#spFISAuthButton,
#spKlarnaAuthButton {
    border: none;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

#spFinanceV12Button,
#spFISBalanceButton,
#spFISAuthButton,
#spKlarnaAuthButton {
    margin-top: 25px;
}

.spFinancePaymentContainer .financeRow {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    line-height: 35px;
    cursor: pointer;
    padding: 10px 20px;
}

.spFinancePaymentContainer .financeRow.financeRow-selected {
    border: 2px solid #000000;
    padding: 9px 19px;
}

.spFinancePaymentContainer .financeRow .financeRowAPR {
    display: none;
}

.spFinancePaymentContainer .financeRows h2 {
    margin-bottom: 20px;
    font-size: 1em;
}

.spFinanceSelectedTermsRow {
    line-height: 40px;
    letter-spacing: 0.03em;
}

.spFinanceSelectedTermsRowValue {
    float: right;
    font-weight: bold;
}

.spFinanceSelectedTermsRow>* {
    display: inline-block;
}

.paypalReviewPageContainerOuter {
    max-width: 922px;
    margin: 30px auto auto;
}

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

.paypalReviewPageContainerOuter h1 {
    font-size: 1.625em;
    font-weight: bold;
    text-align: center;
    margin: 25px auto;
    line-height: 28px;
}

#paypalReviewPayNow,
#placeOrderBtn {
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    background-color: #c4c4c4;
    margin-top: 25px;
    font-weight: bold;
    color: black;
}

#paypalReviewPayNow:hover,
#placeOrderBtn:hover {
    text-decoration: none;
}

#placeOrderBtn {
    border: none;
}

div#wesDropInHeader {
    height: 120px;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

div#wesDropInHeader.noShow {
    height: 0;
}

#wesChangeFascia .svg {
    margin-left: 3px;
}

#wesChangeFascia .chevronUp {
    display: none;
    margin-left: 0;
}

#wesChangeFascia.active .chevronUp {
    display: inline-block;
    margin-left: 3px;
}

#wesChangeFascia.active .chevronDown {
    display: none;
}

#wesPopupBackground,
#wesTimeoutPopupBackground {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 998;
    overflow-y: auto;
}

#wesPopup,
#wesTimeoutPopup {
    position: relative;
    background-color: white;
    width: 600px;
    max-width: 100%;
    max-height: 850px;
    top: 150px;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    erflow: hidden;
    padding: 30px 15px;
}

#wesPopup h2,
#wesTimeoutPopupTitle {
    margin: 0 0 30px;
    font-size: 1.333em;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    text-align: center;
}

.wesPopupClose {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

#wesTimeoutPopupTimer {
    text-align: center;
    font-size: 50px;
    display: inline-block;
    width: 100%;
    margin: 15px auto 35px;
    color: #a6182e;
    font-weight: bold;
}

#wesAddColleaguesSave,
#wesAddColleaguesClose,
#wesTimeoutPopupContinue {
    line-height: 44px;
    text-align: center;
    background-color: #a6182e;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 0.933em;
    cursor: pointer;
}

#wesAddColleaguesClose {
    background-color: #dfdfdf;
    color: black;
    margin-top: 20px;
}

.wesPayrollRowHeader {
    color: #aaa;
    margin-bottom: 6px;
}

.wesPayrollRow {
    margin-bottom: 20px;
}

.wesPayrollRow input {
    font-size: 0.9333em;
    border: 1px solid #ddd;
    line-height: 42px;
    height: 44px;
    padding: 0 5px;
    color: black;
    width: calc(100% - 40px);
}

.wesPayrollRow.wesFormError input {
    border-color: #B01717;
}

.wesAddRow,
.wesRemoveRow {
    line-height: 44px;
    display: inline-block;
    float: right;
    font-size: 22px;
    cursor: pointer;
}

.wesAddRow {
    color: #a6182e;
}

#wesSessionTimer {
    display: inline-block;
}

#wesSessionTimeRemaining {
    color: #A6182E;
}

#wesExtendTime {
    text-transform: initial;
    text-decoration: underline;
    margin-left: 5px;
}

.wesSiteLogo {
    width: 500px;
    margin: auto;
    text-align: center;
    padding: 30px 0;
}

.wesLoginPage h1 {
    font-size: 1.33em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin: 70px auto 30px;
    text-align: center;
}

.wesLoginForm {
    width: 600px;
    padding: 25px;
    border: 1px solid #ddd;
    margin: 75px auto 0;
}

.wesLoginForm h2 {
    font-size: 0.933em;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.wesFormGroup {
    width: 100%;
    min-height: 60px;
    position: relative;
    margin-top: 25px;
}

.wesFormInput {
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px 0 0 18px;
    line-height: 21px;
    border: 1px solid #ddd;
}

.wesFormLabel {
    font-size: 0.875em;
    line-height: 18px;
    position: absolute;
    top: 22px;
    left: 20px;
    pointer-events: none;
    transition: 0.2s ease all;
    color: #4B4B4B;
}

.wesFormInput:focus~.wesFormLabel,
.wesFormInput.hasContent~.wesFormLabel,
.wesFormError .wesFormInput~.wesFormLabel {
    top: 5px;
    font-size: 11px;
    line-height: 14px;
}

.wesFormGroup .wesFormErrorMessage,
.wesPayrollRow .wesFormErrorMessage {
    display: none;
}

.wesFormGroup.wesFormError .wesFormErrorMessage,
.wesPayrollRow.wesFormError .wesFormErrorMessage {
    display: block;
    color: #B01717;
    line-height: 30px;
}

#wesLoginFormSubmit {
    margin-top: 25px;
    line-height: 50px;
    background-color: #a6182e;
    border-color: #a6182e;
    font-size: 0.8em;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.checkoutLoginForm.checkoutLoginForm-Wes h2 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 10px 0;
}

.checkoutLoginForm.checkoutLoginForm-Wes>p {
    font-size: 0.933em;
    display: inline-block;
    margin: 10px 0 25px;
    line-height: 2em;
}

.isWesSession input#deliveryAddressForm-billingAddress,
.isWesSession .checkoutFormCheckboxLabel {
    display: none;
}

.isWesSession .shippingPickUpBlock-Billing,
.isWesSession .shippingPickUpBlock-BillingSummary {
    display: none;
}

.wesCheckoutPaymentPage1,
.wesCheckoutPaymentPage2 {
    margin-bottom: 50px;
}

.wesCheckoutPaymentBlock {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.wesCheckoutPaymentBlock:last-child {
    border-bottom: none;
}

.wesCheckoutPaymentBlock {
    position: relative;
}

.wesCheckoutPaymentBlock h3 {
    font-size: 0.9333em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0 30px;
}

.wesCheckoutPaymentBlock p {
    font-size: 0.933em;
}

#wesCheckoutEditPayrollNumbers {
    float: right;
    font-size: 0.8em;
    color: #5A5A5A;
    text-transform: uppercase;
    margin: 10px 0 30px;
    line-height: 1em;
    cursor: pointer;
    text-decoration: underline;
}

.wesCheckoutPayrollNumbersHeader,
.wesCheckoutPaymentOptionHeader {
    color: #aaa;
    margin-bottom: 10px;
}

.wesCheckoutPayrollNumbersHeader {
    margin-bottom: 15px;
}

.wesCheckoutPayrollNumber {
    line-height: 1.75em;
}

.wesCheckoutPaymentOption {
    border: 1px solid #ddd;
    line-height: 53px;
    background-color: #EFF5E7;
    padding-left: 10px;
    margin: 15px 0 30px;
}

#wesCheckoutPaymentPage1Action,
#wesEndSessionAction,
#wesCheckoutPaymentV12Action,
#wesCheckoutPaymentGiftCardAction,
#wesCheckoutPaymentInsuranceCardAction {
    cursor: pointer;
}

#wesEndSessionAction {
    width: 33%;
    margin: 30px auto 90px;
    padding: 0;
    line-height: 44px;
    border: none;
    background-color: #a6182e;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
}

.wesCheckoutPaymentOption img {
    float: right;
    padding-right: 10px;
    margin-top: 14px;
    max-height: 25px;
}

.wesPayrollUpdateSuccessMessage {
    padding-left: 10px;
    line-height: 40px;
    background-color: #EFF5E7;
    margin-bottom: 15px;
}

.wesPayrollUpdateSuccessMessage i {
    margin-right: 5px;
}

.isWesSession .searchAndCartContainer {
    padding-left: 0;
}

.isWesSession .middleHeader .search-bar,
.isWesSession .middleHeader .search-bar::placeholder {
    width: 90px;
    padding-right: 0;
}

.isWesSession #paypal-button-container,
.isWesSession .productDetailsFinanceBlock,
.isWesSession .cartAddToWishlist,
.isWesSession .product-tile-wishlist,
.isWesSession .productListPaypalCreditBlock,
.isWesSession .productPagePaypalCreditBlock,
.isWesSession .textInMiddleHeader,
.isWesSession .cartBeforeExpressPaymentBlock,
.isWesSession .cartAfterExpressPaymentBlock,
.isWesSession .footer-payment>img {
    display: none;
}

#wesYourDetailsForm-continueToPayment {
    float: left;
    clear: both;
    width: 100%;
    margin: 30px auto 90px;
    padding: 0;
    line-height: 44px;
    border: none;
    background-color: #a6182e;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
}

.wesCheckoutPaymentChange {
    float: right;
    margin: 10px 0 30px;
    text-decoration: underline;
    cursor: pointer;
}

.wesCheckoutPaymentBlock #reference,
.wesCheckoutPaymentBlock #cardNumber,
.wesCheckoutPaymentBlock #pin {
    width: 100%;
    line-height: 38px;
    padding-left: 5px;
}

.wesOrderCheckSpinner {
    margin-bottom: 7em;
}

.loadingSpinner:after,
.wesOrderCheckSpinner:after {
    font-size: 5em;
}

#wesOrderConfirmation {
    text-align: center;
}

.valuationsPage {
    padding-bottom: 50px;
}

.valuationsBlock {
    width: 50%;
}

.valuationsBlock-left {
    float: left;
}

.valuationsBlock-right {
    float: right;
}

.valuationsContainer h1 {
    font-size: 1.33em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin: 35px auto;
    text-align: center;
}

.valuationsCompleteBlock {
    text-align: center;
}

.valuationsName,
.valuationsPriceBlock,
.valuationsCompleteDetailsBlock {
    font-size: 0.875em
}

.valuationsName {
    margin-bottom: 25px;
}

.valuationsPriceBlock span,
.valuationsCompleteDetailsBlock span {
    display: block;
    margin-bottom: 20px;
}

.valuationsCompleteDetailsBlock a {
    text-decoration: underline;
    color: inherit;
}

.valuationsPriceBlock span.valuationsPrice {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}

.valuationsAddressBlock {
    background-color: #f6f6f6;
    border: 1px solid #e3e3dd;
    padding: 25px;
    font-size: 0.875em;
}

.valuationsAddressBlock input {
    width: 100%;
    padding: 0 15px;
}

.valuationsAddressBlock h2 {
    font-size: 1em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.valuationsAddressBlock-postcodeLookup,
.valuationsAddressBlock-addressForm {
    margin-top: 20px;
}

.valuationsAddressBlock-enterManually {
    text-align: center;
    margin-top: 25px;
}

.valuationsAddressBlock-enterManually span,
.valuationsAddressBlock-searchByPostcode {
    text-decoration: underline;
    cursor: pointer;
}

#valuationsAddress-continue {
    border-radius: 0;
    height: 40px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #a6182e;
    border-color: #a6182e;
    margin-top: 25px;
}

.valuationsDetailsContainer img {
    max-width: 25%;
    float: left;
}

.valuationsBlockDetails,
.valuationsBlockDetails-specs {
    width: 75%;
    float: right;
    font-size: 0.875em;
}

.valuationsBlockDetails-brand {
    font-weight: bold;
    margin-bottom: 10px;
}

.valuationsBlockDetails-title {
    margin-bottom: 20px;
}

.valuationsBlockDetails-spec {
    color: #888;
    line-height: 22px;
}

.valuationsBlockDetails-spec span {
    color: initial;
}

.valuationsDetailsContainer {
    margin-top: 25px;
}

.valuationsPrintLabelButton {
    margin: 0;
    font-size: 0.8em;
    line-height: 42px;
    display: inline-block;
}

.accountValuationsListBody {
    clear: both;
}

.accountValuationsListBody>div {
    line-height: 40px;
}

.accountMainSectionInner .accountValuationsListHeader {
    margin-bottom: 20px;
}

.accountValuationsListActionBlock .accountMainAction>a.accountMainActionSubmit {
    top: 0;
    margin-top: 0;
    right: 15px;
    padding: 0px;
    min-width: 110px;
}

.asmSession .paypal-button-container,
.asmSession .productDetailsFinanceBlock,
.asmSession .cartAddToWishlist,
.asmSession .product-tile-wishlist,
.asmSession .productListPaypalCreditBlock,
.asmSession .productPagePaypalCreditBlock,
.asmSession .footer-payment>img,
.asmSession .doYouHaveAPasswordBlock,
.asmSession #paypal-button-container,
.asmSession .textInMiddleHeader,
.asmSession .cartBeforeExpressPaymentBlock,
.asmSession .cartAfterExpressPaymentBlock,
.asmSession .headerLoginLink,
.asmSession .addToWishlistButton {
    display: none;
}

@media(max-width:991px) {

    .valuationsBlock.valuationsBlock-left,
    .valuationsBlock.valuationsBlock-right {
        width: 100%;
        float: none;
    }

    .valuationsBlock.valuationsDetailsContainer {
        float: left;
        border-top: 1px solid #e3e3dd;
        border-bottom: 1px solid #e3e3dd;
        padding: 20px 0;
    }

    .valuationsBlockDetails-specs {
        width: 100%;
        margin-top: 15px;
        clear: both;
    }

    .valuationsDetailsContainerAccordion {
        font-size: 0.875em;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        position: relative;
    }

    .valuationsDetailsContainerAccordionContent {
        margin-top: 20px;
    }

    .valuationsDetailsContainerAccordion>i {
        position: absolute;
        right: 0;
    }

    .valuationsDetailsContainerAccordion>i.fa-chevron-left,
    .valuationsDetailsContainerAccordion.closed>i.fa-chevron-down {
        display: none;
    }

    .valuationsDetailsContainerAccordion.closed>i.fa-chevron-left {
        display: inline-block;
    }
}

.accountValuationsListHeader:after,
.accountValuationsListBody:after {
    content: "";
    width: calc(100% - 30px);
    border-bottom: 1px solid #ddd;
    margin: 0 15px;
}

.accountValuationsListBody:after {
    margin: 15px;
    clear: both;
    float: left;
}

.accountValuationsListDate,
.accountValuationsBrand,
.accountValuationsName,
.accountValuationsListStatus {
    font-size: 14px;
    display: block;
}

.accountValuationsBrand {
    font-weight: bold;
}

.accountValuationsListStatus,
.accountValuationHeaderValueStatus {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.accountValuationsListStatusBlock:hover .accountValuationsListStatusMessage,
.accountValuationHeaderValueStatus:hover .accountValuationStatusMessage {
    display: block !important;
    position: absolute;
    border: 1px solid #ddd;
    background-color: #eee;
    right: -5px;
    margin-top: 10px;
    padding: 5px;
    line-height: 1.5em;
    width: 200px;
    z-index: 2;
}

.accountValuationsListStatus i,
.accountValuationHeaderValueStatus i {
    margin: 0 5px;
}

.accountValuationsListStatusBlock:hover .accountValuationsListStatusMessage:before,
.accountValuationHeaderValueStatus:hover .accountValuationStatusMessage:before {
    content: "";
    background: #eee;
    height: 15px;
    width: 15px;
    position: absolute;
    top: -8px;
    right: 8px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: scaleX(.6) rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.accountValuationHeaderValue {
    font-size: 14px;
    font-weight: bold;
}

.accountValuationHeader .accountLabel {
    display: inline-block;
}

.accountValuationHeaderValue-status {
    text-align: center;
}

.accountValuationHeaderValue-ref {
    text-align: right;
}

.accountValuationSelectedPaymentMethodMessage {
    text-align: center;
}

.accountValuationPriceRowContainer {
    background-color: #f5f5f5;
    padding: 25px;
}

.accountValuationPriceRowContainer>* {
    text-align: center;
}

.accountValuationPriceRowContainer h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 0;
}

.accountValuationPrice {
    font-size: 24px;
    margin: 20px auto;
    font-weight: bold;
}

.accountValuationPriceRowContainer-actionsBlock>a {
    display: inline-block;
    width: 250px;
    margin: 25px 10px 0;
    line-height: 44px;
    background-color: #a6182e;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 44px;
    color: white;
}

.accountValuationPriceRowContainer-actionsBlock>a:hover,
.accountValuationPriceRowContainer-actionsBlock>a:focus {
    text-decoration: none;
    color: white;
}

.accountValuationPaymentSubNote,
.accountValuationPriceThanksBlock {
    text-align: center;
    line-height: 1.5em;
}

.accountValuationSwitchLink {
    text-decoration: underline;
}

.accountValuationAccordionBlockHeader {
    width: 100%;
    line-height: 2em;
    cursor: pointer;
    border-top: 1px solid #ddd;
    clear: both;
}

.accountValuationAccordionBlockHeader h2 {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    line-height: 50px;
}

.accountValuationAccordionBlockHeader .svg {
    float: right;
    line-height: 50px;
}

.accountValuationAccordionWatchDetailsImg {
    max-width: 148px;
    width: 25%;
    float: left;
}

.accountValuationAccordionWatchDetailsBlock {
    width: 75%;
    max-width: calc(100% - 200px);
    float: right;
    font-size: 0.875em;
}

.accountValuationAccordionWatchDetailsBlock-spec {
    margin-bottom: 20px;
}

.accountValuationsBlockDetails-brand {
    font-weight: bold;
    margin-bottom: 10px;
}

.accountValuationsBlockDetails-title {
    margin-bottom: 20px;
}

.accountValuationsBlockDetails-spec {
    color: #888;
    line-height: 22px;
    width: 50%;
    float: left;
}

.accountValuationsBlockDetails-spec span {
    color: initial;
}

.accountValuationAccordionBlock.accountValuationAccordionBlock-address {
    clear: both;
    border-bottom: 1px solid #ccc;
}

.accountValuationAccordionBlockInner {
    display: none;
}

.accountValuationAccordionBlock-open .accountValuationAccordionBlockInner {
    display: block;
}

.accountValuationAccordionBlock.accountValuationAccordionBlock-address .accountValuationAccordionBlockInner {
    padding-bottom: 20px;
}

.accountValuationAccordionAddress {
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.accountValuationAccordionAddress-edit {
    position: absolute;
    right: 0;
    top: 0;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
}

.accountValuationAccordionAddress-edit i {
    text-decoration: none;
    margin-left: 5px;
}

.accountValuationAccordionBlock .chevronClose {
    display: none;
}

.accountValuationAccordionBlock.accountValuationAccordionBlock-open .chevronClose {
    display: block;
}

.accountValuationAccordionBlock.accountValuationAccordionBlock-open .chevronOpen {
    display: none;
}

.accountValuationPriceBACSBlock {
    max-width: 650px;
    width: 100%;
    margin: 20px auto;
    text-align: left;
}

.accountValuationPriceBACSBlock .accountInputField {
    width: 100%;
}

.accountValuationPriceBACSBlock ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 30px;
}

.accountValuationPriceBACSBlock ul li {
    margin-bottom: 10px;
    font-size: 0.875em;
}

.accountValuationErrorBlock {
    margin: 20px auto;
    color: red;
    font-weight: bold;
}

.accountValuationPriceRowContainer-actionsBlock>a.accountValuationsActionBACSContinue {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}

.accountValuationAddressActions>a {
    display: inline-block;
    width: 150px;
    line-height: 44px;
    background-color: #a6182e;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 44px;
    color: white;
    text-align: center;
}

.accountValuationAddressActions>a:nth-child(2) {
    float: left;
    margin-right: 10px;
}

.accountValuationAddressActions>a:hover,
.accountValuationAddressActions>a:focus {
    text-decoration: none;
}

.accountValuationAddressActions>a.accountValuationsAddressActionCancel {
    background-color: #f5f5f5;
    color: black;
}

.shippingPickUpBlock form button,
.orderConfirmationCreateAccountForm form button,
.orderConfirmationAction,
.csDiscountFormAction {
    margin: 30px auto 0px;
}

#affirmCheckoutButton {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px auto 20px;
    padding: 0;
    line-height: 44px;
    border: none;
    background-color: white;
    color: black;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
    border: 2px solid #E9ECF6;
    border-radius: 8px;
}

.affirmCheckoutButtonLogo {
    margin-right: 5px;
    vertical-align: middle;
    height: 30px;
    padding-bottom: 11px;
}

.affirmDisclaimer {
    color: #5D667E;
    line-height: 1.7em;
    font-size: 0.8em;
}

.affirm-as-low-as {
    font-size: 0.85em;
}

.affirm-modal-trigger:focus {
    text-decoration: none;
}

.affirm-modal-trigger:hover {
    text-decoration: underline;
}

.shippingPickUpBlock form button,
.orderConfirmationCreateAccountForm form button,
.orderConfirmationAction,
.csDiscountFormAction {
    margin: 30px auto 0px;
}

#affirmCheckoutButton {
    float: left;
    clear: both;
    width: 100%;
    margin: 30px auto 90px;
    padding: 0;
    line-height: 44px;
    border: none;
    background-color: white;
    color: black;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
    border: 1px solid black;
    border-radius: 10px;
    border-color: #E9ECF6;
}

.affirmCheckoutButtonLogo {
    margin-right: 5px;
    vertical-align: middle;
    height: 30px;
    padding-bottom: 11px;
}

.affirmFinanceCheckoutBlock {
    display: none;
}

#checkoutErrorMessage {
    line-height: 2.143em;
    width: 100%;
    display: none;
    background-color: #FAF2F8;
    float: left;
    text-align: left;
    font-size: 0.933em;
    cursor: pointer;
    margin: 10px 0px;
    padding: 5px 20px;
    color: #B01717;
}

#checkoutErrorMessage i {
    margin-right: 10px;
}

.checkoutErrorMessageIcon {
    color: #B01717;
}

.shippingPickUpBlock-ContinueToPayment {
    margin-bottom: 20px;
}

.consentBlock {
    padding: 15px 0px;
}

.consentBlock .checkbox .control-label {
    color: black;
    line-height: 22px;
}

.consentTopText {
    display: inline-block;
    font-size: 0.933em;
    color: #0d0f2e;
}

.consentBottomText {
    display: inline-block;
    font-size: 0.933em;
    color: #0d0f2e
}

.consentBottomText a {
    text-decoration: underline;
}

.consentBlock .checkbox {
    display: inline-block;
    padding-right: 10px;
}

@media(max-width:991px) {
    .accountValuationsListBody {
        position: relative;
    }

    .accountValuationsListDateBlock {
        width: 50%;
        float: left;
    }

    .accountValuationsListWatchBlock {
        width: 100%;
        float: left;
        margin: 15px 0;
    }

    .accountValuationsListStatusBlock {
        width: 50%;
        position: absolute;
        right: 0;
    }

    .accountValuationsListActionBlock {
        width: 100%;
        float: left;
    }

    .accountValuationHeader>div {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .accountValuationHeaderValue {
        display: block;
    }

    .accountValuationHeaderValue-status,
    .accountValuationHeaderValue-ref {
        text-align: left;
    }

    .accountValuationAccordionWatchDetailsBlock {
        max-width: unset;
        margin-top: 20px;
    }

    .accountValuationAccordionWatchDetailsBlock-spec {
        width: 100%;
    }

    .accountValuationPriceRowContainer-actionsBlock>a {
        width: 100%;
        margin: 20px 0 0;
    }

    .accountValuationAddressActions>a {
        margin-bottom: 15px;
        width: 100%;
    }

    .accountValuationAddressActions>a:nth-child(2) {
        float: none;
        margin-right: 0;
    }
}

.checkoutCartSummary h3 {
    background-color: transparent;
    padding-left: 0;
    border: none;
}

#cassOrderDiscounts,
.cassProductDiscounts {
    padding: 20px 0;
    border-bottom: 1px solid #EEE;
}

.cassProductDiscounts {
    border-top: 1px solid #EEE;
}

.csDiscountFormBlock {
    margin: 5px 0;
}

.csDiscountFormBlock>* {
    display: inline-block;
}

.csDiscountFormBlock span {
    min-width: 110px;
}

.csDiscountFormBlock input,
.csDiscountFormBlock select {
    line-height: 20px;
    border: 1px solid black;
}

.csDiscountFormAction {
    float: none;
    margin-top: 10px;
}

.checkoutCartSummaryAddProductDiscount-applied {
    margin-top: 15px
}

.checkoutCartSummaryAddProductDiscount:before,
.checkoutCartSummaryAddProductDiscount-applied:before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px -20px;
}

.checkoutCartSummaryProductDiscountsRow {
    margin-top: 15px;
}

.checkoutCartSummaryProductDiscountsRow:first-of-type {
    margin-top: 0;
}

.spCheckoutCartSummaryProducts-asm .spCheckoutCartSummaryProductsRow {
    margin-top: 20px;
}

.spCheckoutCartSummaryProducts.spCheckoutCartSummaryProducts-asm {
    margin-top: 0;
}

.spCheckoutCartSummaryProducts-asm .spCheckoutCartSummaryProductsRow:first-child {
    margin-top: 0;
}

#productStyleBuilderPopup {
    width: 100%;
    height: 100%;
}

#productStyleBuilderPopup:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    width: 25%;
    max-width: 480px;
    height: 100%;
    background-color: #f5f5f5;
}

#productStyleBuilderPopupTitle {
    width: 100%;
    text-align: center;
    line-height: 75px;
    text-transform: uppercase;
    font-size: 24px;
}

.productStyleBuilderPopupHeader {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    z-index: 1;
    background-color: white;
}

.productStyleBuilderPopupClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    line-height: 75px;
    font-size: 24px;
    cursor: pointer;
}

.productStyleBuilderPopupBody {
    display: flex;
    z-index: 1;
    align-items: stretch;
}

#productStyleBuilderPopupFilterBlock {
    width: 25%;
    height: 100%;
    padding-left: 5%;
    padding-right: 15px;
}

#productStyleBuilderPopupResultsBlock {
    width: 75%;
}

.productStyleBuilderResultsContainer {
    display: flex;
    flex-wrap: wrap;
}

#productStyleBuilderPopupFacets {
    padding-top: 25px;
}

.productStyleBuilderFacetBlock {
    margin-bottom: 20px;
}

.productStyleBuilderFacetBlockTitle {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    line-height: 20px;
    font-size: 14px;
}

.productStyleBuilderFacetOptions-Pipe {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    margin: 15px 0;
}

.productStyleBuilderFacetOptions-Pipe .productStyleBuilderFacetPipeOption {
    flex: 1;
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    color: black;
    opacity: 0.5;
}

.productStyleBuilderFacetPipeOption.productStyleBuilderFacetPipeOption-available {
    cursor: pointer;
    opacity: 1;
}

.productStyleBuilderFacetPipeOption.productStyleBuilderFacetPipeOption-available.productStyleBuilderFacetPipeOption-selected {
    color: #a6182e;
}

.productStyleBuilderFacetOptions-Pipe .productStyleBuilderFacetPipeOption:after {
    content: "";
    height: 100%;
    border-right: 1px solid black;
    position: absolute;
    right: 0;
}

.productStyleBuilderFacetOptions-Pipe .productStyleBuilderFacetPipeOption:last-child:after {
    display: none;
}

.productStyleBuilderFacetOptions-Slider,
.productStyleBuilderFacetOptions-Price {
    padding: 15px 10px 0;
}

.productStyleBuilderSliderValues,
#styleBuilderPriceSliderValues {
    margin: 15px -7px 0;
    font-size: 0.85em;
}

.productStyleBuilderSliderValues>div,
#styleBuilderPriceSliderValues>div {
    width: 50%;
    display: inline-block;
}

.productStyleBuilderSliderValueInputBlock,
.styleBuilderPriceValueInputBlock {
    width: 96%;
    display: inline-block;
    position: relative;
}

.productStyleBuilderSliderInputLabel,
.styleBuilderPriceValueInputLabel {
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 12px;
    font-weight: bold;
}

.productStyleBuilderSliderCurrencyInputLabel {
    position: absolute;
    padding-top: 22px;
    padding-left: 6px;
    font-size: 12px;
}

.productStyleBuilderSliderValues .productStyleBuilderSliderValueInputBlock .productStyleBuilderSliderCurrencyInput {
    padding-left: 14px;
}

.productStyleBuilderSliderValueInputBlock>input,
.styleBuilderPriceValueInputBlock>input {
    width: 100%;
    padding-top: 20px;
    padding-left: 4px;
}

.styleBuilderPriceValueInputBlock>input {
    padding-left: 12px;
}

.productStyleBuilderSliderValueInputBlock>input::-webkit-inner-spin-button,
.styleBuilderPriceValueInputBlock>input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.productStyleBuilderSliderValues .toPrice,
#styleBuilderPriceSliderValues .toPrice {
    float: right;
    text-align: right;
}

.productStyleBuilderSlider,
#styleBuilderPriceSlider {
    height: 2px;
    margin: 0 -5px 25px;
}

.productStyleBuilderSlider .noUi-connect,
#styleBuilderPriceSlider .noUi-connect {
    background: black;
    height: 2px;
    top: -1px;
}

.productStyleBuilderSlider .noUi-connects,
#styleBuilderPriceSlider .noUi-connects {
    overflow: visible;
}

.styleBuilderPriceValueInputCurrency {
    position: absolute;
    top: 22px;
    left: 6px;
}

#productStyleBuilderPopupPriceRange {
    margin-bottom: 25px;
}

html:not([dir=rtl]) #productStyleBuilderPopupFilterBlock .noUi-horizontal .noUi-handle {
    width: 4px;
    height: 20px;
    border-radius: 0;
    border: none;
    top: -10px;
    right: -2px;
    border-color: black;
    background: black;
    box-shadow: none;
}

html:not([dir=rtl]) #productStyleBuilderPopupFilterBlock .noUi-horizontal .noUi-handle:before,
html:not([dir=rtl]) #productStyleBuilderPopupFilterBlock .noUi-horizontal .noUi-handle:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 20px;
    width: 5px;
    display: block;
    top: 0;
}

html:not([dir=rtl]) #productStyleBuilderPopupFilterBlock .noUi-horizontal .noUi-handle:before {
    top: 0;
    left: -5px;
}

html:not([dir=rtl]) #productStyleBuilderPopupFilterBlock .noUi-horizontal .noUi-handle:after {
    top: 0;
    right: -5px;
    left: unset;
}

html:not([dir=rtl]) #productStyleBuilderPopupFilterBlock .noUi-horizontal .noUi-handle:focus {
    outline: none;
}

#productStyleBuilderPopupFilterBlock .noUi-handle:after,
#productStyleBuilderPopupFilterBlock .noUi-handle:before {
    display: none;
}

#productStyleBuilderPopupFilterBlock .noUi-handle:after {
    left: 10px;
}

.productStyleBuilderResultsCountContainer {
    text-align: right;
    padding-right: 10px;
    margin: 20px auto;
}

.productStyleBuilderResultsPaginationContainer {
    margin-bottom: 50px;
}

.productStyleBuilderResultsPaginationContainer>* {
    float: none;
}

.productStyleBuilderPopupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
}

.productStyleBuilderPopupOverlay i {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0.8;
}

#productStyleBuilderPopupPriceRange:focus-within,
.productStyleBuilderFacetBlock-SLIDER:focus-within {
    position: relative;
    z-index: 2;
}

.productStyleBuilderFacetBlock-toggleOpen {
    display: none;
}

#productStyleBuilderClearAllFacets {
    font-size: 0.933em;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 15px;
}

.productUnderImageText {
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    width: 100%;
}

.productBuilderResultFacetValue {
    font-size: 14px;
    line-height: 22px;
}

.productBuilderResultFacetValue~.productTilePrice {
    margin-top: 10px;
}

.productStyleBuilderPopupText {
    font-size: 14px;
    line-height: 1.5em;
}

.backToStyleProductLink {
    margin: 10px 0;
    display: block;
}

.variantDropdownsContainer.builderProductChild>select {
    display: none;
}

.variantDropdownsContainer.builderProductChild>#ringSizeDropdown {
    display: inline-block;
    width: 100%;
}

#productStyleBuilderPriceDetailsLink {
    font-size: 14px;
    margin-bottom: 15px;
}

#productStyleBuilderPriceDetailsLink a {
    text-decoration: underline;
    color: #5a5a5a;
}

#productStyleBuilderPriceDetailsPopupBackground {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow-y: auto;
}

#productStyleBuilderPriceDetailsPopup {
    position: relative;
    background-color: white;
    width: 1400px;
    max-width: 100%;
    margin: 200px auto 0;
    padding: 40px 30px;
}

#productStyleBuilderPriceDetailsPopup .productStyleBuilderPriceDetailsPopupClose {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

#productStyleBuilderPriceDetailsPopup h2 {
    text-align: center;
    font-size: 1.333em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin: 0 auto 35px;
}

#productStyleBuilderPriceDetailsPopup .description {
    text-align: center;
    margin: 25px auto;
}

#productStyleBuilderPriceDetailsPopupClose {
    width: 150px;
    margin: auto;
    line-height: 30px;
    border-radius: 0;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #a6182e;
    border-color: #a6182e;
    text-transform: uppercase;
}

@media(max-width:991px) {
    #productStyleBuilderPopup:before {
        display: none;
    }

    .productStyleBuilderPopupHeader {
        border-bottom: none;
    }

    .productStyleBuilderPopupBody {
        display: block;
    }

    #productStyleBuilderPopupFilterBlock {
        width: 100%;
        background-color: #f5f5f5;
        padding: 0 30px;
    }

    #productStyleBuilderPopupFacets {
        padding-top: 0;
    }

    .productStyleBuilderPopupText {
        display: none;
    }

    #productStyleBuilderPopupResultsBlock {
        width: 100%;
    }

    .productStyleBuilderFacetBlock {
        border-top: 1px solid #ddd;
    }

    #productStyleBuilderPopupPriceRange {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .productStyleBuilderFacetBlock {
        padding: 15px 0;
        margin-bottom: 0;
    }

    .productStyleBuilderFacetBlock-Open .productStyleBuilderFacetBlockTitle {
        margin-bottom: 15px;
    }

    .productStyleBuilderFacetBlock-toggleOpen {
        display: block;
    }

    .productStyleBuilderFacetBlock-toggleOpen:after {
        content: '\f054';
        font-family: "Font Awesome\ 5 Pro";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.8em;
        font-weight: 300;
    }

    .productStyleBuilderFacetBlock-Open .productStyleBuilderFacetBlock-toggleOpen:after {
        content: '\f078';
    }

    .productStyleBuilderFacetOptions {
        display: none;
    }

    .productStyleBuilderFacetBlock-Open .productStyleBuilderFacetOptions {
        display: block;
    }

    .productStyleBuilderFacetBlock-Open.productStyleBuilderFacetBlock-PIPE .productStyleBuilderFacetOptions {
        display: flex;
    }

    .productStyleBuilderResultsCountContainer {
        text-align: left;
        line-height: 35px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        margin: 0 30px;
    }

    .productStyleBuilderResultsCountContainer .productStyleBuilderMobileListingOption {
        float: right;
    }

    .productStyleBuilderResultsCountContainer .productStyleBuilderMobileListingOption.productStyleBuilderMobileListingOption-two {
        display: none;
    }

    .showOnePerRow .productStyleBuilderResultsCountContainer .productStyleBuilderMobileListingOption.productStyleBuilderMobileListingOption-two {
        display: block;
    }

    .showOnePerRow .productStyleBuilderResultsCountContainer .productStyleBuilderMobileListingOption.productStyleBuilderMobileListingOption-one {
        display: none;
    }

    .productStyleBuilderResultsCountContainer .productStyleBuilderMobileListingOption i {
        margin-left: 10px;
        line-height: 35px;
        text-align: center;
        width: 35px;
        border: 1px solid #d1d1d1;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
    }

    .showOnePerRow .productTile {
        width: 100%;
    }

    .productStyleBuilderResultsContainer {
        padding: 15px 30px 0;
    }
}

.checkoutCassAddDiscountToProduct,
.checkoutCassAddDiscountToOrder {
    cursor: pointer;
    color: #a6182e;
    margin-left: 32%;
    text-decoration: underline;
}

#cassDiscountPopupBackground {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.5;
    z-index: 12;
}

.cassDiscountPopup {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    background-color: white;
    z-index: 13;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cassDiscountPopup h3 {
    font-size: 1em;
    line-height: 62px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cassDiscountPopupClose {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 62px;
    line-height: 62px;
    text-align: center;
    cursor: pointer;
}

#cassProductDiscountPopup-ProductDetails {
    display: block;
    width: 100%;
    max-width: 390px;
    margin: 40px auto 20px;
}

.cassDiscountPopup #addProductDiscountForm,
.cassDiscountPopup #addDiscountForm {
    clear: both;
    width: 100%;
    max-width: 390px;
    margin: 20px auto 30px;
}

.spCheckoutPopupContent-discount {
    margin-top: 30px;
    padding: 0 60px;
}

.spCheckoutCartSummaryProductsRow-discountProduct .spCheckoutCartSummaryProductPriceQty {
    position: initial;
}

.spCheckoutCartSummaryProductsRow-discountProduct .spCheckoutCartSummaryProductDetails {
    line-height: 24px;
}

.spCheckoutPopupContent-discount .csDiscountFormAction {
    line-height: 60px;
    font-size: 14px;
    height: 60px;
}

#cassProductDiscountPopup-ProductDetails .checkoutCartSummaryProductDetails {
    float: none;
}

#cassProductDiscountPopup-ProductDetails .checkoutCartSummaryProductName,
#cassProductDiscountPopup-ProductDetails .checkoutCartSummaryProductCode {
    margin-bottom: 1px;
}

#cassProductDiscountPopup-ProductDetails .checkoutCartSummaryProductPriceQty span {
    float: none;
    display: block;
    margin-top: 2px;
}

.checkoutCassDiscountsRow {
    margin-left: 32%;
    line-height: 24px;
}

.checkoutCassDiscountsRow-discountApplied {
    color: #2f873d;
}

.checkoutCassDiscountsRow-discountedTotal {}

.checkoutCassDiscountsRow>div>span {
    float: right;
}

.checkoutCassDiscountsRow-removeDiscount {
    margin-top: 15px;
}

.checkoutCassDiscountsRow-removeDiscount .removeCassDiscount {
    background-color: transparent;
    border: none;
    padding-left: 0;
    color: #a6182e;
}

.cassDiscountPopup #addProductDiscountForm button,
.cassDiscountPopup #addDiscountForm button {
    line-height: 60px;
    height: 60px;
}

#spCheckoutContainer .checkoutCartASMWESSummary h2 {
    background-color: transparent;
    border: none;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.checkoutCartASMWESSummaryRemove {
    position: absolute;
    top: 30px;
    right: 25px;
    line-height: 26px;
    color: #AF0E65;
}

.xssRejectionMessage {
    color: #a6182e;
}

@media(max-width:991px) {
    .recentlyViewedCarouselContainer {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 70px);
        overflow-x: hidden;
    }

    .recentlyViewedCarousel {
        width: 85%;
    }

    .recentlyViewedCarousel .owl-stage-outer {
        overflow: visible;
    }
}

@media(max-width:600px) {

    .seeMoreStylesHeader,
    .youMayAlsoLikeHeader {
        padding: 0 30px;
    }

    .seeMoreStylesContainer,
    .youMayAlsoLike {
        max-width: none !important;
        margin: 15px -30px !important;
        width: calc(100% + 60px) !important;
    }

    .seeMoreStyles,
    .youMayAlsoLikeCarousel {
        width: 85% !important;
    }

    .seeMoreStylesContainer .seeMoreStyles .owl-stage-outer,
    .youMayAlsoLike .youMayAlsoLikeCarousel .owl-stage-outer {
        width: 117% !important;
    }

    .seeMoreStyles .owl-nav,
    .youMayAlsoLikeCarousel .owl-nav {
        display: none;
    }

    .youMayAlsoLikeCarousel.owl-carousel .owl-nav {
        display: none;
    }
}

#netForm #storelist .flag {
    padding: 5px 0px;
    text-align: center;
}

.bannerVideo {
    width: 100%;
}

#brandSearchBarContainer {
    display: none;
}

.facetOpen #brandSearchBarContainer {
    display: block;
}

#brandSearchBar {
    padding-left: 35px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    font-size: 16px;
}

.search-notactive {
    display: none !important;
}

#brandSearchBar::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
}

#brandSearchBar {
    display: block;
}

.brandSearchIcon {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

div#brandSearchBarContainer::before {
    background-image: url(../main/responsive/common/fa-svgs/magnifying-glass-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    top: 35px;
    left: 8px;
    position: relative;
    padding: 10px;
}

.filters_empty::before {
    content: none !important;
}

.filters_empty:hover {
    text-decoration: none !important;
}

.filters_empty {
    cursor: initial !important;
    text-decoration: none;
    text-align: center;
}

div.brandClear {
    padding: 30px;
}

.brandClear {
    position: absolute;
    top: 18px;
    right: 13px;
    font-size: 19px;
    cursor: pointer;
    display: none;
    height: 20px;
}

@media(max-width:991px) {
    div#brandSearchBarContainer::before {
        top: 32px;
        padding: 8px;
    }

    .brandClear {
        top: 16px;
    }
}

@media(max-width:992px) {
    #spCheckoutPopupBlock .spCheckoutSectionOrderDetailsRow {
        display: none;
    }

    #spCheckoutPopupBlock .spCheckoutSectionOrderDetails {
        min-height: 130px;
    }

    #spCheckoutPopupBlock .spCheckoutCartSummaryProductDetails {
        font-size: 14px;
    }

    #spCheckoutPopupBlock .spCheckoutCartSummaryProductDetails .spCheckoutCartSummaryProductCode {
        font-size: 11px !important;
    }

    #spCheckoutPopupBlock .spCheckoutCartSummaryProductDetails {
        float: initial;
        height: initial;
    }

    .spCheckoutPopupContent.summary-loaded .spCheckoutSectionOrderDetails {
        min-height: auto;
    }

    .spCheckoutCartSummaryProductsRow:last-of-type {
        margin-bottom: 0px !important;
    }

    #spCheckoutPopupBlock .spCheckoutSectionOrderDetails {
        background-color: #eee;
        padding: 15px;
    }

    #spCheckoutPopupBlock .spCheckoutCartSummaryProductPriceQty {
        bottom: initial;
    }

    #spCheckoutPopupBlock .spCheckoutCartSummaryProductsRow {
        margin-bottom: 10px;
        overflow: auto;
    }

    #spCheckoutPopupBlock .spCheckoutCartSummaryProductPriceQty {
        position: initial;
    }
}

@media(max-width:415px) {
    #spCheckoutPopupBlock .spCheckoutCartSummaryProductName {
        max-height: 2.3em;
        line-height: 1.2em;
        overflow: hidden;
        max-width: 90%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media(min-width:1201px) and (max-width:1459px) {
    .basketActions {
        width: 446px;
        display: inline-block;
        float: right;
        border: 1px solid #EEEEEE;
        padding: 26px 37px;
        margin-right: -80px;
    }

    .basketProducts {
        display: inline-block;
        width: calc(80% - 150px);
    }
}

@media(min-width:767px) {
    .item-added-popup div {
        display: none;
    }
}

@media(max-width:767px) {
    .item-added-overlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 2147483646;
    }

    .item-added-overlay .item-added-popup {
        background-color: white;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        font-family: 'futura-pt';
        -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.65);
        -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.65);
    }

    .item-added-overlay .item-added-popup .item-added-header {
        font-size: 15px;
        text-transform: uppercase;
        padding: 18px;
        text-align: center;
        font-weight: 400;
    }

    .item-added-overlay .item-added-popup .item-added-header .item-added-close {
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 18px;
        right: 14px;
        background: url(../../a0a73a99cbfedf7e3b28-a6fed8c1b4fb343f790cc1a783af6690.ssl.cf3.rackcdn.com/icons/close-button-pop-up-close.png);
        background-size: contain;
    }

    .item-added-overlay .item-added-popup .item-added-delivery-message {
        background-color: #f9f9f9;
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }

    .item-added-overlay .item-added-popup .item-added-details {
        display: table;
        padding: 10px 20px;
    }

    .item-added-overlay .item-added-popup .item-added-details .item-added-image {
        display: table-cell;
        width: 40%;
        vertical-align: middle;
    }

    .item-added-overlay .item-added-popup .item-added-details .item-added-image img {
        width: 100%;
    }

    .item-added-overlay .item-added-popup .item-added-details .item-added-text {
        display: table-cell;
        width: 60%;
        vertical-align: middle;
    }

    .item-added-overlay .item-added-popup .item-added-details:after {
        content: "";
        clear: both;
        display: table;
    }

    .item-added-overlay .item-added-popup .item-added-details .item-added-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .item-added-overlay .item-added-popup .item-added-details .item-added-title span {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .item-added-overlay .item-added-popup .item-added-details .item-added-finance-price {
        font-size: 14px;
        line-height: 18px;
        padding-top: 5px;
    }

    .item-added-overlay .item-added-popup .item-added-details .item-added-finance-price span {
        font-weight: 400;
        color: #144B84;
        border-bottom: 1px solid #144B84;
    }

    .item-added-overlay .item-added-popup .item-added-details .item-added-price {
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
    }

    .item-added-overlay .item-added-popup .item-added-buttons {
        margin-top: 0px;
        padding: 20px;
        padding-top: 0;
    }

    .item-added-overlay .item-added-popup .item-added-buttons a {
        display: block;
        border: 0;
        text-align: center;
        text-transform: uppercase;
        line-height: 45px;
        margin-bottom: 10px;
        transition: opacity 0.1s ease-out;
        text-decoration: none;
    }

    .item-added-overlay .item-added-popup .item-added-buttons a:last-child {
        margin-bottom: 0;
        background-color: #fff;
        border: 1px solid #c6c6c6;
    }

    .item-added-overlay .item-added-popup .item-added-buttons a:hover {
        opacity: 0.8;
    }

    .item-added-overlay.visible-popup {
        display: block !important;
    }

    .item-added-overlay .item-added-popup {
        width: 100%;
        transform: none;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .item-added-overlay .item-added-popup .item-added-details {
        max-width: 400px;
        margin: 0 auto;
    }

    .item-added-overlay .item-added-popup .item-added-buttons {
        max-width: 400px;
        margin: 0 auto;
    }

    .v12PopupFooter img {
        float: none !important;
    }

    .v12PopupFooter span {
        display: none;
    }
}

.svg {
    display: inline-block;
    pointer-events: none;
}

.svg.headerIcon {
    height: 12px;
    vertical-align: unset;
    padding-top: 2px;
    padding-right: 1px;
}

.search-button .svg.search {
    height: 18px;
}

.svg.bag {
    height: 37px;
    padding-top: 13px;
}

.headerCartNotEmpty .svg.bag {
    height: 32px;
}

.svg.crosshair {
    height: 30px;
    padding-top: 15px;
}

.svg.accountIcon {
    padding-left: 25px;
    padding-right: 20px;
}

.svg.accountIcon.chevronBack {
    padding-left: 0;
}

.svg.envelope {
    height: 40px;
    float: right;
    padding-top: 20px;
}

.svg.accountSmallIcon {
    height: 12px;
}

.svg.product-tile-wishlist {
    pointer-events: fill;
}

.svg.product-tile-wishlist svg {
    z-index: 1;
    height: 32px;
    padding-top: 14px;
}

.svg.product-tile-wishlist:hover {
    background-image: none;
}

.svg.product-tile-wishlist:hover div {
    z-index: 2;
}

.svg.product-tile-wishlist:hover svg {
    display: none;
}

.svg.product-tile-wishlist:hover:after {
    content: '';
    background-image: url(../main/responsive/common/fa-svgs/heart-solid.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 18px;
    top: 14px;
    right: 0;
    width: 100%;
    z-index: 3;
}

.svg.pdpIcon {
    height: 30px;
    padding-top: 15px;
    padding-right: 5px;
}

.svg.storeIcon {
    height: 20px;
    float: left;
    padding-top: 5px;
}

.svg.chevron {
    height: 30px;
    padding-top: 15px;
}

.svg.menu {
    height: 35px;
    padding-top: 15px;
}

div.closeFacets {
    height: 40px;
    width: 40px;
    float: right;
    padding: 3px;
}

div.closeFacets .svg {
    height: 34px;
    width: 34px;
}

.svg.closeNav,
.svg.closeFacets {
    padding-top: 10px;
    height: 32px;
    top: 5px;
    right: 20px;
    float: right;
    position: relative;
}

.svg.filters {
    height: 12px;
    padding-right: 5px;
}

.svg.checkCircle,
.svg.xmarkCircle {
    height: 20px;
    float: left;
    padding-right: 10px;
    padding-top: 2px;
}

.svg.truck,
.svg.infoIcon,
.svg.accountIcon,
.mobile-navigation-body li.has-sub-menu>a:after,
.svg.warning,
.svg.builderIcon {
    height: 15px;
}

.svg.rightIcon {
    height: 35px;
    float: right;
    padding-top: 15px;
}

.svg.xmark {
    height: 35px;
    padding-top: 12px;
}

.svg.facetXmark {
    height: 18px;
    padding-left: 6px;
    position: relative;
    top: 4px;
}

.svg.builderBook {
    height: 14px;
}

.svg.infoIcon {
    padding-right: 8px;
}

.svg.infoIcon.checkout {
    padding-right: 10px;
    padding-top: 5px;
    height: 20px;
}

.svg.passwordEye {
    padding-top: 5px;
    height: 20px;
}

.svg.wesIcon {
    height: 20px;
}

.accountMenu.overviewActive .accountOverviewLink object.svg,
.accountMenu.ordersActive .accountOrdersLink object.svg,
.accountMenu.valuationsActive .accountValuationsLink object.svg,
.accountMenu.wishlistActive .accountWishlistLink object.svg,
.accountMenu.profileActive .accountProfileLink object.svg,
.accountMenu.passwordActive .accountUpdatePasswordLink object.svg,
.accountMenu.addressActive .accountAddressBookLink object.svg,
.accountMenu.contactActive .accountContactLink object.svg,
.svg.card,
.insuranceCardSelectionMobileBannerSelection .svg,
#spCheckoutLoadingInnerBlock .svg.spinner-third {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.svg.card {
    height: 24px;
    position: absolute;
    left: -30px;
    padding-top: 6px;
}

.svg.spinner-third {
    position: absolute;
    height: 80px;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    animation: spin .5s linear infinite;
}

.svg.spinner-third.storeLocator {
    height: 50px;
}

.pslOutOfStock svg,
.pslInStock svg {
    height: 20px;
    padding-top: 5px;
    padding-right: 5px;
}

.insuranceCardSelectionMobileBannerSelection .svg {
    float: right;
}

.insuranceCardSelectionMobileBannerSelection .svg.chevron.chevronDown,
.insuranceCardSelectionMobileBannerSelection.showOptions .svg.chevron.chevronUp {
    display: block;
}

.insuranceCardSelectionMobileBannerSelection.showOptions .svg.chevron.chevronDown,
.insuranceCardSelectionMobileBannerSelection .svg.chevron.chevronUp {
    display: none;
}

.svg.phone {
    height: 15px;
    padding-right: 5px;
}

.spCheckoutCollectStore .svg {
    display: none;
}

.svg.filters.arrow {
    display: none;
}

.svg.filters.sliders {
    display: inline;
}

@media(max-height:912px) and (max-width:1181px) {
    .svg.headerIcon {
        padding-top: 15px;
        height: 30px;
    }

    .svg.headerIcon.user {
        padding-top: 20px;
        padding-right: 5px;
        height: 32px;
    }

    div .svg.spinner-third {
        height: 60px;
        left: 40%;
    }

    .svg.card {
        height: 32px;
        position: absolute;
        left: 14px;
        padding-top: 16px;
    }

    #spCheckoutLoadingInnerBlock,
    #basketLoadingInnerBlock {
        transform: translate(-80px, -100px);
    }

    .search-button .svg.search {
        height: 28px;
        padding-top: 8px;
        position: relative;
        right: 10px;
        bottom: 5px;
        filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
    }
}

@media(min-height:993px) and (max-width:1368px) {
    .svg.headerIcon {
        height: 24px;
        vertical-align: unset;
        position: relative;
    }

    .svg.card {
        height: 32px;
        position: absolute;
        left: 14px;
        padding-top: 16px;
    }

    .svg.search {
        height: 20px;
    }

    .svg.bag {
        top: 10px;
        position: absolute;
        right: 10px;
    }

    .svg.menu {
        height: 40px;
        position: absolute;
        top: 10px;
    }
}

@media(min-width:992px) and (max-width:1368px) {
    .svg.headerIcon {
        height: 12px;
        vertical-align: unset;
        padding-top: 2px;
        padding-right: 1px;
    }
}

@media(max-width:991px) and (max-height:992px) {
    .svg.bag {
        top: 0;
        right: 0;
    }

    .svg.search {
        height: 20px;
        top: 5px;
        position: relative;
    }

    .svg.headerIcon {
        height: 34px;
        padding-top: 15px;
    }

    .svg.menu {
        height: 40px;
        top: 0;
    }
}

@media(min-width:701px) and (max-height:992px) {
    .svg.search {
        top: 0;
    }

    .svg.location {
        position: relative;
        bottom: 5px;
    }
}

.recentlyViewedCarousel .owl-nav {
    display: block;
}

.recentlyViewedCarousel .owl-nav button {
    font-size: 0;
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.recentlyViewedCarousel .owl-nav button.disabled {
    display: none;
}

.recentlyViewedCarousel .owl-nav button:hover {
    opacity: 0.7;
}

.recentlyViewedCarousel .owl-nav .owl-prev,
.recentlyViewedCarousel .owl-nav .owl-prev:hover {
    left: 5px;
    background-image: url(../main/responsive/common/images/arrow-left.png) !important;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.recentlyViewedCarousel .owl-nav .owl-next,
.recentlyViewedCarousel .owl-nav .owl-next:hover {
    right: 5px;
    background-image: url(../main/responsive/common/images/arrow-right.png) !important;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

@media(max-width:991px) {
    .recentlyViewed>.container padding: 0;
}

.recentlyViewed a {
    margin: auto 0;
    padding: 0;
}

.recentlyViewedBlock .productPageAltImage {
    display: none;
}
}

@media(max-width:991px) {
    .desktopFooterSectionHeader {
        cursor: pointer;
    }

    .footerColumn.footer-menu-open .desktopFooterSectionHeader:after {
        background-image: url(../main/responsive/common/fa-svgs/chevron-up-light.svg);
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        float: right;
        margin-top: 1px;
        padding: 0;
        height: 12px;
        width: 12px
    }

    .footerColumn .desktopFooterSectionHeader:after {
        background-image: url(../main/responsive/common/fa-svgs/chevron-down-light.svg);
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        float: right;
        margin-top: 1px;
        padding: 0;
        height: 12px;
        width: 12px
    }
}

@media(min-width:768px) {
    .col-sm-fiveWide {
        float: left;
        width: 20%
    }
}

@media(min-width:992px) {
    .col-md-fiveWide {
        float: left;
        width: 20%
    }
}

#klarnaExpressContainer {
    margin-top: 20px;
    width: 100%;
}

#paypal-cart-button-container {
    height: 45px;
}

#googlepay-container:empty,
.express-applepay-button:empty {
    margin-top: 0;
}

#googlepay-container:not(:empty),
.express-applepay-button:not(:empty) {
    margin-top: 16px;
}

#klarnaExpressContainer {
    margin-top: 16px;
}

.spCheckoutPopupContent #forgottenPwdRecaptcha {
    margin-top: 10px;
}