@charset "UTF-8";

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #4267b2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #008827;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #be0216;
    --secondary: #9c0011;
    --success: #19a11d;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: red;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-lxl: 1025px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1920px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

#loginShowModal .h1,
#loginShowModal .h2,
#loginShowModal .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
#loginShowModal .m-dialog .m-content .m-body .footer h5,
.page-age-gate-two .container .content .footer h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

.figure {
    display: inline-block
}

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

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

a>code {
    color: inherit
}

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

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

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

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

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

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

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

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

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

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

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

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1025px) {
    .col-lxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lxl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lxl-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lxl-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lxl-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lxl-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lxl-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lxl-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lxl-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lxl-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-lxl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lxl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lxl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lxl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lxl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lxl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lxl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lxl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lxl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lxl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lxl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lxl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lxl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lxl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lxl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1920px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xxl-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xxl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

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

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

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

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #edb8be
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #e8a4ab
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #e3b8bc
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #dca6ab
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #bfe5c0
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #addeae
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #ffb8b8
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ff9f9f
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #9d9d9c
}

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

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

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width:1024.98px) {
    .table-responsive-lxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

@media (max-width:1919.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:focus {
    color: #495057;
    border-color: transparent;
    box-shadow: 0 0 0 .2rem rgba(190, 2, 22, .25)
}

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

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

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

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

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

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

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

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

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

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #19a11d
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(25, 161, 29, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #19a11d
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #19a11d;
    box-shadow: 0 0 0 .2rem rgba(25, 161, 29, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

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

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #19a11d
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #55e559
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #20cd25
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(25, 161, 29, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #19a11d
}

.custom-file-input.is-valid~.custom-file-label:before,
.was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(25, 161, 29, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: red
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 0, 0, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: red
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: red;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

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

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: red
}

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

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

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

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 0, 0, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: red
}

.custom-file-input.is-invalid~.custom-file-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

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

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

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

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

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

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

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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

.btn-primary {
    border-color: #be0216
}

.btn-primary:hover {
    color: #fff;
    background-color: #980212;
    border-color: #8c0110
}

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

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

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8c0110;
    border-color: #7f010f
}

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

.btn-secondary {
    color: #fff;
    background-color: #9c0011;
    border-color: #9c0011
}

.btn-secondary:hover {
    color: #fff;
    background-color: #76000d;
    border-color: #69000b
}

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

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #9c0011;
    border-color: #9c0011
}

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

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

.btn-success {
    color: #fff;
    background-color: #19a11d;
    border-color: #19a11d
}

.btn-success:hover {
    color: #fff;
    background-color: #148017;
    border-color: #127515
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(25, 161, 29, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #19a11d;
    border-color: #19a11d
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #127515;
    border-color: #106a13
}

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

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

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

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

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

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

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

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

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

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

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

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

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #c00
}

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

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

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

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

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

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

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

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

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

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

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

.btn-outline-primary,
.btn-outline-white-primary,
.owl-carousel.content-banner-carousel .item .content .action .btn {
    color: #be0216;
    background-color: transparent;
    background-image: none;
    border-color: #be0216
}

.btn-outline-primary:hover,
.btn-outline-white-primary:hover,
.owl-carousel.content-banner-carousel .item .content .action .btn:hover {
    color: #fff;
    background-color: #be0216;
    border-color: #be0216
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-white-primary:focus,
.focus.btn-outline-white-primary,
.owl-carousel.content-banner-carousel .item .content .action .btn:focus,
.owl-carousel.content-banner-carousel .item .content .action .focus.btn {
    box-shadow: 0 0 0 .2rem rgba(190, 2, 22, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-white-primary:disabled,
.disabled.btn-outline-white-primary,
.owl-carousel.content-banner-carousel .item .content .action .btn:disabled,
.owl-carousel.content-banner-carousel .item .content .action .disabled.btn {
    color: #be0216;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-white-primary:not(:disabled):not(.disabled).active,
.btn-outline-white-primary:not(:disabled):not(.disabled):active,
.owl-carousel.content-banner-carousel .item .content .action .btn:not(:disabled):not(.disabled).active,
.owl-carousel.content-banner-carousel .item .content .action .btn:not(:disabled):not(.disabled):active,
.owl-carousel.content-banner-carousel .item .content .action .show>.dropdown-toggle.btn,
.show>.btn-outline-primary.dropdown-toggle,
.show>.dropdown-toggle.btn-outline-white-primary {
    color: #fff;
    background-color: #be0216;
    border-color: #be0216
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-white-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-white-primary:not(:disabled):not(.disabled):active:focus,
.owl-carousel.content-banner-carousel .item .content .action .btn:not(:disabled):not(.disabled).active:focus,
.owl-carousel.content-banner-carousel .item .content .action .btn:not(:disabled):not(.disabled):active:focus,
.owl-carousel.content-banner-carousel .item .content .action .show>.dropdown-toggle.btn:focus,
.show>.btn-outline-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.btn-outline-white-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(190, 2, 22, .5)
}

.btn-outline-secondary {
    color: #9c0011;
    background-color: transparent;
    background-image: none;
    border-color: #9c0011
}

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

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

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

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

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

.btn-outline-success {
    color: #19a11d;
    background-color: transparent;
    background-image: none;
    border-color: #19a11d
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #19a11d;
    border-color: #19a11d
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(25, 161, 29, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #19a11d;
    background-color: transparent
}

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

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

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

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

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

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

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

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

.btn-outline-danger {
    color: red;
    background-color: transparent;
    background-image: none;
    border-color: red
}

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

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

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

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

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

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

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #be0216;
    background-color: transparent
}

.btn-link:hover {
    color: #72010d;
    background-color: transparent
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

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

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

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

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

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

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

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

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

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

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

.collapsing,
.dropdown,
.dropup {
    position: relative
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

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

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

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

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

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

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

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

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

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

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

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.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 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

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

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

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

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

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

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

.btn-group-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

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

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

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

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

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

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

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

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

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

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem
}

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

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

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(190, 2, 22, .25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #fe7583
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #be0216
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #be0216
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(190, 2, 22, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(190, 2, 22, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #be0216
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(190, 2, 22, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(0, 0, 0, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

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

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

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

.custom-file-input:focus~.custom-file-control {
    border-color: transparent;
    box-shadow: 0 0 0 .2rem rgba(190, 2, 22, .25)
}

.custom-file-input:focus~.custom-file-control:before {
    border-color: transparent
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0
}

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

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc((2.25rem + 2px) - 1px * 2);
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0 0 0
}

.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: 0
}

.nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    border-radius: 0
}

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

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

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1024.98px) {

    .navbar-expand-lxl>.container,
    .navbar-expand-lxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1025px) {
    .navbar-expand-lxl {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lxl .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .navbar-expand-lxl .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-lxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lxl>.container,
    .navbar-expand-lxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lxl .navbar-toggler {
        display: none
    }

    .navbar-expand-lxl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1919.98px) {

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1920px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem
}

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

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

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

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

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

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

.card-header:first-child {
    border-radius: -1px -1px 0 0
}

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

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

.card-footer:last-child {
    border-radius: 0 0 -1px -1px
}

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

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

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

.card-img {
    width: 100%;
    border-radius: -1px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

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

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

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

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

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

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

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: 0
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

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

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

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

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

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

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

.page-link:hover {
    color: #72010d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

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

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #be0216
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #8c0110
}

.badge-secondary {
    color: #fff;
    background-color: #9c0011
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #69000b
}

.badge-success {
    color: #fff;
    background-color: #19a11d
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #127515
}

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

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c00
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

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

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    color: #63010b;
    background-color: #f2ccd0;
    border-color: #edb8be
}

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

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

.alert-secondary {
    color: #510009;
    background-color: #ebcccf;
    border-color: #e3b8bc
}

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

.alert-secondary .alert-link {
    color: #1e0003
}

.alert-success {
    color: #0d540f;
    background-color: #d1ecd2;
    border-color: #bfe5c0
}

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

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

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

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

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

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

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

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

.alert-danger {
    color: #850000;
    background-color: #fcc;
    border-color: #ffb8b8
}

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

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

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

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

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

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

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

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

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0
}

.progress,
.progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.progress-bar {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #be0216;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

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

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #be0216;
    border-color: #be0216
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

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

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

.list-group-item-primary {
    color: #63010b;
    background-color: #edb8be
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #63010b;
    background-color: #e8a4ab
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #63010b;
    border-color: #63010b
}

.list-group-item-secondary {
    color: #510009;
    background-color: #e3b8bc
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #510009;
    background-color: #dca6ab
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #510009;
    border-color: #510009
}

.list-group-item-success {
    color: #0d540f;
    background-color: #bfe5c0
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0d540f;
    background-color: #addeae
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0d540f;
    border-color: #0d540f
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #850000;
    background-color: #ffb8b8
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #850000;
    background-color: #ff9f9f
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

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

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

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

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

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

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

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

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

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0
}

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

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

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    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
}

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

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

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

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

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

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

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

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

.bg-secondary {
    background-color: #9c0011 !important
}

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

.bg-success {
    background-color: #19a11d !important
}

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

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

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

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

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

.bg-danger {
    background-color: red !important
}

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

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

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

.bg-dark {
    background-color: #343a40 !important
}

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

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

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

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

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

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

.border-secondary {
    border-color: #9c0011 !important
}

.border-success {
    border-color: #19a11d !important
}

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

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

.border-danger {
    border-color: red !important
}

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

.border-dark {
    border-color: #343a40 !important
}

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

.rounded {
    border-radius: 0 !important
}

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-lxl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-lxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

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

.embed-responsive:before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

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

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

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1025px) {
    .flex-lxl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-lxl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-lxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lxl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lxl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lxl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lxl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lxl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lxl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lxl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-lxl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lxl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1920px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1025px) {
    .float-lxl-left {
        float: left !important
    }

    .float-lxl-right {
        float: right !important
    }

    .float-lxl-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1920px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1025px) {
    .m-lxl-0 {
        margin: 0 !important
    }

    .mt-lxl-0,
    .my-lxl-0 {
        margin-top: 0 !important
    }

    .mr-lxl-0,
    .mx-lxl-0 {
        margin-right: 0 !important
    }

    .mb-lxl-0,
    .my-lxl-0 {
        margin-bottom: 0 !important
    }

    .ml-lxl-0,
    .mx-lxl-0 {
        margin-left: 0 !important
    }

    .m-lxl-1 {
        margin: .25rem !important
    }

    .mt-lxl-1,
    .my-lxl-1 {
        margin-top: .25rem !important
    }

    .mr-lxl-1,
    .mx-lxl-1 {
        margin-right: .25rem !important
    }

    .mb-lxl-1,
    .my-lxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-lxl-1,
    .mx-lxl-1 {
        margin-left: .25rem !important
    }

    .m-lxl-2 {
        margin: .5rem !important
    }

    .mt-lxl-2,
    .my-lxl-2 {
        margin-top: .5rem !important
    }

    .mr-lxl-2,
    .mx-lxl-2 {
        margin-right: .5rem !important
    }

    .mb-lxl-2,
    .my-lxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-lxl-2,
    .mx-lxl-2 {
        margin-left: .5rem !important
    }

    .m-lxl-3 {
        margin: 1rem !important
    }

    .mt-lxl-3,
    .my-lxl-3 {
        margin-top: 1rem !important
    }

    .mr-lxl-3,
    .mx-lxl-3 {
        margin-right: 1rem !important
    }

    .mb-lxl-3,
    .my-lxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-lxl-3,
    .mx-lxl-3 {
        margin-left: 1rem !important
    }

    .m-lxl-4 {
        margin: 1.5rem !important
    }

    .mt-lxl-4,
    .my-lxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-lxl-4,
    .mx-lxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-lxl-4,
    .my-lxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lxl-4,
    .mx-lxl-4 {
        margin-left: 1.5rem !important
    }

    .m-lxl-5 {
        margin: 3rem !important
    }

    .mt-lxl-5,
    .my-lxl-5 {
        margin-top: 3rem !important
    }

    .mr-lxl-5,
    .mx-lxl-5 {
        margin-right: 3rem !important
    }

    .mb-lxl-5,
    .my-lxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-lxl-5,
    .mx-lxl-5 {
        margin-left: 3rem !important
    }

    .p-lxl-0 {
        padding: 0 !important
    }

    .pt-lxl-0,
    .py-lxl-0 {
        padding-top: 0 !important
    }

    .pr-lxl-0,
    .px-lxl-0 {
        padding-right: 0 !important
    }

    .pb-lxl-0,
    .py-lxl-0 {
        padding-bottom: 0 !important
    }

    .pl-lxl-0,
    .px-lxl-0 {
        padding-left: 0 !important
    }

    .p-lxl-1 {
        padding: .25rem !important
    }

    .pt-lxl-1,
    .py-lxl-1 {
        padding-top: .25rem !important
    }

    .pr-lxl-1,
    .px-lxl-1 {
        padding-right: .25rem !important
    }

    .pb-lxl-1,
    .py-lxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-lxl-1,
    .px-lxl-1 {
        padding-left: .25rem !important
    }

    .p-lxl-2 {
        padding: .5rem !important
    }

    .pt-lxl-2,
    .py-lxl-2 {
        padding-top: .5rem !important
    }

    .pr-lxl-2,
    .px-lxl-2 {
        padding-right: .5rem !important
    }

    .pb-lxl-2,
    .py-lxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-lxl-2,
    .px-lxl-2 {
        padding-left: .5rem !important
    }

    .p-lxl-3 {
        padding: 1rem !important
    }

    .pt-lxl-3,
    .py-lxl-3 {
        padding-top: 1rem !important
    }

    .pr-lxl-3,
    .px-lxl-3 {
        padding-right: 1rem !important
    }

    .pb-lxl-3,
    .py-lxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-lxl-3,
    .px-lxl-3 {
        padding-left: 1rem !important
    }

    .p-lxl-4 {
        padding: 1.5rem !important
    }

    .pt-lxl-4,
    .py-lxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-lxl-4,
    .px-lxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-lxl-4,
    .py-lxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lxl-4,
    .px-lxl-4 {
        padding-left: 1.5rem !important
    }

    .p-lxl-5 {
        padding: 3rem !important
    }

    .pt-lxl-5,
    .py-lxl-5 {
        padding-top: 3rem !important
    }

    .pr-lxl-5,
    .px-lxl-5 {
        padding-right: 3rem !important
    }

    .pb-lxl-5,
    .py-lxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-lxl-5,
    .px-lxl-5 {
        padding-left: 3rem !important
    }

    .m-lxl-auto {
        margin: auto !important
    }

    .mt-lxl-auto,
    .my-lxl-auto {
        margin-top: auto !important
    }

    .mr-lxl-auto,
    .mx-lxl-auto {
        margin-right: auto !important
    }

    .mb-lxl-auto,
    .my-lxl-auto {
        margin-bottom: auto !important
    }

    .ml-lxl-auto,
    .mx-lxl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1920px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1025px) {
    .text-lxl-left {
        text-align: left !important
    }

    .text-lxl-right {
        text-align: right !important
    }

    .text-lxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1920px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

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

.text-primary {
    color: #be0216 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #8c0110 !important
}

.text-secondary {
    color: #9c0011 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #69000b !important
}

.text-success {
    color: #19a11d !important
}

a.text-success:focus,
a.text-success:hover {
    color: #127515 !important
}

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

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

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

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: red !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c00 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

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

    pre {
        white-space: pre-wrap !important
    }

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

    thead {
        display: table-header-group
    }

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

    #loginShowModal .h2,
    #loginShowModal .h3,
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    #loginShowModal .h2,
    #loginShowModal .h3,
    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

#loginShowModal .h1,
#loginShowModal .h2,
#loginShowModal .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
#loginShowModal .m-dialog .m-content .m-body .footer h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-age-gate-two .container .content .footer h5,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

#loginShowModal .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.h1,
h1 {
    font-size: 2.5rem
}

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

#loginShowModal .h3,
.h3,
h3 {
    font-size: 1.75rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
#loginShowModal .m-dialog .m-content .m-body .footer h5,
.h4,
.page-age-gate-two .container .content .footer h5,
h4 {
    font-size: 1.5rem
}

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

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

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

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

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

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

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

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

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

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

hr {
    margin: 0;
    border-top: 1px solid #9d9d9c
}

.carousel .icon-next,
.carousel .icon-prev {
    background-color: #fff;
    font-size: 1.875em;
    height: 3rem;
    padding-top: .24em;
    width: 3rem
}

.carousel .icon-next:before,
.carousel .icon-prev:before {
    color: #000;
    font-family: FontAwesome
}

.carousel .icon-prev:before {
    content: "\F104"
}

.carousel .icon-next:before {
    content: "\F105"
}

.carousel .carousel-control-prev {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.carousel .carousel-control-next {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.card {
    margin-bottom: 1em
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .card-header .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .card-header h3,
#loginShowModal .m-dialog .m-content .m-body .footer .card-header h5,
.card-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.card-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.card-header #loginShowModal .m-dialog .m-content .m-body .footer h5,
.card-header .page-age-gate-two .container .content .footer h5,
.card-header h4,
.page-age-gate-two .container .content .footer .card-header h5 {
    margin-bottom: 0
}

.modal .modal-body {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

dt {
    color: #495057;
    font-weight: 400
}

.custom-checkbox .custom-control-label:before {
    border: 1px solid #000;
    background: #f9f9f9;
    background: linear-gradient(#f9f9f9, #ccc)
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-label:before {
    border: 1px solid #000;
    background: #ccc;
    background: linear-gradient(#ccc, #666)
}

.modal-open {
    position: fixed;
    width: 100%
}

.swatch-circle-beige,
.swatch-circle-black,
.swatch-circle-blue,
.swatch-circle-brown,
.swatch-circle-green,
.swatch-circle-grey,
.swatch-circle-navy,
.swatch-circle-orange,
.swatch-circle-pink,
.swatch-circle-purple,
.swatch-circle-red,
.swatch-circle-white,
.swatch-circle-yellow,
.swatch-filter-beige,
.swatch-filter-black,
.swatch-filter-blue,
.swatch-filter-brown,
.swatch-filter-green,
.swatch-filter-grey,
.swatch-filter-navy,
.swatch-filter-orange,
.swatch-filter-pink,
.swatch-filter-purple,
.swatch-filter-red,
.swatch-filter-white,
.swatch-filter-yellow {
    background: transparent
}

.site-search {
    position: relative;
    height: 40px;
    height: 2.5rem
}

@media (min-width:576px) {
    .site-search {
        margin-right: .5em
    }
}

@media (min-width:1200px) {
    .site-search {
        width: 20em
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .site-search {
        width: 14.0625em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .site-search {
        width: 12.5em
    }
}

.site-search .fa-close,
.site-search .fa-search {
    position: absolute;
    top: .5625em;
    right: .5625em;
    z-index: 2
}

.site-search input {
    padding-right: 2rem;
    height: 100%
}

@media (max-width:575.98px) {
    .header-search .site-search {
        display: none
    }

    .header-search .search-button {
        display: block
    }

    .search-row .search-button {
        display: none
    }
}

.search-button {
    display: none;
    margin-top: .375em;
    margin-right: .375em
}

.suggestions-wrapper {
    position: relative
}

.suggestions {
    display: block;
    position: absolute;
    right: 0;
    width: 21.875rem
}

@media (max-width:575.98px) {
    .suggestions {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        position: fixed;
        width: 100%
    }
}

@media (min-width:1025px) {
    .suggestions {
        max-height: calc(100vh - 180px);
        overflow-y: scroll;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .suggestions::-webkit-scrollbar {
        display: none
    }
}

.suggestions .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: transparent;
    border-radius: 1.25em;
    border: .063em solid rgba(0, 0, 0, .3);
    display: inline-block;
    margin-right: .313em;
    position: relative
}

.suggestions .swatch-circle.color-value[data-selected=true]:after {
    color: #000;
    content: "\F058";
    display: table-caption;
    font-family: FontAwesome;
    font-size: 1.625em;
    left: .295em;
    position: absolute
}

.suggestions .swatch-circle.color-value.selected:after {
    color: #000;
    content: "\F058";
    display: table-caption;
    font-family: FontAwesome;
    font-size: 1.625em;
    left: .31em;
    position: absolute;
    top: .35em
}

.suggestions .swatch-circle.color-value.selected:after,
.suggestions .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: .75em;
    line-height: .8em;
    width: .8em
}

.suggestions .items {
    padding: 0 15px 20px 0;
    padding: 0 .9375rem 1.25rem 0
}

.suggestions .item {
    padding-bottom: .625em
}

.suggestions .item .name {
    margin-top: .313em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:575.98px) {
    .suggestions .item {
        padding-bottom: .938em
    }
}

.more-below {
    -moz-border-radius: 1.25em;
    background: #ccc;
    border: .063em solid rgba(0, 0, 0, .1);
    border-radius: 1.25em;
    bottom: 1.875em;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
    display: none;
    height: 2.5em;
    position: fixed;
    right: 1.875em;
    width: 2.5em
}

.more-below i.fa-long-arrow-down {
    border-radius: 50%;
    color: #fff;
    display: table-caption;
    height: .75em;
    font-size: 1.5rem;
    left: .57em;
    line-height: .8em;
    position: absolute;
    top: .4em;
    width: .8em
}

.search.search-flyout {
    cursor: pointer
}

.search-header-title {
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #2a2a2a;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem
}

@media (min-width:992px) {
    .search-header-title {
        font-size: 32px;
        font-size: 2rem
    }
}

@media (min-width:1025px) {
    .search-header-title {
        margin-bottom: 35px;
        margin-bottom: 2.1875rem
    }
}

@media (max-width:1024px) {
    .search-header-title {
        margin-bottom: 21px;
        margin-bottom: 1.3125rem
    }
}

.site-search .search-field {
    border-color: #4d4d4d;
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 22px;
    padding-top: 1.375rem;
    height: 65px;
    height: 4.0625rem
}

#addNewDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
#addNewDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
#addNewDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-label:active:before,
#addNewDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-label:focus:before,
#addNewDeliveryAddressModal .custom-checkbox .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .site-search .site-search-button:focus .custom-control-label:before,
#edit-account-address .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
#edit-account-address .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
#edit-account-address .custom-checkbox .site-search .site-search-button .custom-control-label:active:before,
#edit-account-address .custom-checkbox .site-search .site-search-button .custom-control-label:before,
#edit-account-address .custom-checkbox .site-search .site-search-button .custom-control-label:focus:before,
#edit-account-address .custom-checkbox .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .site-search .site-search-button:focus .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
#editDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
#editDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-label:active:before,
#editDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .site-search .site-search-button .custom-control-label:focus:before,
#editDeliveryAddressModal .custom-checkbox .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .site-search .site-search-button:focus .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .site-search .site-search-button .increaseQty:active:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .site-search .site-search-button .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .site-search .site-search-button .increaseQty:focus:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .site-search .site-search-button .reduceQty:active:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .site-search .site-search-button .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .site-search .site-search-button .reduceQty:focus:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .site-search .site-search-button:focus .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .site-search .site-search-button:focus .reduceQty:before,
#paypalAccordion .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
#paypalAccordion .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
#paypalAccordion .custom-checkbox .site-search .site-search-button .custom-control-label:active:before,
#paypalAccordion .custom-checkbox .site-search .site-search-button .custom-control-label:before,
#paypalAccordion .custom-checkbox .site-search .site-search-button .custom-control-label:focus:before,
#paypalAccordion .custom-checkbox .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .site-search .site-search-button:focus .custom-control-label:before,
.authentic-wrapper .header-wrapper .site-search .site-search-button .authentic-header:active:before,
.authentic-wrapper .header-wrapper .site-search .site-search-button .authentic-header:before,
.authentic-wrapper .header-wrapper .site-search .site-search-button .authentic-header:focus:before,
.authentic-wrapper .header-wrapper .site-search .site-search-button:focus .authentic-header:before,
.brand-protection-content-wrapper .site-search .site-search-button .check-wine-button.loader:active:after,
.brand-protection-content-wrapper .site-search .site-search-button .check-wine-button.loader:after,
.brand-protection-content-wrapper .site-search .site-search-button .check-wine-button.loader:focus:after,
.brand-protection-content-wrapper .site-search .site-search-button:focus .check-wine-button.loader:after,
.close .site-search .site-search-button:focus i.close-modal,
.close .site-search .site-search-button i.close-modal,
.close .site-search .site-search-button i.close-modal:active,
.close .site-search .site-search-button i.close-modal:focus,
.container-wineplan-wrapper .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
.container-wineplan-wrapper .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
.container-wineplan-wrapper .custom-checkbox .site-search .site-search-button .custom-control-label:active:before,
.container-wineplan-wrapper .custom-checkbox .site-search .site-search-button .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .site-search .site-search-button .custom-control-label:focus:before,
.container-wineplan-wrapper .custom-checkbox .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .site-search .site-search-button:focus .custom-control-label:before,
.custom-checkbox-toggle .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
.custom-checkbox-toggle .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
.custom-checkbox-toggle .site-search .site-search-button .custom-control-label:active:before,
.custom-checkbox-toggle .site-search .site-search-button .custom-control-label:before,
.custom-checkbox-toggle .site-search .site-search-button .custom-control-label:focus:before,
.custom-checkbox-toggle .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .site-search .site-search-button:focus .custom-control-label:before,
.custom-checkbox-twe .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
.custom-checkbox-twe .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
.custom-checkbox-twe .site-search .site-search-button .custom-control-label:active:before,
.custom-checkbox-twe .site-search .site-search-button .custom-control-label:before,
.custom-checkbox-twe .site-search .site-search-button .custom-control-label:focus:before,
.custom-checkbox-twe .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .site-search .site-search-button:focus .custom-control-label:before,
.custom-radio-twe .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
.custom-radio-twe .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
.custom-radio-twe .site-search .site-search-button .custom-control-label:active:before,
.custom-radio-twe .site-search .site-search-button .custom-control-label:before,
.custom-radio-twe .site-search .site-search-button .custom-control-label:focus:before,
.custom-radio-twe .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .site-search .site-search-button:focus .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:active:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:focus:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button:focus .custom-selectbox:after,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-account-header-white,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-account-header-white:active,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-account-header-white:focus,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-header-region-selection-inactive:active,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-header-region-selection-inactive:focus,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-wishlist-header-white,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-wishlist-header-white:active,
.header-banner ul.user-navigation li .site-search .site-search-button .icon-wishlist-header-white:focus,
.header-banner ul.user-navigation li .site-search .site-search-button:focus .icon-account-header-white,
.header-banner ul.user-navigation li .site-search .site-search-button:focus .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .site-search .site-search-button:focus .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:active:after,
.ingredients-list .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .site-search .site-search-button .custom-control-input:checked~.custom-control-label:focus:after,
.ingredients-list .custom-checkbox .site-search .site-search-button .custom-control-label:active:before,
.ingredients-list .custom-checkbox .site-search .site-search-button .custom-control-label:before,
.ingredients-list .custom-checkbox .site-search .site-search-button .custom-control-label:focus:before,
.ingredients-list .custom-checkbox .site-search .site-search-button:focus .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .site-search .site-search-button:focus .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .site-search .site-search-button .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .site-search .site-search-button .icon-account-header-white:active,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .site-search .site-search-button .icon-account-header-white:focus,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .site-search .site-search-button .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .site-search .site-search-button .icon-header-region-selection-inactive:active,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .site-search .site-search-button .icon-header-region-selection-inactive:focus,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .site-search .site-search-button:focus .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .site-search .site-search-button:focus .icon-header-region-selection-inactive,
.menu-toggleable-left.in .site-search .site-search-button .dropdown-toggle:active:after,
.menu-toggleable-left.in .site-search .site-search-button .dropdown-toggle:after,
.menu-toggleable-left.in .site-search .site-search-button .dropdown-toggle:focus:after,
.menu-toggleable-left.in .site-search .site-search-button:focus .dropdown-toggle:after,
.mobile-side-bar .site-search .site-search-button:focus i.back-to-list,
.mobile-side-bar .site-search .site-search-button:focus i.view-more,
.mobile-side-bar .site-search .site-search-button i.back-to-list,
.mobile-side-bar .site-search .site-search-button i.back-to-list:active,
.mobile-side-bar .site-search .site-search-button i.back-to-list:focus,
.mobile-side-bar .site-search .site-search-button i.view-more,
.mobile-side-bar .site-search .site-search-button i.view-more:active,
.mobile-side-bar .site-search .site-search-button i.view-more:focus,
.multilevel-dropdown .site-search .site-search-button .dropdown-item.dropdown>.dropdown-toggle:active:after,
.multilevel-dropdown .site-search .site-search-button .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown .site-search .site-search-button .dropdown-item.dropdown>.dropdown-toggle:focus:after,
.multilevel-dropdown .site-search .site-search-button:focus .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .site-search .site-search-button .icon-hamburger-active-close,
.navbar-header .navbar-toggler .site-search .site-search-button .icon-hamburger-active-close:active,
.navbar-header .navbar-toggler .site-search .site-search-button .icon-hamburger-active-close:focus,
.navbar-header .navbar-toggler .site-search .site-search-button .icon-hamburger-inactive,
.navbar-header .navbar-toggler .site-search .site-search-button .icon-hamburger-inactive:active,
.navbar-header .navbar-toggler .site-search .site-search-button .icon-hamburger-inactive:focus,
.navbar-header .navbar-toggler .site-search .site-search-button:focus .icon-hamburger-active-close,
.navbar-header .navbar-toggler .site-search .site-search-button:focus .icon-hamburger-inactive,
.product-detail .site-search .site-search-button .add-to-wishlist:active:hover:after,
.product-detail .site-search .site-search-button .add-to-wishlist:focus:hover:after,
.product-detail .site-search .site-search-button .add-to-wishlist:hover:after,
.product-detail .site-search .site-search-button:focus .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:active:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:focus:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button:focus .custom-selectbox:after,
.product-tile .site-search .site-search-button .add-to-wishlist:active:hover:after,
.product-tile .site-search .site-search-button .add-to-wishlist:focus:hover:after,
.product-tile .site-search .site-search-button .add-to-wishlist:hover:after,
.product-tile .site-search .site-search-button:focus .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .site-search .site-search-button .panel-headng:active:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .site-search .site-search-button .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .site-search .site-search-button .panel-headng:focus:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .site-search .site-search-button:focus .panel-headng:after,
.site-search .site-search-button #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:active:before,
.site-search .site-search-button #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.site-search .site-search-button #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:focus:before,
.site-search .site-search-button #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button #edit-account-address .custom-checkbox .custom-control-label:active:before,
.site-search .site-search-button #edit-account-address .custom-checkbox .custom-control-label:before,
.site-search .site-search-button #edit-account-address .custom-checkbox .custom-control-label:focus:before,
.site-search .site-search-button #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button #editDeliveryAddressModal .custom-checkbox .custom-control-label:active:before,
.site-search .site-search-button #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.site-search .site-search-button #editDeliveryAddressModal .custom-checkbox .custom-control-label:focus:before,
.site-search .site-search-button #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:active:after,
.site-search .site-search-button #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.site-search .site-search-button #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:focus:after,
.site-search .site-search-button #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:active:before,
.site-search .site-search-button #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.site-search .site-search-button #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:focus:before,
.site-search .site-search-button #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button #paypalAccordion .custom-checkbox .custom-control-label:active:before,
.site-search .site-search-button #paypalAccordion .custom-checkbox .custom-control-label:before,
.site-search .site-search-button #paypalAccordion .custom-checkbox .custom-control-label:focus:before,
.site-search .site-search-button .authentic-wrapper .header-wrapper .authentic-header:active:before,
.site-search .site-search-button .authentic-wrapper .header-wrapper .authentic-header:before,
.site-search .site-search-button .authentic-wrapper .header-wrapper .authentic-header:focus:before,
.site-search .site-search-button .brand-protection-content-wrapper .check-wine-button.loader:active:after,
.site-search .site-search-button .brand-protection-content-wrapper .check-wine-button.loader:after,
.site-search .site-search-button .brand-protection-content-wrapper .check-wine-button.loader:focus:after,
.site-search .site-search-button .close i.close-modal,
.site-search .site-search-button .close i.close-modal:active,
.site-search .site-search-button .close i.close-modal:focus,
.site-search .site-search-button .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button .container-wineplan-wrapper .custom-checkbox .custom-control-label:active:before,
.site-search .site-search-button .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.site-search .site-search-button .container-wineplan-wrapper .custom-checkbox .custom-control-label:focus:before,
.site-search .site-search-button .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button .custom-checkbox-toggle .custom-control-label:active:before,
.site-search .site-search-button .custom-checkbox-toggle .custom-control-label:before,
.site-search .site-search-button .custom-checkbox-toggle .custom-control-label:focus:before,
.site-search .site-search-button .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button .custom-checkbox-twe .custom-control-label:active:before,
.site-search .site-search-button .custom-checkbox-twe .custom-control-label:before,
.site-search .site-search-button .custom-checkbox-twe .custom-control-label:focus:before,
.site-search .site-search-button .custom-radio-twe .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button .custom-radio-twe .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button .custom-radio-twe .custom-control-label:active:before,
.site-search .site-search-button .custom-radio-twe .custom-control-label:before,
.site-search .site-search-button .custom-radio-twe .custom-control-label:focus:before,
.site-search .site-search-button .custom-select:active:after,
.site-search .site-search-button .custom-select:after,
.site-search .site-search-button .custom-select:focus:after,
.site-search .site-search-button .custom-selectbox:active:after,
.site-search .site-search-button .custom-selectbox:after,
.site-search .site-search-button .custom-selectbox:focus:after,
.site-search .site-search-button .fa-close:active:before,
.site-search .site-search-button .fa-close:before,
.site-search .site-search-button .fa-close:focus:before,
.site-search .site-search-button .fa-search:active:before,
.site-search .site-search-button .fa-search:before,
.site-search .site-search-button .fa-search:focus:before,
.site-search .site-search-button .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:active:after,
.site-search .site-search-button .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.site-search .site-search-button .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:focus:after,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-account-header-white,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-account-header-white:active,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-account-header-white:focus,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-header-region-selection-inactive:active,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-header-region-selection-inactive:focus,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-wishlist-header-white,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-wishlist-header-white:active,
.site-search .site-search-button .header-banner ul.user-navigation li .icon-wishlist-header-white:focus,
.site-search .site-search-button .icon,
.site-search .site-search-button .icon:active,
.site-search .site-search-button .icon:focus,
.site-search .site-search-button .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
.site-search .site-search-button .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
.site-search .site-search-button .ingredients-list .custom-checkbox .custom-control-label:active:before,
.site-search .site-search-button .ingredients-list .custom-checkbox .custom-control-label:before,
.site-search .site-search-button .ingredients-list .custom-checkbox .custom-control-label:focus:before,
.site-search .site-search-button .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.site-search .site-search-button .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white:active,
.site-search .site-search-button .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white:focus,
.site-search .site-search-button .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.site-search .site-search-button .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive:active,
.site-search .site-search-button .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive:focus,
.site-search .site-search-button .menu-toggleable-left.in .dropdown-toggle:active:after,
.site-search .site-search-button .menu-toggleable-left.in .dropdown-toggle:after,
.site-search .site-search-button .menu-toggleable-left.in .dropdown-toggle:focus:after,
.site-search .site-search-button .mobile-side-bar i.back-to-list,
.site-search .site-search-button .mobile-side-bar i.back-to-list:active,
.site-search .site-search-button .mobile-side-bar i.back-to-list:focus,
.site-search .site-search-button .mobile-side-bar i.view-more,
.site-search .site-search-button .mobile-side-bar i.view-more:active,
.site-search .site-search-button .mobile-side-bar i.view-more:focus,
.site-search .site-search-button .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:active:after,
.site-search .site-search-button .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.site-search .site-search-button .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:focus:after,
.site-search .site-search-button .navbar-header .navbar-toggler .icon-hamburger-active-close,
.site-search .site-search-button .navbar-header .navbar-toggler .icon-hamburger-active-close:active,
.site-search .site-search-button .navbar-header .navbar-toggler .icon-hamburger-active-close:focus,
.site-search .site-search-button .navbar-header .navbar-toggler .icon-hamburger-inactive,
.site-search .site-search-button .navbar-header .navbar-toggler .icon-hamburger-inactive:active,
.site-search .site-search-button .navbar-header .navbar-toggler .icon-hamburger-inactive:focus,
.site-search .site-search-button .product-detail .add-to-wishlist:active:hover:after,
.site-search .site-search-button .product-detail .add-to-wishlist:focus:hover:after,
.site-search .site-search-button .product-detail .add-to-wishlist:hover:after,
.site-search .site-search-button .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:active:after,
.site-search .site-search-button .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.site-search .site-search-button .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:focus:after,
.site-search .site-search-button .product-tile .add-to-wishlist:active:hover:after,
.site-search .site-search-button .product-tile .add-to-wishlist:focus:hover:after,
.site-search .site-search-button .product-tile .add-to-wishlist:hover:after,
.site-search .site-search-button .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:active:after,
.site-search .site-search-button .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.site-search .site-search-button .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:focus:after,
.site-search .site-search-button .remove-product,
.site-search .site-search-button .remove-product:active,
.site-search .site-search-button .remove-product:focus,
.site-search .site-search-button .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:active:after,
.site-search .site-search-button .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.site-search .site-search-button .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:focus:after,
.site-search .site-search-button .suspicious-header .header:active:before,
.site-search .site-search-button .suspicious-header .header:before,
.site-search .site-search-button .suspicious-header .header:focus:before,
.site-search .site-search-button:focus #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.site-search .site-search-button:focus #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus #edit-account-address .custom-checkbox .custom-control-label:before,
.site-search .site-search-button:focus #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.site-search .site-search-button:focus #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.site-search .site-search-button:focus #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.site-search .site-search-button:focus #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus #paypalAccordion .custom-checkbox .custom-control-label:before,
.site-search .site-search-button:focus .authentic-wrapper .header-wrapper .authentic-header:before,
.site-search .site-search-button:focus .brand-protection-content-wrapper .check-wine-button.loader:after,
.site-search .site-search-button:focus .close i.close-modal,
.site-search .site-search-button:focus .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.site-search .site-search-button:focus .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus .custom-checkbox-toggle .custom-control-label:before,
.site-search .site-search-button:focus .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus .custom-checkbox-twe .custom-control-label:before,
.site-search .site-search-button:focus .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus .custom-radio-twe .custom-control-label:before,
.site-search .site-search-button:focus .custom-select:after,
.site-search .site-search-button:focus .custom-selectbox:after,
.site-search .site-search-button:focus .fa-close:before,
.site-search .site-search-button:focus .fa-search:before,
.site-search .site-search-button:focus .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.site-search .site-search-button:focus .header-banner ul.user-navigation li .icon-account-header-white,
.site-search .site-search-button:focus .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.site-search .site-search-button:focus .header-banner ul.user-navigation li .icon-wishlist-header-white,
.site-search .site-search-button:focus .icon,
.site-search .site-search-button:focus .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.site-search .site-search-button:focus .ingredients-list .custom-checkbox .custom-control-label:before,
.site-search .site-search-button:focus .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.site-search .site-search-button:focus .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.site-search .site-search-button:focus .menu-toggleable-left.in .dropdown-toggle:after,
.site-search .site-search-button:focus .mobile-side-bar i.back-to-list,
.site-search .site-search-button:focus .mobile-side-bar i.view-more,
.site-search .site-search-button:focus .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.site-search .site-search-button:focus .navbar-header .navbar-toggler .icon-hamburger-active-close,
.site-search .site-search-button:focus .navbar-header .navbar-toggler .icon-hamburger-inactive,
.site-search .site-search-button:focus .product-detail .add-to-wishlist:hover:after,
.site-search .site-search-button:focus .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.site-search .site-search-button:focus .product-tile .add-to-wishlist:hover:after,
.site-search .site-search-button:focus .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.site-search .site-search-button:focus .remove-product,
.site-search .site-search-button:focus .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.site-search .site-search-button:focus .suspicious-header .header:before,
.site-search .site-search-button:focus footer .row-newsletter-subscription .newsletter-error-msg .logo,
.site-search .site-search-button:focus footer .row-newsletter-subscription .newsletter-success-msg .logo,
.site-search .site-search-button footer .row-newsletter-subscription .newsletter-error-msg .logo,
.site-search .site-search-button footer .row-newsletter-subscription .newsletter-error-msg .logo:active,
.site-search .site-search-button footer .row-newsletter-subscription .newsletter-error-msg .logo:focus,
.site-search .site-search-button footer .row-newsletter-subscription .newsletter-success-msg .logo,
.site-search .site-search-button footer .row-newsletter-subscription .newsletter-success-msg .logo:active,
.site-search .site-search-button footer .row-newsletter-subscription .newsletter-success-msg .logo:focus,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:active:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button .custom-selectbox:focus:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .site-search .site-search-button:focus .custom-selectbox:after,
.suspicious-header .site-search .site-search-button .header:active:before,
.suspicious-header .site-search .site-search-button .header:before,
.suspicious-header .site-search .site-search-button .header:focus:before,
.suspicious-header .site-search .site-search-button:focus .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .site-search .site-search-button .logo,
footer .row-newsletter-subscription .newsletter-error-msg .site-search .site-search-button .logo:active,
footer .row-newsletter-subscription .newsletter-error-msg .site-search .site-search-button .logo:focus,
footer .row-newsletter-subscription .newsletter-error-msg .site-search .site-search-button:focus .logo,
footer .row-newsletter-subscription .newsletter-success-msg .site-search .site-search-button .logo,
footer .row-newsletter-subscription .newsletter-success-msg .site-search .site-search-button .logo:active,
footer .row-newsletter-subscription .newsletter-success-msg .site-search .site-search-button .logo:focus,
footer .row-newsletter-subscription .newsletter-success-msg .site-search .site-search-button:focus .logo {
    outline: none
}

.notify {
    position: fixed;
    top: 0
}

.hero {
    height: 25vw;
    background-size: cover;
    background-position: 50%;
    position: relative
}

#loginShowModal .hero .page-title.h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .hero .page-title.h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .hero h3.page-title,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .hero .page-title.h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .hero h3.page-title,
.hero #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3,
.hero #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title,
.hero #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3,
.hero #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title,
.hero #loginShowModal .page-title.h1,
.hero h1.page-title {
    top: 50%;
    margin: -1em 0 0
}

@media (min-width:576px) {
    .slant-down:after {
        bottom: 0;
        right: 0;
        border: 0 solid transparent;
        border-right-width: 0;
        border-left-width: 90vw;
        border-bottom: 4vw solid #fff
    }
}

@media (min-width:576px) {

    .slant-down:after,
    .slant-up:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0
    }

    .slant-up:after {
        top: 0;
        left: 0;
        border: 0 solid transparent;
        border-left-width: 0;
        border-right-width: 90vw;
        border-top: 4vw solid #fff
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title,
#loginShowModal .page-title.h1,
h1.page-title {
    position: relative;
    color: #fff;
    padding: .3125em .625em .3125em 15px;
    background-color: #be0216;
    display: inline-block;
    margin: .9375em 0;
    font-size: 1.5rem
}

@media (min-width:576px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title,
    #loginShowModal .page-title.h1,
    h1.page-title {
        font-size: 2rem
    }
}

@media (min-width:768px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title,
    #loginShowModal .page-title.h1,
    h1.page-title {
        font-size: 3rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3:before,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title:before,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3:before,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title:before,
#loginShowModal .page-title.h1:before,
h1.page-title:before {
    content: "";
    background-color: #be0216;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width:1200px) and (max-width:1919.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title:before,
    #loginShowModal .page-title.h1:before,
    h1.page-title:before {
        width: calc((100vw - 1740px) / 2);
        left: calc((100vw - 1740px) / 2 * -1)
    }
}

@media (min-width:992px) and (max-width:1024.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title:before,
    #loginShowModal .page-title.h1:before,
    h1.page-title:before {
        width: calc((100vw - 960px) / 2);
        left: calc((100vw - 960px) / 2 * -1)
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3:before,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title:before,
    #loginShowModal .page-title.h1:before,
    h1.page-title:before {
        width: calc((100vw - 720px) / 2);
        left: calc((100vw - 720px) / 2 * -1)
    }
}

@media (min-width:1200px) and (max-width:1919.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title,
    #loginShowModal .page-title.h1,
    h1.page-title {
        left: calc((100% - 1740px) / 2)
    }
}

@media (min-width:992px) and (max-width:1024.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title,
    #loginShowModal .page-title.h1,
    h1.page-title {
        left: calc((100% - 960px) / 2)
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title,
    #loginShowModal .page-title.h1,
    h1.page-title {
        left: calc((100% - 720px) / 2)
    }
}

@media (max-width:767.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3.page-title,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-title.h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3.page-title,
    #loginShowModal .page-title.h1,
    h1.page-title {
        left: 0
    }
}

.modal-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    opacity: .5;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

input[placeholder] {
    text-overflow: ellipsis
}

header~.container a:not(.btn-primary):not(.btn-outline-primary):not(.btn-outline-white-primary) {
    color: #4267b2
}

.hide-order-discount,
.hide-shipping-discount {
    display: none
}

.order-discount,
.shipping-discount {
    color: #19a11d
}

.error-messaging {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.error-hero {
    margin-bottom: .625em
}

.error-message {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem
}

.error.continue-shopping {
    margin-bottom: 6.25em
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

.fa-music:before {
    content: "\F001"
}

.fa-search:before {
    content: "\F002"
}

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-signal:before {
    content: "\F012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

.fa-home:before {
    content: "\F015"
}

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-lock:before {
    content: "\F023"
}

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-print:before {
    content: "\F02F"
}

.fa-camera:before {
    content: "\F030"
}

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

.fa-italic:before {
    content: "\F033"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-video-camera:before {
    content: "\F03D"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-tint:before {
    content: "\F043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

.fa-arrows:before {
    content: "\F047"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-eject:before {
    content: "\F052"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-times-circle-o:before {
    content: "\F05C"
}

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064"
}

.fa-expand:before {
    content: "\F065"
}

.fa-compress:before {
    content: "\F066"
}

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

.fa-random:before {
    content: "\F074"
}

.fa-comment:before {
    content: "\F075"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-arrows-v:before {
    content: "\F07D"
}

.fa-arrows-h:before {
    content: "\F07E"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-key:before {
    content: "\F084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\F085"
}

.fa-comments:before {
    content: "\F086"
}

.fa-thumbs-o-up:before {
    content: "\F087"
}

.fa-thumbs-o-down:before {
    content: "\F088"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-heart-o:before {
    content: "\F08A"
}

.fa-sign-out:before {
    content: "\F08B"
}

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

.fa-external-link:before {
    content: "\F08E"
}

.fa-sign-in:before {
    content: "\F090"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

.fa-phone:before {
    content: "\F095"
}

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-feed:before,
.fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-group:before,
.fa-users:before {
    content: "\F0C0"
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\F0DC"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\F0DE"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\F0E3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\F0E7"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

.fa-cloud-download:before {
    content: "\F0ED"
}

.fa-cloud-upload:before {
    content: "\F0EE"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-circle:before {
    content: "\F111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-code:before {
    content: "\F121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-crop:before {
    content: "\F125"
}

.fa-code-fork:before {
    content: "\F126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

.fa-info:before {
    content: "\F129"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-ticket:before {
    content: "\F145"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-minus-square-o:before {
    content: "\F147"
}

.fa-level-up:before {
    content: "\F148"
}

.fa-level-down:before {
    content: "\F149"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

.fa-external-link-square:before {
    content: "\F14C"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\F150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\F151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\F152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\F156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\F157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\F158"
}

.fa-krw:before,
.fa-won:before {
    content: "\F159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-adn:before {
    content: "\F170"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

.fa-long-arrow-up:before {
    content: "\F176"
}

.fa-long-arrow-left:before {
    content: "\F177"
}

.fa-long-arrow-right:before {
    content: "\F178"
}

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-trello:before {
    content: "\F181"
}

.fa-female:before {
    content: "\F182"
}

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\F195"
}

.fa-plus-square-o:before {
    content: "\F196"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-slack:before {
    content: "\F198"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\F19C"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-file-pdf-o:before {
    content: "\F1C1"
}

.fa-file-word-o:before {
    content: "\F1C2"
}

.fa-file-excel-o:before {
    content: "\F1C3"
}

.fa-file-powerpoint-o:before {
    content: "\F1C4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\F1C5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\F1C6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8"
}

.fa-file-code-o:before {
    content: "\F1C9"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\F1CD"
}

.fa-circle-o-notch:before {
    content: "\F1CE"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\F1D0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\F1D8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\F1D9"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bell-slash-o:before {
    content: "\F1F7"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bus:before {
    content: "\F207"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-diamond:before {
    content: "\F219"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\F23B"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\F240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\F256"
}

.fa-hand-scissors-o:before {
    content: "\F257"
}

.fa-hand-lizard-o:before {
    content: "\F258"
}

.fa-hand-spock-o:before {
    content: "\F259"
}

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-safari:before {
    content: "\F267"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-television:before,
.fa-tv:before {
    content: "\F26C"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-calendar-plus-o:before {
    content: "\F271"
}

.fa-calendar-minus-o:before {
    content: "\F272"
}

.fa-calendar-times-o:before {
    content: "\F273"
}

.fa-calendar-check-o:before {
    content: "\F274"
}

.fa-industry:before {
    content: "\F275"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stop-circle-o:before {
    content: "\F28E"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\F2A3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-handshake-o:before {
    content: "\F2B5"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-open-o:before {
    content: "\F2B7"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-book-o:before {
    content: "\F2BA"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\F2BB"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\F2BC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-circle-o:before {
    content: "\F2BE"
}

.fa-user-o:before {
    content: "\F2C0"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\F2C2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\F2C7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\F2CD"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-eercast:before {
    content: "\F2DA"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-snowflake-o:before {
    content: "\F2DC"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-meetup:before {
    content: "\F2E0"
}

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

.light,
.light:hover {
    color: #fff
}

.product-detail .add-to-wishlist:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

@media (min-width:992px) {
    .product-detail .add-to-wishlist:hover:after {
        opacity: 1
    }
}

@media (hover:none) and (pointer:coarse) {
    .product-detail .add-to-wishlist:hover:after {
        opacity: 0
    }
}

.product-line-item-details {
    overflow-y: auto
}

.guest .out-of-stock .cart-remove-and-add-to-wishlist,
[data-customer-type~=guest] .out-of-stock .cart-remove-and-add-to-wishlist {
    display: none !important
}

.product-line-item-details {
    overflow-y: inherit;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    position: relative
}

.product-line-item-details .badge-container {
    right: 0
}

.product-line-item-details .badge-container li {
    display: none
}

.product-line-item-details .badge-container li.rrp-badge {
    display: block;
    bottom: 0;
    margin: 0
}

@media (min-width:1200px) {
    .product-line-item-details .badge-container li.rrp-badge {
        position: absolute
    }
}

.product-line-item-details .badge-container.bottom {
    top: auto;
    bottom: 0
}

.product-line-item-details .badge-container.bottom ul li {
    margin-bottom: 0
}

.product-line-item-details .header {
    border-bottom: none
}

.product-line-item-details .header .bonus-product,
.product-line-item-details .header .product-bundle {
    font-size: 15px;
    font-size: .9375rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #4d4d4d
}

.product-line-item-details .header .line-item-quantity span {
    color: #4d4d4d
}

.product-line-item-details .item-sell-type-type {
    font-weight: 400
}

.product-line-item-details .item-sell-type-price,
.product-line-item-details .item-sell-type-price span {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
    letter-spacing: 3.2px;
    letter-spacing: .2rem
}

@media (min-width:360px) {

    .product-line-item-details .item-sell-type-price,
    .product-line-item-details .item-sell-type-price span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {

    .product-line-item-details .item-sell-type-price,
    .product-line-item-details .item-sell-type-price span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.product-line-item-details .minisummary-footer {
    font-size: 15px;
    font-size: .9375rem
}

.product-line-item-details .minisummary-footer .price,
.product-line-item-details .minisummary-footer .text {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

.product-line-item-details .minisummary-footer .price {
    font-weight: 700
}

.product-line-item-details .minisummary-footer .volume-price {
    margin-bottom: 12px;
    margin-bottom: .75rem
}

.product-line-item-details .minisummary-footer .volume-price .price {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

.product-line-item-details .minisummary-footer .total .text {
    color: #4d4d4d
}

.product-line-item-details .minisummary-footer .total .price {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .9px;
    letter-spacing: .05625rem
}

.flex-column {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.line-item-name {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    color: #be0216;
    white-space: normal;
    width: 70%;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-transform: uppercase
}

.line-item-attributes {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #4d4d4d
}

.item-image {
    position: relative;
    margin-right: 3px;
    margin-right: .1875rem;
    height: 111px;
    height: 6.9375rem;
    width: 100px;
    width: 6.25rem
}

.item-image img.product-image {
    position: absolute;
    left: 50%;
    margin: 0;
    width: auto;
    max-height: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 111px;
    height: 6.9375rem
}

@media (min-width:370px) {
    .item-image {
        margin-right: 7px;
        margin-right: .4375rem
    }
}

@media (min-width:992px) {
    .item-image {
        height: 188px;
        height: 11.75rem;
        width: 170px;
        width: 10.625rem;
        margin-right: 19px;
        margin-right: 1.1875rem
    }

    .item-image img.product-image {
        height: 188px;
        height: 11.75rem;
        max-width: unset
    }
}

.line-item-unit-price {
    width: 50%;
    float: left;
    display: inline-block;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 400
}

.line-item-unit-price .strike-through {
    display: block
}

.line-item-unit-price .price .sales {
    font-weight: 400
}

.line-item-unit-price p:last-child {
    margin-bottom: 0
}

.line-item-total-price-wrap {
    margin-top: auto
}

.line-item-total-price-wrap.bonus {
    display: none
}

.line-item-total-price-wrap.non-wine {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%
}

.line-item-total-price {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.line-item-total-price .line-item-pricing-info {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 15px;
    font-size: .9375rem
}

.line-item-total-price .strike-through {
    display: none
}

.line-item-pricing-info {
    -ms-flex: 1 1 45%;
    -webkit-box-flex: 1;
    flex: 1 1 45%;
    white-space: nowrap;
    max-width: none
}

.line-item-pricing-info .line-item-total-text {
    font-size: 14px;
    font-size: .875rem
}

@media (min-width:360px) {
    .line-item-pricing-info .line-item-total-text {
        font-size: 15px;
        font-size: .9375rem
    }
}

.line-item-pricing-info+.price {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    -ms-flex: 1 0 55%;
    -webkit-box-flex: 1;
    flex: 1 0 55%;
    max-width: none
}

@media (min-width:360px) {
    .line-item-pricing-info+.price {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {
    .line-item-pricing-info+.price {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.line-item-pricing-info+.price .strike-through {
    margin-top: 5px;
    margin-top: .3125rem;
    color: #9d9d9c
}

.line-item-total-price-amount {
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .9px;
    letter-spacing: .05625rem;
    font-size: 15px;
    font-size: .9375rem;
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    float: right
}

@media (min-width:360px) {
    .line-item-total-price-amount {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {
    .line-item-total-price-amount {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.line-item-promo.promotions .callout {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 15px;
    font-size: .9375rem;
    margin: 10px;
    margin: .625rem;
    padding-top: 1px;
    padding-top: .0625rem;
    padding-bottom: 1px;
    padding-bottom: .0625rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    text-transform: uppercase;
    word-break: break-all;
    font-weight: 400
}

@media (min-width:992px) {
    .line-item-promo.promotions .callout {
        margin-top: 20px;
        margin-top: 1.25rem;
        margin-bottom: 0
    }
}

.remove-product.btn {
    padding: 0
}

.remove-product.btn:focus,
.remove-product.btn:hover {
    background-color: transparent !important
}

.out-of-stock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .9);
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.out-of-stock .out-of-stock-content {
    width: 100%
}

#addNewDeliveryAddressModal .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-label:before,
#edit-account-address .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .out-of-stock .out-of-stock-content .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .out-of-stock .out-of-stock-content .reduceQty:before,
#paypalAccordion .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-label:before,
.authentic-wrapper .header-wrapper .out-of-stock .out-of-stock-content .authentic-header:before,
.brand-protection-content-wrapper .out-of-stock .out-of-stock-content .check-wine-button.loader:after,
.close .out-of-stock .out-of-stock-content i.close-modal,
.container-wineplan-wrapper .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-label:before,
.custom-checkbox-toggle .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .out-of-stock .out-of-stock-content .custom-control-label:before,
.custom-checkbox-twe .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .out-of-stock .out-of-stock-content .custom-control-label:before,
.custom-radio-twe .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .out-of-stock .out-of-stock-content .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .out-of-stock .out-of-stock-content .custom-selectbox:after,
.header-banner ul.user-navigation li .out-of-stock .out-of-stock-content .icon-account-header-white,
.header-banner ul.user-navigation li .out-of-stock .out-of-stock-content .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .out-of-stock .out-of-stock-content .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .out-of-stock .out-of-stock-content .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .out-of-stock .out-of-stock-content .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .out-of-stock .out-of-stock-content .icon-header-region-selection-inactive,
.menu-toggleable-left.in .out-of-stock .out-of-stock-content .dropdown-toggle:after,
.mobile-side-bar .out-of-stock .out-of-stock-content i.back-to-list,
.mobile-side-bar .out-of-stock .out-of-stock-content i.view-more,
.multilevel-dropdown .out-of-stock .out-of-stock-content .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .out-of-stock .out-of-stock-content .icon-hamburger-active-close,
.navbar-header .navbar-toggler .out-of-stock .out-of-stock-content .icon-hamburger-inactive,
.out-of-stock .out-of-stock-content #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.out-of-stock .out-of-stock-content #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content #edit-account-address .custom-checkbox .custom-control-label:before,
.out-of-stock .out-of-stock-content #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.out-of-stock .out-of-stock-content #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.out-of-stock .out-of-stock-content #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.out-of-stock .out-of-stock-content #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content #paypalAccordion .custom-checkbox .custom-control-label:before,
.out-of-stock .out-of-stock-content .authentic-wrapper .header-wrapper .authentic-header:before,
.out-of-stock .out-of-stock-content .brand-protection-content-wrapper .check-wine-button.loader:after,
.out-of-stock .out-of-stock-content .close i.close-modal,
.out-of-stock .out-of-stock-content .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.out-of-stock .out-of-stock-content .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content .custom-checkbox-toggle .custom-control-label:before,
.out-of-stock .out-of-stock-content .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content .custom-checkbox-twe .custom-control-label:before,
.out-of-stock .out-of-stock-content .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content .custom-radio-twe .custom-control-label:before,
.out-of-stock .out-of-stock-content .custom-select:after,
.out-of-stock .out-of-stock-content .custom-selectbox:after,
.out-of-stock .out-of-stock-content .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.out-of-stock .out-of-stock-content .header-banner ul.user-navigation li .icon-account-header-white,
.out-of-stock .out-of-stock-content .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.out-of-stock .out-of-stock-content .header-banner ul.user-navigation li .icon-wishlist-header-white,
.out-of-stock .out-of-stock-content .icon,
.out-of-stock .out-of-stock-content .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.out-of-stock .out-of-stock-content .ingredients-list .custom-checkbox .custom-control-label:before,
.out-of-stock .out-of-stock-content .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.out-of-stock .out-of-stock-content .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.out-of-stock .out-of-stock-content .menu-toggleable-left.in .dropdown-toggle:after,
.out-of-stock .out-of-stock-content .mobile-side-bar i.back-to-list,
.out-of-stock .out-of-stock-content .mobile-side-bar i.view-more,
.out-of-stock .out-of-stock-content .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.out-of-stock .out-of-stock-content .navbar-header .navbar-toggler .icon-hamburger-active-close,
.out-of-stock .out-of-stock-content .navbar-header .navbar-toggler .icon-hamburger-inactive,
.out-of-stock .out-of-stock-content .product-detail .add-to-wishlist:hover:after,
.out-of-stock .out-of-stock-content .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.out-of-stock .out-of-stock-content .product-tile .add-to-wishlist:hover:after,
.out-of-stock .out-of-stock-content .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.out-of-stock .out-of-stock-content .remove-product,
.out-of-stock .out-of-stock-content .shrinked-search-icon.fa-search:before,
.out-of-stock .out-of-stock-content .site-search .fa-close:before,
.out-of-stock .out-of-stock-content .site-search .fa-search:before,
.out-of-stock .out-of-stock-content .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.out-of-stock .out-of-stock-content .suspicious-header .header:before,
.out-of-stock .out-of-stock-content footer .row-newsletter-subscription .newsletter-error-msg .logo,
.out-of-stock .out-of-stock-content footer .row-newsletter-subscription .newsletter-success-msg .logo,
.product-detail .out-of-stock .out-of-stock-content .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .out-of-stock .out-of-stock-content .custom-selectbox:after,
.product-tile .out-of-stock .out-of-stock-content .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .out-of-stock .out-of-stock-content .panel-headng:after,
.site-search .out-of-stock .out-of-stock-content .fa-close:before,
.site-search .out-of-stock .out-of-stock-content .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .out-of-stock .out-of-stock-content .custom-selectbox:after,
.suspicious-header .out-of-stock .out-of-stock-content .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .out-of-stock .out-of-stock-content .logo,
footer .row-newsletter-subscription .newsletter-success-msg .out-of-stock .out-of-stock-content .logo {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.out-of-stock .out-of-stock-content .out-of-stock-message {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216
}

.out-of-stock .out-of-stock-content .remove-out-of-stock-product {
    padding: 0 9px;
    padding: 0 .5625rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100px
}

.out-of-stock .out-of-stock-content .add-to-wishlist {
    padding: 11px;
    padding: .6875rem;
    width: calc(100% - 120px)
}

.item-sell-type p {
    margin: 0;
    white-space: nowrap
}

.item-sell-type .item-sell-type-type span {
    font-size: 14px;
    font-size: .875rem
}

@media (min-width:360px) {
    .item-sell-type .item-sell-type-type span {
        font-size: 15px;
        font-size: .9375rem
    }
}

.item-sell-type .item-sell-type-price,
.item-sell-type .item-sell-type-price span {
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem
}

@media (min-width:360px) {

    .item-sell-type .item-sell-type-price,
    .item-sell-type .item-sell-type-price span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {

    .item-sell-type .item-sell-type-price,
    .item-sell-type .item-sell-type-price span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.pre-order-container span {
    color: #4d4d4d
}

.item-attributes {
    vertical-align: top;
    padding-left: 0
}

.line-item-attributes,
.line-item-option {
    font-size: .813rem;
    margin: 0
}

.line-item-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #222;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: .313em
}

.line-item-pricing-info {
    margin-bottom: 0
}

.line-item-pricing-info+.price {
    font-size: 1em;
    font-weight: bolder
}

.line-item-price-quantity-info {
    margin-top: .625em;
    border-top: 1px solid #9d9d9c
}

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.line-item-total-text {
    font-size: .813em
}

.pricing {
    font-size: 1em;
    font-weight: bolder
}

.item-image {
    height: 5.625em;
    width: 5.625em;
    margin-right: .938em;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-image img.product-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 5.625em
}

.non-adjusted-price {
    display: none
}

.line-item-promo {
    color: #19a11d;
    font-size: .813em
}

.line-item-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.bundled-line-item+.bundled-line-item {
    margin-top: .625em
}

.bundle-includes {
    font-size: .813em;
    margin-bottom: .625em
}

.line-item-divider {
    margin: .625em -1.225em .625em -1.325em
}

.line-dotted {
    border-top: .063em dashed #ccc
}

.line-item-availability {
    font-size: .813rem
}

.minicart {
    position: relative
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .minicart .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .minicart h3,
#loginShowModal .m-dialog .m-content .m-body .footer .minicart h5,
.minicart #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.minicart #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.minicart #loginShowModal .m-dialog .m-content .m-body .footer h5,
.minicart .page-age-gate-two .container .content .footer h5,
.minicart h4,
.page-age-gate-two .container .content .footer .minicart h5 {
    font-size: 1rem
}

.minicart .cart {
    padding-top: .625em;
    padding-bottom: .625em;
    background-color: #fff
}

.minicart .remove-btn {
    color: #9d9d9c;
    float: right;
    background-color: #fff;
    border: none;
    font-size: 1.625em;
    margin-top: -.313em;
    padding: 0
}

.minicart .product-summary {
    margin-right: -.938em;
    max-height: 21.875em;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: .938em
}

.minicart .card-body {
    padding: .625em
}

.minicart .quantity-label {
    font-size: .813em
}

.minicart .quantity {
    width: 100%
}

.minicart .popover {
    top: 100%;
    left: auto;
    right: 0;
    min-width: 23.44rem;
    max-width: 23.44rem;
    min-height: 6.25rem;
    display: none
}

.minicart .popover:before {
    left: auto;
    right: 15px
}

.minicart .popover:after {
    left: auto;
    right: 16px
}

.minicart .popover.show {
    display: block
}

.minicart .minicart-footer {
    border-top: 1px solid #ccc
}

.minicart .estimated-total {
    margin-top: .625em
}

.minicart .sub-total,
.minicart .sub-total-label {
    font-size: 1em;
    font-weight: 600
}

.minicart .line-item-divider {
    margin: .625em -.625em .625em -1.325em
}

.minicart .line-item-name {
    width: 90%
}

@media (min-width:576px) and (max-width:767.98px) {
    .hide-link-med {
        display: none
    }
}

@media (min-width:768px) {
    .hide-no-link {
        display: none
    }
}

@media (max-width:575.98px) {
    .hide-no-link {
        display: none
    }
}

.minicart-header {
    background: transparent;
    padding: 0 0 32px;
    padding: 0 0 2rem
}

.minicart-header .sub-total,
.minicart-header .sub-total-label {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-transform: capitalize;
    color: #2a2a2a;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (max-width:991.98px) {

    .minicart-header .sub-total,
    .minicart-header .sub-total-label {
        margin-bottom: 17px;
        margin-bottom: 1.0625rem
    }
}

.minicart-header .checkout-continue {
    position: relative;
    background: inherit;
    box-shadow: inherit
}

.minicart-header .checkout-continue .checkout-btn {
    font-size: 12px;
    font-size: .75rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .1em;
    line-height: 40px;
    line-height: 2.5rem;
    min-height: 40px;
    min-height: 2.5rem
}

.minicart-header .checkout-continue .checkout-btn:hover {
    background-color: #9c0011 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.minicart-header .checkout-continue .checkout-btn:active,
.minicart-header .checkout-continue .checkout-btn:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.minicart-header .checkout-continue .checkout-btn.disabled,
.minicart-header .checkout-continue .checkout-btn:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.minicart-error {
    padding: 0;
    background: transparent
}

.minicart-error .alert {
    margin: 0
}

.lock-page {
    overflow: hidden;
    position: fixed !important;
    width: 100%
}

.minicart,
.minicart-mobile {
    cursor: pointer
}

.minicart .popover {
    cursor: default;
    min-height: 0
}

@media (max-width:1024px) {
    .minicart .popover {
        position: fixed;
        right: -120%;
        top: 0;
        bottom: 0;
        transition: right .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        max-width: 100%;
        min-width: 100px
    }

    .minicart .popover.show {
        width: 350px;
        right: 0;
        border: none
    }
}

@media (max-width:1024px) and (max-width:320px) {
    .minicart .popover.show {
        width: 98%
    }
}

@media (min-width:768px) {
    .minicart .popover.show {
        width: 550px
    }
}

@media (min-width:992px) {
    .minicart .popover {
        border-radius: 0;
        border: 0
    }

    .minicart .popover.show {
        width: 550px;
        min-width: inherit;
        max-width: inherit
    }
}

@media (min-width:1024px) {
    .minicart .popover {
        top: 210%
    }
}

@media (min-width:1025px) {
    .minicart .popover {
        top: 100%;
        overflow: hidden;
        transition: height .5s cubic-bezier(0, 1, .5, 1)
    }

    .minicart .popover.show {
        position: absolute;
        right: -30px;
        background-color: #f1f1f1
    }
}

.minicart .popover .cart {
    padding: 0 !important;
    background: #f1f1f1
}

@media (min-width:768px) {
    .minicart .popover .cart {
        padding: 0 30px;
        padding: 0 1.875rem
    }
}

.minicart .popover .card {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: inherit
}

.minicart .popover .card .bonus-line-item {
    margin-top: 10px;
    margin-top: .625rem
}

.minicart .popover .card .bonus-line-item .product-line-item-details .minisummary-footer {
    display: none
}

.minicart .popover .card .product-line-item {
    border-bottom: 1px solid #9d9d9c;
    padding-bottom: 50px;
    padding-bottom: 3.125rem
}

.minicart .popover .card .product-line-item .line-item-header {
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    min-height: 40px;
    min-height: 2.5rem
}

.minicart .popover .card .product-line-item .line-item-header .bundle-item-qty {
    color: #4d4d4d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem
}

.minicart .popover .card .product-line-item .line-item-header .line-item-brand-name {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    width: 90%;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700
}

.minicart .popover .card .product-line-item .line-item-header .is-qty {
    display: inline;
    padding-left: 0
}

.minicart .popover .card .product-line-item .line-item-header .line-item-collection-name span {
    font-weight: 500;
    text-transform: uppercase
}

.minicart .popover .card .product-line-item .line-item-header .line-item-name,
.minicart .popover .card .product-line-item .line-item-header .line-item-name span {
    margin-bottom: 0;
    width: 80%;
    color: #be0216;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 22px;
    font-size: 1.375rem
}

.minicart .popover .card .product-line-item .line-item-header .line-item-name {
    text-overflow: clip;
    white-space: normal
}

.minicart .popover .card .product-line-item .line-item-header .remove-line-item {
    position: absolute;
    top: 0;
    right: 0
}

.minicart .popover .card .product-line-item .item-image {
    max-width: 200px;
    max-width: 12.5rem;
    min-height: 200px;
    min-height: 12.5rem;
    max-height: 222px;
    max-height: 13.875rem;
    height: auto;
    width: 100%;
    max-height: auto
}

@media (max-width:991.98px) {
    .minicart .popover .card .product-line-item .item-image {
        max-width: 100px;
        max-width: 6.25rem;
        min-height: 100px;
        min-height: 6.25rem;
        max-height: 111px;
        max-height: 6.9375rem
    }
}

.minicart .popover .card .product-line-item .item-image .product-image {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto
}

.minicart .popover .card .product-line-item .quantity-form .quantity-update-btn {
    width: auto;
    background-color: #f1f1f1 !important;
    color: #4d4d4d !important;
    margin-left: 25px;
    margin-left: 1.5625rem;
    font-size: 12px;
    font-size: .75rem
}

@media (min-width:768px) and (max-width:991.98px) {
    .minicart .popover .card .product-line-item .quantity-form .quantity-update-btn {
        margin-left: 145px;
        margin-left: 9.0625rem
    }
}

@media (min-width:992px) {
    .minicart .popover .card .product-line-item .quantity-form .quantity-update-btn {
        margin-left: 46px !important;
        margin-left: 2.875rem !important/16px/rem
    }
}

.minicart .popover .card .product-line-item .quantity-form .quantity-update-btn:hover {
    background-color: #2a2a2a !important;
    color: #fff !important
}

.minicart .popover .card .product-line-item .item-single-type {
    color: #4d4d4d;
    font-size: 15px;
    font-size: .9375rem
}

.minicart .popover .card .product-line-item .item-single-type .single-price {
    font-weight: 700;
    text-align: right;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

@media (min-width:360px) {
    .minicart .popover .card .product-line-item .item-single-type .single-price {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {
    .minicart .popover .card .product-line-item .item-single-type .single-price {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.minicart .popover .card .product-line-item .line-item-total-price-amount,
.minicart .popover .card .product-line-item .line-item-total-price-label {
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem
}

.minicart .popover .card .product-line-item .line-item-total-price-amount {
    font-weight: 700;
    color: #4d4d4d;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .9px;
    letter-spacing: .05625rem
}

@media (min-width:360px) {
    .minicart .popover .card .product-line-item .line-item-total-price-amount {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {
    .minicart .popover .card .product-line-item .line-item-total-price-amount {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.minicart .popover .card .product-line-item .bonus-line-item .product-line-item-details .item-image {
    min-height: 180px;
    min-height: 11.25rem
}

.minicart .popover .card:last-child .product-line-item {
    border-bottom: none
}

.minicart .popover .card-body {
    padding: 10px;
    padding: .625rem
}

@media (min-width:768px) {
    .minicart .popover .card-body {
        padding: 30px 30px 0;
        padding: 1.875rem 1.875rem 0
    }
}

.minicart .quantity-form {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.minicart .quantity-form .input-group {
    display: block
}

.minicart .quantity-form input[type=number] {
    -moz-appearance: textfield;
    border-radius: 0
}

.minicart .quantity-form input::-webkit-inner-spin-button,
.minicart .quantity-form input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.minicart .quantity-form .quantity-update-btn.fail,
.minicart .quantity-form .quantity-update-btn.fail:focus {
    white-space: normal;
    background-color: red !important
}

.minicart .quantity-form .quantity-wrapp {
    width: inherit
}

.minicart .quantity-form .quantity-wrapp .quantity-input {
    border: 1px solid #9d9d9c;
    max-width: 40px;
    max-width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 10px 6px;
    padding: 1.5625rem .625rem .375rem;
    background: #fff;
    color: #4d4d4d;
    margin: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    box-shadow: none
}

@media screen and (device-aspect-ratio:2/3) {
    .minicart .quantity-form .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:40/71) {
    .minicart .quantity-form .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:375/667) {
    .minicart .quantity-form .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:9/16) {
    .minicart .quantity-form .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {
    .minicart .quantity-form .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

.minicart .quantity-input {
    border: 1px solid #9d9d9c;
    max-width: 40px;
    max-width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 10px 6px;
    padding: 1.5625rem .625rem .375rem;
    background: #fff;
    color: #4d4d4d;
    margin: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    box-shadow: none;
    margin-right: 15px;
    margin-right: .9375rem
}

@media screen and (device-aspect-ratio:2/3) {
    .minicart .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:40/71) {
    .minicart .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:375/667) {
    .minicart .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:9/16) {
    .minicart .quantity-input {
        font-size: 16px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {
    .minicart .quantity-input {
        font-size: 16px
    }
}

.minicart .quantity-input:focus {
    z-index: 0
}

.minicart .quantity-label {
    font-size: 12px;
    font-size: .75rem;
    line-height: 15px;
    line-height: .9375rem;
    margin-bottom: 5px;
    margin-bottom: .3125rem;
    color: #4d4d4d;
    width: 100%
}

.minicart .prices-selltype>div,
.minicart .quantity-wrapp select.form-control:not([size]):not([multiple]) {
    padding-top: 0;
    height: 50px;
    height: 3.125rem;
    line-height: 58px;
    line-height: 3.625rem;
    padding-left: 8px;
    padding-left: .5rem;
    padding-bottom: 1px !important;
    padding-bottom: .0625rem !important/16px/rem
}

.minicart .alert {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding-right: 15px;
    padding-right: .9375rem;
    margin: 0;
    border-radius: 0;
    text-align: left
}

.minicart .alert.alert-dismissible .close span {
    font-size: 34px;
    font-size: 2.125rem;
    min-height: 26px;
    min-height: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 400;
    color: inherit
}

.minicart .alert .alert-success {
    border-color: transparent;
    background: #19a11d
}

.minicart .product-line-item {
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

.minicart .product-line-item .bundle-includes {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 15px;
    font-size: .9375rem
}

@media (min-width:768px) {
    .minicart .product-line-item {
        padding-bottom: 30px;
        padding-bottom: 1.875rem
    }
}

.minicart .product-line-item .line-item-total-price-wrap {
    margin-top: auto
}

.minicart .product-line-item .bundled-line-item .line-item-name.bundle-item-name {
    display: block;
    margin-left: 32px;
    margin-left: 2rem
}

.minicart .product-line-item .bundled-line-item .line-item-collection-name {
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 500;
    margin-left: 10px;
    margin-left: .625rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.minicart .product-summary {
    max-height: inherit;
    background: #fff;
    font-size: 15px;
    font-size: .9375rem;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.minicart .product-summary::-webkit-scrollbar {
    width: 0 !important
}

@media (min-width:768px) {
    .minicart .product-summary {
        padding: 0 0 30px;
        padding: 0 0 1.875rem;
        margin-right: 0;
        background: #f1f1f1
    }
}

.minicart .product-summary .minicart-products {
    background: #fff;
    border: 1px solid #9d9d9c
}

@media (min-width:768px) {
    .minicart .product-summary .minicart-products {
        border-radius: 0
    }
}

.minicart .product-summary .minicart-products .card-body {
    padding: 0 0 24px;
    padding: 0 0 1.5rem
}

.minicart .product-summary .minicart-products .card-body .product-line-item .line-item-header {
    display: block
}

.minicart .product-summary .minicart-products .card-body .product-line-item .line-item-header .line-item-collection-name span {
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

.minicart .product-summary .minicart-products .card-body .product-line-item .line-item-header .line-item-name span {
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem
}

.minicart .product-summary .minicart-products .card-body .product-line-item .line-item-header .remove-line-item {
    position: relative
}

.minicart .product-summary .minicart-products .card-body .product-line-item .line-item-header .remove-line-item button.remove-product {
    position: absolute;
    right: 0;
    min-height: 20px;
    min-height: 1.25rem;
    top: 100px;
    top: 6.25rem
}

.minicart .product-summary .minicart-products .item-sell-type .item-sell-type-price span,
.minicart .product-summary .minicart-products .item-sell-type .item-sell-type-type span {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem
}

@media (min-width:768px) {
    .minicart.minicart-desktop .product-summary {
        max-height: 426px;
        max-height: 26.625rem
    }
}

.minicart .estimated-total {
    margin: 20px 0;
    margin: 1.25rem 0
}

.minicart .remove-btn {
    margin-top: inherit
}

#miniCartShowModal {
    padding-right: 0;
    position: fixed;
    left: auto;
    z-index: 1069;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0;
    min-height: 100%;
    background-color: #fff;
    transition: right .5s cubic-bezier(0, 1, .5, 1);
    right: -1000px;
    right: -62.5rem;
    width: 548px;
    width: 34.25rem
}

@media (min-width:1200px) {
    #miniCartShowModal.active-search {
        width: 712px;
        width: 44.5rem
    }
}

#miniCartShowModal.open,
#miniCartShowModal.show {
    right: -16px;
    right: -1rem
}

@media (max-width:991.98px) {

    #miniCartShowModal.open,
    #miniCartShowModal.show {
        right: 0;
        width: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }

    #miniCartShowModal.open::-webkit-scrollbar,
    #miniCartShowModal.show::-webkit-scrollbar {
        width: 0 !important
    }
}

#addNewDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
#addNewDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
#addNewDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-label:active:before,
#addNewDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-label:focus:before,
#edit-account-address .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
#edit-account-address .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
#edit-account-address .custom-checkbox #miniCartShowModal .close .custom-control-label:active:before,
#edit-account-address .custom-checkbox #miniCartShowModal .close .custom-control-label:before,
#edit-account-address .custom-checkbox #miniCartShowModal .close .custom-control-label:focus:before,
#editDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
#editDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
#editDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-label:active:before,
#editDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox #miniCartShowModal .close .custom-control-label:focus:before,
#miniCartShowModal .close,
#miniCartShowModal .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:active:before,
#miniCartShowModal .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#miniCartShowModal .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:focus:before,
#miniCartShowModal .close #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close #edit-account-address .custom-checkbox .custom-control-label:active:before,
#miniCartShowModal .close #edit-account-address .custom-checkbox .custom-control-label:before,
#miniCartShowModal .close #edit-account-address .custom-checkbox .custom-control-label:focus:before,
#miniCartShowModal .close #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close #editDeliveryAddressModal .custom-checkbox .custom-control-label:active:before,
#miniCartShowModal .close #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#miniCartShowModal .close #editDeliveryAddressModal .custom-checkbox .custom-control-label:focus:before,
#miniCartShowModal .close #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close #paypalAccordion .custom-checkbox .custom-control-label:active:before,
#miniCartShowModal .close #paypalAccordion .custom-checkbox .custom-control-label:before,
#miniCartShowModal .close #paypalAccordion .custom-checkbox .custom-control-label:focus:before,
#miniCartShowModal .close .authentic-wrapper .header-wrapper .authentic-header:active:before,
#miniCartShowModal .close .authentic-wrapper .header-wrapper .authentic-header:before,
#miniCartShowModal .close .authentic-wrapper .header-wrapper .authentic-header:focus:before,
#miniCartShowModal .close .brand-protection-content-wrapper .check-wine-button.loader:active:after,
#miniCartShowModal .close .brand-protection-content-wrapper .check-wine-button.loader:after,
#miniCartShowModal .close .brand-protection-content-wrapper .check-wine-button.loader:focus:after,
#miniCartShowModal .close .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close .container-wineplan-wrapper .custom-checkbox .custom-control-label:active:before,
#miniCartShowModal .close .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
#miniCartShowModal .close .container-wineplan-wrapper .custom-checkbox .custom-control-label:focus:before,
#miniCartShowModal .close .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close .custom-checkbox-toggle .custom-control-label:active:before,
#miniCartShowModal .close .custom-checkbox-toggle .custom-control-label:before,
#miniCartShowModal .close .custom-checkbox-toggle .custom-control-label:focus:before,
#miniCartShowModal .close .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close .custom-checkbox-twe .custom-control-label:active:before,
#miniCartShowModal .close .custom-checkbox-twe .custom-control-label:before,
#miniCartShowModal .close .custom-checkbox-twe .custom-control-label:focus:before,
#miniCartShowModal .close .custom-radio-twe .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close .custom-radio-twe .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close .custom-radio-twe .custom-control-label:active:before,
#miniCartShowModal .close .custom-radio-twe .custom-control-label:before,
#miniCartShowModal .close .custom-radio-twe .custom-control-label:focus:before,
#miniCartShowModal .close .custom-select:active:after,
#miniCartShowModal .close .custom-select:after,
#miniCartShowModal .close .custom-select:focus:after,
#miniCartShowModal .close .custom-selectbox:active:after,
#miniCartShowModal .close .custom-selectbox:after,
#miniCartShowModal .close .custom-selectbox:focus:after,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-account-header-white,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-account-header-white:active,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-account-header-white:focus,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-header-region-selection-inactive:active,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-header-region-selection-inactive:focus,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-wishlist-header-white,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-wishlist-header-white:active,
#miniCartShowModal .close .header-banner ul.user-navigation li .icon-wishlist-header-white:focus,
#miniCartShowModal .close .icon,
#miniCartShowModal .close .icon:active,
#miniCartShowModal .close .icon:focus,
#miniCartShowModal .close .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:active:after,
#miniCartShowModal .close .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#miniCartShowModal .close .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:focus:after,
#miniCartShowModal .close .ingredients-list .custom-checkbox .custom-control-label:active:before,
#miniCartShowModal .close .ingredients-list .custom-checkbox .custom-control-label:before,
#miniCartShowModal .close .ingredients-list .custom-checkbox .custom-control-label:focus:before,
#miniCartShowModal .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
#miniCartShowModal .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white:active,
#miniCartShowModal .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white:focus,
#miniCartShowModal .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
#miniCartShowModal .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive:active,
#miniCartShowModal .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive:focus,
#miniCartShowModal .close .menu-toggleable-left.in .dropdown-toggle:active:after,
#miniCartShowModal .close .menu-toggleable-left.in .dropdown-toggle:after,
#miniCartShowModal .close .menu-toggleable-left.in .dropdown-toggle:focus:after,
#miniCartShowModal .close .mobile-side-bar i.back-to-list,
#miniCartShowModal .close .mobile-side-bar i.back-to-list:active,
#miniCartShowModal .close .mobile-side-bar i.back-to-list:focus,
#miniCartShowModal .close .mobile-side-bar i.view-more,
#miniCartShowModal .close .mobile-side-bar i.view-more:active,
#miniCartShowModal .close .mobile-side-bar i.view-more:focus,
#miniCartShowModal .close .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:active:after,
#miniCartShowModal .close .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
#miniCartShowModal .close .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:focus:after,
#miniCartShowModal .close .navbar-header .navbar-toggler .icon-hamburger-active-close,
#miniCartShowModal .close .navbar-header .navbar-toggler .icon-hamburger-active-close:active,
#miniCartShowModal .close .navbar-header .navbar-toggler .icon-hamburger-active-close:focus,
#miniCartShowModal .close .navbar-header .navbar-toggler .icon-hamburger-inactive,
#miniCartShowModal .close .navbar-header .navbar-toggler .icon-hamburger-inactive:active,
#miniCartShowModal .close .navbar-header .navbar-toggler .icon-hamburger-inactive:focus,
#miniCartShowModal .close .product-detail .add-to-wishlist:active:hover:after,
#miniCartShowModal .close .product-detail .add-to-wishlist:focus:hover:after,
#miniCartShowModal .close .product-detail .add-to-wishlist:hover:after,
#miniCartShowModal .close .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:active:after,
#miniCartShowModal .close .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
#miniCartShowModal .close .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:focus:after,
#miniCartShowModal .close .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:active:before,
#miniCartShowModal .close .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
#miniCartShowModal .close .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:focus:before,
#miniCartShowModal .close .product-tile .add-to-wishlist:active:hover:after,
#miniCartShowModal .close .product-tile .add-to-wishlist:focus:hover:after,
#miniCartShowModal .close .product-tile .add-to-wishlist:hover:after,
#miniCartShowModal .close .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:active:after,
#miniCartShowModal .close .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
#miniCartShowModal .close .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:focus:after,
#miniCartShowModal .close .remove-product,
#miniCartShowModal .close .remove-product:active,
#miniCartShowModal .close .remove-product:focus,
#miniCartShowModal .close .shrinked-search-icon.fa-search:active:before,
#miniCartShowModal .close .shrinked-search-icon.fa-search:before,
#miniCartShowModal .close .shrinked-search-icon.fa-search:focus:before,
#miniCartShowModal .close .site-search .fa-close:active:before,
#miniCartShowModal .close .site-search .fa-close:before,
#miniCartShowModal .close .site-search .fa-close:focus:before,
#miniCartShowModal .close .site-search .fa-search:active:before,
#miniCartShowModal .close .site-search .fa-search:before,
#miniCartShowModal .close .site-search .fa-search:focus:before,
#miniCartShowModal .close .suspicious-header .header:active:before,
#miniCartShowModal .close .suspicious-header .header:before,
#miniCartShowModal .close .suspicious-header .header:focus:before,
#miniCartShowModal .close footer .row-newsletter-subscription .newsletter-error-msg .logo,
#miniCartShowModal .close footer .row-newsletter-subscription .newsletter-error-msg .logo:active,
#miniCartShowModal .close footer .row-newsletter-subscription .newsletter-error-msg .logo:focus,
#miniCartShowModal .close footer .row-newsletter-subscription .newsletter-success-msg .logo,
#miniCartShowModal .close footer .row-newsletter-subscription .newsletter-success-msg .logo:active,
#miniCartShowModal .close footer .row-newsletter-subscription .newsletter-success-msg .logo:focus,
#miniCartShowModal .close i.close-modal,
#miniCartShowModal .close i.close-modal:active,
#miniCartShowModal .close i.close-modal:focus,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .close .increaseQty:active:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .close .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .close .increaseQty:focus:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .close .reduceQty:active:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .close .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .close .reduceQty:focus:before,
#paypalAccordion .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
#paypalAccordion .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
#paypalAccordion .custom-checkbox #miniCartShowModal .close .custom-control-label:active:before,
#paypalAccordion .custom-checkbox #miniCartShowModal .close .custom-control-label:before,
#paypalAccordion .custom-checkbox #miniCartShowModal .close .custom-control-label:focus:before,
.authentic-wrapper .header-wrapper #miniCartShowModal .close .authentic-header:active:before,
.authentic-wrapper .header-wrapper #miniCartShowModal .close .authentic-header:before,
.authentic-wrapper .header-wrapper #miniCartShowModal .close .authentic-header:focus:before,
.brand-protection-content-wrapper #miniCartShowModal .close .check-wine-button.loader:active:after,
.brand-protection-content-wrapper #miniCartShowModal .close .check-wine-button.loader:after,
.brand-protection-content-wrapper #miniCartShowModal .close .check-wine-button.loader:focus:after,
.container-wineplan-wrapper .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
.container-wineplan-wrapper .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
.container-wineplan-wrapper .custom-checkbox #miniCartShowModal .close .custom-control-label:active:before,
.container-wineplan-wrapper .custom-checkbox #miniCartShowModal .close .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox #miniCartShowModal .close .custom-control-label:focus:before,
.custom-checkbox-toggle #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
.custom-checkbox-toggle #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
.custom-checkbox-toggle #miniCartShowModal .close .custom-control-label:active:before,
.custom-checkbox-toggle #miniCartShowModal .close .custom-control-label:before,
.custom-checkbox-toggle #miniCartShowModal .close .custom-control-label:focus:before,
.custom-checkbox-twe #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
.custom-checkbox-twe #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
.custom-checkbox-twe #miniCartShowModal .close .custom-control-label:active:before,
.custom-checkbox-twe #miniCartShowModal .close .custom-control-label:before,
.custom-checkbox-twe #miniCartShowModal .close .custom-control-label:focus:before,
.custom-radio-twe #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
.custom-radio-twe #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
.custom-radio-twe #miniCartShowModal .close .custom-control-label:active:before,
.custom-radio-twe #miniCartShowModal .close .custom-control-label:before,
.custom-radio-twe #miniCartShowModal .close .custom-control-label:focus:before,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-account-header-white,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-account-header-white:active,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-account-header-white:focus,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-header-region-selection-inactive:active,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-header-region-selection-inactive:focus,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-wishlist-header-white,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-wishlist-header-white:active,
.header-banner ul.user-navigation li #miniCartShowModal .close .icon-wishlist-header-white:focus,
.ingredients-list .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:active:after,
.ingredients-list .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox #miniCartShowModal .close .custom-control-input:checked~.custom-control-label:focus:after,
.ingredients-list .custom-checkbox #miniCartShowModal .close .custom-control-label:active:before,
.ingredients-list .custom-checkbox #miniCartShowModal .close .custom-control-label:before,
.ingredients-list .custom-checkbox #miniCartShowModal .close .custom-control-label:focus:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i #miniCartShowModal .close .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i #miniCartShowModal .close .icon-account-header-white:active,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i #miniCartShowModal .close .icon-account-header-white:focus,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i #miniCartShowModal .close .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i #miniCartShowModal .close .icon-header-region-selection-inactive:active,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i #miniCartShowModal .close .icon-header-region-selection-inactive:focus,
.menu-toggleable-left.in #miniCartShowModal .close .dropdown-toggle:active:after,
.menu-toggleable-left.in #miniCartShowModal .close .dropdown-toggle:after,
.menu-toggleable-left.in #miniCartShowModal .close .dropdown-toggle:focus:after,
.mobile-side-bar #miniCartShowModal .close i.back-to-list,
.mobile-side-bar #miniCartShowModal .close i.back-to-list:active,
.mobile-side-bar #miniCartShowModal .close i.back-to-list:focus,
.mobile-side-bar #miniCartShowModal .close i.view-more,
.mobile-side-bar #miniCartShowModal .close i.view-more:active,
.mobile-side-bar #miniCartShowModal .close i.view-more:focus,
.multilevel-dropdown #miniCartShowModal .close .dropdown-item.dropdown>.dropdown-toggle:active:after,
.multilevel-dropdown #miniCartShowModal .close .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown #miniCartShowModal .close .dropdown-item.dropdown>.dropdown-toggle:focus:after,
.navbar-header .navbar-toggler #miniCartShowModal .close .icon-hamburger-active-close,
.navbar-header .navbar-toggler #miniCartShowModal .close .icon-hamburger-active-close:active,
.navbar-header .navbar-toggler #miniCartShowModal .close .icon-hamburger-active-close:focus,
.navbar-header .navbar-toggler #miniCartShowModal .close .icon-hamburger-inactive,
.navbar-header .navbar-toggler #miniCartShowModal .close .icon-hamburger-inactive:active,
.navbar-header .navbar-toggler #miniCartShowModal .close .icon-hamburger-inactive:focus,
.product-detail #miniCartShowModal .close .add-to-wishlist:active:hover:after,
.product-detail #miniCartShowModal .close .add-to-wishlist:focus:hover:after,
.product-detail #miniCartShowModal .close .add-to-wishlist:hover:after,
.product-tile #miniCartShowModal .close .add-to-wishlist:active:hover:after,
.product-tile #miniCartShowModal .close .add-to-wishlist:focus:hover:after,
.product-tile #miniCartShowModal .close .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper #miniCartShowModal .close .panel-headng:active:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper #miniCartShowModal .close .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper #miniCartShowModal .close .panel-headng:focus:after,
.site-search #miniCartShowModal .close .fa-close:active:before,
.site-search #miniCartShowModal .close .fa-close:before,
.site-search #miniCartShowModal .close .fa-close:focus:before,
.site-search #miniCartShowModal .close .fa-search:active:before,
.site-search #miniCartShowModal .close .fa-search:before,
.site-search #miniCartShowModal .close .fa-search:focus:before,
.suspicious-header #miniCartShowModal .close .header:active:before,
.suspicious-header #miniCartShowModal .close .header:before,
.suspicious-header #miniCartShowModal .close .header:focus:before,
footer .row-newsletter-subscription .newsletter-error-msg #miniCartShowModal .close .logo,
footer .row-newsletter-subscription .newsletter-error-msg #miniCartShowModal .close .logo:active,
footer .row-newsletter-subscription .newsletter-error-msg #miniCartShowModal .close .logo:focus,
footer .row-newsletter-subscription .newsletter-success-msg #miniCartShowModal .close .logo,
footer .row-newsletter-subscription .newsletter-success-msg #miniCartShowModal .close .logo:active,
footer .row-newsletter-subscription .newsletter-success-msg #miniCartShowModal .close .logo:focus {
    outline: none
}

#miniCartShowModal .m-dialog {
    margin: 0;
    border-radius: 0;
    min-height: 100%;
    max-width: none;
    height: 100%
}

#miniCartShowModal .m-dialog .m-content {
    border-radius: 0;
    border: none;
    width: 100%;
    min-height: 100%;
    height: 100%
}

#miniCartShowModal .m-dialog .m-content .m-header {
    border: none;
    margin-bottom: 0;
    padding: 54px;
    padding: 3.375rem;
    height: 15px;
    height: .9375rem
}

@media (max-width:1024px) {
    #miniCartShowModal .m-dialog .m-content .m-header {
        padding: 30px;
        padding: 1.875rem
    }
}

@media (max-width:767.98px) {
    #miniCartShowModal .m-dialog .m-content .m-header {
        margin-bottom: 14px;
        margin-bottom: .875rem
    }
}

#miniCartShowModal .m-dialog .m-content .m-header .close {
    padding: initial;
    margin: initial;
    float: left;
    color: #1c1c1c
}

#miniCartShowModal .m-dialog .m-content .m-body {
    height: calc(100% - 50px);
    padding: 0 33px;
    padding: 0 2.0625rem
}

@media (max-width:1024px) {
    #miniCartShowModal .m-dialog .m-content .m-body {
        padding: 0 9px;
        padding: 0 .5625rem;
        height: auto
    }
}

#miniCartShowModal .product-summary {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary {
        margin-bottom: 16px;
        margin-bottom: 1rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card {
    border: none;
    margin-bottom: 0
}

#miniCartShowModal .product-summary .minicart-products .card+.card {
    border-top: 1px solid #c4c4c4;
    padding-top: 20px;
    padding-top: 1.25rem
}

#miniCartShowModal .product-summary .minicart-products .card-body {
    padding: 0 0 20px;
    padding: 0 0 1.25rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header {
    display: block;
    position: relative
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header .line-item-collection-name {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header .line-item-collection-name span {
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header .line-item-name {
    margin-bottom: 14px;
    margin-bottom: .875rem;
    white-space: normal;
    text-overflow: clip;
    overflow: auto;
    width: 80%
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header .line-item-name span {
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header .line-item-name a,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header .line-item-name a:hover {
    text-decoration: none;
    color: inherit
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header .remove-line-item button.remove-product {
    position: absolute;
    padding-right: 0;
    right: 0;
    top: 0;
    min-height: 20px;
    min-height: 1.25rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-header a {
    text-decoration: none
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-image {
    width: 108.5px;
    width: 6.78125rem;
    height: 119px;
    height: 7.4375rem;
    margin-right: 28px;
    margin-right: 1.75rem
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-image {
        margin-right: 15px;
        margin-right: .9375rem;
        width: 90px;
        width: 5.625rem;
        height: 99px;
        height: 6.1875rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-image .product-image {
    max-height: 119px;
    max-height: 7.4375rem
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-image .product-image {
        max-height: 99px;
        max-height: 6.1875rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-sell-type,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-sell-type-price {
    margin-bottom: 7px;
    margin-bottom: .4375rem
}

@media (max-width:1024.98px) {

    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-sell-type,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-sell-type-price {
        margin-bottom: 12px;
        margin-bottom: .75rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-sell-type-price span,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-sell-type span {
    font-weight: 600;
    letter-spacing: .2em;
    color: #000;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-single-type {
    margin-bottom: 7px;
    margin-bottom: .4375rem
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-single-type {
        margin-bottom: 12px;
        margin-bottom: .75rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp {
    width: auto;
    margin-right: 0;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp {
        margin-bottom: 19px;
        margin-bottom: 1.1875rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box {
    border: 1px solid #f1f1f1;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 53px;
    padding-left: 3.3125rem;
    padding-right: 53px;
    padding-right: 3.3125rem;
    height: 48px;
    height: 3rem;
    margin-right: 28px;
    margin-right: 1.75rem
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box {
        margin-right: 15px;
        margin-right: .9375rem;
        padding-left: 48px;
        padding-left: 3rem;
        padding-right: 48px;
        padding-right: 3rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before {
    left: 10px;
    left: .625rem;
    top: 10px;
    top: .625rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after {
    right: 10px;
    right: .625rem;
    top: 10px;
    top: .625rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .quantity-input {
    width: 54px;
    width: 3.375rem;
    height: 46px !important;
    height: 2.875rem !important/16px/rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 14px 0;
    padding: .875rem 0;
    text-align: center;
    letter-spacing: .1em;
    border: none;
    display: block
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .quantity-input {
        width: 49px;
        width: 3.0625rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .quantity-input.quantity-select {
    display: none
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .quantity-update-btn {
    width: 106px;
    width: 6.625rem;
    height: 40px;
    height: 2.5rem;
    min-height: 40px;
    min-height: 2.5rem;
    letter-spacing: .1em;
    font-weight: 600;
    color: #4d4d4d !important;
    text-transform: uppercase;
    background-color: #f1f1f1 !important;
    cursor: pointer;
    pointer-events: unset;
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .quantity-update-btn {
        width: 82px;
        width: 5.125rem;
        padding: 0
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-single-type .col-5,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-single-type .single-price {
    letter-spacing: .2em;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-single-type .single-price {
    text-align: right
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .item-single-type .col-5 {
    text-align: left
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .line-item-total-price-wrap {
    margin: 0 !important
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .line-item-total-price-wrap .line-item-pricing-info .line-item-total-text.line-item-total-price-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .05em;
    color: #000
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .line-item-total-price-wrap .line-item-total-price-amount {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .05em;
    color: #000;
    font-weight: 700
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .line-item-promo .callout {
    color: #000
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    border-top: 1px solid #c4c4c4
}

@media (max-width:1024.98px) {
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item {
        padding-top: 16px;
        padding-top: 1rem
    }
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item .product-line-item-details .bonus-product span,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item .product-line-item-details .price {
    color: #000
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item .product-line-item-details .minisummary-footer .total .price,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item .product-line-item-details .minisummary-footer .total .text {
    color: #000;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item .product-line-item-details .minisummary-footer .total .price {
    font-weight: 700
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item .product-line-item-details .minisummary-footer .volume-price .price,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .bonus-line-item .product-line-item-details .minisummary-footer .volume-price .text {
    font-weight: 600;
    letter-spacing: .2em;
    color: #000;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem
}

#miniCartShowModal .product-summary .minicart-products .item-sell-type .item-sell-type-price span,
#miniCartShowModal .product-summary .minicart-products .item-sell-type .item-sell-type-type span {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container {
    background: #f1f1f1;
    padding: 0;
    margin: 0 -48px -48px;
    margin: 0 -3rem -3rem
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-heading {
    padding: 48px 48px 0;
    padding: 3rem 3rem 0
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-heading .product-suggestions-heading-title {
    font-weight: 600;
    color: #2a2a2a;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 3.2px;
    letter-spacing: .2rem
}

@media (max-width:767.98px) {
    #miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-heading .product-suggestions-heading-title {
        font-size: 22px;
        font-size: 1.375rem
    }
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container {
    margin: 10px auto;
    padding: 0 48px 48px;
    padding: 0 3rem 3rem
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item {
    margin: 20px 0;
    margin: 1.25rem 0
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item .product-suggestion-img {
    margin-right: 0 !important;
    width: auto;
    height: 204px;
    height: 12.75rem
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item .product-suggestion-img .product-image {
    max-height: 204px;
    max-height: 12.75rem;
    height: 204px;
    height: 12.75rem
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item .product-suggestion-title {
    margin-bottom: 0;
    text-align: center;
    margin-top: 15px;
    margin-top: .9375rem
}

@media (max-width:767.98px) {
    #miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item .product-suggestion-title {
        height: auto
    }
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item .product-suggestion-title .product-collections {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2a2a;
    min-height: 20px;
    min-height: 1.25rem;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem;
    letter-spacing: 2.4px;
    letter-spacing: .15rem;
    margin-top: 10px;
    margin-top: .625rem
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item .product-suggestion-title .product-name {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #2a2a2a;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .8px;
    letter-spacing: .05rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    height: 72px;
    height: 4.5rem
}

@media (min-width:576px) and (max-width:991.98px) {
    #miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item .product-suggestion-title .product-name {
        border: none
    }
}

#miniCartShowModal .product-summary .minicart-products .minicart-product-suggestions-container .product-suggestions-container .product-suggestion-item .product-suggestion-add-to-cart .add-to-cart-suggestion {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 1.6px;
    letter-spacing: .1rem
}

@media (max-width:1024.98px) {
    #miniCartShowModal.active-cart .cart-search-body>.container {
        padding-left: 0;
        padding-right: 0
    }
}

#miniCartShowModal.active-cart .cart-search-body>.container .col-12.content {
    padding-left: 0;
    padding-right: 0
}

#miniCartShowModal.active-cart .cart-search-body {
    padding: 0
}

@media (max-width:1024.98px) {
    #miniCartShowModal.active-cart .cart-search-body .container.cart {
        padding-left: 13px !important;
        padding-left: .8125rem !important/16px/rem;
        padding-right: 12px !important;
        padding-right: .75rem !important/16px/rem
    }
}

@media (max-width:1024.98px) {
    #miniCartShowModal.active-cart .m-header {
        padding-left: 14px !important;
        padding-left: .875rem !important/16px/rem;
        padding-right: 14px !important;
        padding-right: .875rem !important/16px/rem
    }
}

.popover {
    position: static;
    max-width: 100%;
    border: 0
}

.popover .cart-flyout .cart {
    padding: 0
}

@media (max-width:1024px) {
    .minicart-hover-area {
        padding-top: 6px;
        padding-top: .375rem;
        padding-bottom: 6px;
        padding-bottom: .375rem
    }
}

.minicart-header-title {
    font-weight: 600;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #2a2a2a;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.close {
    opacity: 1
}

.quantity-wrapp input.quantity-input {
    color: #4d4d4d !important
}

.menu-toggleable-left {
    position: fixed;
    left: -100%;
    top: 143px;
    bottom: 0;
    transition: left .5s cubic-bezier(0, 1, .5, 1);
    display: block;
    max-width: 100%
}

.menu-toggleable-left.in {
    min-width: 100%
}

@media (min-width:1025px) {
    .menu-toggleable-left {
        position: static !important
    }
}

.navbar-expand-md .navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

@media (min-width:1025px) {
    .navbar-expand-md .navbar-nav {
        -ms-flex-flow: row nowrap !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-flow: row nowrap !important;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        white-space: nowrap;
        padding-bottom: 26px;
        padding-bottom: 1.625rem
    }
}

.header-content:hover .common-header {
    background: linear-gradient(180deg, #2a2a2a, rgba(42, 42, 42, 0))
}

@media (min-width:1025px) {
    .header-content:hover .common-header {
        height: 84px;
        height: 5.25rem
    }
}

@media (min-width:1025px) {
    .header-content:hover .common-header.header-transparent {
        background-color: transparent;
        transition: background-color 1s linear
    }
}

@media (min-width:1025px) {

    .header-content:hover .common-header.white-bg .nav-item .nav-link,
    .header-content:hover .common-header.white-bg .nav-item .nav-link:focus,
    .header-content:hover .common-header.white-bg .nav-item .nav-link:hover,
    .header-content:hover .common-header.white-bg .nav-item.show .nav-link {
        color: #2a2a2a
    }
}

@media (min-width:1025px) {

    .header-content .common-header.white-bg .nav-item.show .nav-link,
    .header-content .common-header.white-bg .nav-item:focus .nav-link,
    .header-content .common-header.white-bg .nav-item:hover .nav-link,
    .header-content .header-transparent.white-bg .nav-item.show .nav-link,
    .header-content .header-transparent.white-bg .nav-item:focus .nav-link,
    .header-content .header-transparent.white-bg .nav-item:hover .nav-link {
        border-bottom: 2px solid #2a2a2a;
        display: block;
        color: #2a2a2a;
        padding: 30px 0 1.5px;
        padding: 1.875rem 0 .09375rem
    }
}

.header-content .nav-item .nav-link {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 12px 0 12px 12px;
    padding: .75rem 0 .75rem .75rem;
    color: #fff;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-align: left
}

@media (min-width:1025px) {
    .header-content .nav-item .nav-link {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 0;
        font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        word-wrap: break-word;
        text-align: center;
        white-space: normal;
        word-break: break-word;
        letter-spacing: .9px;
        letter-spacing: .05625rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 31px;
        line-height: 1.9375rem
    }

    .header-content .nav-item .nav-link.dropdown-toggle {
        cursor: default !important
    }

    .header-content .nav-item .nav-link.dropdown-toggle.clickable {
        cursor: pointer !important
    }

    .header-content .nav-item .nav-link.dropdown-toggle:after {
        display: none !important
    }
}

.header-content .navbar-nav a {
    color: #fff
}

@media (min-width:1025px) {
    .header-content .navbar-nav .nav-item {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        margin: 0 15px;
        margin: 0 .9375rem
    }
}

@media (min-width:1025px) {

    .header-content .nav-item .nav-link:focus,
    .header-content .nav-item .nav-link:hover,
    .header-content .nav-item.show .nav-link {
        color: #fff
    }
}

.fixed-mega-menu {
    width: 100%
}

@media (min-width:1025px) {
    .header-content .fixed-mega-menu .nav-item.dropdown {
        position: inherit
    }

    .header-content .fixed-mega-menu .nav-item.dropdown.no-content-available .first-level-category-content {
        display: none
    }
}

@media (min-width:1025px) {
    .header-content .fixed-mega-menu .nav-item.dropdown:first-of-type.no-content-available .first-level-categories {
        border-top: none;
        left: 0
    }
}

@media (max-width:1024px) {
    .main-menu.menu-toggleable-left {
        max-width: 455px;
        max-width: 28.4375rem;
        z-index: 4
    }
}

.header-content .nav-item.show .first-level-categories {
    max-height: 5000px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: max-height 1s ease-in-out !important
}

.header-content .first-level-category.show.show .second-level-categories {
    max-height: 5000px;
    overflow-x: auto;
    transition: max-height 1s ease-in-out !important
}

@media (max-width:1025px) {

    .first-level-categories,
    .second-level-categories {
        max-height: 0;
        left: 0 !important;
        overflow: hidden;
        transition: max-height .25s ease-out !important
    }
}

.menu-toggleable-left .close-menu {
    padding: 15px;
    padding: .9375rem;
    background-color: #f1f1f1;
    border-bottom: 1px solid #9d9d9c;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%
}

@media (min-width:1025px) {
    .menu-toggleable-left .close-menu {
        display: none
    }
}

.menu-toggleable-left .menu-group {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%
}

.menu-toggleable-left li>.close-menu {
    margin-right: 0;
    margin-top: -.6rem;
    margin-left: 0
}

@media (max-width:1025px) {
    .menu-toggleable-left.in {
        left: 0;
        margin-right: 55px;
        margin-right: 3.4375rem
    }
}

.menu-toggleable-left.in .dropdown-toggle:after {
    border: none;
    right: 22px;
    right: 1.375rem
}

@media (max-width:1025px) {
    .menu-toggleable-left.in .dropdown {
        display: block;
        position: static
    }

    .menu-toggleable-left.in .dropdown.show>.dropdown-toggle:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .menu-toggleable-left.in .dropdown-toggle {
        padding-left: 1rem;
        line-height: 25px;
        line-height: 1.5625rem
    }

    .menu-toggleable-left.in .dropdown-toggle:after {
        position: absolute;
        right: 22px;
        right: 1.375rem;
        margin-top: .55em
    }

    .menu-toggleable-left.in .nav-item .nav-link {
        padding-left: 1rem
    }

    .menu-toggleable-left.in .show>.dropdown-menu {
        left: 0
    }

    .menu-toggleable-left.in .dropdown-menu {
        position: relative;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0 none;
        transition: left .5s cubic-bezier(0, 1, .5, 1);
        display: block;
        margin: 0;
        padding: 0
    }
}

@media (min-width:1025px) {
    .menu-toggleable-left {
        width: 100%
    }

    .menu-toggleable-left.in .dropdown-toggle:after {
        display: none
    }
}

.multilevel-dropdown .dropdown-menu {
    top: 100%;
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none
}

@media (min-width:1025px) {
    .multilevel-dropdown .dropdown-menu {
        width: 100%
    }

    .multilevel-dropdown .dropdown-menu.first-level-categories {
        width: 100vw;
        padding: 30px 15px;
        padding: 1.875rem .9375rem;
        height: 410px;
        height: 25.625rem;
        max-width: 1130px;
        max-width: 70.625rem;
        border-radius: 0 0 0 0;
        border-top: none
    }
}

.multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after {
    color: #9c0011;
    border: none;
    right: 22px;
    right: 1.375rem
}

@media (min-width:1025px) {
    .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after {
        border-top: .5em solid transparent;
        border-bottom: .5em solid transparent;
        position: absolute;
        right: 11px;
        margin-top: .25em;
        border-left: .5em solid;
        background-image: none !important;
        width: 0 !important;
        height: 0 !important
    }
}

.multilevel-dropdown .dropdown-menu>.dropdown>.dropdown-menu {
    top: 0
}

@media (min-width:1025px) {
    .multilevel-dropdown .dropdown-menu>.dropdown>.dropdown-menu {
        top: 30px;
        top: 1.875rem;
        left: 290px;
        left: 18.125rem
    }
}

.multilevel-dropdown .navbar>.close-menu>.back {
    display: none
}

.multilevel-dropdown .close-menu .back .caret-left {
    border-top: .4375em solid transparent;
    border-bottom: .4375em solid transparent;
    border-right: .4375em solid;
    border-left: .6 solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin-bottom: .125em
}

.multilevel-dropdown .dropdown-item {
    position: static;
    white-space: normal;
    word-break: break-word
}

@media (max-width:991.98px) {

    .multilevel-dropdown .dropdown-item,
    .multilevel-dropdown .dropdown-item .dropdown-link {
        min-height: 70px !important;
        height: auto !important
    }
}

.multilevel-dropdown .dropdown-item:focus,
.multilevel-dropdown .dropdown-item:hover {
    background-color: inherit
}

.multilevel-dropdown .dropdown-item .dropdown-first-level,
.multilevel-dropdown .dropdown-item .dropdown-link {
    padding: 12px 0;
    padding: .75rem 0;
    color: inherit;
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 400
}

@media (max-width:1025px) {

    .multilevel-dropdown .dropdown-item .dropdown-first-level,
    .multilevel-dropdown .dropdown-item .dropdown-link {
        color: #be0216
    }
}

@media (min-width:1024px) {

    .multilevel-dropdown .dropdown-item .dropdown-first-level,
    .multilevel-dropdown .dropdown-item .dropdown-link {
        padding: 22px 0 22px 15px;
        padding: 1.375rem 0 1.375rem .9375rem
    }

    .multilevel-dropdown .dropdown-item .dropdown-first-level:active,
    .multilevel-dropdown .dropdown-item .dropdown-first-level:focus,
    .multilevel-dropdown .dropdown-item .dropdown-link:active,
    .multilevel-dropdown .dropdown-item .dropdown-link:focus {
        color: #fff;
        outline: none
    }
}

.multilevel-dropdown .dropdown-item .dropdown-first-level span,
.multilevel-dropdown .dropdown-item .dropdown-link span {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.multilevel-dropdown .dropdown-item .dropdown-first-level {
    cursor: default !important
}

.multilevel-dropdown .dropdown-item+.dropdown-item {
    border-style: none
}

.multilevel-dropdown .dropdown-item.top-category {
    font-weight: 700
}

.multilevel-dropdown .dropdown-item.top-category>.nav-link {
    padding-left: 0
}

.first-level-categories {
    height: auto;
    position: relative
}

@media (max-width:1025px) {
    .first-level-categories {
        background-color: #2a2a2a
    }

    .first-level-categories.show {
        animation: fadeIn ease-in-out .5s;
        -webkit-animation: fadeIn ease-in-out .5s;
        -moz-animation: fadeIn ease-in-out .5s;
        -o-animation: fadeIn ease-in-out .5s;
        -ms-animation: fadeIn ease-in-out .5s
    }
}

@media (min-width:1025px) {
    .first-level-categories {
        padding: 0
    }

    .first-level-categories.show {
        animation: fadeIn ease-in-out .5s;
        -webkit-animation: fadeIn ease-in-out .5s;
        -moz-animation: fadeIn ease-in-out .5s;
        -o-animation: fadeIn ease-in-out .5s;
        -ms-animation: fadeIn ease-in-out .5s
    }
}

.first-level-categories .first-level-category {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    min-height: 42px;
    min-height: 2.625rem;
    padding: 0 0 0 10px;
    padding: 0 0 0 .625rem;
    height: 70px;
    height: 4.375rem;
    width: 100%;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

.first-level-categories .first-level-category.show {
    height: auto
}

.first-level-categories .first-level-category.active>a {
    color: #fff
}

@media (max-width:1025px) {
    .first-level-categories .first-level-category {
        padding-left: 0
    }
}

@media (min-width:1025px) {
    .first-level-categories .first-level-category {
        max-width: 275px;
        max-width: 17.1875rem;
        padding: 0 15px 0 10px;
        padding: 0 .9375rem 0 .625rem;
        white-space: normal;
        float: left
    }

    .first-level-categories .first-level-category.show {
        color: #4d4d4d;
        background-color: transparent
    }

    .first-level-categories .first-level-category.show:active,
    .first-level-categories .first-level-category.show:focus {
        background-color: transparent
    }

    .first-level-categories .first-level-category.show .dropdown-first-level {
        background-color: #f1f1f1
    }

    .first-level-categories .first-level-category.show .dropdown-first-level:active,
    .first-level-categories .first-level-category.show .dropdown-first-level:focus {
        background-color: #be0216
    }
}

.first-level-categories .first-level-category .dropdown-first-level,
.first-level-categories .first-level-category .dropdown-link {
    color: #fff
}

.first-level-categories .first-level-category .dropdown-first-level:hover,
.first-level-categories .first-level-category .dropdown-link:hover {
    color: #4d4d4d
}

@media (max-width:1025px) {

    .first-level-categories .first-level-category .dropdown-first-level,
    .first-level-categories .first-level-category .dropdown-link {
        margin-left: 24px;
        margin-left: 1.5rem;
        padding-top: 25px;
        padding-top: 1.5625rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem;
        height: 70px;
        height: 4.375rem;
        font-weight: 400
    }

    .first-level-categories .first-level-category .dropdown-first-level:hover,
    .first-level-categories .first-level-category .dropdown-link:hover {
        color: #fff
    }
}

.first-level-categories .first-level-category-content {
    display: none
}

@media (min-width:1025px) {
    .first-level-categories .first-level-category-content {
        display: block;
        overflow: hidden;
        top: 0;
        right: 0;
        height: 100%;
        position: absolute;
        padding: 0;
        max-width: 470px;
        max-width: 29.375rem;
        max-height: 346px;
        max-height: 21.625rem;
        margin: 20px 15px;
        margin: 1.25rem .9375rem
    }
}

.first-level-categories .first-level-category-content img {
    border-radius: 0
}

.second-level-categories {
    height: auto;
    position: relative
}

@media (min-width:1025px) {
    .second-level-categories {
        max-width: 275px;
        max-width: 17.1875rem;
        height: 100%;
        width: 100%
    }

    .second-level-categories.dropdown-menu {
        padding-left: 15px;
        padding-left: .9375rem;
        padding-top: 0;
        box-shadow: none;
        border-left: 1px solid #f1f1f1
    }

    .second-level-categories.show {
        animation: fadeIn ease-in-out .5s;
        -webkit-animation: fadeIn ease-in-out .5s;
        -moz-animation: fadeIn ease-in-out .5s;
        -o-animation: fadeIn ease-in-out .5s;
        -ms-animation: fadeIn ease-in-out .5s
    }
}

@media (max-width:1025px) {
    .second-level-categories {
        background-color: #4d4d4d
    }
}

.second-level-categories .second-level-category {
    min-height: 42px;
    min-height: 2.625rem;
    padding: 0 0 0 10px;
    padding: 0 0 0 .625rem;
    width: 100%
}

.second-level-categories .second-level-category .dropdown-first-level,
.second-level-categories .second-level-category .dropdown-link {
    color: #fff
}

.second-level-categories .second-level-category .dropdown-first-level:active,
.second-level-categories .second-level-category .dropdown-link:active {
    color: #4d4d4d
}

@media (max-width:991.98px) {

    .second-level-categories .second-level-category .dropdown-first-level:active,
    .second-level-categories .second-level-category .dropdown-link:active {
        color: #f1f1f1
    }
}

@media (max-width:1025px) {

    .second-level-categories .second-level-category .dropdown-first-level,
    .second-level-categories .second-level-category .dropdown-link {
        padding-top: 25px;
        padding-top: 1.5625rem;
        text-transform: none
    }
}

.second-level-categories .second-level-category.dropdown-item {
    border: none
}

.second-level-categories .second-level-category.show {
    height: auto
}

.second-level-categories .second-level-category :hover {
    color: inherit
}

.second-level-categories .second-level-category.active a {
    color: #4d4d4d;
    background-color: transparent
}

@media (max-width:991.98px) {
    .second-level-categories .second-level-category.active a {
        color: #f1f1f1
    }
}

@media (max-width:1025px) {
    .second-level-categories .second-level-category {
        padding-left: 14px;
        padding-left: .875rem;
        height: 70px;
        height: 4.375rem
    }
}

@media (min-width:1025px) {
    .second-level-categories .second-level-category {
        padding: 0 0 0 10px;
        padding: 0 0 0 .625rem
    }

    .second-level-categories .second-level-category.show {
        color: #be0216
    }
}

.first-level-category.active {
    background-color: #2a2a2a
}

.dropdown-item.active:not(.first-level-category),
.dropdown-item:active,
.dropdown-item:hover {
    color: #be0216;
    background-color: #fff;
    text-decoration: none
}

@media (min-width:1025px) {

    .dropdown-item.active:not(.first-level-category),
    .dropdown-item:active,
    .dropdown-item:hover {
        background-color: #be0216;
        color: #fff
    }

    .dropdown-item.active:not(.first-level-category).active,
    .dropdown-item:active.active,
    .dropdown-item:hover.active {
        background-color: transparent
    }

    .dropdown-item.active:not(.first-level-category) .dropdown-toggle :after,
    .dropdown-item:active .dropdown-toggle :after,
    .dropdown-item:hover .dropdown-toggle :after {
        color: #fff
    }
}

@media (max-width:991.98px) {

    .dropdown-item.active:not(.first-level-category),
    .dropdown-item:active,
    .dropdown-item:hover {
        color: #f1f1f1;
        background-color: #4d4d4d
    }

    .dropdown-item.active:not(.first-level-category).first-level-category,
    .dropdown-item:active.first-level-category,
    .dropdown-item:hover.first-level-category {
        background-color: transparent;
        color: #fff
    }

    .dropdown-item.active:not(.first-level-category).first-level-category .dropdown-first-level:hover,
    .dropdown-item.active:not(.first-level-category).second-level-category,
    .dropdown-item:active.first-level-category .dropdown-first-level:hover,
    .dropdown-item:active.second-level-category,
    .dropdown-item:hover.first-level-category .dropdown-first-level:hover,
    .dropdown-item:hover.second-level-category {
        color: #fff
    }
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1
}

.shrinked-search-icon.fa-search {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 11px 3px;
    padding: .6875rem .1875rem;
    color: #9c0011;
    top: 11px;
    right: 15px;
    float: right
}

.menu-full-width {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width:1025px) {
    .menu-full-width {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .menu-full-width .nav-item.dropdown:hover>.nav-link {
        border-bottom: 2px solid #2a2a2a;
        height: auto;
        padding-top: 30px;
        padding-top: 1.875rem;
        padding-bottom: 1.5px;
        padding-bottom: .09375rem;
        margin-bottom: 24px;
        margin-bottom: 1.5rem
    }

    .menu-full-width .nav-item.dropdown:hover>.mega-menu-desktop-box {
        opacity: 1;
        pointer-events: auto
    }
}

.mega-menu-desktop-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    pointer-events: none;
    transition: opacity .2s ease-in;
    transition-delay: 0s;
    opacity: 0;
    width: 100vw;
    position: absolute;
    top: 84px;
    left: 0;
    box-shadow: 0 4px 6px -6px #676767;
    background-color: #fff;
    padding: 30px 20.5%;
    min-height: 410px;
    min-height: 25.625rem
}

.mega-menu-desktop-box .inner-menu-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.mega-menu-desktop-box .first-level-categories {
    width: 100%;
    max-width: 275px;
    max-width: 17.1875rem
}

.mega-menu-desktop-box .first-level-categories>.dropdown-item {
    background-color: transparent;
    max-width: 275px;
    max-width: 17.1875rem;
    padding: 0 15px;
    padding: 0 .9375rem
}

.mega-menu-desktop-box .first-level-categories>.dropdown-item .dropdown-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #4d4d4d;
    padding: 22px 30px;
    padding: 1.375rem 1.875rem
}

.mega-menu-desktop-box .first-level-categories>.dropdown-item:hover>.dropdown-link {
    background-color: #f1f1f1;
    color: #4d4d4d
}

.mega-menu-desktop-box .first-level-categories>.dropdown-item .dropdown-link:not(.no-sub-category):active {
    color: #fff;
    background-color: #be0216
}

.mega-menu-desktop-box .second-level-categories {
    display: none
}

.mega-menu-desktop-box .dropdown-item:hover>.second-level-categories {
    display: block;
    top: 0;
    padding-left: 0;
    left: 275px;
    left: 17.1875rem
}

.mega-menu-desktop-box .second-level-category.dropdown-item {
    padding-left: 15px;
    padding-left: .9375rem
}

.mega-menu-desktop-box .second-level-category.dropdown-item:hover {
    background-color: transparent
}

.mega-menu-desktop-box .second-level-category.dropdown-item:hover .dropdown-link {
    background-color: #f1f1f1
}

.mega-menu-desktop-box .second-level-category.dropdown-item:active {
    background-color: transparent
}

.mega-menu-desktop-box .second-level-category.dropdown-item:active .dropdown-link {
    background-color: #be0216
}

.mega-menu-desktop-box .mega-menu-content {
    white-space: normal;
    max-width: 36%
}

.header {
    position: relative;
    z-index: 10
}

.header.sticky {
    background-color: #2a2a2a
}

.navbar {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%
}

@media (min-width:1025px) {
    .navbar {
        position: static
    }
}

.navbar-header {
    height: 4.375em
}

.navbar-header .country-selector,
.navbar-header .user {
    display: inline-block;
    margin: 1.125em 0 0 .5em
}

.navbar-header .country-selector,
.navbar-header .navbar-toggler,
.navbar-header .user {
    height: auto
}

.navbar-header .navbar-toggler {
    width: auto
}

.navbar-header .navbar-toggler .icon-hamburger-active-close,
.navbar-header .navbar-toggler .icon-hamburger-inactive {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem
}

.navbar-header .user {
    position: relative
}

.navbar-header .user .popover {
    position: absolute;
    display: none;
    padding: 1em;
    top: 85%;
    left: 0
}

.navbar-header .user .popover a {
    white-space: nowrap;
    margin-bottom: .5em
}

.navbar-header .user .popover:after,
.navbar-header .user .popover:before {
    left: 1.5rem
}

.navbar-header .user .popover.show {
    display: block
}

.main-menu {
    background-color: #2a2a2a
}

@media (max-width:1024px) {
    .main-menu {
        overflow-y: scroll
    }

    .main-menu .mobile-container {
        height: 100%;
        max-width: 100%;
        background-color: #2a2a2a
    }

    .main-menu .mobile-container .mobile-header-row {
        background-color: #1c1c1c;
        border-bottom: 0
    }

    .main-menu .mobile-container .mobile-header-row .nav-item {
        display: block
    }

    .main-menu .mobile-container .mobile-header-row .navbar-nav .nav-item .nav-link {
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #1c1c1c;
        display: block;
        vertical-align: middle;
        padding-top: 25px;
        padding-bottom: 0;
        height: 70px;
        height: 4.375rem;
        line-height: 26px;
        line-height: 1.625rem;
        padding-left: 24px;
        padding-left: 1.5rem
    }

    .main-menu .mobile-container .mobile-header-row .navbar-nav .nav-item .nav-link:not([href]):not([tabindex]),
    .main-menu .mobile-container .mobile-header-row .navbar-nav .nav-item .nav-link:not([href]):not([tabindex]):focus,
    .main-menu .mobile-container .mobile-header-row .navbar-nav .nav-item .nav-link:not([href]):not([tabindex]):hover {
        color: #fff;
        text-decoration: none;
        box-shadow: none
    }
}

@media (max-width:1024px) and (max-width:991.98px) {
    .main-menu .mobile-container .mobile-header-row .navbar-nav .nav-item .nav-link {
        font-weight: 400;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem
    }
}

@media (max-width:1024px) {
    .main-menu .mobile-container .mobile-header-row .navbar-nav .nav-item .nav-link span {
        font-size: inherit;
        line-height: inherit;
        color: inherit
    }
}

.main-menu .mobile-footer-navigation {
    background-color: #2a2a2a;
    display: block;
    padding: 0
}

.main-menu .mobile-footer-navigation .mobile-user-navigation {
    display: inline-block;
    padding: 0;
    width: 100%;
    list-style: none
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li {
    width: 100%;
    display: block;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-my-account a i {
    margin-right: 15px;
    margin-right: .9375rem
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li .language-title,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a {
    font-weight: 700;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    height: 70px;
    height: 4.375rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem;
    padding: 0 20px;
    padding: 0 1.25rem
}

@media (max-width:991.98px) {

    .main-menu .mobile-footer-navigation .mobile-user-navigation li .language-title,
    .main-menu .mobile-footer-navigation .mobile-user-navigation li a {
        font-weight: 500
    }
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li .language-title i,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i {
    margin-right: 10px;
    margin-right: .625rem
}

@media (max-width:1024.98px) {

    .main-menu .mobile-footer-navigation .mobile-user-navigation li .language-title i.icon-header-region-selection-inactive,
    .main-menu .mobile-footer-navigation .mobile-user-navigation li a i.icon-header-region-selection-inactive {
        margin-right: 13px;
        margin-right: .8125rem
    }
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li .language-title.change-region,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a.change-region {
    line-height: 22px;
    line-height: 1.375rem
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language {
    padding: 0
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language .dropdown-toggle {
    padding-left: 0;
    padding: 12px 20px;
    padding: .75rem 1.25rem
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language .dropdown-toggle:after {
    margin-top: 15px;
    margin-top: .9375rem
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language .icon-language-mobile {
    width: 26px;
    margin-right: 0
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language .dropdown-menu {
    height: 0;
    transition: max-height .25s ease-out
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language .dropdown-menu .dropdown-item {
    background-color: #4d4d4d;
    padding-left: 32px;
    padding-left: 2rem
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language.show .dropdown-menu {
    height: auto;
    max-height: 5000px;
    overflow-x: visible;
    overflow-y: visible;
    transition: max-height 1s ease-in-out !important
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language .language-title {
    color: #fff;
    font-weight: 500
}

.main-menu .mobile-footer-navigation .mobile-user-navigation li.mobile-change-language .language-title label {
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 0
}

@media (min-width:1025px) {
    .main-menu .mobile-footer-navigation {
        display: none
    }
}

.header-banner {
    text-align: center
}

@media (min-width:1025px) {
    .header-banner {
        line-height: 20px;
        line-height: 1.25rem
    }
}

.header-banner .content {
    margin-right: 1.5em;
    padding-top: .3125em;
    padding-bottom: .3125em
}

.minicart {
    margin-top: .1875em;
    vertical-align: top
}

.minicart .minicart-icon {
    font-size: 1.5em
}

.minicart a.minicart-link:hover {
    text-decoration: none
}

.minicart .line-item-quantity {
    margin-top: 10px;
    margin-top: .625rem
}

.minicart .line-item-quantity .quantity-form .quantity-wrapp {
    margin-right: 0
}

@media (min-width:1200px) {
    .minicart .line-item-quantity .quantity-form .quantity-wrapp .quantity-update-btn {
        margin-left: 26px !important;
        margin-left: 1.625rem !important/16px/rem
    }
}

.minicart .line-item-quantity .quantity-label {
    position: absolute;
    z-index: 4;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 12px;
    font-size: .75rem;
    padding-left: 8px;
    padding-left: .5rem;
    padding-top: 3px;
    padding-top: .1875rem
}

@media (max-width:460px) {
    .minicart .line-item-quantity .quantity-label {
        font-size: 11px;
        font-size: .6875rem
    }
}

.minicart .line-item-quantity .quantity-wrapp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 100%
}

@media (max-width:320px) {
    .minicart .line-item-quantity .quantity-wrapp .quantity-input {
        margin-right: 4px;
        margin-right: .25rem
    }
}

.minicart .line-item-quantity .quantity-update-btn {
    width: calc(100% - 60px);
    margin-left: 10px;
    margin-left: .625rem;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 37px;
    line-height: 2.3125rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 50px;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.minicart .line-item-quantity .quantity-update-btn:hover {
    background-color: #9c0011 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.minicart .line-item-quantity .quantity-update-btn:active,
.minicart .line-item-quantity .quantity-update-btn:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.minicart .line-item-quantity .quantity-update-btn.disabled,
.minicart .line-item-quantity .quantity-update-btn:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

@media (max-width:320px) {
    .minicart .line-item-quantity .quantity-update-btn {
        margin-left: 5px;
        margin-left: .3125rem
    }
}

.minicart .minicart-quantity {
    position: absolute;
    left: 65%;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    font-weight: 400;
    line-height: normal;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #fff;
    background-color: #be0216;
    border-radius: 50%;
    -webkit-transform: translate(-49%);
    transform: translate(-49%);
    min-width: 20px;
    min-width: 1.25rem;
    padding: 0 3px;
    padding: 0 .1875rem;
    height: 20px;
    height: 1.25rem;
    line-height: 15px;
    line-height: .9375rem;
    font-size: 12px;
    font-size: .75rem
}

.minicart .pre-order-shipping p {
    color: #be0216
}

@media (min-width:991px) {
    .minicart .pre-order-shipping {
        min-height: 55px;
        min-height: 3.4375rem
    }
}

.minicart .popover .container.cart .product-summary .minicart-products .product-line-item .product-line-item-details .header {
    display: block
}

a.normal {
    color: #be0216;
    text-decoration: underline
}

.slide-up {
    transition-duration: .5s;
    transition-timing-function: ease-in;
    max-height: 100px;
    overflow: hidden
}

.slide-up.hide {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.dropdown-country-selector {
    margin-top: -.0625em
}

.cookie-warning-messaging.cookie-warning {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    display: none
}

.valid-cookie-warning {
    background-color: #4267b2;
    color: #fff;
    white-space: nowrap
}

.valid-cookie-warning p {
    margin-top: 0;
    margin-bottom: .2em;
    padding-right: 2em
}

.header-content {
    z-index: 1050;
    position: relative;
    background: #1c1c1c
}

.header-content .header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.header-content .brand-wrapper,
.header-content .menu-wrapper {
    position: relative;
    width: 100%
}

@media (max-width:1024px) {
    .header-content .menu-wrapper {
        height: 68px;
        height: 4.25rem
    }
}

.header-content .pull-right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

@media (min-width:1025px) {
    .header-content .brand-wrapper {
        position: relative;
        background-color: #2a2a2a;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        max-width: 20.5%
    }

    .header-content .menu-wrapper {
        position: static;
        -ms-flex: 2;
        -webkit-box-flex: 2;
        flex: 2
    }

    .header-content .pull-left,
    .header-content .pull-right {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }

    .header-content .pull-right {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        background-color: #2a2a2a;
        max-width: 510px;
        max-width: 31.875rem
    }

    .header-content .common-header.header-transparent {
        position: absolute;
        width: 100%
    }

    .header-content .common-header.header-transparent .main-menu,
    .header-content .common-header.header-transparent .pull-right {
        background-color: transparent;
        transition: background-color .2s linear
    }

    .header-content .common-header.header-transparent .pull-right .site-search input:focus {
        background-color: transparent
    }

    .header-content .common-header.header-transparent .brand-wrapper,
    .header-content .common-header.header-transparent .menu-wrapper {
        background-color: transparent;
        transition: background-color .2s linear
    }
}

.header-content .navbar-nav .nav-item .nav-link {
    word-break: normal;
    white-space: nowrap
}

@media (min-width:1025px) {
    .header-content .navbar-nav .nav-item .nav-link {
        font-weight: 600;
        letter-spacing: .15em;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 24px;
        line-height: 1.5rem;
        padding: 30px 0 0;
        padding: 1.875rem 0 0
    }
}

@media (min-width:1025px) {

    .common-header .header.menu-full-width.sticky .brand-wrapper,
    .common-header .header.menu-full-width.sticky .common-header,
    .common-header .header.menu-full-width.sticky .main-menu,
    .common-header .header.menu-full-width.sticky .pull-right,
    .header-content.sticky .common-header .brand-wrapper,
    .header-content.sticky .common-header .common-header,
    .header-content.sticky .common-header .main-menu,
    .header-content.sticky .common-header .pull-right,
    .header-content:hover .common-header .brand-wrapper,
    .header-content:hover .common-header .common-header,
    .header-content:hover .common-header .main-menu,
    .header-content:hover .common-header .pull-right {
        background-color: #2a2a2a;
        transition: background-color .2s linear
    }
}

@media (min-width:1025px) {

    .common-header .header.menu-full-width.sticky .site-search input:focus,
    .header-content.sticky .common-header .site-search input:focus,
    .header-content:hover .common-header .site-search input:focus {
        background-color: #4d4d4d
    }
}

@media (min-width:1025px) {

    .common-header.white-bg .header.menu-full-width.sticky .brand-wrapper,
    .common-header.white-bg .header.menu-full-width.sticky .common-header,
    .common-header.white-bg .header.menu-full-width.sticky .main-menu,
    .common-header.white-bg .header.menu-full-width.sticky .pull-right,
    .header-content:hover .common-header.white-bg .brand-wrapper,
    .header-content:hover .common-header.white-bg .common-header,
    .header-content:hover .common-header.white-bg .main-menu,
    .header-content:hover .common-header.white-bg .pull-right {
        background-color: #fff;
        transition: background-color .2s linear
    }
}

.common-header.header-transparent {
    background: linear-gradient(180deg, #2a2a2a, rgba(42, 42, 42, 0))
}

@media (min-width:1440px) {
    .common-header.header-transparent {
        background: linear-gradient(180deg, rgba(42, 42, 42, .8), rgba(42, 42, 42, 0) 72.11%)
    }
}

.common-header.header-transparent:not(.burger-open) {
    background-color: transparent;
    position: absolute;
    width: 100%
}

.common-header.header-transparent .brand-wrapper,
.common-header.header-transparent .menu-wrapper {
    background-color: transparent
}

@media (min-width:1025px) {
    .common-header.header-transparent .header.menu-full-width.sticky {
        transition: background-color .2s linear
    }
}

.header-banner {
    background-color: #1c1c1c;
    color: #fff;
    text-align: inherit
}

.header-banner .col {
    min-height: 0
}

.header-banner .mobile-hidden {
    display: none
}

.header-banner .header-promotion {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding: 7px 0;
    padding: .4375rem 0;
    text-align: center
}

.header-banner ul.user-navigation li {
    padding: 9px 9px 9px 8px;
    padding: .5625rem .5625rem .5625rem .5rem;
    white-space: nowrap
}

@media (max-width:1024px) {
    .header-banner ul.user-navigation li {
        padding: 9px 13px;
        padding: .5625rem .8125rem
    }
}

@media (min-width:1025px) {
    .header-banner ul.user-navigation li:last-of-type {
        margin-right: 20px;
        margin-right: 1.25rem
    }
}

.header-banner ul.user-navigation li.change-language {
    padding-bottom: 6px;
    padding-bottom: .375rem
}

.header-banner ul.user-navigation li i {
    position: relative;
    margin-right: .625rem
}

.header-banner ul.user-navigation li i.icon-account-logout {
    top: 0
}

.header-banner ul.user-navigation li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 15px;
    line-height: .9375rem
}

.header-banner ul.user-navigation li a.change-region {
    line-height: 22px;
    line-height: 1.375rem
}

.header-banner ul.user-navigation li span {
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    line-height: 1.375rem
}

.header-banner ul.user-navigation li:hover {
    background: #4d4d4d
}

.header-banner ul.user-navigation li a,
.header-banner ul.user-navigation li label,
.header-banner ul.user-navigation li span {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em
}

.header-banner ul.user-navigation li.change-language,
.header-banner ul.user-navigation li.my-account {
    position: relative
}

.header-banner ul.user-navigation li.change-language .popover,
.header-banner ul.user-navigation li.my-account .popover {
    min-width: 192px;
    min-width: 12rem;
    position: absolute;
    display: none;
    right: 0;
    top: 100%;
    left: auto;
    background: #4d4d4d;
    border: 0;
    border-radius: 0
}

.header-banner ul.user-navigation li.change-language .popover a,
.header-banner ul.user-navigation li.my-account .popover a {
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    line-height: 28px;
    line-height: 1.75rem;
    padding: 14px 20px;
    padding: .875rem 1.25rem
}

.header-banner ul.user-navigation li.change-language .popover:after,
.header-banner ul.user-navigation li.change-language .popover:before,
.header-banner ul.user-navigation li.my-account .popover:after,
.header-banner ul.user-navigation li.my-account .popover:before {
    left: 1.5rem
}

.header-banner ul.user-navigation li.change-language .popover.show,
.header-banner ul.user-navigation li.my-account .popover.show {
    display: block
}

.header-banner ul.user-navigation li.change-language {
    line-height: 22px;
    line-height: 1.375rem
}

@media (max-width:1200px) {
    .header-banner ul.user-navigation li.change-language {
        padding-top: 4px;
        padding-top: .25rem
    }
}

.header-banner ul.user-navigation li.change-language .popover {
    min-width: 129px;
    min-width: 8.0625rem
}

.header-banner ul.user-navigation li.change-language .icon-language-mobile {
    width: 28px;
    height: 31px
}

@media (min-width:992px) {
    .header-banner ul.user-navigation li.change-language .icon-language-mobile {
        margin-right: 0;
        margin-top: -5px;
        margin-top: -.3125rem
    }
}

.header-banner ul.user-navigation li.change-language label {
    margin-bottom: 0;
    color: #fff
}

@media (max-width:1200px) {

    .header-banner .user-links.mobile-hidden ul.user-navigation li>a,
    .header-banner .user-links.mobile-hidden ul.user-navigation li>a span,
    .header-banner .user-links.mobile-hidden ul.user-navigation li>label span,
    .header-banner .user-links.mobile-hidden ul.user-navigation li>span,
    .header-banner .user-links.mobile-hidden ul.user-navigation li label {
        font-size: 0
    }
}

@media (max-width:1200px) {
    .header-banner .user-links.mobile-hidden ul.user-navigation li:last-of-type {
        margin-right: 28px;
        margin-right: 1.75rem
    }
}

@media (max-width:1200px) {

    #addNewDeliveryAddressModal .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    #addNewDeliveryAddressModal .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    #addNewDeliveryAddressModal .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    #addNewDeliveryAddressModal .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    #edit-account-address .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    #edit-account-address .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    #edit-account-address .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    #edit-account-address .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    #editDeliveryAddressModal .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    #editDeliveryAddressModal .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    #editDeliveryAddressModal .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    #editDeliveryAddressModal .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .increaseQty:after,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .reduceQty:before,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .increaseQty:after,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .reduceQty:before,
    #paypalAccordion .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    #paypalAccordion .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    #paypalAccordion .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    #paypalAccordion .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    .authentic-wrapper .header-wrapper .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .authentic-header:before,
    .authentic-wrapper .header-wrapper .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .authentic-header:before,
    .brand-protection-content-wrapper .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .check-wine-button.loader:after,
    .brand-protection-content-wrapper .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .check-wine-button.loader:after,
    .close .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region i.close-modal,
    .close .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list i.close-modal,
    .container-wineplan-wrapper .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    .container-wineplan-wrapper .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    .container-wineplan-wrapper .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    .container-wineplan-wrapper .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    .custom-checkbox-toggle .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-toggle .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    .custom-checkbox-toggle .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-toggle .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    .custom-checkbox-twe .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-twe .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    .custom-checkbox-twe .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-twe .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    .custom-radio-twe .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    .custom-radio-twe .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    .custom-radio-twe .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    .custom-radio-twe .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-selectbox:after,
    .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #edit-account-address .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region #paypalAccordion .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .authentic-wrapper .header-wrapper .authentic-header:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .brand-protection-content-wrapper .check-wine-button.loader:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .close i.close-modal,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-checkbox-toggle .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-checkbox-twe .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-radio-twe .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-select:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .icon,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .icon-account-header-white,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .icon-header-region-selection-inactive,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .icon-wishlist-header-white,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .ingredients-list .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .menu-toggleable-left.in .dropdown-toggle:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .mobile-side-bar i.back-to-list,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .mobile-side-bar i.view-more,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .navbar-header .navbar-toggler .icon-hamburger-active-close,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .navbar-header .navbar-toggler .icon-hamburger-inactive,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .product-detail .add-to-wishlist:hover:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .product-tile .add-to-wishlist:hover:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .remove-product,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .shrinked-search-icon.fa-search:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .site-search .fa-close:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .site-search .fa-search:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .suspicious-header .header:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region footer .row-newsletter-subscription .newsletter-error-msg .logo,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region footer .row-newsletter-subscription .newsletter-success-msg .logo,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #edit-account-address .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list #paypalAccordion .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .authentic-wrapper .header-wrapper .authentic-header:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .brand-protection-content-wrapper .check-wine-button.loader:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .close i.close-modal,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-checkbox-toggle .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-checkbox-twe .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-radio-twe .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-select:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .icon,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .icon-account-header-white,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .icon-header-region-selection-inactive,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .icon-wishlist-header-white,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .ingredients-list .custom-checkbox .custom-control-label:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .menu-toggleable-left.in .dropdown-toggle:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .mobile-side-bar i.back-to-list,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .mobile-side-bar i.view-more,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .navbar-header .navbar-toggler .icon-hamburger-active-close,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .navbar-header .navbar-toggler .icon-hamburger-inactive,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .product-detail .add-to-wishlist:hover:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .product-tile .add-to-wishlist:hover:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .remove-product,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .shrinked-search-icon.fa-search:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .site-search .fa-close:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .site-search .fa-search:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .suspicious-header .header:before,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list footer .row-newsletter-subscription .newsletter-error-msg .logo,
    .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list footer .row-newsletter-subscription .newsletter-success-msg .logo,
    .ingredients-list .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-input:checked~.custom-control-label:after,
    .ingredients-list .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-control-label:before,
    .ingredients-list .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-input:checked~.custom-control-label:after,
    .ingredients-list .custom-checkbox .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-control-label:before,
    .menu-toggleable-left.in .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .dropdown-toggle:after,
    .menu-toggleable-left.in .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .dropdown-toggle:after,
    .mobile-side-bar .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region i.back-to-list,
    .mobile-side-bar .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region i.view-more,
    .mobile-side-bar .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list i.back-to-list,
    .mobile-side-bar .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list i.view-more,
    .multilevel-dropdown .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .dropdown-item.dropdown>.dropdown-toggle:after,
    .multilevel-dropdown .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .dropdown-item.dropdown>.dropdown-toggle:after,
    .navbar-header .navbar-toggler .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .icon-hamburger-active-close,
    .navbar-header .navbar-toggler .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .icon-hamburger-inactive,
    .navbar-header .navbar-toggler .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .icon-hamburger-active-close,
    .navbar-header .navbar-toggler .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .icon-hamburger-inactive,
    .product-detail .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .add-to-wishlist:hover:after,
    .product-detail .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .add-to-wishlist:hover:after,
    .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-selectbox:after,
    .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-selectbox:after,
    .product-tile .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .add-to-wishlist:hover:after,
    .product-tile .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .add-to-wishlist:hover:after,
    .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .panel-headng:after,
    .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .panel-headng:after,
    .site-search .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .fa-close:before,
    .site-search .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .fa-search:before,
    .site-search .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .fa-close:before,
    .site-search .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .fa-search:before,
    .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .custom-selectbox:after,
    .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .custom-selectbox:after,
    .suspicious-header .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .header:before,
    .suspicious-header .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .header:before,
    footer .row-newsletter-subscription .newsletter-error-msg .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .logo,
    footer .row-newsletter-subscription .newsletter-error-msg .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .logo,
    footer .row-newsletter-subscription .newsletter-success-msg .header-banner .user-links.mobile-hidden ul.user-navigation li.change-region .logo,
    footer .row-newsletter-subscription .newsletter-success-msg .header-banner .user-links.mobile-hidden ul.user-navigation li.wish-list .logo {
        margin-right: 0
    }
}

.header-banner .slot-content {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em
}

@media (min-width:1025px) {
    .header-banner .mobile-hidden {
        display: block
    }

    .header-banner .rewards-balance {
        display: block;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 1.05px;
        letter-spacing: .06563rem;
        padding: 10px 0;
        padding: .625rem 0;
        margin: 0 10px 0 5px;
        margin: 0 .625rem 0 .3125rem;
        font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
        font-weight: 400
    }

    .header-banner ul.user-navigation {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
        position: relative;
        margin-right: -15px;
        margin-right: -.9375rem
    }
}

.remove-padding {
    padding: 0
}

.navbar-header {
    height: inherit;
    padding: 0
}

.navbar-header .search {
    display: inline-block
}

@media (min-width:1025px) {
    .navbar-header .search {
        display: inline-block;
        margin: 10px 0;
        margin: .625rem 0
    }

    .navbar-header .search.non-transactional {
        margin-right: 20px;
        margin-right: 1.25rem
    }
}

.navbar-header .minicart,
.navbar-header .navbar-toggler {
    line-height: inherit;
    padding: 0;
    margin: 0
}

.navbar-header .navbar-toggler {
    font-size: 19px;
    height: inherit
}

@media (min-width:1025px) {
    .navbar-header .navbar-toggler {
        display: none
    }
}

.navbar-header .minicart {
    margin-top: 0;
    height: 100%;
    padding-top: 0
}

@media (min-width:1025px) {
    .navbar-header .minicart {
        margin: 0;
        padding: 20px 0 17px 20px;
        padding: 1.25rem 0 1.0625rem 1.25rem;
        margin-right: 30px;
        margin-right: 1.875rem
    }
}

.navbar-header .minicart .minicart-total {
    position: relative
}

.navbar-header.brand {
    padding: 0
}

.navbar-header.content-page-header {
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    padding: .625rem 0;
    background: #fff
}

.navbar-header.content-page-header .content-asset {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .navbar-header.content-page-header {
        padding: 10px 0;
        padding: .625rem 0
    }

    .navbar-header.content-page-header .content-asset {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: start;
        margin-left: 30px;
        margin-left: 1.875rem
    }
}

.navbar-header.navbar-navigation {
    margin-bottom: 1px;
    margin-bottom: .0625rem;
    box-shadow: none
}

@media (max-width:1024px) {
    .navbar-header.navbar-navigation {
        padding-top: 5px;
        padding-top: .3125rem;
        padding-bottom: 5px;
        padding-bottom: .3125rem
    }
}

@media (min-width:1025px) {
    .navbar-header.navbar-navigation {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        margin: 0;
        box-shadow: none;
        height: 84px;
        height: 5.25rem
    }
}

.brand-wrapper .brand {
    position: absolute;
    left: 50%;
    width: auto;
    margin-left: 0;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
    bottom: -3.125rem;
    height: 38px;
    height: 2.375rem
}

.brand-wrapper .brand .brand-logo img {
    width: auto;
    max-width: 72.58px;
    max-width: 4.53625rem
}

@media (min-width:1025px) {
    .brand-wrapper .brand {
        top: 50%;
        left: 0;
        bottom: inherit;
        height: auto;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .brand-wrapper .brand .brand-logo img {
        display: block;
        padding-left: 53px;
        padding-left: 3.3125rem;
        max-width: 191px;
        max-width: 11.9375rem
    }
}

@media (max-width:1025px) {
    .navbar.fixed-top-mobile {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }
}

.account-name {
    padding: 9px 20px;
    padding: .5625rem 1.25rem;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.icon-cart-dark,
.icon-search-dark {
    display: none !important
}

@media (min-width:1025px) {

    .white-bg .icon-cart-dark,
    .white-bg .icon-search-dark {
        display: block !important
    }

    .white-bg .icon-cart-empty,
    .white-bg .icon-cart-full,
    .white-bg .icon-search-white {
        display: none !important
    }
}

.megamenu-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 16;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out !important
}

.megamenu-wrapper.show {
    opacity: 1;
    height: auto;
    min-height: 509px;
    min-height: 31.8125rem
}

.megamenu-wrapper .megamenu-container {
    display: block;
    max-width: 1130px;
    max-width: 70.625rem;
    padding: 15px 30px;
    padding: .9375rem 1.875rem
}

@media (min-width:1440px) {
    .megamenu-wrapper .megamenu-container {
        max-width: 1200px;
        max-width: 75rem;
        padding: 33px 0;
        padding: 2.0625rem 0
    }
}

.megamenu-wrapper .mega-menu-subcategories-list,
.megamenu-wrapper .mega-menu-subcategories-list ul,
.megamenu-wrapper .mega-menu-subcategories-list ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.megamenu-wrapper .mega-menu-subcategories-list>li {
    display: none
}

.megamenu-wrapper .mega-menu-subcategories-list>li.active {
    display: block
}

.megamenu-wrapper .mega-menu-subcategories-list .megamenu-panel {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow-y: auto;
    min-height: 509px;
    min-height: 31.8125rem
}

.megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper {
    width: 100%
}

.megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper>ul {
    padding: 0;
    margin: 0;
    -webkit-column-rule: none;
    column-rule: none;
    -webkit-column-count: 5;
    column-count: 5;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper>ul.three-grid {
    -webkit-column-count: 3;
    column-count: 3
}

@media (min-width:1440px) {
    .megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper>ul.three-grid {
        -webkit-column-gap: 0;
        column-gap: 0
    }
}

.megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper>ul.five-grid {
    -webkit-column-count: 5;
    column-count: 5
}

@media (min-width:1440px) {
    .megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper>ul.five-grid {
        -webkit-column-gap: 0;
        column-gap: 0
    }
}

.megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper>ul>li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

@media (min-width:1440px) {
    .megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper>ul>li {
        min-width: 240px;
        min-width: 15rem
    }
}

.megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper+.mega-menu-content {
    width: calc(40% + 48px);
    width: calc(40% + 48px)/16px/rem
}

@media (min-width:1440px) {
    .megamenu-wrapper .mega-menu-subcategories-list .subcategories-wrapper+.mega-menu-content {
        width: calc(50% + 68px);
        width: calc(50% + 68px)/16px/rem
    }
}

.megamenu-wrapper .mega-menu-subcategories-list .mega-menu-content {
    color: #4d4d4d;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-top: 8px;
    margin-top: .5rem
}

.megamenu-wrapper .mega-menu-subcategories-list .mega-menu-content a {
    color: #2a2a2a;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .05em;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 8px;
    margin-top: .5rem
}

.megamenu-wrapper .mega-menu-subcategories-list .mega-menu-content a:after {
    content: "";
    border-bottom-style: solid;
    border-bottom-color: #2a2a2a;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 1px;
    border-bottom-width: 2px;
    border-bottom-width: .125rem
}

.megamenu-wrapper .mega-menu-subcategories-list .mega-menu-subcategory-title {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #2a2a2a;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .15em;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

.megamenu-wrapper .mega-menu-subcategories-list .second-level-category {
    height: 41px;
    height: 2.5625rem;
    min-height: 41px;
    min-height: 2.5625rem
}

.megamenu-wrapper .mega-menu-subcategories-list .second-level-category a {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .15em;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 21px;
    margin-bottom: 1.3125rem
}

@media (min-width:1025px) {
    .mobile-side-bar i.view-more {
        display: none !important
    }
}

@media (max-width:1024px) {
    .brand-wrapper .parent-menu-label {
        position: absolute;
        left: 50%;
        width: auto;
        margin-left: 0;
        z-index: 2;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        bottom: -60px;
        bottom: -3.75rem;
        height: 38px;
        height: 2.375rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem
    }

    .mobile-side-bar.show {
        display: block;
        left: 0
    }

    .mobile-side-bar .mobile-menu-container {
        top: 0;
        width: 100%;
        display: block;
        height: 100%;
        padding-bottom: 116px;
        padding-bottom: 7.25rem
    }

    .mobile-side-bar ul {
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 1;
        background-color: #1c1c1c
    }

    .mobile-side-bar ul li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .mobile-side-bar ul li.parent-menu,
    .mobile-side-bar ul li:after,
    .mobile-side-bar ul li:before {
        display: none
    }

    .mobile-side-bar ul li.active>ul {
        display: block;
        height: 100vh
    }

    .mobile-side-bar ul li>a {
        display: block;
        width: 100%;
        transition: all .35s;
        text-decoration: none;
        position: relative;
        background-color: #1c1c1c;
        font-weight: 400;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem;
        height: 70px;
        height: 4.375rem;
        padding: 24px;
        padding: 1.5rem
    }

    .mobile-side-bar ul li>a:focus,
    .mobile-side-bar ul li>a:hover {
        background-color: transparent
    }

    .mobile-side-bar ul li>a i.view-more {
        position: absolute;
        color: #fff;
        right: 18px;
        right: 1.125rem
    }

    .mobile-side-bar ul li>a.back-to-main,
    .mobile-side-bar ul li>a.main-cat {
        text-transform: uppercase
    }

    .mobile-side-bar ul li>a.back-to-main i.back-to-list {
        position: relative;
        color: #fff;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 10px;
        margin-right: .625rem;
        left: -7px;
        left: -.4375rem
    }

    .mobile-side-bar ul li>a.no-sub-category i {
        display: none
    }

    .mobile-side-bar ul li>a.top-cat {
        font-weight: 400;
        text-transform: uppercase;
        color: #9d9d9c;
        padding: 39px 24px 15px;
        padding: 2.4375rem 1.5rem .9375rem;
        font-size: 16px;
        font-size: 1rem;
        line-height: 19px;
        line-height: 1.1875rem
    }

    .mobile-side-bar ul li>ul {
        display: none;
        left: 100%;
        position: absolute;
        top: 0
    }

    .mobile-side-bar ul li>ul.mega-nav-sub-menu {
        display: block;
        position: static
    }

    .mobile-side-bar ul li>ul.mega-nav-sub-menu a {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 22px;
        line-height: 1.375rem
    }

    .mobile-side-bar .first-level-category-content {
        display: none
    }
}

.navbar-header .navbar-toggler .icon-hamburger-inactive {
    margin: 5px 0 0 10px;
    margin: .3125rem 0 0 .625rem
}

.navbar-header .navbar-toggler .icon-hamburger-active-close {
    margin: 10px 0 0 20px;
    margin: .625rem 0 0 1.25rem
}

.bred {
    border: 1px solid red !important
}

.search-mobile {
    border-bottom: none;
    background-color: #2a2a2a
}

@media (min-width:1025px) {
    .search-mobile {
        display: none
    }
}

.suggestions {
    position: static;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    z-index: 3;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.suggestions::-webkit-scrollbar {
    width: 0 !important
}

@media (max-width:1024.98px) {
    .suggestions {
        overflow-y: scroll;
        overflow-x: hidden
    }
}

@media (min-width:576px) and (max-width:1024.98px) {
    .suggestions {
        left: 50%
    }
}

@media (min-width:576px) {
    .suggestions {
        width: 50%
    }
}

@media (min-width:1025px) {
    .suggestions {
        display: block;
        position: absolute;
        border: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        right: 0;
        left: inherit;
        width: 100%;
        min-width: 375px;
        min-width: 23.4375rem
    }
}

.suggestions .item .col-sm-2 a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 50px;
    height: 3.125rem;
    width: 45px;
    width: 2.8125rem;
    margin-right: 10px;
    margin-right: .625rem
}

.suggestions .item .col-sm-2 a .swatch-circle {
    position: relative;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0;
    border: none;
    height: 50px;
    height: 3.125rem
}

.suggestions .header:not(:first-child) {
    border-top: 1px solid #9d9d9c
}

.suggestions .header {
    padding-top: 28px;
    padding-top: 1.75rem;
    padding-bottom: 9px;
    padding-bottom: .5625rem;
    border-bottom: none
}

.suggestions .header .brand-suggestion,
.suggestions .header .category-suggestion,
.suggestions .header .content-suggestion,
.suggestions .header .do-you-mean,
.suggestions .header .popular-suggestion,
.suggestions .header .produce-suggestion {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #9d9d9c;
    text-transform: uppercase;
    padding: 10px 0 0;
    padding: .625rem 0 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem
}

.suggestions .header .do-you-mean {
    padding-top: 20px;
    padding-top: 1.25rem
}

@media (max-width:1024px) {
    .suggestions .header .do-you-mean {
        padding-top: 4px;
        padding-top: .25rem
    }
}

.suggestions .header .produce-suggestion {
    padding-top: 8px;
    padding-top: .5rem
}

.suggestions .header .brand-suggestion,
.suggestions .header .category-suggestion,
.suggestions .header .content-suggestion,
.suggestions .header .popular-suggestion {
    padding-top: 1px;
    padding-top: .0625rem
}

.suggestions .header .produce-suggestion {
    padding-bottom: 26px;
    padding-bottom: 1.625rem
}

.suggestions .item {
    padding: 10px 0 10px 15px;
    padding: .625rem 0 .625rem .9375rem
}

.suggestions .item .name {
    margin-top: 0;
    white-space: normal
}

.suggestions .item .name a {
    color: #4d4d4d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem
}

@media (max-width:1024px) {
    .suggestions .item .name a {
        line-height: 19px;
        line-height: 1.1875rem
    }
}

.suggestions .term a {
    color: #4d4d4d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem
}

@media (max-width:1024px) {
    .suggestions .term a {
        line-height: 19px;
        line-height: 1.1875rem
    }
}

.suggestions .recent-search-phrase-header {
    color: #9d9d9c;
    text-transform: uppercase;
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.suggestions .recent-search-phrase-header>div {
    padding-left: 0
}

.suggestions .recent-search-phrase-header .recent-search-phrase-header-wrap {
    padding-left: 0 !important
}

.suggestions .suggestions-brand .name,
.suggestions .suggestions-brand .term,
.suggestions .suggestions-categories .name,
.suggestions .suggestions-categories .term,
.suggestions .suggestions-content .name,
.suggestions .suggestions-content .term,
.suggestions .suggestions-phrases .name,
.suggestions .suggestions-phrases .term,
.suggestions .suggestions-product-phrases .name,
.suggestions .suggestions-product-phrases .term,
.suggestions .suggestions-products .name,
.suggestions .suggestions-products .term,
.suggestions .suggestions-recent-phrases .name,
.suggestions .suggestions-recent-phrases .term {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: capitalize;
    padding-left: 0
}

@media (min-width:576px) {

    .suggestions .suggestions-brand.suggestions-products .name,
    .suggestions .suggestions-categories.suggestions-products .name,
    .suggestions .suggestions-content.suggestions-products .name,
    .suggestions .suggestions-phrases.suggestions-products .name,
    .suggestions .suggestions-product-phrases.suggestions-products .name,
    .suggestions .suggestions-products.suggestions-products .name,
    .suggestions .suggestions-recent-phrases.suggestions-products .name {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        padding-left: 0
    }
}

.suggestions .suggestions-brand.suggestions-products .item,
.suggestions .suggestions-categories.suggestions-products .item,
.suggestions .suggestions-content.suggestions-products .item,
.suggestions .suggestions-phrases.suggestions-products .item,
.suggestions .suggestions-product-phrases.suggestions-products .item,
.suggestions .suggestions-products.suggestions-products .item,
.suggestions .suggestions-recent-phrases.suggestions-products .item {
    margin-bottom: 38px;
    margin-bottom: 2.375rem
}

@media (max-width:1024px) {

    .suggestions .suggestions-brand.suggestions-products .item,
    .suggestions .suggestions-categories.suggestions-products .item,
    .suggestions .suggestions-content.suggestions-products .item,
    .suggestions .suggestions-phrases.suggestions-products .item,
    .suggestions .suggestions-product-phrases.suggestions-products .item,
    .suggestions .suggestions-products.suggestions-products .item,
    .suggestions .suggestions-recent-phrases.suggestions-products .item {
        padding-bottom: 0;
        padding-top: 0
    }
}

.suggestions .search-brand-content,
.suggestions .suggestion-product-image {
    display: none
}

.site-search {
    width: 100%;
    height: inherit
}

.site-search .placeholder {
    position: absolute;
    top: 50%;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem
}

.site-search .site-search-button {
    background: transparent;
    padding: 0;
    border: none;
    position: absolute;
    top: 11px;
    right: -1px
}

@media (min-width:1025px) {
    .site-search .site-search-button {
        z-index: 4
    }
}

.site-search .fa-search {
    top: 0;
    right: 15px
}

.site-search .fa-close {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 4px;
    padding: .25rem;
    display: none;
    cursor: pointer;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4
}

.site-search input {
    position: relative;
    border-radius: 0;
    z-index: 1;
    color: #4d4d4d;
    background-color: transparent;
    height: 40px;
    height: 2.5rem;
    padding: 24px 0;
    padding: 1.5rem 0
}

.site-search input:focus {
    color: #4d4d4d;
    background-color: #fff
}

@media (min-width:1025px) {
    .site-search input {
        padding-right: 9%;
        border-radius: 0
    }
}

@media (max-width:1440px) {
    .site-search input {
        padding-right: 14%
    }
}

@media (min-width:1025px) {
    .site-search {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        width: 100%;
        border: none;
        background-color: transparent;
        border-radius: 0;
        max-width: 855px;
        max-width: 53.4375rem
    }

    .site-search form {
        width: 100%
    }
}

@media (min-width:1200px) {
    .site-search .placeholder {
        width: 100%
    }
}

.shrinked-search-icon {
    display: none !important
}

@media (max-width:575.98px) {

    .collapsible-xs .card-header:after,
    .collapsible-xs .title:after {
        display: block;
        clear: both;
        content: "";
        float: right;
        content: "\F078";
        font-family: FontAwesome
    }

    .collapsible-xs .card-body,
    .collapsible-xs .content {
        display: none
    }

    .collapsible-xs.active .card-header:after,
    .collapsible-xs.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-xs.active .card-body,
    .collapsible-xs.active .content {
        display: block
    }
}

.container div.collapsible-xs a.title {
    color: #000;
    text-decoration: none
}

.container div.collapsible-xs a.title:hover {
    text-decoration: none
}

@media (max-width:767.98px) {

    .collapsible-sm .card-header:after,
    .collapsible-sm .title:after {
        display: block;
        clear: both;
        content: "";
        float: right;
        content: "\F078";
        font-family: FontAwesome
    }

    .collapsible-sm .card-body,
    .collapsible-sm .content {
        display: none
    }

    .collapsible-sm.active .card-header:after,
    .collapsible-sm.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-sm.active .card-body,
    .collapsible-sm.active .content {
        display: block
    }
}

.container div.collapsible-sm a.title {
    color: #000;
    text-decoration: none
}

.container div.collapsible-sm a.title:hover {
    text-decoration: none
}

@media (max-width:991.98px) {

    .collapsible-md .card-header:after,
    .collapsible-md .title:after {
        display: block;
        clear: both;
        content: "";
        float: right;
        content: "\F078";
        font-family: FontAwesome
    }

    .collapsible-md .card-body,
    .collapsible-md .content {
        display: none
    }

    .collapsible-md.active .card-header:after,
    .collapsible-md.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-md.active .card-body,
    .collapsible-md.active .content {
        display: block
    }
}

.container div.collapsible-md a.title {
    color: #000;
    text-decoration: none
}

.container div.collapsible-md a.title:hover {
    text-decoration: none
}

@media (max-width:1024.98px) {

    .collapsible-lg .card-header:after,
    .collapsible-lg .title:after {
        display: block;
        clear: both;
        content: "";
        float: right;
        content: "\F078";
        font-family: FontAwesome
    }

    .collapsible-lg .card-body,
    .collapsible-lg .content {
        display: none
    }

    .collapsible-lg.active .card-header:after,
    .collapsible-lg.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-lg.active .card-body,
    .collapsible-lg.active .content {
        display: block
    }
}

.container div.collapsible-lg a.title {
    color: #000;
    text-decoration: none
}

.container div.collapsible-lg a.title:hover {
    text-decoration: none
}

@media (max-width:1199.98px) {

    .collapsible-lxl .card-header:after,
    .collapsible-lxl .title:after {
        display: block;
        clear: both;
        content: "";
        float: right;
        content: "\F078";
        font-family: FontAwesome
    }

    .collapsible-lxl .card-body,
    .collapsible-lxl .content {
        display: none
    }

    .collapsible-lxl.active .card-header:after,
    .collapsible-lxl.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-lxl.active .card-body,
    .collapsible-lxl.active .content {
        display: block
    }
}

.container div.collapsible-lxl a.title {
    color: #000;
    text-decoration: none
}

.container div.collapsible-lxl a.title:hover {
    text-decoration: none
}

@media (max-width:1919.98px) {

    .collapsible-xl .card-header:after,
    .collapsible-xl .title:after {
        display: block;
        clear: both;
        content: "";
        float: right;
        content: "\F078";
        font-family: FontAwesome
    }

    .collapsible-xl .card-body,
    .collapsible-xl .content {
        display: none
    }

    .collapsible-xl.active .card-header:after,
    .collapsible-xl.active .title:after {
        content: "\F077";
        margin-top: -.125em
    }

    .collapsible-xl.active .card-body,
    .collapsible-xl.active .content {
        display: block
    }
}

.container div.collapsible-xl a.title {
    color: #000;
    text-decoration: none
}

.container div.collapsible-xl a.title:hover {
    text-decoration: none
}

.collapsible-xxl .card-header:after,
.collapsible-xxl .title:after {
    display: block;
    clear: both;
    content: "";
    float: right;
    content: "\F078";
    font-family: FontAwesome
}

.collapsible-xxl .card-body,
.collapsible-xxl .content {
    display: none
}

.collapsible-xxl.active .card-header:after,
.collapsible-xxl.active .title:after {
    content: "\F077";
    margin-top: -.125em
}

.collapsible-xxl.active .card-body,
.collapsible-xxl.active .content {
    display: block
}

.container div.collapsible-xxl a.title {
    color: #000;
    text-decoration: none
}

.container div.collapsible-xxl a.title:hover {
    text-decoration: none
}

footer {
    border-top: 1px solid #9d9d9c;
    background-color: #2a2a2a;
    padding-top: 50px;
    padding-top: 3.125rem
}

#loginShowModal footer .h2,
#loginShowModal footer .h3,
footer,
footer #loginShowModal .h2,
footer #loginShowModal .h3,
footer .h2,
footer .h3,
footer h2,
footer h3 {
    color: #fff
}

footer ul {
    list-style: none;
    padding-left: 0
}

#loginShowModal footer .h3,
footer #loginShowModal .h3,
footer .h3,
footer h3 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem
}

footer #newsletterSubscribeForm .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

@media (max-width:991.98px) {
    footer #newsletterSubscribeForm .form-group {
        display: block
    }
}

footer .row-newsletter-subscription {
    width: 550px;
    width: 34.375rem;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:991.98px) {
    footer .row-newsletter-subscription {
        width: auto
    }
}

@media (min-width:992px) {
    footer .row-newsletter-subscription {
        width: 100%;
        max-width: 1016px;
        max-width: 63.5rem
    }
}

#loginShowModal footer .row-newsletter-subscription .h3,
footer .row-newsletter-subscription #loginShowModal .h3,
footer .row-newsletter-subscription .h3,
footer .row-newsletter-subscription h3 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 31px;
    line-height: 1.9375rem;
    letter-spacing: .9px;
    letter-spacing: .05625rem;
    text-align: center;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

footer .row-newsletter-subscription .form-group:after {
    display: none
}

@media (min-width:1200px) {
    footer .row-newsletter-subscription .col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm label {
    text-align: left;
    color: #9d9d9c
}

footer .row-newsletter-subscription #newsletterSubscribeForm label:after {
    display: none
}

footer .row-newsletter-subscription #newsletterSubscribeForm label a {
    text-decoration: underline
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.required label {
    left: 9px;
    left: .5625rem
}

footer .row-newsletter-subscription #newsletterSubscribeForm .newsletter-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletter-wrapper {
        width: 100%;
        max-width: 960px;
        max-width: 60rem
    }
}

@media (min-width:1200px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletter-wrapper {
        width: 100vw;
        max-width: 1094px;
        max-width: 68.375rem
    }
}

@media (max-width:991.98px) {

    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletter-wrapper .form-group,
    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletter-wrapper .newsletterButton {
        width: 100%
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeFirstName,
footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeLastName {
    max-width: 100%
}

@media (min-width:992px) {

    footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeFirstName,
    footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeLastName {
        max-width: 190px;
        max-width: 11.875rem
    }
}

@media (min-width:1200px) {

    footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeFirstName,
    footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeLastName {
        max-width: 203px;
        max-width: 12.6875rem
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeEmail {
    position: relative;
    border-radius: 0;
    z-index: 1;
    color: #fff;
    background-color: transparent;
    max-width: 100%;
    height: 40px;
    height: 2.5rem
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeEmail {
        width: 210px;
        width: 13.125rem;
        max-width: 210px;
        max-width: 13.125rem
    }
}

@media (min-width:1200px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeEmail {
        width: 260px;
        width: 16.25rem;
        max-width: 260px;
        max-width: 16.25rem
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeEmail:focus {
    color: #fff;
    border: none;
    border-bottom: 1px solid #9d9d9c
}

footer .row-newsletter-subscription #newsletterSubscribeForm #newsletterSubscribeEmail.is-invalid {
    color: #fff !important
}

footer .row-newsletter-subscription #newsletterSubscribeForm input {
    color: #fff;
    background-color: transparent;
    width: 100%;
    padding-left: 9px;
    padding-left: .5625rem
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm input {
        width: 203px;
        width: 12.6875rem
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm input:-ms-input-placeholder {
    color: #9d9d9c
}

footer .row-newsletter-subscription #newsletterSubscribeForm input::-webkit-input-placeholder {
    color: #9d9d9c
}

footer .row-newsletter-subscription #newsletterSubscribeForm input::placeholder {
    color: #9d9d9c
}

footer .row-newsletter-subscription #newsletterSubscribeForm input:focus {
    color: #fff;
    border: none;
    border-bottom: 1px solid #9d9d9c
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletterButton {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm .newsletterButton button {
    font-size: 14px;
    font-size: .875rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 10px 40px;
    padding: .625rem 2.5rem;
    min-height: 40px;
    min-height: 2.5rem;
    min-width: 115px;
    min-width: 7.1875rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem
}

@media (max-width:991.98px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletterButton button {
        width: 100%
    }
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletterButton button {
        width: 260px;
        width: 16.25rem
    }
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletterInput {
        padding-right: 15px;
        padding-right: .9375rem
    }
}

@media (min-width:1200px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .newsletterInput {
        padding-right: 30px;
        padding-right: 1.875rem
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.error-input,
footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.success-input {
    margin-bottom: 0
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.error-input .invalid-feedback,
footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.success-input .invalid-feedback {
    padding: 0 9px;
    padding: 0 .5625rem;
    display: block
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.success-input .invalid-feedback {
    color: #008827;
    opacity: 1
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.newsletterInput {
    display: block
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.error-input {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.error-input .invalid-feedback {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .8px;
    letter-spacing: .05rem
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.error-input .invalid-feedback {
        max-width: 190px;
        max-width: 11.875rem
    }
}

@media (min-width:1200px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.error-input .invalid-feedback {
        max-width: 280px;
        max-width: 17.5rem
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group.custom-input.error-input input {
    color: #fff !important
}

footer .row-newsletter-subscription #newsletterSubscribeForm .captcha {
    width: 34%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991.98px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .captcha {
        width: 304px;
        width: 19rem
    }
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .captcha {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

@media (min-width:1200px) {
    footer .row-newsletter-subscription #newsletterSubscribeForm .captcha {
        width: 35%
    }
}

footer .row-newsletter-subscription #newsletterSubscribeForm .captcha .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .row-newsletter-subscription #newsletterSubscribeForm .form-group {
    margin-bottom: 0
}

footer .row-newsletter-subscription .newsletter-error-msg,
footer .row-newsletter-subscription .newsletter-success-msg {
    display: none;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

footer .row-newsletter-subscription .newsletter-error-msg .logo,
footer .row-newsletter-subscription .newsletter-success-msg .logo {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    vertical-align: middle !important;
    margin-right: 5px;
    margin-right: .3125rem
}

footer .row-newsletter-subscription #invalid-captcha-value,
footer .row-newsletter-subscription .newsletter-error-msg .text {
    color: red
}

@media (min-width:992px) {
    footer .row-newsletter-subscription #invalid-captcha-value {
        margin-left: 20px;
        margin-left: 1.25rem
    }
}

footer .row-newsletter-subscription .terms-and-conditions {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: center
}

footer .row-newsletter-subscription .terms-and-conditions a {
    color: #fff
}

footer .row-newsletter-subscription.hide-captcha .newsletter-wrapper .captcha {
    display: none
}

#loginShowModal footer.footer-checkout .h3,
footer.footer-checkout #loginShowModal .h3,
footer.footer-checkout .h3,
footer.footer-checkout h3 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

footer.footer-checkout .credit-cards {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media (min-width:768px) and (max-width:991.98px) {
    footer .container {
        max-width: 100%
    }
}

#consent-tracking .button-wrapper button {
    margin: 8px;
    margin: .5rem
}

.container .footer-container {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    .container .footer-container {
        border-top: 1px solid #9d9d9c;
        border-bottom: 1px solid #9d9d9c;
        padding: 50px 0;
        padding: 3.125rem 0
    }
}

@media (max-width:991.98px) {
    .container .footer-container {
        margin-left: -15px;
        margin-left: -.9375rem;
        margin-right: -15px;
        margin-right: -.9375rem
    }
}

.container .footer-container .footer-item {
    border-bottom: none;
    padding: 10px 0;
    padding: .625rem 0
}

@media (min-width:768px) {
    .container .footer-container .footer-item {
        padding: 0 30px 0 0;
        padding: 0 1.875rem 0 0
    }

    .container .footer-container .footer-item:last-child {
        padding-right: 0
    }

    .container .footer-container .footer-item:last-child .icon-arrow-down-line-light-nobg,
    .container .footer-container .footer-item:last-child .menu-toggleable-left.in .dropdown-toggle:after,
    .container .footer-container .footer-item:last-child .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
    .menu-toggleable-left.in .container .footer-container .footer-item:last-child .dropdown-toggle:after,
    .multilevel-dropdown .container .footer-container .footer-item:last-child .dropdown-item.dropdown>.dropdown-toggle:after {
        right: 50px
    }
}

#loginShowModal .container .footer-container .footer-item .h3,
.container .footer-container .footer-item #loginShowModal .h3,
.container .footer-container .footer-item .h3,
.container .footer-container .footer-item h3 {
    cursor: pointer
}

.container .footer-container .footer-item .footer-phone-no {
    color: #fff
}

#loginShowModal .container .footer-container .footer-item:last-child .h3 a.title,
.container .footer-container .footer-item:last-child #loginShowModal .h3 a.title,
.container .footer-container .footer-item:last-child .h3 a.title,
.container .footer-container .footer-item:last-child h3 a.title {
    border: none
}

#addNewDeliveryAddressModal .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
#edit-account-address .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
#edit-account-address .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
#edit-account-address .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
#edit-account-address .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i .icon-account-header-white,
#loginShowModal .container .footer-container .footer-item.active .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i .icon-header-region-selection-inactive,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #edit-account-address .custom-checkbox .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title #paypalAccordion .custom-checkbox .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .authentic-wrapper .header-wrapper .authentic-header:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .brand-protection-content-wrapper .check-wine-button.loader:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .close i.close-modal,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .close i.remove-product,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-checkbox-toggle .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-checkbox-twe .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-radio-twe .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-select:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-selectbox:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .header-banner ul.user-navigation li .icon-account-header-white,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .header-banner ul.user-navigation li .icon-wishlist-header-white,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .icon,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .ingredients-list .custom-checkbox .custom-control-label:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .menu-toggleable-left.in .dropdown-toggle:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .mobile-side-bar i.back-to-list,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .mobile-side-bar i.view-more,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .navbar-header .navbar-toggler .icon-hamburger-active-close,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .navbar-header .navbar-toggler .icon-hamburger-inactive,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .product-detail .add-to-wishlist:hover:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .product-tile .add-to-wishlist:hover:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng.collapsed:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .remove-product,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .shrinked-search-icon.fa-search:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .site-search .fa-close:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .site-search .fa-search:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title .suspicious-header .header:before,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title footer .row-newsletter-subscription .newsletter-error-msg .logo,
#loginShowModal .container .footer-container .footer-item.active .h3 a.title footer .row-newsletter-subscription .newsletter-success-msg .logo,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box #loginShowModal .container .footer-container .footer-item.active .h3 a.title .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box #loginShowModal .container .footer-container .footer-item.active .h3 a.title .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container .footer-item.active #loginShowModal .h3 a.title .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container .footer-item.active #loginShowModal .h3 a.title .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container .footer-item.active .h3 a.title .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container .footer-item.active .h3 a.title .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container .footer-item.active h3 a.title .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container .footer-item.active h3 a.title .reduceQty:before,
#paypalAccordion .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
#paypalAccordion .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
#paypalAccordion .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
#paypalAccordion .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
.authentic-wrapper .header-wrapper #loginShowModal .container .footer-container .footer-item.active .h3 a.title .authentic-header:before,
.authentic-wrapper .header-wrapper .container .footer-container .footer-item.active #loginShowModal .h3 a.title .authentic-header:before,
.authentic-wrapper .header-wrapper .container .footer-container .footer-item.active .h3 a.title .authentic-header:before,
.authentic-wrapper .header-wrapper .container .footer-container .footer-item.active h3 a.title .authentic-header:before,
.brand-protection-content-wrapper #loginShowModal .container .footer-container .footer-item.active .h3 a.title .check-wine-button.loader:after,
.brand-protection-content-wrapper .container .footer-container .footer-item.active #loginShowModal .h3 a.title .check-wine-button.loader:after,
.brand-protection-content-wrapper .container .footer-container .footer-item.active .h3 a.title .check-wine-button.loader:after,
.brand-protection-content-wrapper .container .footer-container .footer-item.active h3 a.title .check-wine-button.loader:after,
.close #loginShowModal .container .footer-container .footer-item.active .h3 a.title i.close-modal,
.close #loginShowModal .container .footer-container .footer-item.active .h3 a.title i.remove-product,
.close .container .footer-container .footer-item.active #loginShowModal .h3 a.title i.close-modal,
.close .container .footer-container .footer-item.active #loginShowModal .h3 a.title i.remove-product,
.close .container .footer-container .footer-item.active .h3 a.title i.close-modal,
.close .container .footer-container .footer-item.active h3 a.title i.close-modal,
.close .container .footer-container .footer-item.active h3 a.title i.remove-product,
.container-wineplan-wrapper .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i .icon-account-header-white,
.container .footer-container .footer-item.active #loginShowModal .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i .icon-header-region-selection-inactive,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #edit-account-address .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title #paypalAccordion .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .authentic-wrapper .header-wrapper .authentic-header:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .brand-protection-content-wrapper .check-wine-button.loader:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .close i.close-modal,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .close i.remove-product,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-checkbox-toggle .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-checkbox-twe .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-radio-twe .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-select:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-selectbox:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .header-banner ul.user-navigation li .icon-account-header-white,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .header-banner ul.user-navigation li .icon-wishlist-header-white,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .icon,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .ingredients-list .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .menu-toggleable-left.in .dropdown-toggle:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .mobile-side-bar i.back-to-list,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .mobile-side-bar i.view-more,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .navbar-header .navbar-toggler .icon-hamburger-active-close,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .navbar-header .navbar-toggler .icon-hamburger-inactive,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .product-detail .add-to-wishlist:hover:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .product-tile .add-to-wishlist:hover:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng.collapsed:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .remove-product,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .shrinked-search-icon.fa-search:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .site-search .fa-close:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .site-search .fa-search:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title .suspicious-header .header:before,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title footer .row-newsletter-subscription .newsletter-error-msg .logo,
.container .footer-container .footer-item.active #loginShowModal .h3 a.title footer .row-newsletter-subscription .newsletter-success-msg .logo,
.container .footer-container .footer-item.active .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i .icon-account-header-white,
.container .footer-container .footer-item.active .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i .icon-header-region-selection-inactive,
.container .footer-container .footer-item.active .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title #edit-account-address .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.container .footer-container .footer-item.active .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.container .footer-container .footer-item.active .h3 a.title #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title #paypalAccordion .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title .authentic-wrapper .header-wrapper .authentic-header:before,
.container .footer-container .footer-item.active .h3 a.title .brand-protection-content-wrapper .check-wine-button.loader:after,
.container .footer-container .footer-item.active .h3 a.title .close i.close-modal,
.container .footer-container .footer-item.active .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title .custom-checkbox-toggle .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title .custom-checkbox-twe .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title .custom-radio-twe .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title .custom-select:after,
.container .footer-container .footer-item.active .h3 a.title .custom-selectbox:after,
.container .footer-container .footer-item.active .h3 a.title .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active .h3 a.title .header-banner ul.user-navigation li .icon-account-header-white,
.container .footer-container .footer-item.active .h3 a.title .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.container .footer-container .footer-item.active .h3 a.title .header-banner ul.user-navigation li .icon-wishlist-header-white,
.container .footer-container .footer-item.active .h3 a.title .icon,
.container .footer-container .footer-item.active .h3 a.title .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active .h3 a.title .ingredients-list .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active .h3 a.title .menu-toggleable-left.in .dropdown-toggle:after,
.container .footer-container .footer-item.active .h3 a.title .mobile-side-bar i.back-to-list,
.container .footer-container .footer-item.active .h3 a.title .mobile-side-bar i.view-more,
.container .footer-container .footer-item.active .h3 a.title .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.container .footer-container .footer-item.active .h3 a.title .navbar-header .navbar-toggler .icon-hamburger-active-close,
.container .footer-container .footer-item.active .h3 a.title .navbar-header .navbar-toggler .icon-hamburger-inactive,
.container .footer-container .footer-item.active .h3 a.title .product-detail .add-to-wishlist:hover:after,
.container .footer-container .footer-item.active .h3 a.title .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active .h3 a.title .product-tile .add-to-wishlist:hover:after,
.container .footer-container .footer-item.active .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.container .footer-container .footer-item.active .h3 a.title .remove-product,
.container .footer-container .footer-item.active .h3 a.title .shrinked-search-icon.fa-search:before,
.container .footer-container .footer-item.active .h3 a.title .site-search .fa-close:before,
.container .footer-container .footer-item.active .h3 a.title .site-search .fa-search:before,
.container .footer-container .footer-item.active .h3 a.title .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active .h3 a.title .suspicious-header .header:before,
.container .footer-container .footer-item.active .h3 a.title footer .row-newsletter-subscription .newsletter-error-msg .logo,
.container .footer-container .footer-item.active .h3 a.title footer .row-newsletter-subscription .newsletter-success-msg .logo,
.container .footer-container .footer-item.active h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i .icon-account-header-white,
.container .footer-container .footer-item.active h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i .icon-header-region-selection-inactive,
.container .footer-container .footer-item.active h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title #edit-account-address .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.container .footer-container .footer-item.active h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.container .footer-container .footer-item.active h3 a.title #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title #paypalAccordion .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title .authentic-wrapper .header-wrapper .authentic-header:before,
.container .footer-container .footer-item.active h3 a.title .brand-protection-content-wrapper .check-wine-button.loader:after,
.container .footer-container .footer-item.active h3 a.title .close i.close-modal,
.container .footer-container .footer-item.active h3 a.title .close i.remove-product,
.container .footer-container .footer-item.active h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title .custom-checkbox-toggle .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title .custom-checkbox-twe .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title .custom-radio-twe .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title .custom-select:after,
.container .footer-container .footer-item.active h3 a.title .custom-selectbox:after,
.container .footer-container .footer-item.active h3 a.title .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active h3 a.title .header-banner ul.user-navigation li .icon-account-header-white,
.container .footer-container .footer-item.active h3 a.title .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.container .footer-container .footer-item.active h3 a.title .header-banner ul.user-navigation li .icon-wishlist-header-white,
.container .footer-container .footer-item.active h3 a.title .icon,
.container .footer-container .footer-item.active h3 a.title .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container .footer-container .footer-item.active h3 a.title .ingredients-list .custom-checkbox .custom-control-label:before,
.container .footer-container .footer-item.active h3 a.title .menu-toggleable-left.in .dropdown-toggle:after,
.container .footer-container .footer-item.active h3 a.title .mobile-side-bar i.back-to-list,
.container .footer-container .footer-item.active h3 a.title .mobile-side-bar i.view-more,
.container .footer-container .footer-item.active h3 a.title .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.container .footer-container .footer-item.active h3 a.title .navbar-header .navbar-toggler .icon-hamburger-active-close,
.container .footer-container .footer-item.active h3 a.title .navbar-header .navbar-toggler .icon-hamburger-inactive,
.container .footer-container .footer-item.active h3 a.title .product-detail .add-to-wishlist:hover:after,
.container .footer-container .footer-item.active h3 a.title .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active h3 a.title .product-tile .add-to-wishlist:hover:after,
.container .footer-container .footer-item.active h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng.collapsed:after,
.container .footer-container .footer-item.active h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.container .footer-container .footer-item.active h3 a.title .remove-product,
.container .footer-container .footer-item.active h3 a.title .shrinked-search-icon.fa-search:before,
.container .footer-container .footer-item.active h3 a.title .site-search .fa-close:before,
.container .footer-container .footer-item.active h3 a.title .site-search .fa-search:before,
.container .footer-container .footer-item.active h3 a.title .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.container .footer-container .footer-item.active h3 a.title .suspicious-header .header:before,
.container .footer-container .footer-item.active h3 a.title footer .row-newsletter-subscription .newsletter-error-msg .logo,
.container .footer-container .footer-item.active h3 a.title footer .row-newsletter-subscription .newsletter-success-msg .logo,
.custom-checkbox-toggle #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.custom-checkbox-toggle .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
.custom-checkbox-toggle .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.custom-checkbox-toggle .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
.custom-checkbox-twe #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.custom-checkbox-twe .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
.custom-checkbox-twe .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.custom-checkbox-twe .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
.custom-radio-twe #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.custom-radio-twe .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
.custom-radio-twe .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.custom-radio-twe .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active .h3 a.title .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active h3 a.title .custom-selectbox:after,
.header-banner ul.user-navigation li #loginShowModal .container .footer-container .footer-item.active .h3 a.title .icon-account-header-white,
.header-banner ul.user-navigation li #loginShowModal .container .footer-container .footer-item.active .h3 a.title .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li #loginShowModal .container .footer-container .footer-item.active .h3 a.title .icon-wishlist-header-white,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active #loginShowModal .h3 a.title .icon-account-header-white,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active #loginShowModal .h3 a.title .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active #loginShowModal .h3 a.title .icon-wishlist-header-white,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active .h3 a.title .icon-account-header-white,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active .h3 a.title .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active .h3 a.title .icon-wishlist-header-white,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active h3 a.title .icon-account-header-white,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active h3 a.title .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .container .footer-container .footer-item.active h3 a.title .icon-wishlist-header-white,
.ingredients-list .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.ingredients-list .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-control-label:before,
.ingredients-list .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .container .footer-container .footer-item.active .h3 a.title .custom-control-label:before,
.ingredients-list .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .container .footer-container .footer-item.active h3 a.title .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li #loginShowModal .container .footer-container .footer-item.active .h3 a.title i .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li #loginShowModal .container .footer-container .footer-item.active .h3 a.title i .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container .footer-item.active #loginShowModal .h3 a.title i .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container .footer-item.active #loginShowModal .h3 a.title i .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container .footer-item.active .h3 a.title i .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container .footer-item.active .h3 a.title i .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container .footer-item.active h3 a.title i .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container .footer-item.active h3 a.title i .icon-header-region-selection-inactive,
.menu-toggleable-left.in #loginShowModal .container .footer-container .footer-item.active .h3 a.title .dropdown-toggle:after,
.menu-toggleable-left.in .container .footer-container .footer-item.active #loginShowModal .h3 a.title .dropdown-toggle:after,
.menu-toggleable-left.in .container .footer-container .footer-item.active .h3 a.title .dropdown-toggle:after,
.menu-toggleable-left.in .container .footer-container .footer-item.active h3 a.title .dropdown-toggle:after,
.mobile-side-bar #loginShowModal .container .footer-container .footer-item.active .h3 a.title i.back-to-list,
.mobile-side-bar #loginShowModal .container .footer-container .footer-item.active .h3 a.title i.view-more,
.mobile-side-bar .container .footer-container .footer-item.active #loginShowModal .h3 a.title i.back-to-list,
.mobile-side-bar .container .footer-container .footer-item.active #loginShowModal .h3 a.title i.view-more,
.mobile-side-bar .container .footer-container .footer-item.active .h3 a.title i.back-to-list,
.mobile-side-bar .container .footer-container .footer-item.active .h3 a.title i.view-more,
.mobile-side-bar .container .footer-container .footer-item.active h3 a.title i.back-to-list,
.mobile-side-bar .container .footer-container .footer-item.active h3 a.title i.view-more,
.multilevel-dropdown #loginShowModal .container .footer-container .footer-item.active .h3 a.title .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown .container .footer-container .footer-item.active #loginShowModal .h3 a.title .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown .container .footer-container .footer-item.active .h3 a.title .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown .container .footer-container .footer-item.active h3 a.title .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler #loginShowModal .container .footer-container .footer-item.active .h3 a.title .icon-hamburger-active-close,
.navbar-header .navbar-toggler #loginShowModal .container .footer-container .footer-item.active .h3 a.title .icon-hamburger-inactive,
.navbar-header .navbar-toggler .container .footer-container .footer-item.active #loginShowModal .h3 a.title .icon-hamburger-active-close,
.navbar-header .navbar-toggler .container .footer-container .footer-item.active #loginShowModal .h3 a.title .icon-hamburger-inactive,
.navbar-header .navbar-toggler .container .footer-container .footer-item.active .h3 a.title .icon-hamburger-active-close,
.navbar-header .navbar-toggler .container .footer-container .footer-item.active .h3 a.title .icon-hamburger-inactive,
.navbar-header .navbar-toggler .container .footer-container .footer-item.active h3 a.title .icon-hamburger-active-close,
.navbar-header .navbar-toggler .container .footer-container .footer-item.active h3 a.title .icon-hamburger-inactive,
.product-detail #loginShowModal .container .footer-container .footer-item.active .h3 a.title .add-to-wishlist:hover:after,
.product-detail .container .footer-container .footer-item.active #loginShowModal .h3 a.title .add-to-wishlist:hover:after,
.product-detail .container .footer-container .footer-item.active .h3 a.title .add-to-wishlist:hover:after,
.product-detail .container .footer-container .footer-item.active h3 a.title .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active .h3 a.title .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active h3 a.title .custom-selectbox:after,
.product-tile #loginShowModal .container .footer-container .footer-item.active .h3 a.title .add-to-wishlist:hover:after,
.product-tile .container .footer-container .footer-item.active #loginShowModal .h3 a.title .add-to-wishlist:hover:after,
.product-tile .container .footer-container .footer-item.active .h3 a.title .add-to-wishlist:hover:after,
.product-tile .container .footer-container .footer-item.active h3 a.title .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper #loginShowModal .container .footer-container .footer-item.active .h3 a.title .panel-headng.collapsed:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper #loginShowModal .container .footer-container .footer-item.active .h3 a.title .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container .footer-item.active #loginShowModal .h3 a.title .panel-headng.collapsed:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container .footer-item.active #loginShowModal .h3 a.title .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container .footer-item.active .h3 a.title .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container .footer-item.active h3 a.title .panel-headng.collapsed:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container .footer-item.active h3 a.title .panel-headng:after,
.site-search #loginShowModal .container .footer-container .footer-item.active .h3 a.title .fa-close:before,
.site-search #loginShowModal .container .footer-container .footer-item.active .h3 a.title .fa-search:before,
.site-search .container .footer-container .footer-item.active #loginShowModal .h3 a.title .fa-close:before,
.site-search .container .footer-container .footer-item.active #loginShowModal .h3 a.title .fa-search:before,
.site-search .container .footer-container .footer-item.active .h3 a.title .fa-close:before,
.site-search .container .footer-container .footer-item.active .h3 a.title .fa-search:before,
.site-search .container .footer-container .footer-item.active h3 a.title .fa-close:before,
.site-search .container .footer-container .footer-item.active h3 a.title .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown #loginShowModal .container .footer-container .footer-item.active .h3 a.title .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active #loginShowModal .h3 a.title .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active .h3 a.title .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .footer-item.active h3 a.title .custom-selectbox:after,
.suspicious-header #loginShowModal .container .footer-container .footer-item.active .h3 a.title .header:before,
.suspicious-header .container .footer-container .footer-item.active #loginShowModal .h3 a.title .header:before,
.suspicious-header .container .footer-container .footer-item.active .h3 a.title .header:before,
.suspicious-header .container .footer-container .footer-item.active h3 a.title .header:before,
footer .row-newsletter-subscription .newsletter-error-msg #loginShowModal .container .footer-container .footer-item.active .h3 a.title .logo,
footer .row-newsletter-subscription .newsletter-error-msg .container .footer-container .footer-item.active #loginShowModal .h3 a.title .logo,
footer .row-newsletter-subscription .newsletter-error-msg .container .footer-container .footer-item.active .h3 a.title .logo,
footer .row-newsletter-subscription .newsletter-error-msg .container .footer-container .footer-item.active h3 a.title .logo,
footer .row-newsletter-subscription .newsletter-success-msg #loginShowModal .container .footer-container .footer-item.active .h3 a.title .logo,
footer .row-newsletter-subscription .newsletter-success-msg .container .footer-container .footer-item.active #loginShowModal .h3 a.title .logo,
footer .row-newsletter-subscription .newsletter-success-msg .container .footer-container .footer-item.active .h3 a.title .logo,
footer .row-newsletter-subscription .newsletter-success-msg .container .footer-container .footer-item.active h3 a.title .logo {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.container .footer-container .footer-item.active .content {
    background-color: #fff
}

.container .footer-container .footer-item.active .content p {
    text-align: start;
    color: #4d4d4d;
    padding: 16px 30px;
    padding: 1rem 1.875rem;
    font-size: 15px;
    font-size: .9375rem
}

.container .footer-container .footer-item.active .content p .footer-phone-no {
    font-size: 15px;
    font-size: .9375rem;
    color: #4d4d4d;
    white-space: nowrap
}

@media (max-width:991.98px) {
    .container .footer-container .footer-item {
        border-bottom: 1px solid #4d4d4d;
        background-color: #1c1c1c;
        margin-right: -15px;
        margin-right: -.9375rem
    }

    .container .footer-container .footer-item:first-child {
        border-top: 1px solid #4d4d4d
    }

    .container .footer-container .footer-item:last-child {
        padding: 0;
        background-color: #2a2a2a
    }

    #loginShowModal .container .footer-container .footer-item [data-item-id=footer-contact-us] .h3,
    .container .footer-container .footer-item [data-item-id=footer-contact-us] #loginShowModal .h3,
    .container .footer-container .footer-item [data-item-id=footer-contact-us] .h3,
    .container .footer-container .footer-item [data-item-id=footer-contact-us] h3 {
        border-bottom: 1px solid #4d4d4d;
        background-color: #1c1c1c;
        padding: 10px 0;
        padding: .625rem 0
    }
}

#loginShowModal .container .footer-container .h3 a.title,
.container .footer-container #loginShowModal .h3 a.title,
.container .footer-container .h3 a.title,
.container .footer-container h3 a.title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 31px;
    line-height: 1.9375rem
}

@media (max-width:991.98px) {

    #loginShowModal .container .footer-container .h3 a.title,
    .container .footer-container #loginShowModal .h3 a.title,
    .container .footer-container .h3 a.title,
    .container .footer-container h3 a.title {
        text-align: start;
        padding-left: 30px;
        padding-left: 1.875rem;
        height: 50px;
        height: 3.125rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 31px;
        line-height: 1.9375rem
    }
}

@media (min-width:992px) {

    #loginShowModal .container .footer-container .h3 a.title,
    .container .footer-container #loginShowModal .h3 a.title,
    .container .footer-container .h3 a.title,
    .container .footer-container h3 a.title {
        text-transform: uppercase;
        background: none;
        border: none
    }
}

#loginShowModal .container .footer-container .h3 a.title:after,
#loginShowModal .container .footer-container .h3 a.title i,
.container .footer-container #loginShowModal .h3 a.title:after,
.container .footer-container #loginShowModal .h3 a.title i,
.container .footer-container .h3 a.title:after,
.container .footer-container .h3 a.title i,
.container .footer-container h3 a.title:after,
.container .footer-container h3 a.title i {
    display: none
}

@media (max-width:991.98px) {

    #loginShowModal .container .footer-container .h3 a.title i,
    .container .footer-container #loginShowModal .h3 a.title i,
    .container .footer-container .h3 a.title i,
    .container .footer-container h3 a.title i {
        display: block
    }
}

#addNewDeliveryAddressModal .custom-checkbox #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container .h3 a.title i.custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .container .footer-container h3 a.title i.custom-control-label:before,
#edit-account-address .custom-checkbox #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#edit-account-address .custom-checkbox #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
#edit-account-address .custom-checkbox .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#edit-account-address .custom-checkbox .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
#edit-account-address .custom-checkbox .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#edit-account-address .custom-checkbox .container .footer-container .h3 a.title i.custom-control-label:before,
#edit-account-address .custom-checkbox .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#edit-account-address .custom-checkbox .container .footer-container h3 a.title i.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .container .footer-container .h3 a.title i.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .container .footer-container h3 a.title i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i i.icon-account-header-white,
#loginShowModal .container .footer-container .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i i.icon-header-region-selection-inactive,
#loginShowModal .container .footer-container .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title #addNewDeliveryAddressModal .custom-checkbox i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title #edit-account-address .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title #edit-account-address .custom-checkbox i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title #editDeliveryAddressModal .custom-checkbox i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box i.increaseQty:after,
#loginShowModal .container .footer-container .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box i.reduceQty:before,
#loginShowModal .container .footer-container .h3 a.title #paypalAccordion .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title #paypalAccordion .custom-checkbox i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title .authentic-wrapper .header-wrapper i.authentic-header:before,
#loginShowModal .container .footer-container .h3 a.title .brand-protection-content-wrapper i.check-wine-button.loader:after,
#loginShowModal .container .footer-container .h3 a.title .close i.close-modal,
#loginShowModal .container .footer-container .h3 a.title .close i.remove-product,
#loginShowModal .container .footer-container .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title .container-wineplan-wrapper .custom-checkbox i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title .custom-checkbox-toggle .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title .custom-checkbox-toggle i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title .custom-checkbox-twe .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title .custom-checkbox-twe i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title .custom-radio-twe .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title .custom-radio-twe i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
#loginShowModal .container .footer-container .h3 a.title .header-banner ul.user-navigation li i.icon-account-header-white,
#loginShowModal .container .footer-container .h3 a.title .header-banner ul.user-navigation li i.icon-header-region-selection-inactive,
#loginShowModal .container .footer-container .h3 a.title .header-banner ul.user-navigation li i.icon-wishlist-header-white,
#loginShowModal .container .footer-container .h3 a.title .ingredients-list .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
#loginShowModal .container .footer-container .h3 a.title .ingredients-list .custom-checkbox i.custom-control-label:before,
#loginShowModal .container .footer-container .h3 a.title .menu-toggleable-left.in i.dropdown-toggle:after,
#loginShowModal .container .footer-container .h3 a.title .mobile-side-bar i.back-to-list,
#loginShowModal .container .footer-container .h3 a.title .mobile-side-bar i.view-more,
#loginShowModal .container .footer-container .h3 a.title .multilevel-dropdown .dropdown-item.dropdown>i.dropdown-toggle:after,
#loginShowModal .container .footer-container .h3 a.title .navbar-header .navbar-toggler i.icon-hamburger-active-close,
#loginShowModal .container .footer-container .h3 a.title .navbar-header .navbar-toggler i.icon-hamburger-inactive,
#loginShowModal .container .footer-container .h3 a.title .product-detail i.add-to-wishlist:hover:after,
#loginShowModal .container .footer-container .h3 a.title .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
#loginShowModal .container .footer-container .h3 a.title .product-tile i.add-to-wishlist:hover:after,
#loginShowModal .container .footer-container .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper i.panel-headng.collapsed:after,
#loginShowModal .container .footer-container .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper i.panel-headng:after,
#loginShowModal .container .footer-container .h3 a.title .site-search i.fa-close:before,
#loginShowModal .container .footer-container .h3 a.title .site-search i.fa-search:before,
#loginShowModal .container .footer-container .h3 a.title .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
#loginShowModal .container .footer-container .h3 a.title .suspicious-header i.header:before,
#loginShowModal .container .footer-container .h3 a.title footer .row-newsletter-subscription .newsletter-error-msg i.logo,
#loginShowModal .container .footer-container .h3 a.title footer .row-newsletter-subscription .newsletter-success-msg i.logo,
#loginShowModal .container .footer-container .h3 a.title i.custom-select:after,
#loginShowModal .container .footer-container .h3 a.title i.custom-selectbox:after,
#loginShowModal .container .footer-container .h3 a.title i.icon,
#loginShowModal .container .footer-container .h3 a.title i.remove-product,
#loginShowModal .container .footer-container .h3 a.title i.shrinked-search-icon.fa-search:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box #loginShowModal .container .footer-container .h3 a.title i.increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box #loginShowModal .container .footer-container .h3 a.title i.reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container #loginShowModal .h3 a.title i.increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container #loginShowModal .h3 a.title i.reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container .h3 a.title i.increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container .h3 a.title i.reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container h3 a.title i.increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .container .footer-container h3 a.title i.reduceQty:before,
#paypalAccordion .custom-checkbox #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#paypalAccordion .custom-checkbox #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
#paypalAccordion .custom-checkbox .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#paypalAccordion .custom-checkbox .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
#paypalAccordion .custom-checkbox .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#paypalAccordion .custom-checkbox .container .footer-container .h3 a.title i.custom-control-label:before,
#paypalAccordion .custom-checkbox .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
#paypalAccordion .custom-checkbox .container .footer-container h3 a.title i.custom-control-label:before,
.authentic-wrapper .header-wrapper #loginShowModal .container .footer-container .h3 a.title i.authentic-header:before,
.authentic-wrapper .header-wrapper .container .footer-container #loginShowModal .h3 a.title i.authentic-header:before,
.authentic-wrapper .header-wrapper .container .footer-container .h3 a.title i.authentic-header:before,
.authentic-wrapper .header-wrapper .container .footer-container h3 a.title i.authentic-header:before,
.brand-protection-content-wrapper #loginShowModal .container .footer-container .h3 a.title i.check-wine-button.loader:after,
.brand-protection-content-wrapper .container .footer-container #loginShowModal .h3 a.title i.check-wine-button.loader:after,
.brand-protection-content-wrapper .container .footer-container .h3 a.title i.check-wine-button.loader:after,
.brand-protection-content-wrapper .container .footer-container h3 a.title i.check-wine-button.loader:after,
.close #loginShowModal .container .footer-container .h3 a.title i.close-modal,
.close #loginShowModal .container .footer-container .h3 a.title i.remove-product,
.close .container .footer-container #loginShowModal .h3 a.title i.close-modal,
.close .container .footer-container #loginShowModal .h3 a.title i.remove-product,
.close .container .footer-container .h3 a.title i.close-modal,
.close .container .footer-container h3 a.title i.close-modal,
.close .container .footer-container h3 a.title i.remove-product,
.container-wineplan-wrapper .custom-checkbox #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .container .footer-container .h3 a.title i.custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .container .footer-container h3 a.title i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i i.icon-account-header-white,
.container .footer-container #loginShowModal .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i i.icon-header-region-selection-inactive,
.container .footer-container #loginShowModal .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title #addNewDeliveryAddressModal .custom-checkbox i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title #edit-account-address .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title #edit-account-address .custom-checkbox i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title #editDeliveryAddressModal .custom-checkbox i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box i.increaseQty:after,
.container .footer-container #loginShowModal .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box i.reduceQty:before,
.container .footer-container #loginShowModal .h3 a.title #paypalAccordion .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title #paypalAccordion .custom-checkbox i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title .authentic-wrapper .header-wrapper i.authentic-header:before,
.container .footer-container #loginShowModal .h3 a.title .brand-protection-content-wrapper i.check-wine-button.loader:after,
.container .footer-container #loginShowModal .h3 a.title .close i.close-modal,
.container .footer-container #loginShowModal .h3 a.title .close i.remove-product,
.container .footer-container #loginShowModal .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title .container-wineplan-wrapper .custom-checkbox i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title .custom-checkbox-toggle .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title .custom-checkbox-toggle i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title .custom-checkbox-twe .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title .custom-checkbox-twe i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title .custom-radio-twe .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title .custom-radio-twe i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container #loginShowModal .h3 a.title .header-banner ul.user-navigation li i.icon-account-header-white,
.container .footer-container #loginShowModal .h3 a.title .header-banner ul.user-navigation li i.icon-header-region-selection-inactive,
.container .footer-container #loginShowModal .h3 a.title .header-banner ul.user-navigation li i.icon-wishlist-header-white,
.container .footer-container #loginShowModal .h3 a.title .ingredients-list .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container #loginShowModal .h3 a.title .ingredients-list .custom-checkbox i.custom-control-label:before,
.container .footer-container #loginShowModal .h3 a.title .menu-toggleable-left.in i.dropdown-toggle:after,
.container .footer-container #loginShowModal .h3 a.title .mobile-side-bar i.back-to-list,
.container .footer-container #loginShowModal .h3 a.title .mobile-side-bar i.view-more,
.container .footer-container #loginShowModal .h3 a.title .multilevel-dropdown .dropdown-item.dropdown>i.dropdown-toggle:after,
.container .footer-container #loginShowModal .h3 a.title .navbar-header .navbar-toggler i.icon-hamburger-active-close,
.container .footer-container #loginShowModal .h3 a.title .navbar-header .navbar-toggler i.icon-hamburger-inactive,
.container .footer-container #loginShowModal .h3 a.title .product-detail i.add-to-wishlist:hover:after,
.container .footer-container #loginShowModal .h3 a.title .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container #loginShowModal .h3 a.title .product-tile i.add-to-wishlist:hover:after,
.container .footer-container #loginShowModal .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper i.panel-headng.collapsed:after,
.container .footer-container #loginShowModal .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper i.panel-headng:after,
.container .footer-container #loginShowModal .h3 a.title .site-search i.fa-close:before,
.container .footer-container #loginShowModal .h3 a.title .site-search i.fa-search:before,
.container .footer-container #loginShowModal .h3 a.title .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container #loginShowModal .h3 a.title .suspicious-header i.header:before,
.container .footer-container #loginShowModal .h3 a.title footer .row-newsletter-subscription .newsletter-error-msg i.logo,
.container .footer-container #loginShowModal .h3 a.title footer .row-newsletter-subscription .newsletter-success-msg i.logo,
.container .footer-container #loginShowModal .h3 a.title i.custom-select:after,
.container .footer-container #loginShowModal .h3 a.title i.custom-selectbox:after,
.container .footer-container #loginShowModal .h3 a.title i.icon,
.container .footer-container #loginShowModal .h3 a.title i.remove-product,
.container .footer-container #loginShowModal .h3 a.title i.shrinked-search-icon.fa-search:before,
.container .footer-container .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i i.icon-account-header-white,
.container .footer-container .h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i i.icon-header-region-selection-inactive,
.container .footer-container .h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title #addNewDeliveryAddressModal .custom-checkbox i.custom-control-label:before,
.container .footer-container .h3 a.title #edit-account-address .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title #edit-account-address .custom-checkbox i.custom-control-label:before,
.container .footer-container .h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title #editDeliveryAddressModal .custom-checkbox i.custom-control-label:before,
.container .footer-container .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box i.increaseQty:after,
.container .footer-container .h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box i.reduceQty:before,
.container .footer-container .h3 a.title #paypalAccordion .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title #paypalAccordion .custom-checkbox i.custom-control-label:before,
.container .footer-container .h3 a.title .authentic-wrapper .header-wrapper i.authentic-header:before,
.container .footer-container .h3 a.title .brand-protection-content-wrapper i.check-wine-button.loader:after,
.container .footer-container .h3 a.title .close i.close-modal,
.container .footer-container .h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title .container-wineplan-wrapper .custom-checkbox i.custom-control-label:before,
.container .footer-container .h3 a.title .custom-checkbox-toggle .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title .custom-checkbox-toggle i.custom-control-label:before,
.container .footer-container .h3 a.title .custom-checkbox-twe .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title .custom-checkbox-twe i.custom-control-label:before,
.container .footer-container .h3 a.title .custom-radio-twe .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title .custom-radio-twe i.custom-control-label:before,
.container .footer-container .h3 a.title .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container .h3 a.title .header-banner ul.user-navigation li i.icon-account-header-white,
.container .footer-container .h3 a.title .header-banner ul.user-navigation li i.icon-header-region-selection-inactive,
.container .footer-container .h3 a.title .header-banner ul.user-navigation li i.icon-wishlist-header-white,
.container .footer-container .h3 a.title .ingredients-list .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container .h3 a.title .ingredients-list .custom-checkbox i.custom-control-label:before,
.container .footer-container .h3 a.title .menu-toggleable-left.in i.dropdown-toggle:after,
.container .footer-container .h3 a.title .mobile-side-bar i.back-to-list,
.container .footer-container .h3 a.title .mobile-side-bar i.view-more,
.container .footer-container .h3 a.title .multilevel-dropdown .dropdown-item.dropdown>i.dropdown-toggle:after,
.container .footer-container .h3 a.title .navbar-header .navbar-toggler i.icon-hamburger-active-close,
.container .footer-container .h3 a.title .navbar-header .navbar-toggler i.icon-hamburger-inactive,
.container .footer-container .h3 a.title .product-detail i.add-to-wishlist:hover:after,
.container .footer-container .h3 a.title .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container .h3 a.title .product-tile i.add-to-wishlist:hover:after,
.container .footer-container .h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper i.panel-headng:after,
.container .footer-container .h3 a.title .site-search i.fa-close:before,
.container .footer-container .h3 a.title .site-search i.fa-search:before,
.container .footer-container .h3 a.title .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container .h3 a.title .suspicious-header i.header:before,
.container .footer-container .h3 a.title footer .row-newsletter-subscription .newsletter-error-msg i.logo,
.container .footer-container .h3 a.title footer .row-newsletter-subscription .newsletter-success-msg i.logo,
.container .footer-container .h3 a.title i.custom-select:after,
.container .footer-container .h3 a.title i.custom-selectbox:after,
.container .footer-container .h3 a.title i.icon,
.container .footer-container .h3 a.title i.remove-product,
.container .footer-container .h3 a.title i.shrinked-search-icon.fa-search:before,
.container .footer-container h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i i.icon-account-header-white,
.container .footer-container h3 .main-menu .mobile-footer-navigation .mobile-user-navigation li a.title i i.icon-header-region-selection-inactive,
.container .footer-container h3 a.title #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title #addNewDeliveryAddressModal .custom-checkbox i.custom-control-label:before,
.container .footer-container h3 a.title #edit-account-address .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title #edit-account-address .custom-checkbox i.custom-control-label:before,
.container .footer-container h3 a.title #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title #editDeliveryAddressModal .custom-checkbox i.custom-control-label:before,
.container .footer-container h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box i.increaseQty:after,
.container .footer-container h3 a.title #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box i.reduceQty:before,
.container .footer-container h3 a.title #paypalAccordion .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title #paypalAccordion .custom-checkbox i.custom-control-label:before,
.container .footer-container h3 a.title .authentic-wrapper .header-wrapper i.authentic-header:before,
.container .footer-container h3 a.title .brand-protection-content-wrapper i.check-wine-button.loader:after,
.container .footer-container h3 a.title .close i.close-modal,
.container .footer-container h3 a.title .close i.remove-product,
.container .footer-container h3 a.title .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title .container-wineplan-wrapper .custom-checkbox i.custom-control-label:before,
.container .footer-container h3 a.title .custom-checkbox-toggle .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title .custom-checkbox-toggle i.custom-control-label:before,
.container .footer-container h3 a.title .custom-checkbox-twe .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title .custom-checkbox-twe i.custom-control-label:before,
.container .footer-container h3 a.title .custom-radio-twe .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title .custom-radio-twe i.custom-control-label:before,
.container .footer-container h3 a.title .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container h3 a.title .header-banner ul.user-navigation li i.icon-account-header-white,
.container .footer-container h3 a.title .header-banner ul.user-navigation li i.icon-header-region-selection-inactive,
.container .footer-container h3 a.title .header-banner ul.user-navigation li i.icon-wishlist-header-white,
.container .footer-container h3 a.title .ingredients-list .custom-checkbox .custom-control-input:checked~i.custom-control-label:after,
.container .footer-container h3 a.title .ingredients-list .custom-checkbox i.custom-control-label:before,
.container .footer-container h3 a.title .menu-toggleable-left.in i.dropdown-toggle:after,
.container .footer-container h3 a.title .mobile-side-bar i.back-to-list,
.container .footer-container h3 a.title .mobile-side-bar i.view-more,
.container .footer-container h3 a.title .multilevel-dropdown .dropdown-item.dropdown>i.dropdown-toggle:after,
.container .footer-container h3 a.title .navbar-header .navbar-toggler i.icon-hamburger-active-close,
.container .footer-container h3 a.title .navbar-header .navbar-toggler i.icon-hamburger-inactive,
.container .footer-container h3 a.title .product-detail i.add-to-wishlist:hover:after,
.container .footer-container h3 a.title .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container h3 a.title .product-tile i.add-to-wishlist:hover:after,
.container .footer-container h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper i.panel-headng.collapsed:after,
.container .footer-container h3 a.title .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper i.panel-headng:after,
.container .footer-container h3 a.title .site-search i.fa-close:before,
.container .footer-container h3 a.title .site-search i.fa-search:before,
.container .footer-container h3 a.title .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown i.custom-selectbox:after,
.container .footer-container h3 a.title .suspicious-header i.header:before,
.container .footer-container h3 a.title footer .row-newsletter-subscription .newsletter-error-msg i.logo,
.container .footer-container h3 a.title footer .row-newsletter-subscription .newsletter-success-msg i.logo,
.container .footer-container h3 a.title i.custom-select:after,
.container .footer-container h3 a.title i.custom-selectbox:after,
.container .footer-container h3 a.title i.icon,
.container .footer-container h3 a.title i.remove-product,
.container .footer-container h3 a.title i.shrinked-search-icon.fa-search:before,
.custom-checkbox-toggle #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-checkbox-toggle #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
.custom-checkbox-toggle .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-checkbox-toggle .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
.custom-checkbox-toggle .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-checkbox-toggle .container .footer-container .h3 a.title i.custom-control-label:before,
.custom-checkbox-toggle .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-checkbox-toggle .container .footer-container h3 a.title i.custom-control-label:before,
.custom-checkbox-twe #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-checkbox-twe #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
.custom-checkbox-twe .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-checkbox-twe .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
.custom-checkbox-twe .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-checkbox-twe .container .footer-container .h3 a.title i.custom-control-label:before,
.custom-checkbox-twe .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-checkbox-twe .container .footer-container h3 a.title i.custom-control-label:before,
.custom-radio-twe #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-radio-twe #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
.custom-radio-twe .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-radio-twe .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
.custom-radio-twe .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-radio-twe .container .footer-container .h3 a.title i.custom-control-label:before,
.custom-radio-twe .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.custom-radio-twe .container .footer-container h3 a.title i.custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown #loginShowModal .container .footer-container .h3 a.title i.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container #loginShowModal .h3 a.title i.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .h3 a.title i.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container h3 a.title i.custom-selectbox:after,
.header-banner ul.user-navigation li #loginShowModal .container .footer-container .h3 a.title i.icon-account-header-white,
.header-banner ul.user-navigation li #loginShowModal .container .footer-container .h3 a.title i.icon-header-region-selection-inactive,
.header-banner ul.user-navigation li #loginShowModal .container .footer-container .h3 a.title i.icon-wishlist-header-white,
.header-banner ul.user-navigation li .container .footer-container #loginShowModal .h3 a.title i.icon-account-header-white,
.header-banner ul.user-navigation li .container .footer-container #loginShowModal .h3 a.title i.icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .container .footer-container #loginShowModal .h3 a.title i.icon-wishlist-header-white,
.header-banner ul.user-navigation li .container .footer-container .h3 a.title i.icon-account-header-white,
.header-banner ul.user-navigation li .container .footer-container .h3 a.title i.icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .container .footer-container .h3 a.title i.icon-wishlist-header-white,
.header-banner ul.user-navigation li .container .footer-container h3 a.title i.icon-account-header-white,
.header-banner ul.user-navigation li .container .footer-container h3 a.title i.icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .container .footer-container h3 a.title i.icon-wishlist-header-white,
.ingredients-list .custom-checkbox #loginShowModal .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.ingredients-list .custom-checkbox #loginShowModal .container .footer-container .h3 a.title i.custom-control-label:before,
.ingredients-list .custom-checkbox .container .footer-container #loginShowModal .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.ingredients-list .custom-checkbox .container .footer-container #loginShowModal .h3 a.title i.custom-control-label:before,
.ingredients-list .custom-checkbox .container .footer-container .h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.ingredients-list .custom-checkbox .container .footer-container .h3 a.title i.custom-control-label:before,
.ingredients-list .custom-checkbox .container .footer-container h3 a.title .custom-control-input:checked~i.custom-control-label:after,
.ingredients-list .custom-checkbox .container .footer-container h3 a.title i.custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li #loginShowModal .container .footer-container .h3 a.title i i.icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li #loginShowModal .container .footer-container .h3 a.title i i.icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container #loginShowModal .h3 a.title i i.icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container #loginShowModal .h3 a.title i i.icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container .h3 a.title i i.icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container .h3 a.title i i.icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container h3 a.title i i.icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li .container .footer-container h3 a.title i i.icon-header-region-selection-inactive,
.menu-toggleable-left.in #loginShowModal .container .footer-container .h3 a.title i.dropdown-toggle:after,
.menu-toggleable-left.in .container .footer-container #loginShowModal .h3 a.title i.dropdown-toggle:after,
.menu-toggleable-left.in .container .footer-container .h3 a.title i.dropdown-toggle:after,
.menu-toggleable-left.in .container .footer-container h3 a.title i.dropdown-toggle:after,
.mobile-side-bar #loginShowModal .container .footer-container .h3 a.title i.back-to-list,
.mobile-side-bar #loginShowModal .container .footer-container .h3 a.title i.view-more,
.mobile-side-bar .container .footer-container #loginShowModal .h3 a.title i.back-to-list,
.mobile-side-bar .container .footer-container #loginShowModal .h3 a.title i.view-more,
.mobile-side-bar .container .footer-container .h3 a.title i.back-to-list,
.mobile-side-bar .container .footer-container .h3 a.title i.view-more,
.mobile-side-bar .container .footer-container h3 a.title i.back-to-list,
.mobile-side-bar .container .footer-container h3 a.title i.view-more,
.multilevel-dropdown #loginShowModal .container .footer-container .h3 a.title .dropdown-item.dropdown>i.dropdown-toggle:after,
.multilevel-dropdown .container .footer-container #loginShowModal .h3 a.title .dropdown-item.dropdown>i.dropdown-toggle:after,
.multilevel-dropdown .container .footer-container .h3 a.title .dropdown-item.dropdown>i.dropdown-toggle:after,
.multilevel-dropdown .container .footer-container h3 a.title .dropdown-item.dropdown>i.dropdown-toggle:after,
.navbar-header .navbar-toggler #loginShowModal .container .footer-container .h3 a.title i.icon-hamburger-active-close,
.navbar-header .navbar-toggler #loginShowModal .container .footer-container .h3 a.title i.icon-hamburger-inactive,
.navbar-header .navbar-toggler .container .footer-container #loginShowModal .h3 a.title i.icon-hamburger-active-close,
.navbar-header .navbar-toggler .container .footer-container #loginShowModal .h3 a.title i.icon-hamburger-inactive,
.navbar-header .navbar-toggler .container .footer-container .h3 a.title i.icon-hamburger-active-close,
.navbar-header .navbar-toggler .container .footer-container .h3 a.title i.icon-hamburger-inactive,
.navbar-header .navbar-toggler .container .footer-container h3 a.title i.icon-hamburger-active-close,
.navbar-header .navbar-toggler .container .footer-container h3 a.title i.icon-hamburger-inactive,
.product-detail #loginShowModal .container .footer-container .h3 a.title i.add-to-wishlist:hover:after,
.product-detail .container .footer-container #loginShowModal .h3 a.title i.add-to-wishlist:hover:after,
.product-detail .container .footer-container .h3 a.title i.add-to-wishlist:hover:after,
.product-detail .container .footer-container h3 a.title i.add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown #loginShowModal .container .footer-container .h3 a.title i.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container #loginShowModal .h3 a.title i.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .h3 a.title i.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container h3 a.title i.custom-selectbox:after,
.product-tile #loginShowModal .container .footer-container .h3 a.title i.add-to-wishlist:hover:after,
.product-tile .container .footer-container #loginShowModal .h3 a.title i.add-to-wishlist:hover:after,
.product-tile .container .footer-container .h3 a.title i.add-to-wishlist:hover:after,
.product-tile .container .footer-container h3 a.title i.add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper #loginShowModal .container .footer-container .h3 a.title i.panel-headng.collapsed:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper #loginShowModal .container .footer-container .h3 a.title i.panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container #loginShowModal .h3 a.title i.panel-headng.collapsed:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container #loginShowModal .h3 a.title i.panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container .h3 a.title i.panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container h3 a.title i.panel-headng.collapsed:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .container .footer-container h3 a.title i.panel-headng:after,
.site-search #loginShowModal .container .footer-container .h3 a.title i.fa-close:before,
.site-search #loginShowModal .container .footer-container .h3 a.title i.fa-search:before,
.site-search .container .footer-container #loginShowModal .h3 a.title i.fa-close:before,
.site-search .container .footer-container #loginShowModal .h3 a.title i.fa-search:before,
.site-search .container .footer-container .h3 a.title i.fa-close:before,
.site-search .container .footer-container .h3 a.title i.fa-search:before,
.site-search .container .footer-container h3 a.title i.fa-close:before,
.site-search .container .footer-container h3 a.title i.fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown #loginShowModal .container .footer-container .h3 a.title i.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container #loginShowModal .h3 a.title i.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container .h3 a.title i.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .container .footer-container h3 a.title i.custom-selectbox:after,
.suspicious-header #loginShowModal .container .footer-container .h3 a.title i.header:before,
.suspicious-header .container .footer-container #loginShowModal .h3 a.title i.header:before,
.suspicious-header .container .footer-container .h3 a.title i.header:before,
.suspicious-header .container .footer-container h3 a.title i.header:before,
footer .row-newsletter-subscription .newsletter-error-msg #loginShowModal .container .footer-container .h3 a.title i.logo,
footer .row-newsletter-subscription .newsletter-error-msg .container .footer-container #loginShowModal .h3 a.title i.logo,
footer .row-newsletter-subscription .newsletter-error-msg .container .footer-container .h3 a.title i.logo,
footer .row-newsletter-subscription .newsletter-error-msg .container .footer-container h3 a.title i.logo,
footer .row-newsletter-subscription .newsletter-success-msg #loginShowModal .container .footer-container .h3 a.title i.logo,
footer .row-newsletter-subscription .newsletter-success-msg .container .footer-container #loginShowModal .h3 a.title i.logo,
footer .row-newsletter-subscription .newsletter-success-msg .container .footer-container .h3 a.title i.logo,
footer .row-newsletter-subscription .newsletter-success-msg .container .footer-container h3 a.title i.logo {
    float: right;
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    right: 1.25rem
}

.container .footer-container p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 34px;
    line-height: 2.125rem
}

.container .footer-container p a {
    color: #fff
}

@media (max-width:375px) {
    .container .footer-container p a {
        white-space: pre
    }
}

@media (min-width:992px) {
    .container .footer-container .footer-item.active .content {
        background-color: #2a2a2a
    }

    .container .footer-container .footer-item.active .content p {
        padding: 0;
        color: #fff
    }

    .container .footer-item .title {
        display: inline-block;
        font-weight: 700;
        pointer-events: auto
    }

    .container .footer-item .content p {
        font-size: 15px;
        font-size: .9375rem;
        color: #fff
    }
}

.menu-footer {
    background-color: #fff;
    margin-bottom: 0
}

.menu-footer.content li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    min-height: 3.125rem;
    padding-left: 52px;
    padding-left: 3.25rem
}

.menu-footer.content li a {
    color: #4d4d4d;
    font-weight: 400;
    text-decoration: none;
    line-height: 28px;
    line-height: 1.75rem
}

@media (max-width:991.98px) {
    .menu-footer.content li a {
        text-align: start;
        display: inline-block;
        width: 100%
    }
}

@media (min-width:992px) {
    .menu-footer {
        background-color: #2a2a2a
    }

    .menu-footer.content li {
        padding-left: 0;
        min-height: 28px;
        min-height: 1.75rem
    }

    .menu-footer.content li a {
        color: #fff
    }
}

.credit-cards {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: left;
    -webkit-box-pack: left;
    justify-content: left
}

@media (max-width:991.98px) {
    .credit-cards {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        height: 110px;
        height: 6.875rem
    }
}

.credit-cards li {
    padding-right: 40px;
    padding-right: 2.5rem
}

@media (max-width:991.98px) {
    .credit-cards li {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem
    }
}

@media (min-width:992px) {
    .credit-cards {
        margin-top: 30px;
        margin-top: 1.875rem
    }
}

.footer-social {
    border-top: none;
    padding: 50px 0;
    padding: 3.125rem 0
}

@media (max-width:1024.98px) {
    .footer-social {
        margin-left: 1px;
        margin-left: .0625rem;
        margin-right: 1px;
        margin-right: .0625rem
    }
}

#loginShowModal .footer-social .h2,
.footer-social #loginShowModal .h2,
.footer-social .h2,
.footer-social h2 {
    text-transform: uppercase;
    padding-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .9px;
    letter-spacing: .05625rem;
    line-height: 31px;
    line-height: 1.9375rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.footer-social ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.footer-social ul li a img {
    margin-left: 10px;
    margin-left: .625rem;
    margin-right: 10px;
    margin-right: .625rem
}

@media (max-width:575.98px) {
    .footer-social ul li a img {
        margin-left: 5px;
        margin-left: .3125rem;
        margin-right: 5px;
        margin-right: .3125rem
    }
}

.checkout-login-footer {
    padding: 0 30px;
    padding: 0 1.875rem
}

@media (min-width:992px) {
    .checkout-login-footer {
        padding: 0 15px;
        padding: 0 .9375rem
    }
}

.checkout-login-footer p {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.checkout-login-footer p:last-child {
    margin-bottom: 0
}

.checkout-login-footer .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 31px;
    line-height: 1.9375rem;
    letter-spacing: .9px;
    letter-spacing: .05625rem
}

.checkout-login-footer .description {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem;
    font-weight: 400
}

@media (min-width:992px) {
    .checkout-login-footer ul.credit-cards li {
        padding-right: 30px;
        padding-right: 1.875rem
    }

    .checkout-login-footer ul.credit-cards li:last-of-type {
        padding-right: 0
    }
}

.footer-drink-wise {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #1c1c1c;
    padding: 50px 15px;
    padding: 3.125rem .9375rem
}

.footer-drink-wise .row,
.footer-drink-wise _:-ms-lang(x) {
    display: block
}

.footer-drink-wise .row .drink-wise-content,
.footer-drink-wise .row .drink-wise-notice,
.footer-drink-wise _:-ms-lang(x) .drink-wise-content,
.footer-drink-wise _:-ms-lang(x) .drink-wise-notice {
    width: 100%;
    display: inline-block
}

.footer-drink-wise .drink-wise-notice {
    padding-top: 50px;
    padding-top: 3.125rem
}

.footer-drink-wise .drink-wise-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.footer-drink-wise p {
    margin-bottom: 0;
    color: #fff
}

@media (min-width:992px) {
    .footer-drink-wise {
        min-height: 105px;
        min-height: 6.5625rem;
        height: 100%;
        padding: 30px 0;
        padding: 1.875rem 0
    }

    .footer-drink-wise .drink-wise-notice {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0 15px;
        padding: 0 .9375rem
    }

    .footer-drink-wise .drink-wise-notice img {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center
    }

    .footer-drink-wise .row,
    .footer-drink-wise _:-ms-lang(x) {
        position: relative;
        display: block
    }

    .footer-drink-wise .row .drink-wise-content,
    .footer-drink-wise .row .drink-wise-notice,
    .footer-drink-wise _:-ms-lang(x) .drink-wise-content,
    .footer-drink-wise _:-ms-lang(x) .drink-wise-notice {
        display: inline-block
    }

    .footer-drink-wise .row .drink-wise-content,
    .footer-drink-wise _:-ms-lang(x) .drink-wise-content {
        width: 80%
    }

    .footer-drink-wise .row .drink-wise-notice,
    .footer-drink-wise _:-ms-lang(x) .drink-wise-notice {
        position: absolute;
        width: 20%;
        float: right;
        top: 50%;
        transform: translateY(-50%)
    }

    .footer-drink-wise .row .drink-wise-notice img,
    .footer-drink-wise _:-ms-lang(x) .drink-wise-notice img {
        float: right
    }
}

@media (min-width:1200px) {
    .footer-drink-wise .drink-wise-notice {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end
    }
}

.wrapper-agegate {
    height: 120vh;
    position: fixed;
    z-index: 1070;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.wrapper-agegate::-webkit-scrollbar {
    display: none
}

.wrapper-agegate .age-gate-one-background {
    height: 120vh;
    min-width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover
}

.wrapper-agegate .age-gate-one-background .age-gate-one-background-image {
    height: 120vh;
    background: no-repeat 50% fixed;
    background-size: cover;
    overflow: hidden
}

.wrapper-agegate .main-container {
    height: 100vh;
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    scrollbar-width: none
}

.wrapper-agegate .main-container::-webkit-scrollbar {
    display: none
}

.wrapper-agegate .info-section .site-locale-wrapper {
    margin-bottom: 100px;
    margin-bottom: 6.25rem
}

@media (min-width:768px) {
    .wrapper-agegate .info-section .site-locale-wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }
}

.wrapper-agegate .info-section .country-wrapper,
.wrapper-agegate .info-section .language-wrapper {
    margin-right: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    display: block;
    text-align: center
}

.wrapper-agegate .info-section .country-wrapper .country-label,
.wrapper-agegate .info-section .country-wrapper .language-label,
.wrapper-agegate .info-section .language-wrapper .country-label,
.wrapper-agegate .info-section .language-wrapper .language-label {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 15px;
    font-size: .9375rem;
    padding: 0 20px 0 0;
    padding: 0 1.25rem 0 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block
}

.wrapper-agegate .info-section .country-wrapper .country-label:focus,
.wrapper-agegate .info-section .country-wrapper .language-label:focus,
.wrapper-agegate .info-section .language-wrapper .country-label:focus,
.wrapper-agegate .info-section .language-wrapper .language-label:focus {
    box-shadow: none
}

@media (max-width:767.98px) {

    .wrapper-agegate .info-section .country-wrapper .country-label,
    .wrapper-agegate .info-section .country-wrapper .language-label,
    .wrapper-agegate .info-section .language-wrapper .country-label,
    .wrapper-agegate .info-section .language-wrapper .language-label {
        width: 50%
    }
}

.wrapper-agegate .info-section .country-wrapper .dropdown,
.wrapper-agegate .info-section .language-wrapper .dropdown {
    display: inline-block;
    max-width: 100%
}

@media (max-width:767.98px) {

    .wrapper-agegate .info-section .country-wrapper .dropdown,
    .wrapper-agegate .info-section .language-wrapper .dropdown {
        width: 40%
    }
}

.wrapper-agegate .info-section .country-wrapper .dropdown .btn,
.wrapper-agegate .info-section .language-wrapper .dropdown .btn {
    height: 54px;
    height: 3.375rem;
    line-height: 50px;
    line-height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: 400;
    color: #fff;
    background: none;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    border: none;
    padding: 0
}

.wrapper-agegate .info-section .country-wrapper .dropdown .btn:focus,
.wrapper-agegate .info-section .language-wrapper .dropdown .btn:focus {
    box-shadow: none
}

.wrapper-agegate .info-section .country-wrapper .dropdown .btn:active,
.wrapper-agegate .info-section .country-wrapper .dropdown .btn:focus,
.wrapper-agegate .info-section .country-wrapper .dropdown .btn:hover,
.wrapper-agegate .info-section .language-wrapper .dropdown .btn:active,
.wrapper-agegate .info-section .language-wrapper .dropdown .btn:focus,
.wrapper-agegate .info-section .language-wrapper .dropdown .btn:hover {
    background: transparent !important
}

.wrapper-agegate .info-section .country-wrapper .dropdown .btn .js-button-text,
.wrapper-agegate .info-section .language-wrapper .dropdown .btn .js-button-text {
    color: #fff
}

.wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu,
.wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu {
    border-radius: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    position: fixed;
    top: 50px;
    left: 10vw;
    scrollbar-width: thin;
    width: 226px;
    width: 14.125rem;
    max-height: 273px;
    max-height: 17.0625rem
}

.wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu::-webkit-scrollbar,
.wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    width: .3125rem;
    background-color: #fff
}

.wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #9d9d9c;
    border-radius: 10px
}

.wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu::-webkit-scrollbar-track,
.wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #fff
}

@media (max-width:767.98px) {

    .wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu,
    .wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu {
        left: auto;
        right: 16px;
        right: 1rem
    }
}

.wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu .dropdown-item,
.wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu .dropdown-item {
    cursor: pointer;
    text-transform: capitalize;
    color: #1c1c1c;
    padding-top: 10px;
    padding-top: .625rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    font-size: 15px;
    font-size: .9375rem
}

.wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu .dropdown-item:active,
.wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu .dropdown-item:hover,
.wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu .dropdown-item:active,
.wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #9d9d9c;
    color: #1c1c1c;
    outline: none
}

#addNewDeliveryAddressModal .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
#edit-account-address .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
#edit-account-address .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .wrapper-agegate .info-section .country-wrapper .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .wrapper-agegate .info-section .country-wrapper .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .wrapper-agegate .info-section .language-wrapper .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .wrapper-agegate .info-section .language-wrapper .reduceQty:before,
#paypalAccordion .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
#paypalAccordion .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
.authentic-wrapper .header-wrapper .wrapper-agegate .info-section .country-wrapper .authentic-header:before,
.authentic-wrapper .header-wrapper .wrapper-agegate .info-section .language-wrapper .authentic-header:before,
.brand-protection-content-wrapper .wrapper-agegate .info-section .country-wrapper .check-wine-button.loader:after,
.brand-protection-content-wrapper .wrapper-agegate .info-section .language-wrapper .check-wine-button.loader:after,
.close .wrapper-agegate .info-section .country-wrapper i.close-modal,
.close .wrapper-agegate .info-section .language-wrapper i.close-modal,
.container-wineplan-wrapper .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
.custom-checkbox-toggle .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
.custom-checkbox-toggle .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
.custom-checkbox-twe .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
.custom-checkbox-twe .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
.custom-radio-twe .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
.custom-radio-twe .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .info-section .country-wrapper .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .info-section .language-wrapper .custom-selectbox:after,
.header-banner ul.user-navigation li .wrapper-agegate .info-section .country-wrapper .icon-account-header-white,
.header-banner ul.user-navigation li .wrapper-agegate .info-section .country-wrapper .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .wrapper-agegate .info-section .country-wrapper .icon-wishlist-header-white,
.header-banner ul.user-navigation li .wrapper-agegate .info-section .language-wrapper .icon-account-header-white,
.header-banner ul.user-navigation li .wrapper-agegate .info-section .language-wrapper .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .wrapper-agegate .info-section .language-wrapper .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .wrapper-agegate .info-section .country-wrapper .custom-control-label:before,
.ingredients-list .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .wrapper-agegate .info-section .language-wrapper .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .wrapper-agegate .info-section .country-wrapper .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .wrapper-agegate .info-section .country-wrapper .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .wrapper-agegate .info-section .language-wrapper .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .wrapper-agegate .info-section .language-wrapper .icon-header-region-selection-inactive,
.menu-toggleable-left.in .wrapper-agegate .info-section .country-wrapper .dropdown-toggle:after,
.menu-toggleable-left.in .wrapper-agegate .info-section .language-wrapper .dropdown-toggle:after,
.mobile-side-bar .wrapper-agegate .info-section .country-wrapper i.back-to-list,
.mobile-side-bar .wrapper-agegate .info-section .country-wrapper i.view-more,
.mobile-side-bar .wrapper-agegate .info-section .language-wrapper i.back-to-list,
.mobile-side-bar .wrapper-agegate .info-section .language-wrapper i.view-more,
.multilevel-dropdown .wrapper-agegate .info-section .country-wrapper .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown .wrapper-agegate .info-section .language-wrapper .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .wrapper-agegate .info-section .country-wrapper .icon-hamburger-active-close,
.navbar-header .navbar-toggler .wrapper-agegate .info-section .country-wrapper .icon-hamburger-inactive,
.navbar-header .navbar-toggler .wrapper-agegate .info-section .language-wrapper .icon-hamburger-active-close,
.navbar-header .navbar-toggler .wrapper-agegate .info-section .language-wrapper .icon-hamburger-inactive,
.product-detail .wrapper-agegate .info-section .country-wrapper .add-to-wishlist:hover:after,
.product-detail .wrapper-agegate .info-section .language-wrapper .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .info-section .country-wrapper .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .info-section .language-wrapper .custom-selectbox:after,
.product-tile .wrapper-agegate .info-section .country-wrapper .add-to-wishlist:hover:after,
.product-tile .wrapper-agegate .info-section .language-wrapper .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .wrapper-agegate .info-section .country-wrapper .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .wrapper-agegate .info-section .language-wrapper .panel-headng:after,
.site-search .wrapper-agegate .info-section .country-wrapper .fa-close:before,
.site-search .wrapper-agegate .info-section .country-wrapper .fa-search:before,
.site-search .wrapper-agegate .info-section .language-wrapper .fa-close:before,
.site-search .wrapper-agegate .info-section .language-wrapper .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .info-section .country-wrapper .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .info-section .language-wrapper .custom-selectbox:after,
.suspicious-header .wrapper-agegate .info-section .country-wrapper .header:before,
.suspicious-header .wrapper-agegate .info-section .language-wrapper .header:before,
.wrapper-agegate .info-section .country-wrapper #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper #edit-account-address .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.wrapper-agegate .info-section .country-wrapper #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.wrapper-agegate .info-section .country-wrapper #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper #paypalAccordion .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper .authentic-wrapper .header-wrapper .authentic-header:before,
.wrapper-agegate .info-section .country-wrapper .brand-protection-content-wrapper .check-wine-button.loader:after,
.wrapper-agegate .info-section .country-wrapper .close i.close-modal,
.wrapper-agegate .info-section .country-wrapper .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper .custom-checkbox-toggle .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper .custom-checkbox-twe .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper .custom-radio-twe .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper .custom-select:after,
.wrapper-agegate .info-section .country-wrapper .custom-selectbox:after,
.wrapper-agegate .info-section .country-wrapper .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .info-section .country-wrapper .header-banner ul.user-navigation li .icon-account-header-white,
.wrapper-agegate .info-section .country-wrapper .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.wrapper-agegate .info-section .country-wrapper .header-banner ul.user-navigation li .icon-wishlist-header-white,
.wrapper-agegate .info-section .country-wrapper .icon,
.wrapper-agegate .info-section .country-wrapper .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .country-wrapper .ingredients-list .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .country-wrapper .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.wrapper-agegate .info-section .country-wrapper .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.wrapper-agegate .info-section .country-wrapper .menu-toggleable-left.in .dropdown-toggle:after,
.wrapper-agegate .info-section .country-wrapper .mobile-side-bar i.back-to-list,
.wrapper-agegate .info-section .country-wrapper .mobile-side-bar i.view-more,
.wrapper-agegate .info-section .country-wrapper .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.wrapper-agegate .info-section .country-wrapper .navbar-header .navbar-toggler .icon-hamburger-active-close,
.wrapper-agegate .info-section .country-wrapper .navbar-header .navbar-toggler .icon-hamburger-inactive,
.wrapper-agegate .info-section .country-wrapper .product-detail .add-to-wishlist:hover:after,
.wrapper-agegate .info-section .country-wrapper .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .info-section .country-wrapper .product-tile .add-to-wishlist:hover:after,
.wrapper-agegate .info-section .country-wrapper .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.wrapper-agegate .info-section .country-wrapper .remove-product,
.wrapper-agegate .info-section .country-wrapper .shrinked-search-icon.fa-search:before,
.wrapper-agegate .info-section .country-wrapper .site-search .fa-close:before,
.wrapper-agegate .info-section .country-wrapper .site-search .fa-search:before,
.wrapper-agegate .info-section .country-wrapper .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .info-section .country-wrapper .suspicious-header .header:before,
.wrapper-agegate .info-section .country-wrapper footer .row-newsletter-subscription .newsletter-error-msg .logo,
.wrapper-agegate .info-section .country-wrapper footer .row-newsletter-subscription .newsletter-success-msg .logo,
.wrapper-agegate .info-section .language-wrapper #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper #edit-account-address .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.wrapper-agegate .info-section .language-wrapper #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.wrapper-agegate .info-section .language-wrapper #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper #paypalAccordion .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper .authentic-wrapper .header-wrapper .authentic-header:before,
.wrapper-agegate .info-section .language-wrapper .brand-protection-content-wrapper .check-wine-button.loader:after,
.wrapper-agegate .info-section .language-wrapper .close i.close-modal,
.wrapper-agegate .info-section .language-wrapper .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper .custom-checkbox-toggle .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper .custom-checkbox-twe .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper .custom-radio-twe .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper .custom-select:after,
.wrapper-agegate .info-section .language-wrapper .custom-selectbox:after,
.wrapper-agegate .info-section .language-wrapper .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .info-section .language-wrapper .header-banner ul.user-navigation li .icon-account-header-white,
.wrapper-agegate .info-section .language-wrapper .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.wrapper-agegate .info-section .language-wrapper .header-banner ul.user-navigation li .icon-wishlist-header-white,
.wrapper-agegate .info-section .language-wrapper .icon,
.wrapper-agegate .info-section .language-wrapper .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .info-section .language-wrapper .ingredients-list .custom-checkbox .custom-control-label:before,
.wrapper-agegate .info-section .language-wrapper .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.wrapper-agegate .info-section .language-wrapper .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.wrapper-agegate .info-section .language-wrapper .menu-toggleable-left.in .dropdown-toggle:after,
.wrapper-agegate .info-section .language-wrapper .mobile-side-bar i.back-to-list,
.wrapper-agegate .info-section .language-wrapper .mobile-side-bar i.view-more,
.wrapper-agegate .info-section .language-wrapper .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.wrapper-agegate .info-section .language-wrapper .navbar-header .navbar-toggler .icon-hamburger-active-close,
.wrapper-agegate .info-section .language-wrapper .navbar-header .navbar-toggler .icon-hamburger-inactive,
.wrapper-agegate .info-section .language-wrapper .product-detail .add-to-wishlist:hover:after,
.wrapper-agegate .info-section .language-wrapper .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .info-section .language-wrapper .product-tile .add-to-wishlist:hover:after,
.wrapper-agegate .info-section .language-wrapper .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.wrapper-agegate .info-section .language-wrapper .remove-product,
.wrapper-agegate .info-section .language-wrapper .shrinked-search-icon.fa-search:before,
.wrapper-agegate .info-section .language-wrapper .site-search .fa-close:before,
.wrapper-agegate .info-section .language-wrapper .site-search .fa-search:before,
.wrapper-agegate .info-section .language-wrapper .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .info-section .language-wrapper .suspicious-header .header:before,
.wrapper-agegate .info-section .language-wrapper footer .row-newsletter-subscription .newsletter-error-msg .logo,
.wrapper-agegate .info-section .language-wrapper footer .row-newsletter-subscription .newsletter-success-msg .logo,
footer .row-newsletter-subscription .newsletter-error-msg .wrapper-agegate .info-section .country-wrapper .logo,
footer .row-newsletter-subscription .newsletter-error-msg .wrapper-agegate .info-section .language-wrapper .logo,
footer .row-newsletter-subscription .newsletter-success-msg .wrapper-agegate .info-section .country-wrapper .logo,
footer .row-newsletter-subscription .newsletter-success-msg .wrapper-agegate .info-section .language-wrapper .logo {
    margin: 19px 0 0 20px;
    margin: 1.1875rem 0 0 1.25rem
}

@media (min-width:768px) {
    .wrapper-agegate .info-section .country-wrapper {
        -ms-flex: 50%;
        -webkit-box-flex: 50%;
        flex: 50%;
        text-align: right;
        padding-right: 15px;
        padding-right: .9375rem
    }
}

@media (min-width:768px) {
    .wrapper-agegate .info-section .country-wrapper:only-child {
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        text-align: center;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .wrapper-agegate .info-section .language-wrapper {
        -ms-flex: 50%;
        -webkit-box-flex: 50%;
        flex: 50%;
        text-align: left;
        padding-left: 15px;
        padding-left: .9375rem
    }
}

@media (max-width:991.98px) {
    .wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu {
        top: 100px
    }
}

.wrapper-agegate .main-section {
    width: 100%;
    margin-bottom: 300px
}

.wrapper-agegate .main-section .age-gate-one-logo {
    max-width: 190px;
    max-width: 11.875rem;
    height: 100px;
    height: 6.25rem;
    margin: 0 auto 50px;
    margin: 0 auto/16px/rem 3.125rem;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.wrapper-agegate .main-section .text-before-date {
    margin: 0 auto 60px;
    margin: 0 auto/16px/rem 3.75rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 2.1px;
    letter-spacing: .13125rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:992px) {
    .wrapper-agegate .main-section .text-before-date {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 56px;
        line-height: 3.5rem;
        letter-spacing: 5.6px;
        letter-spacing: .35rem
    }
}

.wrapper-agegate .main-section #date-of-birth {
    margin: 0 auto;
    max-width: 440px;
    max-width: 27.5rem
}

.wrapper-agegate .main-section #date-of-birth #dob-msg {
    margin: 0 auto 30px;
    margin: 0 auto/16px/rem 1.875rem;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-align: center
}

.wrapper-agegate .main-section #date-of-birth .date-container {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.wrapper-agegate .main-section #date-of-birth .date-container#dob-day,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-month,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-year {
    display: none
}

.wrapper-agegate .main-section #date-of-birth .date-container#dob-day.active,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-month.active,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-year.active {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s
}

.wrapper-agegate .main-section #date-of-birth .date-container#dob-day .dob-go-back,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-month .dob-go-back,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-year .dob-go-back {
    float: left
}

.wrapper-agegate .main-section #date-of-birth .date-container#dob-day .dob-go-back .go-to-month:before,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-day .dob-go-back .go-to-year:before,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-month .dob-go-back .go-to-month:before,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-month .dob-go-back .go-to-year:before,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-year .dob-go-back .go-to-month:before,
.wrapper-agegate .main-section #date-of-birth .date-container#dob-year .dob-go-back .go-to-year:before {
    height: 20px;
    width: 20px;
    left: -20px;
    position: relative;
    font-size: 45px;
    content: "\2039"
}

.wrapper-agegate .main-section #date-of-birth .date-container input.number {
    left: -1000px;
    left: -62.5rem;
    position: absolute;
    opacity: 0;
    caret-color: transparent;
    font-size: 1rem;
    line-height: 1.5
}

.wrapper-agegate .main-section #date-of-birth .date-container .number {
    width: 25%;
    height: 100%
}

.wrapper-agegate .main-section #date-of-birth .date-container .number-value {
    width: 115px;
    width: 7.1875rem;
    height: 126px;
    height: 7.875rem;
    line-height: 54px;
    line-height: 3.375rem;
    font-size: 45px;
    font-size: 2.8125rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    background-color: transparent;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 0;
    font-weight: 500
}

@media (max-width:991.98px) {
    .wrapper-agegate .main-section #date-of-birth .date-container .number-value {
        width: 80px;
        width: 5rem;
        height: 88px;
        height: 5.5rem;
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
        line-height: 2.5rem
    }

    .wrapper-agegate .main-section #date-of-birth .date-container .number-value.focus:before {
        top: 30px !important
    }

    .wrapper-agegate .main-section #date-of-birth .date-container .number-value.filled {
        padding-top: 25px;
        padding-top: 1.5625rem
    }
}

@media (min-width:992px) {
    .wrapper-agegate .main-section #date-of-birth .date-container .number-value.focus:before {
        top: 32px !important
    }

    .wrapper-agegate .main-section #date-of-birth .date-container .number-value.filled {
        padding-top: 30px;
        padding-top: 1.875rem
    }
}

.wrapper-agegate .main-section #date-of-birth .date-container .number-value.form-error {
    border: 1px solid red
}

.wrapper-agegate .main-section #date-of-birth .date-container .number-value.focus:before {
    content: "_";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: blinker .4s infinite alternate;
    animation: blinker .4s infinite alternate
}

.wrapper-agegate .main-section #date-of-birth .date-container .number-value.filled {
    background-color: transparent
}

.wrapper-agegate .main-section .form-check {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    padding: 0;
    text-align: center
}

.wrapper-agegate .main-section .form-check .form-check-label {
    height: 24px;
    height: 1.5rem;
    cursor: pointer;
    text-transform: capitalize
}

.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox {
    line-height: 24px;
    line-height: 1.5rem
}

#addNewDeliveryAddressModal .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
#edit-account-address .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .reduceQty:before,
#paypalAccordion .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
.authentic-wrapper .header-wrapper .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .authentic-header:before,
.brand-protection-content-wrapper .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .check-wine-button.loader:after,
.close .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox i.close-modal,
.container-wineplan-wrapper .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
.custom-checkbox-toggle .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
.custom-checkbox-twe .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
.custom-radio-twe .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-selectbox:after,
.header-banner ul.user-navigation li .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .icon-account-header-white,
.header-banner ul.user-navigation li .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .icon-header-region-selection-inactive,
.menu-toggleable-left.in .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .dropdown-toggle:after,
.mobile-side-bar .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox i.back-to-list,
.mobile-side-bar .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox i.view-more,
.multilevel-dropdown .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .icon-hamburger-active-close,
.navbar-header .navbar-toggler .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .icon-hamburger-inactive,
.product-detail .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-selectbox:after,
.product-tile .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .panel-headng:after,
.site-search .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .fa-close:before,
.site-search .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-selectbox:after,
.suspicious-header .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .header:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #edit-account-address .custom-checkbox .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox #paypalAccordion .custom-checkbox .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .authentic-wrapper .header-wrapper .authentic-header:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .brand-protection-content-wrapper .check-wine-button.loader:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .close i.close-modal,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-checkbox-toggle .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-checkbox-twe .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-radio-twe .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-select:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .custom-selectbox:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .header-banner ul.user-navigation li .icon-account-header-white,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .header-banner ul.user-navigation li .icon-wishlist-header-white,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .icon,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .ingredients-list .custom-checkbox .custom-control-label:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .menu-toggleable-left.in .dropdown-toggle:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .mobile-side-bar i.back-to-list,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .mobile-side-bar i.view-more,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .navbar-header .navbar-toggler .icon-hamburger-active-close,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .navbar-header .navbar-toggler .icon-hamburger-inactive,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .product-detail .add-to-wishlist:hover:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .product-tile .add-to-wishlist:hover:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .remove-product,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .shrinked-search-icon.fa-search:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .site-search .fa-close:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .site-search .fa-search:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .suspicious-header .header:before,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox footer .row-newsletter-subscription .newsletter-error-msg .logo,
.wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox footer .row-newsletter-subscription .newsletter-success-msg .logo,
footer .row-newsletter-subscription .newsletter-error-msg .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .logo,
footer .row-newsletter-subscription .newsletter-success-msg .wrapper-agegate .main-section .form-check .form-check-label .twe-checkbox .logo {
    margin-right: 10px;
    margin-right: .625rem;
    width: 24px;
    height: 24px
}

.wrapper-agegate .main-section .text-after-date {
    margin: 0 auto 50px;
    margin: 0 auto/16px/rem 3.125rem;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem;
    max-width: 840px;
    max-width: 52.5rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    text-align: center
}

.wrapper-agegate .main-section .text-after-date a,
.wrapper-agegate .main-section .text-after-date p {
    color: #fff
}

.wrapper-agegate .main-section .cookie-consent-wrapper {
    max-width: 860px;
    max-width: 53.75rem;
    margin: auto
}

.wrapper-agegate .main-section .cookie-consent-wrapper .cc-banner {
    margin: 20px 0;
    margin: 1.25rem 0
}

.wrapper-agegate .main-section .cookie-consent-wrapper .cc-banner p {
    color: #fff;
    text-align: center
}

.wrapper-agegate .main-section .cookie-consent-wrapper .cc-content a {
    color: #fff
}

.wrapper-agegate .main-section .cookie-consent-wrapper .cc-button button.btn-block {
    width: 100%;
    max-width: 100%;
    margin: 20px 12px;
    margin: 1.25rem .75rem;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .7px;
    letter-spacing: .04375rem
}

.wrapper-agegate .main-section .cookie-consent-wrapper .cc-button button.btn-block.btn-preference:hover,
.wrapper-agegate .main-section .cookie-consent-wrapper .cc-button button.btn-block.btn-save-cookies:hover {
    background: #2a2a2a !important
}

@media (min-width:992px) {
    .wrapper-agegate .main-section .cookie-consent-wrapper .cc-button button.btn-block {
        width: 260px;
        width: 16.25rem;
        max-width: 260px;
        max-width: 16.25rem
    }
}

@media (min-width:992px) {
    .wrapper-agegate .main-section .cookie-consent-wrapper .manage-preference {
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
        margin-top: 1rem
    }
}

.wrapper-agegate .main-section .cookie-consent-wrapper .manage-preference .row {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.wrapper-agegate .main-section .cookie-consent-wrapper .manage-preference .custom-control-label:before {
    background-color: transparent
}

.wrapper-agegate .main-section .cookie-consent-wrapper .manage-preference .cc-manage-preference {
    left: 45px;
    top: 5px;
    padding: 0
}

@media (max-width:991.98px) {
    .wrapper-agegate .main-section .cookie-consent-wrapper .manage-preference .cc-manage-preference {
        left: 50px
    }
}

@media (min-width:576px) {

    .wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu,
    .wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu {
        left: 25vw
    }
}

@media (min-width:768px) {

    .wrapper-agegate .info-section .country-wrapper .dropdown .dropdown-menu,
    .wrapper-agegate .info-section .language-wrapper .dropdown .dropdown-menu {
        position: absolute;
        min-width: 100%;
        left: 0
    }

    .wrapper-agegate .main-section #date-of-birth .date-container .number {
        margin: 0 15px;
        margin: 0 .9375rem
    }

    .wrapper-agegate .cookie-consent-wrapper .cc-button {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .wrapper-agegate .cookie-consent-wrapper .cc-button button.btn-block {
        width: 37%
    }

    .wrapper-agegate .cookie-consent-wrapper .cc-content,
    .wrapper-agegate .cookie-consent-wrapper .cc-content .col-lg-12 {
        padding: 0
    }
}

@media (min-width:768px) and (min-width:992px) {
    .wrapper-agegate .cookie-consent-wrapper .manage-preference .col-lg-3:first-child {
        padding: 0 7px;
        padding: 0 .4375rem
    }
}

@media (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {
    .wrapper-agegate .cookie-consent-wrapper .manage-preference .col-lg-3:first-child {
        left: 0
    }

    .wrapper-agegate .cookie-consent-wrapper .manage-preference .col-lg-3 {
        left: 30px
    }

    .wrapper-agegate .cookie-consent-wrapper .manage-preference .col-1 {
        padding: 0
    }

    .wrapper-agegate .cookie-consent-wrapper .manage-preference .cc-manage-preference {
        font-size: 13px;
        top: 7px !important
    }
}

.page-age-gate-two {
    background-color: #fff
}

.page-age-gate-two>.background .background-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (max-width:991.98px) {
    .page-age-gate-two .container {
        max-width: 350px;
        max-width: 21.875rem;
        padding: 20px 13px 20px 12px;
        padding: 1.25rem .8125rem 1.25rem .75rem
    }
}

@media (min-width:992px) {
    .page-age-gate-two .container {
        max-width: 1400px;
        max-width: 87.5rem
    }
}

.page-age-gate-two .container .background {
    position: relative
}

.page-age-gate-two .container .background .background-image {
    min-height: 850px;
    min-height: 53.125rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 101%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover
}

@media (min-width:992px) {
    .page-age-gate-two .container .background .background-image {
        right: 41.66667%
    }
}

.page-age-gate-two .container .content {
    padding: 0 40px 60px 30px;
    padding: 0 2.5rem 3.75rem 1.875rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column
}

@media (max-width:991.98px) {
    .page-age-gate-two .container .content {
        padding: 20px;
        padding: 1.25rem;
        border-radius: 8px;
        border-radius: .5rem;
        background-color: #fff
    }
}

@media (min-width:992px) {
    .page-age-gate-two .container .content {
        min-height: 850px;
        min-height: 53.125rem;
        height: -webkit-fill-available;
        height: -moz-available;
        height: stretch
    }
}

.page-age-gate-two .container .content .content-auto {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto
}

.page-age-gate-two .container .content .logo {
    text-align: center
}

.page-age-gate-two .container .content .content-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.page-age-gate-two .container .content .form-group {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.page-age-gate-two .container .content .form-group .form-control-label,
.page-age-gate-two .container .content .form-group .invalid-feedback {
    top: 0;
    left: 10px;
    left: .625rem
}

.page-age-gate-two .container .content .form-group .form-control-label:before,
.page-age-gate-two .container .content .form-group .invalid-feedback:before {
    display: none
}

.page-age-gate-two .container .content .form-group .form-control {
    height: 50px;
    height: 3.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 15px;
    font-size: .9375rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4e4e4e !important;
    background-color: #fff !important
}

.page-age-gate-two .container .content .form-group .form-control:disabled {
    background-color: #fff !important
}

.page-age-gate-two .container .content .form-group .eye-show-password {
    right: 15px;
    right: .9375rem;
    top: 17px;
    top: 1.0625rem;
    position: absolute;
    z-index: 2;
    opacity: 1;
    color: #ccc;
    cursor: pointer
}

.page-age-gate-two .container .content .form-group #login-form-password {
    padding-right: 35px;
    padding-right: 2.1875rem
}

.page-age-gate-two .container .content .form-group.floating-label .form-control {
    padding: 23px 10px 7px;
    padding: 1.4375rem .625rem .4375rem
}

.page-age-gate-two .container .content .form-group.custom-checkbox .custom-control-label {
    padding-left: 10px;
    padding-left: .625rem;
    height: 24px;
    height: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 15px;
    font-size: .9375rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4e4e4e
}

.page-age-gate-two .container .content .form-group.custom-checkbox .custom-control-label:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .custom-control-label:before {
    display: none
}

.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    position: absolute;
    left: 0
}

#addNewDeliveryAddressModal .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
#edit-account-address .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
#editDeliveryAddressModal .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .reduceQty:before,
#paypalAccordion .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.authentic-wrapper .header-wrapper .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .authentic-header:before,
.brand-protection-content-wrapper .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .check-wine-button.loader:after,
.close .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox i.close-modal,
.container-wineplan-wrapper .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.custom-checkbox-toggle .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.custom-checkbox-twe .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.custom-radio-twe .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-selectbox:after,
.header-banner ul.user-navigation li .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .icon-account-header-white,
.header-banner ul.user-navigation li .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .icon-wishlist-header-white,
.ingredients-list .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .icon-header-region-selection-inactive,
.menu-toggleable-left.in .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .dropdown-toggle:after,
.mobile-side-bar .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox i.back-to-list,
.mobile-side-bar .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox i.view-more,
.multilevel-dropdown .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .icon-hamburger-active-close,
.navbar-header .navbar-toggler .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .icon-hamburger-inactive,
.page-age-gate-two .container .content #addNewDeliveryAddressModal .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content #addNewDeliveryAddressModal .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.page-age-gate-two .container .content #edit-account-address .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content #edit-account-address .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.page-age-gate-two .container .content #editDeliveryAddressModal .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content #editDeliveryAddressModal .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.page-age-gate-two .container .content #paypalAccordion .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content #paypalAccordion .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.page-age-gate-two .container .content .container-wineplan-wrapper .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content .container-wineplan-wrapper .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .authentic-wrapper .header-wrapper .authentic-header:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .brand-protection-content-wrapper .check-wine-button.loader:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .close i.close-modal,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-checkbox-toggle .custom-control-label:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-checkbox-twe .custom-control-label:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-radio-twe .custom-control-label:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-select:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-selectbox:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .header-banner ul.user-navigation li .icon-account-header-white,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .header-banner ul.user-navigation li .icon-wishlist-header-white,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .icon,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .menu-toggleable-left.in .dropdown-toggle:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .mobile-side-bar i.back-to-list,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .mobile-side-bar i.view-more,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .navbar-header .navbar-toggler .icon-hamburger-active-close,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .navbar-header .navbar-toggler .icon-hamburger-inactive,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .product-detail .add-to-wishlist:hover:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .product-tile .add-to-wishlist:hover:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .remove-product,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .shrinked-search-icon.fa-search:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .site-search .fa-close:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .site-search .fa-search:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .suspicious-header .header:before,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox footer .row-newsletter-subscription .newsletter-error-msg .logo,
.page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox footer .row-newsletter-subscription .newsletter-success-msg .logo,
.page-age-gate-two .container .content .ingredients-list .form-group.custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.page-age-gate-two .container .content .ingredients-list .form-group.custom-checkbox .twe-checkbox .custom-control-label:before,
.product-detail .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-selectbox:after,
.product-tile .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .panel-headng:after,
.site-search .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .fa-close:before,
.site-search .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .custom-selectbox:after,
.suspicious-header .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .logo,
footer .row-newsletter-subscription .newsletter-success-msg .page-age-gate-two .container .content .form-group.custom-checkbox .twe-checkbox .logo {
    -webkit-transform: scale(.857);
    transform: scale(.857)
}

.page-age-gate-two .container .content .forgot-password {
    height: 24px;
    height: 1.5rem;
    line-height: 26px;
    line-height: 1.625rem
}

.page-age-gate-two .container .content .forgot-password a,
.page-age-gate-two .container .content .forgot-password a:active,
.page-age-gate-two .container .content .forgot-password a:focus,
.page-age-gate-two .container .content .forgot-password a:visited {
    font-size: 15px;
    font-size: .9375rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216
}

.page-age-gate-two .container #login-tab {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

@media (min-width:992px) {
    .page-age-gate-two .container #login-tab {
        margin-top: 60px;
        margin-top: 3.75rem;
        margin-bottom: 74px;
        margin-bottom: 4.625rem
    }
}

#loginShowModal .page-age-gate-two .container #login-tab .h3,
.page-age-gate-two .container #login-tab #loginShowModal .h3,
.page-age-gate-two .container #login-tab h3 {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    line-height: 37px;
    line-height: 2.3125rem;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216
}

@media (max-width:991.98px) {

    #loginShowModal .page-age-gate-two .container #login-tab .h3,
    .page-age-gate-two .container #login-tab #loginShowModal .h3,
    .page-age-gate-two .container #login-tab h3 {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 18px;
        line-height: 1.125rem
    }
}

.page-age-gate-two .container #password-reset-tab,
.page-age-gate-two .container #set-password-tab {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

@media (min-width:992px) {

    .page-age-gate-two .container #password-reset-tab,
    .page-age-gate-two .container #set-password-tab {
        margin-top: 60px;
        margin-top: 3.75rem;
        margin-bottom: 109px;
        margin-bottom: 6.8125rem
    }
}

#loginShowModal .page-age-gate-two .container #password-reset-tab .h2,
#loginShowModal .page-age-gate-two .container #set-password-tab .h2,
.page-age-gate-two .container #password-reset-tab #loginShowModal .h2,
.page-age-gate-two .container #password-reset-tab h2,
.page-age-gate-two .container #set-password-tab #loginShowModal .h2,
.page-age-gate-two .container #set-password-tab h2 {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

.page-age-gate-two .container #password-reset-tab p,
.page-age-gate-two .container #set-password-tab p {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.page-age-gate-two .container #password-reset-tab .back-to-login,
.page-age-gate-two .container #set-password-tab .back-to-login {
    margin-top: 30px;
    margin-top: 1.875rem;
    height: 26px;
    height: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 0
}

.page-age-gate-two .container #password-reset-tab .back-to-login a,
.page-age-gate-two .container #password-reset-tab .back-to-login a:active,
.page-age-gate-two .container #password-reset-tab .back-to-login a:focus,
.page-age-gate-two .container #password-reset-tab .back-to-login a:visited,
.page-age-gate-two .container #set-password-tab .back-to-login a,
.page-age-gate-two .container #set-password-tab .back-to-login a:active,
.page-age-gate-two .container #set-password-tab .back-to-login a:focus,
.page-age-gate-two .container #set-password-tab .back-to-login a:visited {
    font-size: 15px;
    font-size: .9375rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216
}

.page-age-gate-two .container #migrated-customer-result-tab,
.page-age-gate-two .container #password-reset-result-tab,
.page-age-gate-two .container #set-password-result-tab {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 0
}

@media (min-width:992px) {

    .page-age-gate-two .container #migrated-customer-result-tab,
    .page-age-gate-two .container #password-reset-result-tab,
    .page-age-gate-two .container #set-password-result-tab {
        margin-top: 60px;
        margin-top: 3.75rem;
        margin-bottom: 148px;
        margin-bottom: 9.25rem
    }
}

#loginShowModal .page-age-gate-two .container #migrated-customer-result-tab .h2,
#loginShowModal .page-age-gate-two .container #password-reset-result-tab .h2,
#loginShowModal .page-age-gate-two .container #set-password-result-tab .h2,
.page-age-gate-two .container #migrated-customer-result-tab #loginShowModal .h2,
.page-age-gate-two .container #migrated-customer-result-tab h2,
.page-age-gate-two .container #password-reset-result-tab #loginShowModal .h2,
.page-age-gate-two .container #password-reset-result-tab h2,
.page-age-gate-two .container #set-password-result-tab #loginShowModal .h2,
.page-age-gate-two .container #set-password-result-tab h2 {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    line-height: 48px;
    line-height: 3rem;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216
}

@media (max-width:991.98px) {

    #loginShowModal .page-age-gate-two .container #migrated-customer-result-tab .h2,
    #loginShowModal .page-age-gate-two .container #password-reset-result-tab .h2,
    #loginShowModal .page-age-gate-two .container #set-password-result-tab .h2,
    .page-age-gate-two .container #migrated-customer-result-tab #loginShowModal .h2,
    .page-age-gate-two .container #migrated-customer-result-tab h2,
    .page-age-gate-two .container #password-reset-result-tab #loginShowModal .h2,
    .page-age-gate-two .container #password-reset-result-tab h2,
    .page-age-gate-two .container #set-password-result-tab #loginShowModal .h2,
    .page-age-gate-two .container #set-password-result-tab h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 37px;
        line-height: 2.3125rem
    }
}

.page-age-gate-two .container #migrated-customer-result-tab p,
.page-age-gate-two .container #password-reset-result-tab p,
.page-age-gate-two .container #set-password-result-tab p {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.page-age-gate-two .container #password-reset-result-tab .btn-login,
.page-age-gate-two .container #password-reset-tab .btn-login,
.page-age-gate-two .container #set-password-result-tab .btn-login {
    padding: 10px 30px;
    padding: .625rem 1.875rem;
    line-height: 20px;
    line-height: 1.25rem
}

#removeProductModal {
    z-index: 1070
}

.modal-backdrop {
    z-index: 1040
}

.modal-backdrop.show {
    opacity: .7
}

@media (max-width:991.98px) {
    .custom-modal.modal {
        padding: 0 18px;
        padding: 0 1.125rem
    }
}

@media (max-width:360px) {
    .custom-modal.modal .modal-dialog {
        margin: 0
    }
}

@media (max-width:767.98px) {
    .custom-modal.modal .modal-dialog {
        max-width: 350px;
        margin: auto
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .custom-modal.modal .modal-dialog {
        max-width: 350px;
        max-width: 21.875rem
    }
}

@media (min-width:768px) {
    .custom-modal.modal .modal-dialog {
        max-width: 550px;
        max-width: 34.375rem
    }
}

.custom-modal.modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0
}

.custom-modal.modal .modal-dialog .modal-content .modal-header {
    border: none;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    padding: 30px 30px 0;
    padding: 1.875rem 1.875rem 0
}

@media (min-width:768px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-header {
        padding: 30px 30px 0;
        padding: 1.875rem 1.875rem 0
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .custom-modal.modal .modal-dialog .modal-content .modal-header .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .custom-modal.modal .modal-dialog .modal-content .modal-header h3,
#loginShowModal .m-dialog .m-content .m-body .footer .custom-modal.modal .modal-dialog .modal-content .modal-header h5,
.custom-modal.modal .modal-dialog .modal-content .modal-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.custom-modal.modal .modal-dialog .modal-content .modal-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.custom-modal.modal .modal-dialog .modal-content .modal-header #loginShowModal .m-dialog .m-content .m-body .footer h5,
.custom-modal.modal .modal-dialog .modal-content .modal-header .page-age-gate-two .container .content .footer h5,
.custom-modal.modal .modal-dialog .modal-content .modal-header h4,
.page-age-gate-two .container .content .footer .custom-modal.modal .modal-dialog .modal-content .modal-header h5 {
    line-height: 31px;
    line-height: 1.9375rem;
    letter-spacing: 4.4px;
    letter-spacing: .275rem;
    font-size: 22px;
    font-size: 1.375rem;
    margin-right: 50px;
    margin-right: 3.125rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700;
    text-transform: capitalize
}

@media (min-width:768px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .custom-modal.modal .modal-dialog .modal-content .modal-header .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .custom-modal.modal .modal-dialog .modal-content .modal-header h3,
    #loginShowModal .m-dialog .m-content .m-body .footer .custom-modal.modal .modal-dialog .modal-content .modal-header h5,
    .custom-modal.modal .modal-dialog .modal-content .modal-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
    .custom-modal.modal .modal-dialog .modal-content .modal-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
    .custom-modal.modal .modal-dialog .modal-content .modal-header #loginShowModal .m-dialog .m-content .m-body .footer h5,
    .custom-modal.modal .modal-dialog .modal-content .modal-header .page-age-gate-two .container .content .footer h5,
    .custom-modal.modal .modal-dialog .modal-content .modal-header h4,
    .page-age-gate-two .container .content .footer .custom-modal.modal .modal-dialog .modal-content .modal-header h5 {
        margin-right: 0;
        margin-right: 22px;
        margin-right: 1.375rem;
        letter-spacing: 4.8px;
        letter-spacing: .3rem;
        font-size: 24px;
        font-size: 1.5rem
    }
}

.custom-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
    text-transform: none
}

.custom-modal.modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0
}

.custom-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 50px 30px 30px;
    padding: 3.125rem 1.875rem 1.875rem
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-brand-name {
    color: #be0216;
    font-weight: 700
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-sell-type-price,
.custom-modal.modal .modal-dialog .modal-content .modal-body .item-sell-type-type {
    text-align: right;
    margin-bottom: 0
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-sell-type-type span {
    font-size: 14px;
    font-size: .875rem
}

@media (min-width:360px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .item-sell-type-type span {
        font-size: 15px;
        font-size: .9375rem
    }
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-sell-type-price span {
    font-size: 15px;
    font-size: .9375rem
}

@media (min-width:360px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .item-sell-type-price span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .item-sell-type-price span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .pre-order-shipping {
    color: #be0216
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-quantity {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .single-price {
    text-align: right
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-total-price {
    width: 100%
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-total-price .line-item-pricing-info {
    float: left
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-total-price .line-item-pricing-info .line-item-total-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 28px;
    line-height: 1.75rem
}

@media (min-width:360px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-total-price .line-item-pricing-info .line-item-total-text {
        font-size: 15px;
        font-size: .9375rem
    }
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-total-price .line-item-total-price-amount {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-align: right;
    color: #be0216;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media (min-width:360px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-total-price .line-item-total-price-amount {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-total-price .line-item-total-price-amount {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .product-line-item-details {
    overflow-y: inherit
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .product-line-item-details .badge-container {
    right: 0
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .product-line-item-details .badge-container.bottom {
    top: auto;
    bottom: 0
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .product-line-item-details .badge-container.bottom ul li {
    margin-bottom: 0
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .flex-column {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-name {
    width: 90%;
    white-space: normal;
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-name span {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 300;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 2.1px;
    letter-spacing: .13125rem
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .remove-line-item {
    display: none
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-attributes {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #4d4d4d
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-image {
    margin-right: 2px;
    margin-right: .125rem;
    width: 89px;
    width: 5.5625rem;
    height: 100px;
    position: relative
}

@media (min-width:370px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .item-image {
        margin-right: 5px;
        margin-right: .3125rem
    }
}

@media (max-width:767.98px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .item-image {
        display: none
    }
}

@media (min-width:768px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .item-image {
        margin-right: 60px;
        margin-right: 3.75rem;
        width: 170px;
        width: 10.625rem;
        height: 188px
    }
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-image img.product-image {
    margin: 0;
    width: auto;
    height: 100%;
    max-height: inherit
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .line-item-quantity {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 400
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-price {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-weight: 400
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-unit-price {
    width: 50%;
    float: left;
    display: inline-block;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-unit-price .strike-through {
    display: block
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-unit-price p:last-child {
    margin-bottom: 0
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-total-price {
    float: left;
    text-align: right;
    width: 50%;
    display: inline-block;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-total-price .line-item-pricing-info {
    line-height: 15px;
    line-height: .9375rem
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-total-text {
    line-height: 28px;
    line-height: 1.75rem;
    color: #4d4d4d
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-total-price-amount {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #be0216
}

@media (min-width:360px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-total-price-amount {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (min-width:460px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-body .item-price .line-item-total-price-amount {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .price {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #4d4d4d
}

.custom-modal.modal .modal-dialog .modal-content .modal-body .price .strike-through {
    margin-top: 5px;
    margin-top: .3125rem;
    color: #9d9d9c
}

.custom-modal.modal .modal-dialog .modal-content .modal-footer {
    border: none;
    padding: 0 30px 20px;
    padding: 0 1.875rem 1.25rem
}

@media (max-width:767.98px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-footer {
        display: block
    }
}

.custom-modal.modal .modal-dialog .modal-content .modal-footer button {
    width: 50%
}

@media (max-width:767.98px) {
    .custom-modal.modal .modal-dialog .modal-content .modal-footer button {
        width: 100%
    }
}

@media (min-width:992px) {
    #chooseBonusProductModal {
        overflow-y: hidden
    }
}

#chooseBonusProductModal .bonus-product-price {
    margin-top: 0;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

@media (min-width:576px) {
    .choose-bonus-product-dialog {
        max-width: 570px
    }
}

@media (max-width:991.98px) {
    .choose-bonus-product-dialog .detail-panel-mobile {
        padding: 0
    }
}

.choose-bonus-product-dialog .modal-content {
    border-radius: 0;
    scrollbar-width: thin
}

.choose-bonus-product-dialog .modal-content::-webkit-scrollbar {
    width: 10px;
    width: .625rem
}

.choose-bonus-product-dialog .modal-content::-webkit-scrollbar-thumb {
    background: #9d9d9c;
    border-radius: 10px
}

.choose-bonus-product-dialog .modal-content::-webkit-scrollbar-track {
    background: #fff
}

@media (min-width:992px) {
    .choose-bonus-product-dialog .modal-content {
        max-height: 94vh;
        overflow-x: hidden;
        overflow-y: auto
    }
}

.choose-bonus-product-dialog .modal-content .modal-header {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    background-color: transparent;
    display: block;
    border-bottom: 1px solid #9d9d9c;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    margin: 20px;
    margin: 1.25rem
}

@media (min-width:768px) {
    .choose-bonus-product-dialog .modal-content .modal-header {
        margin: 30px 20px 20px;
        margin: 1.875rem 1.25rem 1.25rem
    }
}

.choose-bonus-product-dialog .modal-content .modal-header .select-products {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    text-transform: capitalize;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 31px;
    line-height: 1.9375rem;
    letter-spacing: 4.4px;
    letter-spacing: .275rem
}

@media (min-width:768px) {
    .choose-bonus-product-dialog .modal-content .modal-header .select-products {
        margin-bottom: 10px;
        margin-bottom: .625rem;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 4.8px;
        letter-spacing: .3rem
    }
}

.choose-bonus-product-dialog .modal-content .modal-header .select-options {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 31px;
    line-height: 1.9375rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem
}

@media (min-width:768px) {
    .choose-bonus-product-dialog .modal-content .modal-header .select-options {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 30px;
        line-height: 1.875rem;
        letter-spacing: 1.25px;
        letter-spacing: .07812rem
    }
}

.choose-bonus-product-dialog .modal-content .modal-body {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    padding: 0;
    overflow: hidden
}

@media (min-width:768px) {
    .choose-bonus-product-dialog .modal-content .modal-body {
        padding: 0 8px;
        padding: 0 .5rem
    }
}

.choose-bonus-product-dialog .modal-content .modal-body .product-detail {
    height: 100%;
    padding: 20px 15px;
    padding: 1.25rem .9375rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem
}

.choose-bonus-product-dialog .modal-content .modal-body .product-detail>.row {
    height: 100%
}

.choose-bonus-product-dialog .modal-content .modal-body .product-image {
    position: relative;
    height: 141px;
    height: 8.8125rem;
    width: 141px;
    width: 8.8125rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.choose-bonus-product-dialog .modal-content .modal-body .product-image img {
    position: absolute;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:768px) {
    .choose-bonus-product-dialog .modal-content .modal-body .product-image {
        height: 277px;
        height: 17.3125rem;
        width: 250px;
        width: 15.625rem
    }
}

.choose-bonus-product-dialog .modal-content .modal-body .product-brand-name {
    color: #be0216;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

.choose-bonus-product-dialog .modal-content .modal-body .product-collection-name {
    color: #4d4d4d;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .choose-bonus-product-dialog .modal-content .modal-body .product-name.h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .choose-bonus-product-dialog .modal-content .modal-body h3.product-name,
#loginShowModal .m-dialog .m-content .m-body .footer .choose-bonus-product-dialog .modal-content .modal-body h5.product-name,
.choose-bonus-product-dialog .modal-content .modal-body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .product-name.h3,
.choose-bonus-product-dialog .modal-content .modal-body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3.product-name,
.choose-bonus-product-dialog .modal-content .modal-body #loginShowModal .m-dialog .m-content .m-body .footer h5.product-name,
.choose-bonus-product-dialog .modal-content .modal-body .page-age-gate-two .container .content .footer h5.product-name,
.choose-bonus-product-dialog .modal-content .modal-body h4.product-name,
.page-age-gate-two .container .content .footer .choose-bonus-product-dialog .modal-content .modal-body h5.product-name {
    color: proxima-nova, "Proxima Nova", "Open Sans", Arial, sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    border-bottom: none;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 31px;
    line-height: 1.9375rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-price {
    font-weight: 700;
    color: #be0216;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.choose-bonus-product-dialog .modal-content .modal-body .btn-select-bonus-product {
    width: 100%;
    text-transform: uppercase;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-top: 10px;
    margin-top: .625rem;
    height: 54px;
    height: 3.375rem;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.choose-bonus-product-dialog .modal-content .modal-body .btn-select-bonus-product:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.choose-bonus-product-dialog .modal-content .modal-body .btn-select-bonus-product:active,
.choose-bonus-product-dialog .modal-content .modal-body .btn-select-bonus-product:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.choose-bonus-product-dialog .modal-content .modal-body .btn-select-bonus-product.disabled,
.choose-bonus-product-dialog .modal-content .modal-body .btn-select-bonus-product:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.choose-bonus-product-dialog .modal-content .modal-footer {
    padding: 20px;
    padding: 1.25rem
}

.choose-bonus-product-dialog .modal-content .modal-footer a.clear-wishlist-confirm-btn,
.choose-bonus-product-dialog .modal-content .modal-footer a.close-modal {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216;
    cursor: pointer;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

#removeProductModal .line-item-total-price-wrap {
    position: relative;
    margin-top: auto
}

#removeProductModal .line-item-total-price-wrap .line-item-total-price-amount {
    position: absolute;
    right: 0;
    background: #fff;
    padding-left: 3px;
    padding-left: .1875rem
}

#removeProductModal .item-sell-type-wrapper {
    padding-left: 15px;
    padding-left: .9375rem;
    padding-right: 15px;
    padding-right: .9375rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

#removeProductModal .item-sell-type-wrapper p,
#removeProductModal .item-sell-type-wrapper span,
#removeProductModal .line-item-quantity p,
#removeProductModal .line-item-quantity span,
#removeProductModal .pre-order-shipping p,
#removeProductModal .pre-order-shipping span {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400
}

#removeProductModal .line-item-collection-name {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-weight: 500;
    text-transform: uppercase
}

#removeProductModal .line-item-total-price-wrap {
    margin-top: 0 !important;
    font-weight: 700;
    color: #4d4d4d
}

#removeProductModal .line-item-total-price-wrap .line-item-total-price-amount {
    font-weight: 700;
    color: #4d4d4d
}

#removeProductModal .line-item-total-price-wrap .line-item-total-price-label {
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem
}

#removeProductModal .modal-footer {
    padding: 20px 30px 0;
    padding: 1.25rem 1.875rem 0;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist span {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
    display: none
}

#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist span.default-button {
    display: block !important
}

@media (min-width:576px) {
    #removeProductModal .modal-footer .cart-remove-and-add-to-wishlist {
        margin-right: 20px;
        margin-right: 1.25rem
    }
}

#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist.disabled,
#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist:active,
#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist:disabled,
#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#removeProductModal .modal-footer .cart-remove-and-add-to-wishlist:hover span {
    color: #fff
}

#removeProductModal .modal-footer.guest .cart-remove-and-add-to-wishlist {
    display: none
}

#removeProductModal .modal-footer .btn-outline-primary.cart-delete-confirmation-btn,
#removeProductModal .modal-footer .cart-delete-confirmation-btn.btn-outline-white-primary,
#removeProductModal .modal-footer .owl-carousel.content-banner-carousel .item .content .action .cart-delete-confirmation-btn.btn,
.owl-carousel.content-banner-carousel .item .content .action #removeProductModal .modal-footer .cart-delete-confirmation-btn.btn {
    margin-left: auto;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #4d4d4d;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

#removeProductModal .modal-footer .btn-outline-primary.cart-delete-confirmation-btn:hover,
#removeProductModal .modal-footer .cart-delete-confirmation-btn.btn-outline-white-primary:hover,
#removeProductModal .modal-footer .owl-carousel.content-banner-carousel .item .content .action .cart-delete-confirmation-btn.btn:hover,
.owl-carousel.content-banner-carousel .item .content .action #removeProductModal .modal-footer .cart-delete-confirmation-btn.btn:hover {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#removeProductModal .modal-footer .btn-outline-primary.cart-delete-confirmation-btn:active,
#removeProductModal .modal-footer .btn-outline-primary.cart-delete-confirmation-btn:focus,
#removeProductModal .modal-footer .cart-delete-confirmation-btn.btn-outline-white-primary:active,
#removeProductModal .modal-footer .cart-delete-confirmation-btn.btn-outline-white-primary:focus,
#removeProductModal .modal-footer .owl-carousel.content-banner-carousel .item .content .action .cart-delete-confirmation-btn.btn:active,
#removeProductModal .modal-footer .owl-carousel.content-banner-carousel .item .content .action .cart-delete-confirmation-btn.btn:focus,
.owl-carousel.content-banner-carousel .item .content .action #removeProductModal .modal-footer .cart-delete-confirmation-btn.btn:active,
.owl-carousel.content-banner-carousel .item .content .action #removeProductModal .modal-footer .cart-delete-confirmation-btn.btn:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#removeProductModal .modal-footer .btn-outline-primary.cart-delete-confirmation-btn.disabled,
#removeProductModal .modal-footer .btn-outline-primary.cart-delete-confirmation-btn:disabled,
#removeProductModal .modal-footer .cart-delete-confirmation-btn.btn-outline-white-primary:disabled,
#removeProductModal .modal-footer .cart-delete-confirmation-btn.disabled.btn-outline-white-primary,
#removeProductModal .modal-footer .owl-carousel.content-banner-carousel .item .content .action .cart-delete-confirmation-btn.btn:disabled,
#removeProductModal .modal-footer .owl-carousel.content-banner-carousel .item .content .action .cart-delete-confirmation-btn.disabled.btn,
.owl-carousel.content-banner-carousel .item .content .action #removeProductModal .modal-footer .cart-delete-confirmation-btn.btn:disabled,
.owl-carousel.content-banner-carousel .item .content .action #removeProductModal .modal-footer .cart-delete-confirmation-btn.disabled.btn {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

@media (max-width:340px) {

    #removeProductModal .modal-footer .btn-outline-primary.cart-delete-confirmation-btn,
    #removeProductModal .modal-footer .cart-delete-confirmation-btn.btn-outline-white-primary,
    #removeProductModal .modal-footer .cart-remove-and-add-to-wishlist,
    #removeProductModal .modal-footer .owl-carousel.content-banner-carousel .item .content .action .cart-delete-confirmation-btn.btn,
    .owl-carousel.content-banner-carousel .item .content .action #removeProductModal .modal-footer .cart-delete-confirmation-btn.btn {
        padding-left: 7px;
        padding-left: .4375rem;
        padding-right: 7px;
        padding-right: .4375rem
    }
}

#removeProductModal .modal-footer button {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

#clearWishlistModal .modal-footer .clear-wishlist-cancel-btn {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #4d4d4d;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .7px;
    letter-spacing: .04375rem
}

#clearWishlistModal .modal-footer .clear-wishlist-cancel-btn:hover {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#clearWishlistModal .modal-footer .clear-wishlist-cancel-btn:active,
#clearWishlistModal .modal-footer .clear-wishlist-cancel-btn:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#clearWishlistModal .modal-footer .clear-wishlist-cancel-btn.disabled,
#clearWishlistModal .modal-footer .clear-wishlist-cancel-btn:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: 1px solid #f1f1f1 !important;
    outline: none !important;
    box-shadow: none !important
}

@media (max-width:991.98px) {
    #clearWishlistModal .modal-footer .clear-wishlist-cancel-btn {
        margin-bottom: 30px;
        margin-bottom: 1.875rem
    }
}

#clearWishlistModal .modal-footer .clear-wishlist-confirm-btn {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .7px;
    letter-spacing: .04375rem
}

#clearWishlistModal .modal-footer .clear-wishlist-confirm-btn:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#clearWishlistModal .modal-footer .clear-wishlist-confirm-btn:active,
#clearWishlistModal .modal-footer .clear-wishlist-confirm-btn:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#clearWishlistModal .modal-footer .clear-wishlist-confirm-btn.disabled,
#clearWishlistModal .modal-footer .clear-wishlist-confirm-btn:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.choose-bonus-product-dialog .choice-of-bonus-product .product-quickview .product-name-wrapper .product-collection-name,
.choose-bonus-product-dialog .choice-of-bonus-product .product-quickview .product-name-wrapper .product-name {
    color: #2a2a2a !important
}

.badge-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    cursor: auto
}

@media (max-width:991.98px) {
    .badge-container {
        right: 20px;
        right: 1.25rem
    }
}

@media (min-width:1200px) {
    .badge-container {
        height: inherit
    }
}

@media (max-width:991.98px) {
    .badge-container.non-wine {
        top: auto;
        bottom: 0
    }
}

.badge-container.non-wine ul li {
    margin-bottom: 0
}

.badge-container ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.badge-container ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem
}

.badge-container ul li.rrp-badge {
    position: absolute;
    background-color: #9c0011;
    right: 0
}

@media (min-width:1200px) {
    .badge-container ul li.rrp-badge {
        position: relative
    }
}

.badge-container ul li .overlay {
    position: absolute;
    top: 0;
    left: 1px;
    text-align: center;
    color: #fff;
    background-color: #be0216;
    border-radius: 50%;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    font-size: .625rem;
    line-height: 19px;
    line-height: 1.1875rem;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem
}

.badge-container ul li.discount {
    background-color: #be0216;
    padding-top: 10px;
    padding-top: .625rem
}

.badge-container ul li.discount i {
    display: none
}

.badge-container ul li.discount .sub-value,
.badge-container ul li.discount .value {
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem
}

.badge-container ul li.discount .value {
    font-size: 18px;
    font-size: 1.125rem
}

.badge-container ul li.discount .sub-value {
    font-size: 12px;
    font-size: .75rem
}

.rrp-badge {
    bottom: 0;
    background-color: #9c0011;
    text-align: -webkit-center;
    height: 50px;
    height: 3.125rem;
    border-radius: 25px;
    border-radius: 1.5625rem;
    right: 12px;
    right: .75rem
}

.rrp-badge,
.rrp-badge .rrp-off-text,
.rrp-badge .rrp-off-value {
    position: absolute;
    display: inline-block;
    width: 50px;
    width: 3.125rem
}

.rrp-badge .rrp-off-text,
.rrp-badge .rrp-off-value {
    text-align: center;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    left: 0
}

.rrp-badge .rrp-off-value {
    text-transform: uppercase;
    letter-spacing: -.9px;
    top: 9px;
    top: .5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem
}

.rrp-badge .rrp-off-text {
    text-transform: uppercase;
    letter-spacing: -.7px;
    bottom: 5px;
    bottom: .3125rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 19px;
    line-height: 1.1875rem
}

.product-line-item-details .rrp-badge {
    position: relative;
    right: 0;
    float: right;
    bottom: 52px;
    bottom: 3.25rem
}

.MagicZoom,
.mz-button,
.mz-expand-controls,
.mz-expand-thumbnails,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-figure,
.mz-hint,
.mz-lens,
.mz-loading,
.mz-thumb img,
.mz-zoom-window {
    box-sizing: border-box
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.MagicZoom {
    -webkit-transform: translateZ(0);
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important
}

.MagicZoom>img,
.mz-figure>img {
    width: 100%;
    height: auto
}

.ie8-magic .MagicZoom>img,
.ie8-magic .mz-figure>img {
    width: 100%;
    max-width: none !important
}

.mz-expand .mz-figure.mz-no-zoom,
.mz-figure.mz-no-zoom.mz-no-expand {
    cursor: default !important
}

.mz-expand,
.mz-figure.mz-active {
    -ms-touch-action: none;
    touch-action: none
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important
}

.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important
}

.mz-lens img {
    transition: none !important
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    -webkit-mask-clip: content;
    cursor: none
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important
}

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647
}

.mz-zoom-window img {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important
}

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important
}

.mz-expand-controls {
    z-index: 2147483647
}

.mz-fade {
    transition: opacity .25s
}

.mz-hidden {
    opacity: 0
}

.mz-visible {
    opacity: 1
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important
}

.mobile-magic .mz-expand>.mz-zoom-window {
    top: 0 !important;
    left: 0 !important
}

@media not screen and (max-device-width:767px) {

    .mz-expanded-view-open,
    .mz-expanded-view-open body {
        overflow: hidden !important
    }

    .mz-expanded-view-open body {
        height: auto !important
    }
}

@media screen and (max-device-width:767px) {

    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
        overflow: hidden !important
    }

    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
        height: auto !important
    }
}

.mz-figure.mz-active {
    background: #fff
}

.mz-figure.mz-active,
.mz-figure.mz-click-zoom,
.mz-figure.mz-no-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: zoom-out
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none
}

.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important
}

.mz-figure.mz-active>img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%)
}

.no-cssfilters-magic .mz-figure.mz-active>img {
    opacity: .6
}

.lt-ie10-magic .mz-figure.mz-active>img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=0.6)
}

.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom>img {
    opacity: 0
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom>img {
    filter: alpha(opacity=0)
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent
}

.mz-lens {
    border: 1px solid #aaa;
    border-color: hsla(0, 0%, 67%, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    cursor: none;
    z-index: 10;
    opacity: 0
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9) .1s
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none
}

.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: hsla(0, 0%, 100%, .3)
}

.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid hsla(0, 0%, 67%, .7);
    box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, .3);
    background: transparent;
    z-index: 1
}

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important
}

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5
}

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none
}

.mz-zoom-window.mz-inner:not(.mz-expanded) {
    z-index: 80
}

.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: .8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80)
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0
}

.mz-zoom-window.mz-expanded>.mz-caption {
    display: none
}

.mz-zoom-window.mz-activating,
.mz-zoom-window.mz-deactivating {
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9), -webkit-transform .3s cubic-bezier(.25, .5, .5, .9);
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9), transform .3s cubic-bezier(.25, .5, .5, .9);
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9), transform .3s cubic-bezier(.25, .5, .5, .9), -webkit-transform .3s cubic-bezier(.25, .5, .5, .9)
}

.mz-zoom-window.mz-deactivating {
    transition-duration: .25s, .25s, .25s
}

.mz-zoom-window.mz-p-bottom,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-top {
    opacity: 0;
    z-index: -100
}

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
}

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0)
}

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
}

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
}

.mz-zoom-window>img {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mz-zoom-window.mz-p-inner.mz-activating>img,
.mz-zoom-window.mz-p-inner.mz-deactivating>img {
    transition: -webkit-transform .22s cubic-bezier(.25, .5, .5, .9) !important;
    transition: transform .22s cubic-bezier(.25, .5, .5, .9) !important;
    transition: transform .22s cubic-bezier(.25, .5, .5, .9), -webkit-transform .22s cubic-bezier(.25, .5, .5, .9) !important
}

.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
    transform: scale(.1)
}

.mz-zoom-window.mz-custom.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-preview.mz-deactivating {
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9)
}

.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-preview.mz-deactivating {
    transition-duration: .2s
}

.mz-zoom-window.mz-p-custom,
.mz-zoom-window.mz-p-preview {
    opacity: 0
}

.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49, 51, 61, .7);
    font: normal 12px/1.2em Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica Neue, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity .25s ease
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    transition: opacity .4s ease, z-index .4s ease
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49, 51, 61, .7);
    border-radius: 2em;
    padding: .7em 1.1em
}

.mz-hint-message:before {
    content: "\2295";
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px
}

.mobile-magic .mz-hint-message:before {
    display: none
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    transition-delay: .6s
}

.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mz-expand .mz-hint-message {
    padding: 1.1em
}

.mz-expand .mz-hint-message:before {
    display: none
}

.mz-expand .mz-hint-hidden {
    opacity: 0;
    transition-delay: 1.5s
}

.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mz-loading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: transparent;
    box-sizing: border-box
}

.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    transition: opacity 0s
}

.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
    animation: spin-loading .9s infinite linear
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto
}

.lt-ie10-magic .mz-loading:after {
    content: "Loading...";
    text-indent: 0;
    border: none;
    position: relative
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#7c31333D", EndColorStr="#7c31333D")
}

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0)
}

.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>img,
.mz-expand .mz-expand-bg>svg,
.mz-expand .mz-expand-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>img,
.mz-expand .mz-expand-bg>svg {
    width: auto !important;
    height: auto !important
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>svg {
    min-width: 100% !important;
    min-height: 100% !important
}

.mz-expand {
    background-color: #000;
    text-align: center;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none
}

.mz-expand,
.mz-expand .mz-expand-bg {
    vertical-align: middle;
    -webkit-perspective: 600px;
    perspective: 600px
}

.mz-expand .mz-expand-bg {
    display: inline-block;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateZ(0) scale(7) rotate(.01deg);
    transform: translateZ(0) scale(7) rotate(.01deg)
}

.mz-expand .mz-expand-bg>img {
    margin: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%)
}

.mz-expand .mz-expand-bg>svg {
    margin: auto;
    opacity: .6
}

.lt-ie10-magic .mz-expand .mz-expand-bg,
[data-magic-ua=edge] .mz-expand .mz-expand-bg {
    display: none !important
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f
}

[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96)
}

.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important
}

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96)
}

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

.mz-expand .mz-expand-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
    z-index: 2100000000
}

.mz-expand .mz-expand-stage .mz-image-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
    flex: 1 1;
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0
}

.mz-expand .mz-image-stage>figure {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
    flex: 1 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden
}

.mz-expand .mz-figure {
    max-width: 100% !important;
    overflow: visible
}

.mz-expand .mz-figure>img {
    max-width: 100%;
    width: auto;
    height: auto
}

.mz-expand .mz-zoom-in .mz-image-stage>figure,
.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-active {
    -ms-flex: 1 0;
    -webkit-box-flex: 1;
    flex: 1 0;
    width: 100%;
    height: 100%
}

.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-active>img {
    pointer-events: none
}

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: zoom-in
}

.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: zoom-out
}

.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage>figure>figure>img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100)
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100)
}

.mz-expand .mz-caption {
    -ms-flex: 0 0;
    -webkit-box-flex: 0;
    flex: 0 0;
    color: #fff;
    text-shadow: 0 0 46px #000;
    padding: 10px 30px;
    font: normal 10pt/1.25 Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica Neue, Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    opacity: 0
}

.mz-expand .mz-caption.mz-show {
    transition: opacity .15s ease-out;
    opacity: 1
}

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
    display: none
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0
}

@media screen and (max-device-width:767px) {
    .mobile-magic .mz-expand .mz-image-stage .mz-caption {
        display: none !important
    }
}

.mz-expand-controls,
.mz-nav-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important
}

.mz-nav-controls {
    z-index: 2100000000
}

button.mz-button {
    color: hsla(0, 0%, 71%, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 2100000000 !important;
    background-color: transparent !important;
    border: 0 solid transparent !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    transition: color .25s, background-color .25s !important
}

button.mz-button:before {
    display: block;
    position: static;
    height: 100%;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: -webkit-transform .25s !important;
    transition: transform .25s !important;
    transition: transform .25s, -webkit-transform .25s !important
}

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
    color: #b4b4b4 !important
}

button.mz-button:active:before {
    -webkit-transform: scale(.7) !important;
    transform: scale(.7) !important
}

.mobile-magic .mz-expand button.mz-button:active {
    background-color: rgba(49, 51, 61, .7) !important
}

button.mz-button.mz-button-next,
button.mz-button.mz-button-prev {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important
}

button.mz-button.mz-button-prev {
    left: 0 !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

button.mz-button.mz-button-next {
    right: 0 !important
}

button.mz-button.mz-button-close {
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important
}

button.mz-button.mz-button-close:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")
}

button.mz-button.mz-button-next:before,
button.mz-button.mz-button-prev:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")
}

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
    button.mz-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: cover;
        mask-size: cover
    }

    button.mz-button.mz-button-close:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")
    }

    button.mz-button.mz-button-next:before,
    button.mz-button.mz-button-prev:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")
    }
}

@media screen and (max-device-width:767px) {

    button.mz-button-next,
    button.mz-button-prev {
        display: none !important
    }

    .mobile-magic .mz-expand button.mz-button.mz-button-close {
        width: 50px !important;
        height: 50px !important;
        color: #b4b4b4 !important
    }

    .mobile-magic .mz-expand button.mz-button:before {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75)
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100)
}

.mz-figure .mz-nav-controls button.mz-button {
    display: none;
    width: 32px !important;
    height: 56px !important;
    margin: auto 0 !important;
    padding: 0 !important;
    border: 0 !important
}

.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
    display: block
}

.mz-thumb,
.mz-thumb:focus,
a[data-zoom-id] {
    display: inline-block;
    line-height: 0;
    outline: none
}

.mz-thumb img,
a[data-zoom-id] img {
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-sizing: border-box
}

.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom-color: hsla(0, 0%, 71%, .3)
}

.mz-thumb.mz-thumb-selected img {
    border-bottom-color: #b4b4b4
}

.mz-expand-thumbnails {
    -ms-flex: 0 0 80px;
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 50;
    overflow: hidden
}

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua=firefox] .mz-expand-thumbnails {
    height: 80px
}

.mz-expand-thumbnails .magic-thumb>img {
    cursor: pointer;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
    border-bottom-color: hsla(0, 0%, 71%, .3)
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
    border-bottom-color: #b4b4b4
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none
}

@media not screen and (max-device-width:767px) and (orientation:portrait) {
    .mz-expand.expand-thumbnails-left .mz-expand-stage {
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse
    }

    .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        padding: 0 10px;
        height: 100%;
        overflow: hidden
    }

    .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,
    :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        width: 80px;
        height: 100%
    }
}

@media not screen and (max-device-width:767px) and (orientation:portrait) and (max-device-width:767px) {
    .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
        height: calc(100% - 40px);
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none
}

.thumbnails-style-shaded.mz-thumb img {
    border: 0 !important;
    padding-bottom: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3)
}

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(.7);
    filter: brightness(.7)
}

.thumbnails-style-shaded.mz-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
    filter: brightness(.7) opacity(.7)
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb>img {
    border: 0;
    padding-bottom: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3)
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected)>img:hover {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
    filter: brightness(.7) opacity(.7)
}

.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover {
    background: #000
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75)
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
    opacity: .7;
    filter: alpha(opacity=70)
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
    position: relative
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 100;
    pointer-events: none;
    background-color: transparent
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
    background-color: rgba(0, 0, 0, .2)
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
    background-color: rgba(0, 0, 0, .3)
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
    position: relative;
    z-index: 1
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3)
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-button,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs li,
.magic-thumbs li:after,
.magic-thumbs li:before,
.magic-thumbs li img,
.magic-thumbs ul {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
    width: 100%;
    height: 100%;
    white-space: nowrap
}

.magic-thumbs.no-buttons {
    padding: 0 !important
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap
}

.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important
}

.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block
}

.magic-thumbs ul li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.magic-thumbs ul li>img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle
}

.ie8-magic .magic-thumbs ul li>img {
    max-width: none !important;
    max-height: none !important
}

.magic-thumbs.magic-thumbs-vertical {
    height: 100%
}

.magic-thumbs-vertical {
    padding: 40px 0
}

.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal
}

.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
    margin: 4px 0
}

.magic-thumbs-vertical ul li>img {
    max-width: 100% !important;
    max-height: none !important
}

.ie8-magic .magic-thumbs-vertical ul li>img {
    width: 100%
}

.magic-thumbs button.magic-thumbs-button {
    color: hsla(0, 0%, 71%, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 100%;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    width: 33px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto 3px;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    transition: color .25s, background-color .25s !important
}

.magic-thumbs button.magic-thumbs-button:before {
    display: block;
    position: static;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .25s !important;
    transition: transform .25s !important;
    transition: transform .25s, -webkit-transform .25s !important
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active,
.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover {
    color: #b4b4b4 !important
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
    -webkit-transform: scale(.7) !important;
    transform: scale(.7) !important
}

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    background-color: rgba(49, 51, 61, .7) !important
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0
}

.magic-thumbs-vertical button.magic-thumbs-button {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 3px auto
}

.magic-thumbs-vertical button.magic-thumbs-button-prev {
    top: 0;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
}

.magic-thumbs-vertical button.magic-thumbs-button-next {
    bottom: 0;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important
}

.magic-thumbs .magic-thumbs-button-next:before,
.magic-thumbs .magic-thumbs-button-prev:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")
}

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
    .magic-thumbs button.magic-thumbs-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: cover;
        mask-size: cover
    }

    .magic-thumbs .magic-thumbs-button-next:before,
    .magic-thumbs .magic-thumbs-button-prev:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")
    }
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important
}

.magic-thumbs-button-disabled {
    opacity: .2;
    filter: alpha(opacity=20)
}

.modal-open-noscroll {
    position: absolute;
    width: 100%
}

.quick-view-dialog {
    width: 1170px;
    width: 73.125rem;
    max-width: 1170px;
    max-width: 73.125rem
}

@media (max-width:991.98px) {
    .quick-view-dialog {
        display: none
    }
}

.quick-view-dialog #videoModal {
    width: 1170px;
    width: 73.125rem;
    top: 32px;
    top: 2rem;
    left: inherit;
    right: 0
}

.quick-view-dialog .selectable-bonus-product-line-item {
    margin-top: .2em;
    margin-bottom: .2em;
    padding-top: .3em;
    padding-bottom: .3em
}

.quick-view-dialog .beenSelected {
    background-color: #f1f1f1
}

.quick-view-dialog .modal-footer,
.quick-view-dialog .modal-header {
    display: none
}

.quick-view-dialog .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: .063em solid rgba(0, 0, 0, .3);
    display: inline-block;
    margin-right: .313em;
    position: relative
}

.quick-view-dialog .swatch-circle.color-value[data-selected=true]:after {
    color: #000;
    content: "\F058";
    display: table-caption;
    font-family: FontAwesome;
    font-size: 1.625em;
    left: .295em;
    position: absolute
}

.quick-view-dialog .swatch-circle.color-value.selected:after {
    color: #000;
    content: "\F058";
    display: table-caption;
    font-family: FontAwesome;
    font-size: 1.625em;
    left: .31em;
    position: absolute;
    top: .35em
}

.quick-view-dialog .swatch-circle.color-value.selected:after,
.quick-view-dialog .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: .75em;
    line-height: .8em;
    width: .8em
}

.quick-view-dialog a[disabled] .swatch-circle {
    cursor: not-allowed
}

.quick-view-dialog a[disabled] .swatch-circle.color-value.selected:after {
    background-color: #495057
}

.quick-view-dialog .availablity-container {
    text-align: right
}

.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart {
    margin-top: .938em
}

.quick-view-dialog .modal-content {
    background: #2a2a2a;
    border: none;
    border-radius: 8px;
    border-radius: .5rem
}

.quick-view-dialog .prices .sales {
    font-size: 1.5rem
}

.quick-view-dialog .prices .prices-rrp {
    margin-bottom: 12px;
    margin-bottom: .75rem
}

.quick-view-dialog .prices .prices-rrp label {
    float: left
}

.quick-view-dialog .prices .prices-rrp.empty {
    margin: 0
}

.quick-view-dialog .prices .strike-through {
    color: #f1f1f1
}

.quick-view-dialog .promotion-embargo-message {
    background: #4d4d4d;
    text-align: center;
    border-radius: 26px;
    border-radius: 1.625rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.quick-view-dialog .promotion-embargo-message .promotions .callout {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 15px;
    font-size: .9375rem;
    padding-top: 1px;
    padding-top: .0625rem;
    padding-bottom: 1px;
    padding-bottom: .0625rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #c4c4c4;
    word-break: break-all;
    font-weight: 500
}

@media (max-width:767.98px) {
    .quick-view-dialog .bonus-summary {
        font-size: .625em
    }
}

@media (max-width:767.98px) {
    .quick-view-dialog .bonus-summary .bonus-product-name {
        padding: 0
    }
}

.quick-view-dialog .pre-cart-products {
    margin-right: .125em
}

.quick-view-dialog .modal-body:not(.video-modal-body) {
    max-height: 100%
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-item-qty {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items {
    margin: 0 20px;
    margin: 0 1.25rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name {
    display: inline-block
}

#loginShowModal .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name .h2,
.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name #loginShowModal .h2,
.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 2px 0 -6px;
    margin: .125rem 0 -.375rem
}

@media (min-width:992px) {

    #loginShowModal .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name .h2,
    .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name #loginShowModal .h2,
    .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name h2 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name a {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700;
    padding: 14px 20px 12px;
    padding: .875rem 1.25rem .75rem
}

@media (min-width:992px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-brand-name a {
        font-size: 15px;
        font-size: .9375rem;
        line-height: 18px;
        line-height: 1.125rem;
        margin: 10px 0;
        margin: .625rem 0;
        padding-left: 2px;
        padding-left: .125rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .panel-group-wrapper {
    width: inherit
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .primary-images {
    width: 100%
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item {
    border-top: 1px solid #9d9d9c
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item .badge-container ul li.rrp-badge {
    display: none
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item .product-name {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem;
    padding: 14px 20px 12px;
    padding: .875rem 1.25rem .75rem;
    margin: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-style: inherit;
    font-weight: 700
}

@media (min-width:992px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item .product-name {
        width: 100%;
        padding: 0 !important;
        font-weight: 700;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 28px;
        line-height: 1.75rem;
        margin-left: 5px;
        margin-left: .3125rem
    }

    .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item .product-name :hover {
        -webkit-text-decoration-color: #be0216;
        text-decoration-color: #be0216
    }
}

@media (min-width:992px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item .collapse {
        display: block
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item .accordion-heading-wrapper {
    height: inherit;
    padding: 0;
    line-height: normal
}

@media (min-width:992px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item .accordion-heading-wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 10px 0;
        margin: .625rem 0
    }

    .quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .bundle-item .accordion-heading-wrapper a:hover {
        -webkit-text-decoration-color: #be0216;
        text-decoration-color: #be0216
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .pannel-group {
    padding-left: 15px;
    padding-left: .9375rem;
    padding-right: 15px;
    padding-right: .9375rem;
    margin: 0 0 30px;
    margin: 0 0 1.875rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .pannel-group:nth-last-child(-n+5) {
    margin: 0
}

.quick-view-dialog .modal-body:not(.video-modal-body) .bundle-items .pannel-group:nth-child(odd) {
    margin: 0 0 0 133px;
    margin: 0 0 0 8.3125rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel {
    margin-bottom: 80px;
    margin-bottom: 5rem
}

@media (max-width:991.98px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .carousel {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .icon-next,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .icon-prev {
    background-color: #fff;
    width: 35px;
    width: 2.1875rem;
    height: 44px;
    height: 2.75rem;
    padding-top: 8px;
    padding-top: .5rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .icon-next:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .icon-prev:before {
    color: #9c0011
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel.no-indicators {
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .carousel.no-indicators {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel.no-indicators .carousel-control-next,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel.no-indicators .carousel-control-prev,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel.no-indicators .carousel-indicators {
    display: none
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    bottom: -10px;
    bottom: -.625rem
}

@media (max-width:991.98px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-indicators {
        display: none
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-indicators li {
    background: #f1f1f1;
    display: inline-block;
    border: 2px solid #f1f1f1;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
    border-radius: 10px;
    border-radius: .625rem;
    margin-right: 20px;
    margin-right: 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-indicators li.active {
    background: transparent;
    border-color: #9c0011;
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
    border-radius: 12px;
    border-radius: .75rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-control-next,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-control-prev {
    display: none;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: .9
}

@media (max-width:1024px) {

    .quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-control-next,
    .quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-control-prev {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-control-next .icon-arrow-left-dark:hover,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-control-next .icon-arrow-right-dark:hover,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-control-prev .icon-arrow-left-dark:hover,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-control-prev .icon-arrow-right-dark:hover {
    background-color: #f1f1f1;
    border-radius: 50%
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel:not(.no-indicators):hover .carousel-control-next,
.quick-view-dialog .modal-body:not(.video-modal-body) .carousel:not(.no-indicators):hover .carousel-control-prev {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-item {
    padding-bottom: 56px;
    padding-bottom: 3.5rem
}

@media (max-width:991.98px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-item {
        padding-bottom: 0
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-item img {
    margin: auto
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-item .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    left: inherit;
    right: inherit;
    width: 100%
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-item .carousel-caption h5 {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 23px;
    line-height: 1.4375rem;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .carousel-item.video-preview .badge-container {
    display: none
}

.quick-view-dialog .modal-body:not(.video-modal-body) .carousel .video-preview-icon {
    position: absolute;
    -webkit-filter: invert(70%);
    filter: invert(70%);
    opacity: .5;
    top: calc(50% - 27px);
    left: calc(50% - 27px)
}

.quick-view-dialog .modal-body:not(.video-modal-body) .promotion-label-container {
    text-align: left;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .promotion-label-container .promotion-label {
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 80px;
    border-radius: 5rem;
    padding: 5px 22px;
    padding: .3125rem 1.375rem;
    line-height: 17px;
    line-height: 1.0625rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .promotion-label-container .promotion-label span {
    font-family: Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    letter-spacing: .84px;
    letter-spacing: .0525rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .product-collection {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem;
    letter-spacing: 1.8px;
    letter-spacing: .1125rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .product-title {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700
}

.quick-view-dialog .modal-body:not(.video-modal-body) .product-name {
    width: 370px;
    width: 23.125rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: 1.6px;
    letter-spacing: .1rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #fff
}

@media (min-width:992px) {
    .quick-view-dialog .modal-body:not(.video-modal-body) .product-name {
        width: 100%;
        font-size: 32px;
        font-size: 2rem;
        letter-spacing: 4.8px;
        letter-spacing: .3rem;
        line-height: 36px;
        line-height: 2.25rem
    }
}

.quick-view-dialog .modal-body:not(.video-modal-body) .overview-wrapper .overview-details {
    color: #fff;
    letter-spacing: .75px;
    letter-spacing: .04688rem;
    line-height: 24px;
    line-height: 1.5rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .overview-wrapper .overview-details li,
.quick-view-dialog .modal-body:not(.video-modal-body) .overview-wrapper .overview-details p,
.quick-view-dialog .modal-body:not(.video-modal-body) .overview-wrapper .overview-details span {
    color: #fff
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container {
    width: 100%;
    height: auto;
    background: #3a3a3a;
    border: 1px solid #3a3a3a;
    -ms-flex: 100%;
    -webkit-box-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    border-radius: 8px;
    border-radius: .5rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-attributes-container {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-attributes-container .sellTypePrices .prices-selltype {
    margin-top: 16px;
    margin-top: 1rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-attributes-container .sellTypePrices .prices-selltype .product-price-detail {
    height: auto;
    line-height: 20px;
    line-height: 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-attributes-container .sellTypePrices .prices-selltype .product-price-detail .description {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    letter-spacing: .15rem;
    font-size: 12px;
    font-size: .75rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-attributes-container .sellTypePrices .prices-selltype .product-price-detail .description .price {
    color: #c4c4c4;
    font-weight: 600
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container {
    border-top: 1px solid #c4c4c4;
    padding: 16px 0 20px;
    padding: 1rem 0 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 16px;
    padding-bottom: 1rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset {
    height: auto;
    margin: 0
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h3,
#loginShowModal .m-dialog .m-content .m-body .footer .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h5,
#loginShowModal .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset .h1,
#loginShowModal .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset .h2,
#loginShowModal .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset .h3,
.page-age-gate-two .container .content .footer .quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h5,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .h1,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .h2,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .h3,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset #loginShowModal .m-dialog .m-content .m-body .footer h5,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset .page-age-gate-two .container .content .footer h5,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset a,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h1,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h2,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h3,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h4,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h5,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h6,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset p {
    color: #fff
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 2.25px;
    letter-spacing: .14062rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .pricing-asset-container .member-pricing-header .content-asset p {
    margin-bottom: 0
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .prices-selltypes .prices-selltype.non-case.bottles-for-case .product-price-detail {
    display: none
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .quantity-wrapp {
    width: 100%;
    margin-right: 0
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .quantity-wrapp input.quantity-input {
    border-color: #f1f1f1;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border: none;
    color: #fff !important;
    margin-right: 0;
    padding: 0;
    text-align: center;
    height: 46px !important;
    height: 2.875rem !important/16px/rem;
    font-size: 24px;
    font-size: 1.5rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasTypeContent {
    padding: 0
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .price-sellastype-container,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .quantity-wrapp.none-wine {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasType-container {
    border: 1px solid #9d9d9d;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 48px;
    height: 3rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasType-container .minusQuantity,
.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasType-container .plusQuantity {
    text-align: center;
    width: 25%;
    cursor: pointer;
    margin: 9px 0;
    margin: .5625rem 0;
    font-size: 34px;
    font-size: 2.125rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasType-container .qntyBox {
    text-align: center;
    width: 50%;
    font-size: 34px;
    font-size: 2.125rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasType-container .qntyBox .product-price-detail {
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    line-height: 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasType-container.error-red-border {
    border: 1px solid red
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasTypeDropdown {
    padding: 0;
    border: 1px solid #9d9d9d
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasTypeDropdown .custom-selectbox {
    color: #fff;
    border: none;
    padding: 9px 40px 9px 15px;
    padding: .5625rem 2.5rem .5625rem .9375rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasTypeDropdown .custom-selectbox:after {
    cursor: pointer;
    margin-top: -5px;
    margin-top: -.3125rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes-container .sellasTypeDropdown .selectbox-option {
    color: #4d4d4d
}

.quick-view-dialog .modal-body:not(.video-modal-body) .view-more-details-actions a.full-pdp-link {
    background-color: transparent;
    border: 1px solid #c4c4c4
}

.quick-view-dialog .modal-body:not(.video-modal-body) .view-more-details-actions a.full-pdp-link:active,
.quick-view-dialog .modal-body:not(.video-modal-body) .view-more-details-actions a.full-pdp-link:focus,
.quick-view-dialog .modal-body:not(.video-modal-body) .view-more-details-actions a.full-pdp-link:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: 1px solid #4d4d4d !important
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes .prices {
    display: inline-block
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes .prices .price {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700
}

.quick-view-dialog .modal-body:not(.video-modal-body) .attributes .swatch {
    font-size: 15px;
    font-size: .9375rem;
    display: inline-block;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    line-height: 37px;
    line-height: 2.3125rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 50px;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 1.2px;
    letter-spacing: .075rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart:hover,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link:hover,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart:hover {
    background-color: #9c0011 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart:active,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart:focus,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link:active,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link:focus,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart:active,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart.disabled,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart:disabled,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link.disabled,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link:disabled,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart.disabled,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart.success,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link.success,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart.success {
    background-color: #19a11d !important
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart.fail,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link.fail,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart.fail {
    white-space: normal;
    background-color: red !important;
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 12px !important;
    font-size: .75rem !important/16px/rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart.disabled,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link.disabled,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart.disabled {
    background-color: #9d9d9c
}

.brand-protection-content-wrapper .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart .check-wine-button.loader:after,
.brand-protection-content-wrapper .quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link .check-wine-button.loader:after,
.brand-protection-content-wrapper .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart .check-wine-button.loader:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart .brand-protection-content-wrapper .check-wine-button.loader:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-cart .icon-add-to-cart-loader,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link .brand-protection-content-wrapper .check-wine-button.loader:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .full-pdp-link .icon-add-to-cart-loader,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart .brand-protection-content-wrapper .check-wine-button.loader:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart .icon-add-to-cart-loader {
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions {
    height: 50px;
    height: 3.125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart {
    background-color: #4d4d4d
}

.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart:active,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart:focus,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart:hover {
    background-color: #353535 !important
}

#addNewDeliveryAddressModal .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
#edit-account-address .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .reduceQty:before,
#paypalAccordion .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
.authentic-wrapper .header-wrapper .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .authentic-header:before,
.brand-protection-content-wrapper .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .check-wine-button.loader:after,
.close .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart i.close-modal,
.container-wineplan-wrapper .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
.custom-checkbox-toggle .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
.custom-checkbox-twe .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
.custom-radio-twe .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-selectbox:after,
.header-banner ul.user-navigation li .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .icon-account-header-white,
.header-banner ul.user-navigation li .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .icon-header-region-selection-inactive,
.menu-toggleable-left.in .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .dropdown-toggle:after,
.mobile-side-bar .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart i.back-to-list,
.mobile-side-bar .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart i.view-more,
.multilevel-dropdown .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .icon-hamburger-active-close,
.navbar-header .navbar-toggler .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .icon-hamburger-inactive,
.product-detail .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-selectbox:after,
.product-tile .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .add-to-wishlist:hover:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #edit-account-address .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart #paypalAccordion .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .authentic-wrapper .header-wrapper .authentic-header:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .brand-protection-content-wrapper .check-wine-button.loader:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .close i.close-modal,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-checkbox-toggle .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-checkbox-twe .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-radio-twe .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-select:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-selectbox:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .header-banner ul.user-navigation li .icon-account-header-white,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .header-banner ul.user-navigation li .icon-wishlist-header-white,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .icon,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .ingredients-list .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .menu-toggleable-left.in .dropdown-toggle:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .mobile-side-bar i.back-to-list,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .mobile-side-bar i.view-more,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .navbar-header .navbar-toggler .icon-hamburger-active-close,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .navbar-header .navbar-toggler .icon-hamburger-inactive,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .product-detail .add-to-wishlist:hover:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .product-tile .add-to-wishlist:hover:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .remove-product,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .shrinked-search-icon.fa-search:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .site-search .fa-close:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .site-search .fa-search:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .suspicious-header .header:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart footer .row-newsletter-subscription .newsletter-error-msg .logo,
.quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart footer .row-newsletter-subscription .newsletter-success-msg .logo,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .panel-headng:after,
.site-search .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .fa-close:before,
.site-search .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .custom-selectbox:after,
.suspicious-header .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .logo,
footer .row-newsletter-subscription .newsletter-success-msg .quick-view-dialog .modal-body:not(.video-modal-body) .proceed-to-cart-actions .proceed-to-cart .logo {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist {
    height: 44px;
    height: 2.75rem;
    line-height: 44px;
    line-height: 2.75rem;
    font-size: 15px;
    font-size: .9375rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    cursor: pointer;
    position: relative;
    display: inline-block
}

#addNewDeliveryAddressModal .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
#edit-account-address .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .reduceQty:before,
#paypalAccordion .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
.authentic-wrapper .header-wrapper .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .authentic-header:before,
.brand-protection-content-wrapper .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .check-wine-button.loader:after,
.close .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist i.close-modal,
.container-wineplan-wrapper .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
.custom-checkbox-toggle .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
.custom-checkbox-twe .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
.custom-radio-twe .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-selectbox:after,
.header-banner ul.user-navigation li .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .icon-account-header-white,
.header-banner ul.user-navigation li .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .icon-header-region-selection-inactive,
.menu-toggleable-left.in .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .dropdown-toggle:after,
.mobile-side-bar .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist i.back-to-list,
.mobile-side-bar .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist i.view-more,
.multilevel-dropdown .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .icon-hamburger-active-close,
.navbar-header .navbar-toggler .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .icon-hamburger-inactive,
.product-detail .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-selectbox:after,
.product-tile .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .add-to-wishlist:hover:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #edit-account-address .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist #paypalAccordion .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .authentic-wrapper .header-wrapper .authentic-header:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .brand-protection-content-wrapper .check-wine-button.loader:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .close i.close-modal,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-checkbox-toggle .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-checkbox-twe .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-radio-twe .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-select:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-selectbox:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .header-banner ul.user-navigation li .icon-account-header-white,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .header-banner ul.user-navigation li .icon-wishlist-header-white,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .icon,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .ingredients-list .custom-checkbox .custom-control-label:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .menu-toggleable-left.in .dropdown-toggle:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .mobile-side-bar i.back-to-list,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .mobile-side-bar i.view-more,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .navbar-header .navbar-toggler .icon-hamburger-active-close,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .navbar-header .navbar-toggler .icon-hamburger-inactive,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .product-detail .add-to-wishlist:hover:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .product-tile .add-to-wishlist:hover:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .remove-product,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .shrinked-search-icon.fa-search:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .site-search .fa-close:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .site-search .fa-search:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .suspicious-header .header:before,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist footer .row-newsletter-subscription .newsletter-error-msg .logo,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist footer .row-newsletter-subscription .newsletter-success-msg .logo,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .modal-body:not(.video-modal-body) .add-to-wishlist .panel-headng:after,
.site-search .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .fa-close:before,
.site-search .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .custom-selectbox:after,
.suspicious-header .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .logo,
footer .row-newsletter-subscription .newsletter-success-msg .quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist .logo {
    margin-right: 10px;
    margin-right: .625rem
}

.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist.active,
.quick-view-dialog .modal-body:not(.video-modal-body) .add-to-wishlist a {
    text-decoration: none
}

.quick-view-dialog .modal-body:not(.video-modal-body) .close {
    font-size: 15px;
    font-size: .9375rem;
    color: #be0216;
    opacity: 1;
    font-weight: 700
}

.quick-view-dialog .pannel-group {
    width: 100%;
    margin-top: 36px;
    margin-top: 2.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem
}

.quick-view-dialog .pannel-group.none-wine {
    margin-bottom: 0
}

.quick-view-dialog .pannel-group .collapse.show {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.quick-view-dialog .pannel-group.bundle-overview {
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
    margin-top: 1.875rem
}

.quick-view-dialog .pannel-group .productOverview .panel-headng-non-accordion {
    margin-top: 20px;
    margin-top: 1.25rem
}

.quick-view-dialog .pannel-group .card,
.quick-view-dialog .pannel-group _:-ms-lang(x) {
    display: block
}

.quick-view-dialog .pannel-group p {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

#loginShowModal .quick-view-dialog .pannel-group .h2,
.quick-view-dialog .pannel-group #loginShowModal .h2,
.quick-view-dialog .pannel-group h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 4.8px;
    letter-spacing: .3rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216;
    text-transform: uppercase
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .quick-view-dialog .pannel-group .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .quick-view-dialog .pannel-group h3,
#loginShowModal .m-dialog .m-content .m-body .footer .quick-view-dialog .pannel-group h5,
.page-age-gate-two .container .content .footer .quick-view-dialog .pannel-group h5,
.quick-view-dialog .pannel-group #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.quick-view-dialog .pannel-group #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.quick-view-dialog .pannel-group #loginShowModal .m-dialog .m-content .m-body .footer h5,
.quick-view-dialog .pannel-group .page-age-gate-two .container .content .footer h5,
.quick-view-dialog .pannel-group h4 {
    margin: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem
}

.quick-view-dialog .pannel-group .panel {
    padding: 0 !important;
    border-top: 1px solid #f1f1f1
}

.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper {
    padding: 15px 0
}

.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng {
    margin-bottom: 0;
    cursor: pointer
}

.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quick-view-dialog .pannel-group .panel .spacer {
    display: none
}

.quick-view-dialog .pannel-group .container {
    padding: 0 1rem
}

.quick-view-dialog .pannel-group .card {
    padding: 10px;
    padding: .625rem;
    border-radius: 0;
    border: none
}

.quick-view-dialog .pannel-group .panel-collapse {
    padding-top: 0;
    padding-bottom: 0
}

.quick-view-dialog .pannel-group .panel-collapse .collapsing {
    padding: 0
}

.quick-view-dialog .pannel-group .awardsAndAccolades .collapse.show .awards-points,
.quick-view-dialog .pannel-group .awardsAndAccolades _:-ms-lang(x) .awards-points {
    float: left;
    width: 100%
}

.quick-view-dialog .pannel-group .awardsAndAccolades .collapse.show .quotes,
.quick-view-dialog .pannel-group .awardsAndAccolades _:-ms-lang(x) .quotes {
    float: right;
    width: 100%
}

.quick-view-dialog .pannel-group .awardsAndAccolades .awards-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.quick-view-dialog .pannel-group .awardsAndAccolades .awards-wrapper table {
    width: 100%
}

.quick-view-dialog .pannel-group .awardsAndAccolades .awards-wrapper .card p:first-child {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 4px;
    letter-spacing: .25rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.quick-view-dialog .pannel-group .awardsAndAccolades .awards-wrapper .card p:last-child {
    margin-bottom: 0
}

.quick-view-dialog .pannel-group .awardsAndAccolades .awards-wrapper .awardPoints-row {
    padding-top: 10px;
    padding-top: .625rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    width: 100%;
    border-bottom: 1px solid #9c0011
}

.quick-view-dialog .pannel-group .awardsAndAccolades .awards-wrapper .awards-val {
    color: #4d4d4d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    padding-top: .625rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    font-size: 20px;
    font-size: 1.25rem
}

.quick-view-dialog .pannel-group .awardsAndAccolades .awards-wrapper .awards-name {
    text-align: right;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

.quick-view-dialog .pannel-group .food-pairing-col {
    min-height: 110px;
    min-height: 6.875rem;
    margin-top: 12px;
    margin-top: .75rem;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    padding: 0 1rem
}

.quick-view-dialog .pannel-group .food-pairing-col .icon-container {
    min-height: 110px;
    min-height: 6.875rem;
    margin-top: 12px;
    margin-top: .75rem;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    padding: 0 16px;
    padding: 0 1rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.quick-view-dialog .pannel-group .food-pairing-col .icon-container h5 {
    font-size: 12px;
    font-size: .75rem;
    margin-top: -16px;
    margin-top: -1rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    color: #9c0011
}

.quick-view-dialog .pannel-group .food-pairing-col .image-placeholder {
    height: 40px;
    height: 2.5rem;
    width: 70px;
    width: 4.375rem;
    margin: 0 auto
}

.quick-view-dialog .product-recommendations {
    height: 626px;
    height: 39.125rem;
    max-width: 883px;
    max-width: 55.1875rem;
    margin: 0 auto 40px;
    margin: 0 auto/16px/rem 2.5rem;
    border-radius: 0;
    background-color: #f1f1f1;
    overflow: hidden
}

#loginShowModal .quick-view-dialog .mixed-selections .h3,
.quick-view-dialog .mixed-overview-text,
.quick-view-dialog .mixed-selections #loginShowModal .h3,
.quick-view-dialog .mixed-selections .overview-wrapper.row.panel,
.quick-view-dialog .mixed-selections h3 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

#loginShowModal .quick-view-dialog .mixed-selections .h3,
.quick-view-dialog .mixed-selections #loginShowModal .h3,
.quick-view-dialog .mixed-selections h3 {
    font-weight: 700;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 4px;
    letter-spacing: .25rem
}

.quick-view-dialog .prices-add-to-cart-actions.non-wine .row.cart-and-ipay {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.quick-view-dialog .prices-add-to-cart-actions.non-wine .row.cart-and-ipay .col-sm-12 {
    padding: 0
}

.quick-view-dialog .prices-add-to-cart-actions.non-wine .row.cart-and-ipay .col-sm-12 .fa-shopping-bag {
    display: none
}

.product-bundle .productOverview .panel-headng-non-accordion {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding-top: 15px;
    padding-top: .9375rem;
    height: 42px;
    height: 2.625rem
}

.product-bundle .productOverview .overview-wrapper {
    margin-top: 10px;
    margin-top: .625rem
}

.product-bundle .detail-panel {
    margin-right: 15px;
    margin-right: .9375rem;
    margin-bottom: 0 !important
}

.product-bundle .detail-panel .prices {
    text-align: right;
    display: block !important
}

.bundle-items-label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 4.8px;
    letter-spacing: .3rem;
    margin: 74px 20px 12px;
    margin: 4.625rem 1.25rem .75rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-transform: capitalize
}

.add-to-cart-messages {
    z-index: 1061
}

.add-to-cart-messages .add-to-basket-alert {
    -webkit-animation: fade 3s linear forwards;
    animation: fade 3s linear forwards
}

.badge-container.non-wine {
    top: 0;
    bottom: auto
}

.prices .sales {
    font-size: 1.5rem
}

.prices .prices-rrp .label {
    float: left;
    color: #f1f1f1
}

.prices .prices-rrp .price {
    text-align: right;
    font-size: 15px;
    font-size: .9375rem
}

.prices .prices-rrp .price .strike-through {
    margin-right: 0;
    color: #f1f1f1
}

.prices .prices-rrp .sales {
    display: none
}

.prices .prices-rrp.empty {
    margin: 0
}

.prices .prices-non-rrp .price {
    text-align: left
}

.prices .prices-non-rrp .price .sales {
    color: #fff
}

.prices .prices-non-rrp .price .sales .value {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    letter-spacing: .15rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem
}

.prices .prices-non-rrp .price .list {
    display: none
}

.col-no-right-padding {
    padding-right: 0
}

.col-no-left-padding,
.prices-add-to-cart-actions.wine {
    padding-left: 0
}

.modal#videoModal {
    z-index: 1070
}

.modal#videoModal .video-modal {
    max-width: 870px;
    max-width: 54.375rem
}

@media (max-width:1024px) and (-ms-high-contrast:active),
(max-width:1024px) and (-ms-high-contrast:none) {
    .modal#videoModal .video-modal {
        max-width: 80%;
        right: 0;
        left: 50px
    }
}

@media (max-width:1024.98px) and (-ms-high-contrast:active),
(max-width:1024.98px) and (-ms-high-contrast:none) {
    .modal#videoModal .video-modal {
        max-width: 86%;
        right: 0;
        left: 0
    }
}

.modal#videoModal .video-modal .video-modal-body {
    padding: 0;
    overflow: inherit
}

.modal#videoModal .video-modal .video-modal-body .noscript {
    display: none
}

.product-quickview>.row:first-child .col-sm-12 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.product-quickview #videoModal {
    background: hsla(0, 0%, 100%, .9)
}

.product-quickview .overview-attributes {
    margin-bottom: 0
}

.product-quickview .overview-attributes table th {
    padding-top: 0;
    border: none
}

.product-quickview .overview-attributes table th div {
    margin: 0
}

.overview-attributes table {
    margin-bottom: 0
}

.overview-attributes table td,
.overview-attributes table th {
    height: 40px;
    height: 2.5rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 0;
    border-top: none
}

.overview-attributes table th {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    letter-spacing: .2rem;
    font-size: 15px;
    font-size: .9375rem;
    max-width: 125px;
    max-width: 7.8125rem
}

.overview-attributes table th div {
    text-transform: none;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .75px
}

.overview-attributes table th:first-child {
    max-width: 140px;
    max-width: 8.75rem
}

body.modalbx-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.primary-images {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.primary-images .app-figure {
    text-align: center
}

.primary-images .app-figure .selectors {
    margin-top: 10px;
    margin-top: .625rem
}

.primary-images .app-figure .selectors .mz-thumb img {
    max-width: 56px;
    max-width: 3.5rem
}

@media (max-width:575.98px) {
    .primary-images .app-figure .selectors .mz-thumb img {
        max-width: 48px;
        max-width: 3rem
    }
}

.primary-images .app-figure .MagicZoom {
    width: 100%
}

.primary-images .app-figure .MagicZoom:hover .mz-nav-controls {
    display: block
}

.primary-images .app-figure .MagicZoom .mz-nav-controls {
    display: none
}

.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-next,
.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-prev {
    width: 54px !important;
    width: 3.375rem !important/16px/rem;
    height: 54px !important;
    height: 3.375rem !important/16px/rem
}

.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-next:hover:after,
.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-prev:hover:after {
    background-color: #f1f1f1;
    border-radius: 50%
}

.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-next:before,
.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-prev:before {
    display: none
}

.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-next:after,
.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-prev:after {
    content: "";
    display: block;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU0IDU0Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO30uYntmaWxsOiM5ZDlkOWM7fTwvc3R5bGU+PC9kZWZzPjxjaXJjbGUgY2xhc3M9ImEiIGN4PSIyNyIgY3k9IjI3IiByPSIyNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTEwNDUuNzcsNTIxLjg4YS43NzEuNzcxLDAsMCwwLS4xNjYtLjI1MmwtNy4xNjMtNy4yMjZhLjc2Mi43NjIsMCwwLDAtMS4wODUsMCwuNzc5Ljc3OSwwLDAsMCwwLDEuMWw1Ljg1Myw1LjlIMTAyNC42YS43NzQuNzc0LDAsMCwwLDAsMS41NDhoMTguNjE0bC01Ljg1Myw1LjlhLjc3OS43NzksMCwwLDAsMCwxLjEuNzY0Ljc2NCwwLDAsMCwxLjA4NSwwbDcuMTYzLTcuMjI2YS43ODIuNzgyLDAsMCwwLC4xNjYtLjg0M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA3LjgyOCAtNDk1LjE3NSkiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTEwMzQuNTc4LDQ5NS45MjVhMjYsMjYsMCwxLDEtMjYsMjYsMjYuMDI5LDI2LjAyOSwwLDAsMSwyNi0yNm0wLTFhMjcsMjcsMCwxLDAsMjcsMjcsMjcsMjcsMCwwLDAtMjctMjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAwNy41NzggLTQ5NC45MjUpIi8+PC9zdmc+);
    width: 54px !important;
    width: 3.375rem !important/16px/rem;
    height: 54px !important;
    height: 3.375rem !important/16px/rem
}

.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-prev {
    left: 10px !important;
    left: .625rem !important/16px/rem
}

.primary-images .app-figure .MagicZoom .mz-nav-controls button.mz-button.mz-button-next {
    right: 10px !important;
    right: .625rem !important/16px/rem
}

.mz-expand .mz-expand-bg {
    background: #2a2a2a;
    -webkit-perspective: none;
    perspective: none;
    -webkit-transform: none;
    transform: none
}

.mz-expand .mz-expand-bg img {
    display: none
}

.mz-expand .mz-caption {
    font: inherit
}

.prices-selltype>div {
    height: 50px;
    height: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
    text-align: left
}

.prices-selltype>div.not-in-stock {
    height: 24px;
    height: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem
}

.prices-selltype>div .quantity-wrapp {
    width: 40px;
    width: 2.5rem;
    margin-right: 10px;
    margin-right: .625rem
}

.prices-selltype>div .quantity-wrapp label {
    top: 5px;
    top: .3125rem;
    left: 10px;
    left: .625rem;
    height: 15px;
    height: .9375rem;
    line-height: 15px;
    line-height: .9375rem;
    font-size: 14px;
    font-size: .875rem;
    position: absolute;
    margin-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    z-index: 4
}

.prices-selltype>div .quantity-wrapp .quantity-input {
    border: 1px solid #9d9d9c;
    max-width: 40px;
    max-width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 10px 6px;
    padding: 1.5625rem .625rem .375rem;
    background: #fff;
    color: #4d4d4d;
    margin: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    box-shadow: none
}

@media screen and (device-aspect-ratio:2/3) {
    .prices-selltype>div .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:40/71) {
    .prices-selltype>div .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:375/667) {
    .prices-selltype>div .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:9/16) {
    .prices-selltype>div .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {
    .prices-selltype>div .quantity-wrapp .quantity-input {
        font-size: 16px
    }
}

.prices-selltype>div .description {
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 0;
    color: #4d4d4d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

.prices-selltype>div .price {
    padding-left: 0
}

.prices-selltype.not-in-stock {
    height: 32px;
    height: 2rem;
    line-height: 32px;
    line-height: 2rem
}

.prices-selltype .price {
    color: #9d9d9d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem
}

.container-selltype {
    padding-top: 0
}

.special .prices-selltype>div {
    height: 19px;
    height: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem
}

.special .prices-selltype .price,
.special .prices-selltype .value {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700
}

.special .prices-selltype:last-child .price {
    font-size: 18px;
    font-size: 1.125rem
}

.single-choice .prices-selltype>div {
    height: 19px;
    height: 1.1875rem;
    line-height: 28px;
    line-height: 1.75rem
}

.single-choice .prices-selltype .price {
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 0;
    color: #4e4e4e;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400
}

.single-choice .prices-selltype:last-child>div {
    height: 25px;
    height: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem
}

.single-choice .prices-selltype:last-child .price {
    font-size: 18px;
    font-size: 1.125rem;
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700
}

.quick-view-dialog .multi-choice .prices-selltype,
.quick-view-dialog .single-choice .prices-selltype {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.quick-view-dialog .multi-choice .prices-selltype:last-child,
.quick-view-dialog .single-choice .prices-selltype:last-child {
    margin-bottom: 2px;
    margin-bottom: .125rem
}

.penfold-addtocart-action .single-choice .prices-selltype>div {
    height: 50px;
    height: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem
}

.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none
}

@media (max-width:1024.98px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 28%
    }
}

@media (min-width:992px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 25%
    }
}

@media (min-width:1025px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 25%
    }

    .owl-carousel .owl-nav button.owl-next i,
    .owl-carousel .owl-nav button.owl-prev i {
        display: none
    }
}

@media (max-width:1024.98px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 25px;
        left: 1.5625rem
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 25px;
        right: 1.5625rem
    }
}

@media (min-width:992px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 50px;
        left: 3.125rem
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 50px;
        right: 3.125rem
    }
}

@media (min-width:1025px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
        left: .625rem
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 10px;
        right: .625rem
    }
}

@media only screen and (min-width:1025px) {

    .owl-carousel:hover button.owl-next>i,
    .owl-carousel:hover button.owl-prev>i {
        display: block
    }
}

.owl-carousel.content-banner-carousel {
    height: 560px;
    height: 35rem;
    position: relative
}

@media (max-width:991.98px) {
    .owl-carousel.content-banner-carousel {
        height: 560px;
        height: 35rem
    }
}

.owl-carousel.content-banner-carousel .owl-nav button.owl-next,
.owl-carousel.content-banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .35);
    width: 50px;
    width: 3.125rem
}

@media (max-width:991.98px) {

    .owl-carousel.content-banner-carousel .owl-nav button.owl-next,
    .owl-carousel.content-banner-carousel .owl-nav button.owl-prev {
        display: none;
        top: 50%;
        bottom: unset;
        margin-top: -29px;
        margin-top: -1.8125rem;
        width: 38px;
        width: 2.375rem;
        height: 58px;
        height: 3.625rem
    }
}

.owl-carousel.content-banner-carousel .owl-nav button.owl-next:active,
.owl-carousel.content-banner-carousel .owl-nav button.owl-next:focus,
.owl-carousel.content-banner-carousel .owl-nav button.owl-prev:active,
.owl-carousel.content-banner-carousel .owl-nav button.owl-prev:focus {
    outline: none
}

.owl-carousel.content-banner-carousel .owl-nav button.owl-prev {
    left: 0
}

.owl-carousel.content-banner-carousel .owl-nav button.owl-next {
    right: 0
}

.owl-carousel.content-banner-carousel .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    bottom: 1.25rem;
    height: 10px;
    height: .625rem;
    line-height: 10px;
    line-height: .625rem
}

@media (min-width:992px) {
    .owl-carousel.content-banner-carousel .owl-dots {
        text-align: right;
        right: 19.75%;
        bottom: 30px;
        bottom: 1.875rem
    }
}

.owl-carousel.content-banner-carousel .owl-dots .owl-dot {
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    border-radius: 10px;
    border-radius: .625rem;
    display: inline-block;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1
}

.owl-carousel.content-banner-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.owl-carousel.content-banner-carousel .owl-dots .owl-dot:active,
.owl-carousel.content-banner-carousel .owl-dots .owl-dot:focus {
    outline: none
}

.owl-carousel.content-banner-carousel .owl-dots .owl-dot.active {
    border-color: #9c0011;
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
    border-radius: 12px;
    border-radius: .75rem
}

.owl-carousel.content-banner-carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    height: 35rem
}

@media (min-width:768px) {
    .owl-carousel.content-banner-carousel .item {
        height: 560px;
        height: 35rem
    }
}

.owl-carousel.content-banner-carousel .item .content {
    position: absolute;
    left: 50%;
    background-color: rgba(0, 0, 0, .5);
    bottom: 50px;
    bottom: 3.125rem;
    width: 310px;
    width: 19.375rem;
    padding: 30px;
    padding: 1.875rem;
    margin-left: -155px;
    margin-left: -9.6875rem
}

@media (min-width:992px) {
    .owl-carousel.content-banner-carousel .item .content {
        left: 19.75%;
        margin-left: 0;
        background-color: rgba(0, 0, 0, .74);
        bottom: 30px;
        bottom: 1.875rem;
        width: 570px;
        width: 35.625rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .footer .owl-carousel.content-banner-carousel .item .content .heading h5,
#loginShowModal .m-dialog .m-content .m-body .owl-carousel.content-banner-carousel .item .content .heading .login-form-nav .h3,
#loginShowModal .m-dialog .m-content .m-body .owl-carousel.content-banner-carousel .item .content .heading .login-form-nav h3,
#loginShowModal .m-dialog .m-content .m-body .owl-carousel.content-banner-carousel .item .content .login-form-nav .heading .h3,
#loginShowModal .m-dialog .m-content .m-body .owl-carousel.content-banner-carousel .item .content .login-form-nav .heading h3,
.owl-carousel.content-banner-carousel .item #loginShowModal .m-dialog .m-content .m-body .content .heading .login-form-nav .h3,
.owl-carousel.content-banner-carousel .item #loginShowModal .m-dialog .m-content .m-body .content .heading .login-form-nav h3,
.owl-carousel.content-banner-carousel .item #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .heading .h3,
.owl-carousel.content-banner-carousel .item #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .heading h3,
.owl-carousel.content-banner-carousel .item .content .heading #loginShowModal .m-dialog .m-content .m-body .footer h5,
.owl-carousel.content-banner-carousel .item .content .heading h4,
.owl-carousel.content-banner-carousel .item .page-age-gate-two .container .content .footer .heading h5,
.owl-carousel.content-banner-carousel .item .page-age-gate-two .container .content .heading .footer h5,
.page-age-gate-two .container .owl-carousel.content-banner-carousel .item .content .footer .heading h5,
.page-age-gate-two .container .owl-carousel.content-banner-carousel .item .content .heading .footer h5 {
    height: 39px;
    height: 2.4375rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:992px) {

    #loginShowModal .m-dialog .m-content .m-body .footer .owl-carousel.content-banner-carousel .item .content .heading h5,
    #loginShowModal .m-dialog .m-content .m-body .owl-carousel.content-banner-carousel .item .content .heading .login-form-nav .h3,
    #loginShowModal .m-dialog .m-content .m-body .owl-carousel.content-banner-carousel .item .content .heading .login-form-nav h3,
    #loginShowModal .m-dialog .m-content .m-body .owl-carousel.content-banner-carousel .item .content .login-form-nav .heading .h3,
    #loginShowModal .m-dialog .m-content .m-body .owl-carousel.content-banner-carousel .item .content .login-form-nav .heading h3,
    .owl-carousel.content-banner-carousel .item #loginShowModal .m-dialog .m-content .m-body .content .heading .login-form-nav .h3,
    .owl-carousel.content-banner-carousel .item #loginShowModal .m-dialog .m-content .m-body .content .heading .login-form-nav h3,
    .owl-carousel.content-banner-carousel .item #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .heading .h3,
    .owl-carousel.content-banner-carousel .item #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .heading h3,
    .owl-carousel.content-banner-carousel .item .content .heading #loginShowModal .m-dialog .m-content .m-body .footer h5,
    .owl-carousel.content-banner-carousel .item .content .heading h4,
    .owl-carousel.content-banner-carousel .item .page-age-gate-two .container .content .footer .heading h5,
    .owl-carousel.content-banner-carousel .item .page-age-gate-two .container .content .heading .footer h5,
    .page-age-gate-two .container .owl-carousel.content-banner-carousel .item .content .footer .heading h5,
    .page-age-gate-two .container .owl-carousel.content-banner-carousel .item .content .heading .footer h5 {
        height: 53px;
        height: 3.3125rem;
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 56px;
        line-height: 3.5rem
    }
}

@media (min-width:768px) {
    .owl-carousel.content-banner-carousel .item .content .heading {
        font-size: 56px;
        font-size: 3.5rem
    }
}

.owl-carousel.content-banner-carousel .item .content .body {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.owl-carousel.content-banner-carousel .item .content .body p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: left
}

.owl-carousel.content-banner-carousel .item .content .action .btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%
}

@media (min-width:768px) {
    .owl-carousel.content-banner-carousel .item .content .action .btn {
        width: inherit;
        max-width: 310px;
        max-width: 19.375rem
    }
}

@media (min-width:768px) {

    .owl-carousel.content-banner-carousel .item .content.text-center .action .btn,
    .owl-carousel.content-banner-carousel .item .content .text-center .action .btn {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {

    .owl-carousel.content-banner-carousel .item .content.text-right .action .btn,
    .owl-carousel.content-banner-carousel .item .content .text-right .action .btn {
        margin-left: auto;
        margin-right: 0
    }
}

.owl-carousel.content-banner-carousel.carousel-opacity .owl-nav button.owl-next,
.owl-carousel.content-banner-carousel.carousel-opacity .owl-nav button.owl-prev {
    background-color: rgba(0, 0, 0, .15)
}

.owl-carousel.content-banner-carousel.carousel-opacity .item .background img {
    opacity: .8
}

.content-tile {
    margin: 60px auto;
    margin: 3.75rem auto/16px/rem
}

.content-tile.content-headline {
    margin: 30px auto;
    margin: 1.875rem auto/16px/rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

@media (max-width:991.98px) {
    .content-tile.content-headline {
        max-width: 100%;
        height: auto
    }
}

.content-tile.content-headline .heading {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    max-width: calc(100% - 25px);
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2
}

@media (min-width:992px) and (max-width:1024.98px) {
    .content-tile.content-headline .heading {
        max-width: calc(100% - 120px)
    }
}

@media (min-width:1200px) {
    .content-tile.content-headline .heading {
        max-width: 1050px;
        max-width: 65.625rem
    }
}

@media (max-width:991.98px) {
    .content-tile.content-headline .heading {
        height: auto;
        max-width: calc(100% - 50px)
    }
}

@media (min-width:768px) {
    .content-tile.content-headline .heading {
        margin-bottom: 40px;
        margin-bottom: 2.5rem
    }
}

.content-tile.content-headline .heading .title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 31px;
    line-height: 1.9375rem;
    padding: 30px;
    padding: 1.875rem;
    height: auto;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #be0216;
    overflow: hidden
}

@media (min-width:768px) {
    .content-tile.content-headline .heading .title {
        min-height: 39px;
        min-height: 2.4375rem;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.content-tile.content-headline .background {
    height: 99px;
    height: 6.1875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 0
}

.content-tile.content-headline .background img {
    top: 69px;
    top: 4.3125rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1
}

.content-tile.card,
.content-tile .card {
    border-radius: 0;
    border: none
}

.content-tile.card .card-img-top,
.content-tile .card .card-img-top {
    border-radius: 0
}

.content-tile.card .card-body,
.content-tile .card .card-body {
    padding: 30px;
    padding: 1.875rem
}

.content-tile.card .card-body .card-title,
.content-tile .card .card-body .card-title {
    min-height: 37px;
    min-height: 2.3125rem;
    line-height: 31px;
    line-height: 1.9375rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216;
    text-transform: uppercase;
    letter-spacing: 4.8px
}

@media (min-width:768px) {

    .content-tile.card .card-body .card-title,
    .content-tile .card .card-body .card-title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.content-tile.card .card-body .card-subtitle,
.content-tile .card .card-body .card-subtitle {
    min-height: 19px;
    min-height: 1.1875rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-top: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216;
    text-transform: uppercase;
    letter-spacing: 3.2px
}

@media (min-width:768px) {

    .content-tile.card .card-body .card-subtitle,
    .content-tile .card .card-body .card-subtitle {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.content-tile.card .card-body .card-text p,
.content-tile .card .card-body .card-text p {
    min-height: 26px;
    min-height: 1.625rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d
}

.content-tile.card .card-body .card-text p:last-child,
.content-tile .card .card-body .card-text p:last-child {
    margin-bottom: 0
}

.content-tile.card .card-body .card-action,
.content-tile .card .card-body .card-action {
    margin-top: 30px;
    margin-top: 1.875rem
}

.content-tile.card .card-body .card-action .btn.btn-primary,
.content-tile .card .card-body .card-action .btn.btn-primary {
    line-height: 16px !important;
    padding-top: 0;
    text-align: start
}

.content-tile.cards .card {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

@media (min-width:992px) {
    .content-tile.cards.horizontal .card {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.content-tile.cards.horizontal .card .card-img-top {
    border-radius: 0
}

@media (min-width:992px) {

    .content-tile.cards.horizontal .card .card-body,
    .content-tile.cards.horizontal .card .card-img-top {
        width: 50%
    }
}

@media (max-width:991.98px) {
    .content-tile.cards.horizontal>.row:nth-child(odd) .card .card-img-top {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .content-tile.cards.horizontal>.row:nth-child(odd) .card .card-img-top {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media (max-width:991.98px) {
    .content-tile.cards.horizontal>.row:nth-child(2n) .card .card-img-top {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .content-tile.cards.horizontal>.row:nth-child(2n) .card .card-img-top {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .content-tile.cards.horizontal>.row:nth-child(2n) .card .card-body {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media (max-width:991.98px) {
    .content-tile.owl-carousel {
        padding: 0 53px 0 52px;
        padding: 0 3.3125rem 0 3.25rem;
        margin-bottom: 30px;
        margin-bottom: 1.875rem
    }
}

@media (max-width:991.98px) {
    .content-tile.owl-carousel.slides-3 .item .card .card-body .card-action .btn {
        width: 100%
    }
}

.content-tile.owl-carousel.slides-4 .item .card .card-body .card-action .btn {
    width: 100%
}

@media (max-width:991.98px) {

    .content-tile.owl-carousel .owl-nav button.owl-next,
    .content-tile.owl-carousel .owl-nav button.owl-prev {
        top: 169px;
        top: 10.5625rem;
        width: 40px;
        width: 2.5rem;
        height: 50px;
        height: 3.125rem;
        position: absolute;
        background-color: hsla(0, 0%, 100%, .7)
    }

    #addNewDeliveryAddressModal .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    #addNewDeliveryAddressModal .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    #addNewDeliveryAddressModal .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    #addNewDeliveryAddressModal .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    #edit-account-address .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    #edit-account-address .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    #edit-account-address .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    #edit-account-address .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    #editDeliveryAddressModal .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    #editDeliveryAddressModal .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    #editDeliveryAddressModal .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    #editDeliveryAddressModal .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .content-tile.owl-carousel .owl-nav button.owl-next .increaseQty:after,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .content-tile.owl-carousel .owl-nav button.owl-next .reduceQty:before,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .content-tile.owl-carousel .owl-nav button.owl-prev .increaseQty:after,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .content-tile.owl-carousel .owl-nav button.owl-prev .reduceQty:before,
    #paypalAccordion .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    #paypalAccordion .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    #paypalAccordion .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    #paypalAccordion .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    .authentic-wrapper .header-wrapper .content-tile.owl-carousel .owl-nav button.owl-next .authentic-header:before,
    .authentic-wrapper .header-wrapper .content-tile.owl-carousel .owl-nav button.owl-prev .authentic-header:before,
    .brand-protection-content-wrapper .content-tile.owl-carousel .owl-nav button.owl-next .check-wine-button.loader:after,
    .brand-protection-content-wrapper .content-tile.owl-carousel .owl-nav button.owl-prev .check-wine-button.loader:after,
    .close .content-tile.owl-carousel .owl-nav button.owl-next i.close-modal,
    .close .content-tile.owl-carousel .owl-nav button.owl-prev i.close-modal,
    .container-wineplan-wrapper .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    .container-wineplan-wrapper .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    .container-wineplan-wrapper .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    .container-wineplan-wrapper .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next #edit-account-address .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
    .content-tile.owl-carousel .owl-nav button.owl-next #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
    .content-tile.owl-carousel .owl-nav button.owl-next #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next #paypalAccordion .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .authentic-wrapper .header-wrapper .authentic-header:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .brand-protection-content-wrapper .check-wine-button.loader:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .close i.close-modal,
    .content-tile.owl-carousel .owl-nav button.owl-next .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .custom-checkbox-toggle .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .custom-checkbox-twe .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .custom-radio-twe .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .custom-select:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .custom-selectbox:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .header-banner ul.user-navigation li .icon-account-header-white,
    .content-tile.owl-carousel .owl-nav button.owl-next .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
    .content-tile.owl-carousel .owl-nav button.owl-next .header-banner ul.user-navigation li .icon-wishlist-header-white,
    .content-tile.owl-carousel .owl-nav button.owl-next .icon,
    .content-tile.owl-carousel .owl-nav button.owl-next .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .ingredients-list .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
    .content-tile.owl-carousel .owl-nav button.owl-next .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
    .content-tile.owl-carousel .owl-nav button.owl-next .menu-toggleable-left.in .dropdown-toggle:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .mobile-side-bar i.back-to-list,
    .content-tile.owl-carousel .owl-nav button.owl-next .mobile-side-bar i.view-more,
    .content-tile.owl-carousel .owl-nav button.owl-next .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .navbar-header .navbar-toggler .icon-hamburger-active-close,
    .content-tile.owl-carousel .owl-nav button.owl-next .navbar-header .navbar-toggler .icon-hamburger-inactive,
    .content-tile.owl-carousel .owl-nav button.owl-next .product-detail .add-to-wishlist:hover:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .product-tile .add-to-wishlist:hover:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .remove-product,
    .content-tile.owl-carousel .owl-nav button.owl-next .shrinked-search-icon.fa-search:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .site-search .fa-close:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .site-search .fa-search:before,
    .content-tile.owl-carousel .owl-nav button.owl-next .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .content-tile.owl-carousel .owl-nav button.owl-next .suspicious-header .header:before,
    .content-tile.owl-carousel .owl-nav button.owl-next footer .row-newsletter-subscription .newsletter-error-msg .logo,
    .content-tile.owl-carousel .owl-nav button.owl-next footer .row-newsletter-subscription .newsletter-success-msg .logo,
    .content-tile.owl-carousel .owl-nav button.owl-prev #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev #edit-account-address .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev #paypalAccordion .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .authentic-wrapper .header-wrapper .authentic-header:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .brand-protection-content-wrapper .check-wine-button.loader:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .close i.close-modal,
    .content-tile.owl-carousel .owl-nav button.owl-prev .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .custom-checkbox-toggle .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .custom-checkbox-twe .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .custom-radio-twe .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .custom-select:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .custom-selectbox:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .header-banner ul.user-navigation li .icon-account-header-white,
    .content-tile.owl-carousel .owl-nav button.owl-prev .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
    .content-tile.owl-carousel .owl-nav button.owl-prev .header-banner ul.user-navigation li .icon-wishlist-header-white,
    .content-tile.owl-carousel .owl-nav button.owl-prev .icon,
    .content-tile.owl-carousel .owl-nav button.owl-prev .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .ingredients-list .custom-checkbox .custom-control-label:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
    .content-tile.owl-carousel .owl-nav button.owl-prev .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
    .content-tile.owl-carousel .owl-nav button.owl-prev .menu-toggleable-left.in .dropdown-toggle:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .mobile-side-bar i.back-to-list,
    .content-tile.owl-carousel .owl-nav button.owl-prev .mobile-side-bar i.view-more,
    .content-tile.owl-carousel .owl-nav button.owl-prev .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .navbar-header .navbar-toggler .icon-hamburger-active-close,
    .content-tile.owl-carousel .owl-nav button.owl-prev .navbar-header .navbar-toggler .icon-hamburger-inactive,
    .content-tile.owl-carousel .owl-nav button.owl-prev .product-detail .add-to-wishlist:hover:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .product-tile .add-to-wishlist:hover:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .remove-product,
    .content-tile.owl-carousel .owl-nav button.owl-prev .shrinked-search-icon.fa-search:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .site-search .fa-close:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .site-search .fa-search:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .content-tile.owl-carousel .owl-nav button.owl-prev .suspicious-header .header:before,
    .content-tile.owl-carousel .owl-nav button.owl-prev footer .row-newsletter-subscription .newsletter-error-msg .logo,
    .content-tile.owl-carousel .owl-nav button.owl-prev footer .row-newsletter-subscription .newsletter-success-msg .logo,
    .custom-checkbox-toggle .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-toggle .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    .custom-checkbox-toggle .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-toggle .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    .custom-checkbox-twe .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-twe .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    .custom-checkbox-twe .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-twe .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    .custom-radio-twe .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    .custom-radio-twe .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    .custom-radio-twe .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    .custom-radio-twe .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .content-tile.owl-carousel .owl-nav button.owl-next .custom-selectbox:after,
    .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .content-tile.owl-carousel .owl-nav button.owl-prev .custom-selectbox:after,
    .header-banner ul.user-navigation li .content-tile.owl-carousel .owl-nav button.owl-next .icon-account-header-white,
    .header-banner ul.user-navigation li .content-tile.owl-carousel .owl-nav button.owl-next .icon-header-region-selection-inactive,
    .header-banner ul.user-navigation li .content-tile.owl-carousel .owl-nav button.owl-next .icon-wishlist-header-white,
    .header-banner ul.user-navigation li .content-tile.owl-carousel .owl-nav button.owl-prev .icon-account-header-white,
    .header-banner ul.user-navigation li .content-tile.owl-carousel .owl-nav button.owl-prev .icon-header-region-selection-inactive,
    .header-banner ul.user-navigation li .content-tile.owl-carousel .owl-nav button.owl-prev .icon-wishlist-header-white,
    .ingredients-list .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-input:checked~.custom-control-label:after,
    .ingredients-list .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-next .custom-control-label:before,
    .ingredients-list .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-input:checked~.custom-control-label:after,
    .ingredients-list .custom-checkbox .content-tile.owl-carousel .owl-nav button.owl-prev .custom-control-label:before,
    .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .content-tile.owl-carousel .owl-nav button.owl-next .icon-account-header-white,
    .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .content-tile.owl-carousel .owl-nav button.owl-next .icon-header-region-selection-inactive,
    .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .content-tile.owl-carousel .owl-nav button.owl-prev .icon-account-header-white,
    .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .content-tile.owl-carousel .owl-nav button.owl-prev .icon-header-region-selection-inactive,
    .menu-toggleable-left.in .content-tile.owl-carousel .owl-nav button.owl-next .dropdown-toggle:after,
    .menu-toggleable-left.in .content-tile.owl-carousel .owl-nav button.owl-prev .dropdown-toggle:after,
    .mobile-side-bar .content-tile.owl-carousel .owl-nav button.owl-next i.back-to-list,
    .mobile-side-bar .content-tile.owl-carousel .owl-nav button.owl-next i.view-more,
    .mobile-side-bar .content-tile.owl-carousel .owl-nav button.owl-prev i.back-to-list,
    .mobile-side-bar .content-tile.owl-carousel .owl-nav button.owl-prev i.view-more,
    .multilevel-dropdown .content-tile.owl-carousel .owl-nav button.owl-next .dropdown-item.dropdown>.dropdown-toggle:after,
    .multilevel-dropdown .content-tile.owl-carousel .owl-nav button.owl-prev .dropdown-item.dropdown>.dropdown-toggle:after,
    .navbar-header .navbar-toggler .content-tile.owl-carousel .owl-nav button.owl-next .icon-hamburger-active-close,
    .navbar-header .navbar-toggler .content-tile.owl-carousel .owl-nav button.owl-next .icon-hamburger-inactive,
    .navbar-header .navbar-toggler .content-tile.owl-carousel .owl-nav button.owl-prev .icon-hamburger-active-close,
    .navbar-header .navbar-toggler .content-tile.owl-carousel .owl-nav button.owl-prev .icon-hamburger-inactive,
    .product-detail .content-tile.owl-carousel .owl-nav button.owl-next .add-to-wishlist:hover:after,
    .product-detail .content-tile.owl-carousel .owl-nav button.owl-prev .add-to-wishlist:hover:after,
    .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .content-tile.owl-carousel .owl-nav button.owl-next .custom-selectbox:after,
    .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .content-tile.owl-carousel .owl-nav button.owl-prev .custom-selectbox:after,
    .product-tile .content-tile.owl-carousel .owl-nav button.owl-next .add-to-wishlist:hover:after,
    .product-tile .content-tile.owl-carousel .owl-nav button.owl-prev .add-to-wishlist:hover:after,
    .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .content-tile.owl-carousel .owl-nav button.owl-next .panel-headng:after,
    .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .content-tile.owl-carousel .owl-nav button.owl-prev .panel-headng:after,
    .site-search .content-tile.owl-carousel .owl-nav button.owl-next .fa-close:before,
    .site-search .content-tile.owl-carousel .owl-nav button.owl-next .fa-search:before,
    .site-search .content-tile.owl-carousel .owl-nav button.owl-prev .fa-close:before,
    .site-search .content-tile.owl-carousel .owl-nav button.owl-prev .fa-search:before,
    .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .content-tile.owl-carousel .owl-nav button.owl-next .custom-selectbox:after,
    .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .content-tile.owl-carousel .owl-nav button.owl-prev .custom-selectbox:after,
    .suspicious-header .content-tile.owl-carousel .owl-nav button.owl-next .header:before,
    .suspicious-header .content-tile.owl-carousel .owl-nav button.owl-prev .header:before,
    footer .row-newsletter-subscription .newsletter-error-msg .content-tile.owl-carousel .owl-nav button.owl-next .logo,
    footer .row-newsletter-subscription .newsletter-error-msg .content-tile.owl-carousel .owl-nav button.owl-prev .logo,
    footer .row-newsletter-subscription .newsletter-success-msg .content-tile.owl-carousel .owl-nav button.owl-next .logo,
    footer .row-newsletter-subscription .newsletter-success-msg .content-tile.owl-carousel .owl-nav button.owl-prev .logo {
        margin-top: 3px;
        margin-top: .1875rem
    }

    .content-tile.owl-carousel .owl-nav button.owl-next:active,
    .content-tile.owl-carousel .owl-nav button.owl-next:focus,
    .content-tile.owl-carousel .owl-nav button.owl-prev:active,
    .content-tile.owl-carousel .owl-nav button.owl-prev:focus {
        outline: none
    }

    .content-tile.owl-carousel .owl-nav button.owl-prev {
        border-radius: 0 4px 4px 0;
        border-radius: 0 .25rem .25rem 0;
        left: 0
    }

    .content-tile.owl-carousel .owl-nav button.owl-next {
        border-radius: 4px 0 0 4px;
        border-radius: .25rem 0 0 .25rem;
        right: 0
    }

    .content-tile.owl-carousel .owl-dots {
        height: 20px;
        height: 1.25rem;
        line-height: 20px;
        line-height: 1.25rem;
        width: 100%;
        position: relative;
        bottom: 0;
        text-align: center
    }

    .content-tile.owl-carousel .owl-dots .owl-dot {
        width: 10px;
        width: .625rem;
        height: 10px;
        height: .625rem;
        margin-right: 10px;
        margin-right: .625rem;
        border-radius: 10px;
        border-radius: .625rem;
        display: inline-block;
        border: 2px solid #9d9d9c
    }

    .content-tile.owl-carousel .owl-dots .owl-dot:last-child {
        margin-right: 0
    }

    .content-tile.owl-carousel .owl-dots .owl-dot.active {
        border-color: #be0216;
        background-color: #be0216
    }
}

@media (min-width:992px) {

    .content-tile.owl-carousel.owl-drag .owl-stage,
    .content-tile.owl-carousel.owl-grab .owl-stage {
        -webkit-transform: none !important;
        transform: none !important;
        cursor: default
    }
}

.modal#contentVideoModal {
    z-index: 1070
}

.modal#contentVideoModal .video-modal {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .modal#contentVideoModal .video-modal {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .modal#contentVideoModal .video-modal {
        max-width: 940px
    }
}

@media (min-width:1200px) {
    .modal#contentVideoModal .video-modal {
        max-width: 1140px
    }
}

.modal#contentVideoModal .video-modal .video-modal-body {
    padding: 0;
    overflow: inherit
}

.modal#contentVideoModal .video-modal .video-modal-body .modal-content {
    background-color: transparent;
    border: none
}

.video-modal-snippet {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline
}

.video-modal-snippet .video-preview-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    margin: -1.6875rem 0 0 -1.6875rem
}

.veil {
    z-index: 100;
    text-align: center
}

.veil,
.veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.veil .underlay {
    opacity: .5;
    background-color: #000
}

.spinner {
    width: 80px;
    height: 80px;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.order-processing {
    position: absolute;
    top: calc(50% - 83px);
    left: 10px;
    right: 10px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    line-height: 37px;
    padding: 30px;
    padding: 1.875rem
}

@media (min-width:576px) {
    .order-processing {
        top: calc(50% - 83px);
        left: calc(50% - 215px);
        width: 430px
    }
}

.order-processing .processing {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: 4.2px;
    letter-spacing: .2625rem
}

@media (min-width:992px) {
    .order-processing .processing {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        letter-spacing: 4.8px;
        letter-spacing: .3rem
    }
}

.order-processing i {
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear
}

@-webkit-keyframes sk-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes sk-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.error-page {
    background-color: #fff
}

.error-page .header-content .common-header {
    height: 50px;
    height: 3.125rem
}

.error-page .header-content .common-header .brand-wrapper .brand {
    height: inherit !important
}

.error-page .header-content .common-header .container-fluid.sticky {
    height: 50px;
    height: 3.125rem
}

@media (min-width:768px) {
    .error-page .header-content .common-header {
        height: 84px
    }

    .error-page .header-content .brand-wrapper {
        height: 84px;
        height: 5.25rem
    }

    .error-page .header-content .brand {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        height: 84px;
        height: 5.25rem
    }

    .error-page .header-content .brand a {
        display: block
    }
}

.error-page .container .error-page-content {
    color: #4d4d4d;
    padding-top: 150px;
    padding-top: 9.375rem
}

.error-page .wrapper {
    background-color: #fff
}

.error-page-content .half-background-image {
    text-align: center;
    margin: 30px 0;
    margin: 1.875rem 0
}

@media (max-width:767.98px) {
    .error-page-content .half-background-image img {
        width: 100%
    }
}

#loginShowModal .error-page-content .page-title .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .error-page-content .page-title .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .error-page-content .page-title h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .error-page-content .page-title .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .error-page-content .page-title h3,
.error-page-content .page-title #loginShowModal .h1,
.error-page-content .page-title #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.error-page-content .page-title #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.error-page-content .page-title #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.error-page-content .page-title #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.error-page-content .page-title h1 {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
    margin: 0 0 1.875rem
}

@media (max-width:991.98px) {

    #loginShowModal .error-page-content .page-title .h1,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .error-page-content .page-title .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .error-page-content .page-title h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .error-page-content .page-title .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .error-page-content .page-title h3,
    .error-page-content .page-title #loginShowModal .h1,
    .error-page-content .page-title #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .error-page-content .page-title #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .error-page-content .page-title #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .error-page-content .page-title #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .error-page-content .page-title h1 {
        margin-top: 30px;
        margin-top: 1.875rem;
        line-height: 39px;
        line-height: 2.4375rem
    }
}

.error-page-content .sub-title {
    text-align: center
}

#loginShowModal .error-page-content .sub-title .h2,
.error-page-content .sub-title #loginShowModal .h2,
.error-page-content .sub-title h2 {
    color: #be0216;
    position: relative;
    margin: 0 0 10px;
    margin: 0 0 .625rem;
    line-height: 39px;
    line-height: 2.4375rem
}

.error-page-content .sub-title p {
    color: #4d4d4d
}

.error-page-content .action-buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 30px auto 60px;
    margin: 1.875rem auto/16px/rem 3.75rem
}

@media (max-width:991.98px) {
    .error-page-content .action-buttons {
        margin: 30px auto 40px;
        margin: 1.875rem auto/16px/rem 2.5rem
    }
}

.error-page-content .action-buttons .btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.error-page-content .action-buttons .btn:first-child {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 37px;
    line-height: 2.3125rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 50px;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.error-page-content .action-buttons .btn:first-child:hover {
    background-color: #9c0011 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.error-page-content .action-buttons .btn:first-child:active,
.error-page-content .action-buttons .btn:first-child:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.error-page-content .action-buttons .btn:first-child.disabled,
.error-page-content .action-buttons .btn:first-child:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.error-page-content .action-buttons .btn:last-child {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    color: #be0216;
    border: 1px solid #be0216;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.error-page-content .action-buttons .btn:last-child:hover {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border: 1px solid #be0216 !important;
    outline: none !important;
    box-shadow: none !important
}

.error-page-content .action-buttons .btn:last-child:active,
.error-page-content .action-buttons .btn:last-child:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: 1px solid #9d9d9c !important;
    outline: none !important;
    box-shadow: none !important
}

.error-page-content .action-buttons .btn:last-child.disabled,
.error-page-content .action-buttons .btn:last-child:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: 1px solid #f1f1f1 !important;
    outline: none !important;
    box-shadow: none !important
}

@media (min-width:600px) {
    .error-page-content .action-buttons {
        max-width: 600px;
        max-width: 37.5rem;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .error-page-content .action-buttons .btn {
        margin-bottom: 0;
        max-width: 270px;
        max-width: 16.875rem
    }
}

body {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1.05px;
    background-color: #fff;
    color: #4d4d4d;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

#loginShowModal .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
h1 {
    color: #2a2a2a;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 3.2px;
    letter-spacing: .2rem
}

@media (min-width:992px) {

    #loginShowModal .h1,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    h1 {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 56px;
        line-height: 3.5rem;
        letter-spacing: 5.6px;
        letter-spacing: .35rem
    }
}

#loginShowModal .h2,
.h2,
h2 {
    color: #2a2a2a;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: 4.2px;
    letter-spacing: .2625rem
}

@media (min-width:992px) {

    #loginShowModal .h2,
    .h2,
    h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        letter-spacing: 4.8px;
        letter-spacing: .3rem
    }
}

#loginShowModal .h3,
.h3,
h3 {
    color: #4d4d4d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 31px;
    line-height: 1.9375rem
}

@media (min-width:992px) {

    #loginShowModal .h3,
    .h3,
    h3 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
#loginShowModal .m-dialog .m-content .m-body .footer h5,
.page-age-gate-two .container .content .footer h5,
h4 {
    color: #4d4d4d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem;
    letter-spacing: 3.2px;
    letter-spacing: .2rem
}

@media (min-width:992px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
    #loginShowModal .m-dialog .m-content .m-body .footer h5,
    .page-age-gate-two .container .content .footer h5,
    h4 {
        color: #be0216;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 4px;
        letter-spacing: .25rem
    }
}

h5 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 2.25px;
    letter-spacing: .14062rem
}

@media (min-width:992px) {
    h5 {
        color: #be0216;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 20px;
        line-height: 1.25rem;
        letter-spacing: 3px;
        letter-spacing: .1875rem
    }
}

h6 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

li,
p,
span {
    font-weight: 400;
    color: #4d4d4d;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem
}

@media (max-width:767.98px) {

    li,
    p,
    span {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: .98px;
        letter-spacing: .06125rem
    }
}

li,
p,
span {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

q {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 27px;
    line-height: 1.6875rem;
    letter-spacing: 1.1px;
    letter-spacing: .06875rem
}

@media (min-width:768px) {
    q {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 41px;
        line-height: 2.5625rem;
        letter-spacing: 1.7px;
        letter-spacing: .10625rem
    }
}

a {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    text-decoration: underline;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: .8px;
    letter-spacing: .05rem
}

@media (max-width:767.98px) {
    a {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: .98px;
        letter-spacing: .06125rem
    }
}

a:focus,
a:hover {
    color: #be0216
}

.card {
    border-radius: 0
}

.form-control:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #2a2a2a
}

input.form-control:active::-ms-clear,
input.form-control:active::-ms-reveal,
input.form-control:focus::-ms-clear,
input.form-control:focus::-ms-reveal {
    display: none
}

.form-control-label {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .7px;
    letter-spacing: .04375rem
}

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

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

.form-control::placeholder {
    color: #4e4e4e
}

.custom-input.required:not(.floating-label):not(.saved-security-code):after,
.form-group.required:not(.floating-label):not(.saved-security-code):after {
    position: absolute;
    content: "*";
    top: 50%;
    font-weight: 700;
    color: #9c0011;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 9px;
    left: .5625rem;
    margin-top: 1px;
    margin-top: .0625rem;
    font-size: 16px;
    font-size: 1rem
}

.custom-input.required.error-input:after,
.custom-input.required.error-input label:after,
.form-group.required.error-input:after,
.form-group.required.error-input label:after {
    display: none
}

.custom-input.required label:after,
.form-group.required label:after {
    position: absolute;
    content: "*";
    font-weight: 700;
    color: #9c0011;
    top: 0;
    left: -5px;
    left: -.3125rem
}

.btn,
.btn-outline-secondary,
.btn-primary,
.btn-primary-action,
.quantity-update-btn {
    text-transform: uppercase;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 37px;
    line-height: 2.3125rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 50px;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.btn-outline-secondary:hover,
.btn-primary-action:hover,
.btn-primary:hover,
.btn:hover,
.quantity-update-btn:hover {
    background-color: #9c0011 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-primary-action:active,
.btn-primary-action:focus,
.btn-primary:active,
.btn-primary:focus,
.btn:active,
.btn:focus,
.quantity-update-btn:active,
.quantity-update-btn:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-primary-action.disabled,
.btn-primary-action:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.btn.disabled,
.btn:disabled,
.quantity-update-btn.disabled,
.quantity-update-btn:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-primary:focus {
    outline: 0;
    box-shadow: none;
    color: #de808a
}

.btn-outline-secondary:hover,
.btn-primary:hover {
    background-color: #9c0011
}

.btn-outline-secondary:active,
.btn-primary:active {
    outline: 0;
    box-shadow: none
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle:focus,
.show>.btn-primary.dropdown-toggle {
    box-shadow: none
}

.outline-secondary.dropdown-toggle {
    outline: 0;
    box-shadow: none;
    color: #de808a
}

.custom-input input {
    height: 50px;
    height: 3.125rem
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
    height: 2.5rem
}

.form-group,
.input-group {
    position: relative
}

.form-group.required .DOB-placeholder,
.form-group.required .form-control-label,
.input-group.required .DOB-placeholder,
.input-group.required .form-control-label {
    left: 15px;
    left: .9375rem
}

.form-group.required .DOB-placeholder:before,
.form-group.required .form-control-label:before,
.input-group.required .DOB-placeholder:before,
.input-group.required .form-control-label:before {
    display: none
}

.form-group.custom-control,
.input-group.custom-control {
    padding-left: 1.5rem
}

.form-group.custom-control label,
.input-group.custom-control label {
    opacity: 1;
    position: static
}

.form-group.custom-input.pl-md-2 .invalid-feedback,
.form-group.custom-input.pl-md-2 label,
.form-group.custom-select-label.pl-md-2 .invalid-feedback,
.form-group.custom-select-label.pl-md-2 label,
.input-group.custom-input.pl-md-2 .invalid-feedback,
.input-group.custom-input.pl-md-2 label,
.input-group.custom-select-label.pl-md-2 .invalid-feedback,
.input-group.custom-select-label.pl-md-2 label {
    left: 20px;
    left: 1.25rem
}

.form-group.custom-input label,
.form-group.custom-select-label label,
.input-group.custom-input label,
.input-group.custom-select-label label {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: all .2s ease;
    top: 0;
    left: 9px;
    left: .5625rem
}

.form-group.custom-input .invalid-feedback,
.form-group.custom-select-label .invalid-feedback,
.input-group.custom-input .invalid-feedback,
.input-group.custom-select-label .invalid-feedback {
    opacity: 0;
    position: relative;
    pointer-events: none;
    transition: all .2s ease;
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-size: .875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    letter-spacing: .7px;
    letter-spacing: .04375rem
}

.form-group.custom-input ::-webkit-input-placeholder,
.form-group.custom-select-label ::-webkit-input-placeholder,
.input-group.custom-input ::-webkit-input-placeholder,
.input-group.custom-select-label ::-webkit-input-placeholder {
    transition: all .2s ease
}

.form-group.custom-input ::-moz-placeholder,
.form-group.custom-select-label ::-moz-placeholder,
.input-group.custom-input ::-moz-placeholder,
.input-group.custom-select-label ::-moz-placeholder {
    transition: all .2s ease
}

.form-group.custom-input :-ms-input-placeholder,
.form-group.custom-select-label :-ms-input-placeholder,
.input-group.custom-input :-ms-input-placeholder,
.input-group.custom-select-label :-ms-input-placeholder {
    transition: all .2s ease
}

.form-group.custom-input :-moz-placeholder,
.form-group.custom-select-label :-moz-placeholder,
.input-group.custom-input :-moz-placeholder,
.input-group.custom-select-label :-moz-placeholder {
    transition: all .2s ease
}

.form-group.custom-input.floating-label input,
.form-group.custom-select-label.floating-label input,
.input-group.custom-input.floating-label input,
.input-group.custom-select-label.floating-label input {
    padding: 37px 10px 10px;
    padding: 2.3125rem .625rem .625rem
}

.form-group.custom-input.floating-label _:-ms-lang(x),
.form-group.custom-input.floating-label input,
.form-group.custom-select-label.floating-label _:-ms-lang(x),
.form-group.custom-select-label.floating-label input,
.input-group.custom-input.floating-label _:-ms-lang(x),
.input-group.custom-input.floating-label input,
.input-group.custom-select-label.floating-label _:-ms-lang(x),
.input-group.custom-select-label.floating-label input {
    padding: 37px 10px 10px;
    padding: 2.3125rem .625rem .625rem
}

.form-group.custom-input.floating-label select,
.form-group.custom-select-label.floating-label select,
.input-group.custom-input.floating-label select,
.input-group.custom-select-label.floating-label select {
    padding: 20px 26px 10px 10px;
    padding: 1.25rem 1.625rem .625rem .625rem
}

.form-group.custom-input.floating-label label,
.form-group.custom-select-label.floating-label label,
.input-group.custom-input.floating-label label,
.input-group.custom-select-label.floating-label label {
    opacity: 1;
    z-index: 6;
    color: #4e4e4e;
    font-size: 14px;
    font-size: .875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    letter-spacing: .7px;
    letter-spacing: .04375rem
}

.form-group.custom-input.floating-label ::-webkit-input-placeholder,
.form-group.custom-select-label.floating-label ::-webkit-input-placeholder,
.input-group.custom-input.floating-label ::-webkit-input-placeholder,
.input-group.custom-select-label.floating-label ::-webkit-input-placeholder {
    opacity: 0
}

.form-group.custom-input.floating-label ::-moz-placeholder,
.form-group.custom-select-label.floating-label ::-moz-placeholder,
.input-group.custom-input.floating-label ::-moz-placeholder,
.input-group.custom-select-label.floating-label ::-moz-placeholder {
    opacity: 0
}

.form-group.custom-input.floating-label :-ms-input-placeholder,
.form-group.custom-select-label.floating-label :-ms-input-placeholder,
.input-group.custom-input.floating-label :-ms-input-placeholder,
.input-group.custom-select-label.floating-label :-ms-input-placeholder {
    color: transparent
}

.form-group.custom-input.floating-label :-moz-placeholder,
.form-group.custom-select-label.floating-label :-moz-placeholder,
.input-group.custom-input.floating-label :-moz-placeholder,
.input-group.custom-select-label.floating-label :-moz-placeholder {
    opacity: 0
}

.form-group.custom-input.floating-label .DOB-placeholder,
.form-group.custom-select-label.floating-label .DOB-placeholder,
.input-group.custom-input.floating-label .DOB-placeholder,
.input-group.custom-select-label.floating-label .DOB-placeholder {
    -webkit-transform: translate(11px, -28px);
    transform: translate(11px, -28px);
    opacity: 1;
    display: block
}

.form-group.custom-input.floating-label.error-input .form-control-label,
.form-group.custom-select-label.floating-label.error-input .form-control-label,
.input-group.custom-input.floating-label.error-input .form-control-label,
.input-group.custom-select-label.floating-label.error-input .form-control-label {
    opacity: 1;
    color: red !important;
    left: 9px;
    left: .5625rem
}

.form-group.custom-input.floating-label.error-input .invalid-feedback,
.form-group.custom-select-label.floating-label.error-input .invalid-feedback,
.input-group.custom-input.floating-label.error-input .invalid-feedback,
.input-group.custom-select-label.floating-label.error-input .invalid-feedback {
    opacity: 1
}

.form-group.custom-input .DOB-placeholder,
.form-group.custom-select-label .DOB-placeholder,
.input-group.custom-input .DOB-placeholder,
.input-group.custom-select-label .DOB-placeholder {
    opacity: 0;
    display: none
}

.form-group.custom-input.error-input label,
.form-group.custom-select-label.error-input label,
.input-group.custom-input.error-input label,
.input-group.custom-select-label.error-input label {
    text-transform: capitalize
}

.form-group.custom-input.error-input input.is-invalid,
.form-group.custom-input.error-input select.is-invalid,
.form-group.custom-select-label.error-input input.is-invalid,
.form-group.custom-select-label.error-input select.is-invalid,
.input-group.custom-input.error-input input.is-invalid,
.input-group.custom-input.error-input select.is-invalid,
.input-group.custom-select-label.error-input input.is-invalid,
.input-group.custom-select-label.error-input select.is-invalid {
    box-shadow: none;
    border-color: red !important
}

.form-group.custom-input.error-input .invalid-feedback,
.form-group.custom-select-label.error-input .invalid-feedback,
.input-group.custom-input.error-input .invalid-feedback,
.input-group.custom-select-label.error-input .invalid-feedback {
    opacity: 1;
    color: red;
    padding: 5px 0 0 9px;
    padding: .3125rem 0 0 .5625rem
}

.snippet .contactus-form .form-group.custom-input .form-control-label {
    top: 0
}

.snippet .contactus-form .form-group.custom-input.required:not(.floating-label):after,
.snippet .contactus-form .form-group.required label,
.snippet .contactus-form .form-group.required label:after {
    color: #77787b
}

.snippet .contactus-form .form-group .form-control {
    color: #4d4d4d
}

.snippet .contactus-form .form-group .form-control :-ms-input-placeholder {
    color: #77787b
}

.snippet .contactus-form .form-group .form-control ::-webkit-input-placeholder {
    color: #77787b
}

.snippet .contactus-form .form-group .form-control ::placeholder {
    color: #77787b
}

.snippet .contactus-form .form-group .form-control.is-invalid:-ms-input-placeholder {
    color: red
}

.snippet .contactus-form .form-group .form-control.is-invalid::-webkit-input-placeholder {
    color: red
}

.snippet .contactus-form .form-group .form-control.is-invalid::placeholder {
    color: red
}

.snippet .contactus-form .form-group textarea {
    color: #2a2a2a
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

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

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

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

.breadcrumb {
    padding: 0;
    margin: 0;
    margin-top: 1.25rem;
    margin-bottom: 1.5625rem
}

.breadcrumb .breadcrumb-arrow:before,
.breadcrumb .breadcrumb-item:before {
    color: #4d4d4d
}

.breadcrumb .breadcrumb-arrow {
    padding-left: .3125rem;
    padding-right: .3125rem
}

.breadcrumb .breadcrumb-item a {
    font-weight: 400;
    color: #4d4d4d;
    text-decoration: none;
    letter-spacing: .05em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: none
}

#loginShowModal .experience-component .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-component .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-component h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-component .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-component h3,
.experience-component #loginShowModal .h1,
.experience-component #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.experience-component #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.experience-component #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.experience-component #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.experience-component h1 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

#loginShowModal .experience-component .h2,
.experience-component #loginShowModal .h2,
.experience-component .h2,
.experience-component h2 {
    color: #fff
}

#loginShowModal .experience-component .h3,
.experience-component #loginShowModal .h3,
.experience-component .h3,
.experience-component h3 {
    color: #fff;
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

@media (min-width:992px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .experience-component .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .experience-component h3,
    #loginShowModal .m-dialog .m-content .m-body .footer .experience-component h5,
    .experience-component #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
    .experience-component #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
    .experience-component #loginShowModal .m-dialog .m-content .m-body .footer h5,
    .experience-component .page-age-gate-two .container .content .footer h5,
    .experience-component h4,
    .page-age-gate-two .container .content .footer .experience-component h5 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 4px;
        letter-spacing: .25rem
    }
}

.experience-component h5 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 2.25px;
    letter-spacing: .14062rem
}

@media (min-width:992px) {
    .experience-component h5 {
        color: #fff;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 20px;
        line-height: 1.25rem;
        letter-spacing: 3px;
        letter-spacing: .1875rem
    }
}

.experience-component li,
.experience-component p,
.experience-component span {
    color: #fff
}

@media (max-width:767.98px) {

    .experience-component li,
    .experience-component p,
    .experience-component span {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: .98px;
        letter-spacing: .06125rem
    }
}

.experience-component p {
    margin-bottom: 12px;
    margin-bottom: .75rem
}

.experience-component p:last-child {
    margin-bottom: 0
}

.experience-component a {
    color: #fff;
    font-weight: 400
}

@media (max-width:767.98px) {
    .experience-component a {
        font-size: 14px;
        font-size: .875rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: .98px;
        letter-spacing: .06125rem
    }
}

.experience-component a:focus,
.experience-component a:hover {
    color: #fff;
    text-decoration: underline
}

.experience-component .form-control:focus {
    background-color: #2a2a2a;
    color: #c4c4c4;
    border-bottom: 1px solid #c4c4c4
}

.experience-component .form-control-label {
    color: #c4c4c4
}

.experience-component .form-control:-ms-input-placeholder {
    color: #c4c4c4
}

.experience-component .form-control::-webkit-input-placeholder {
    color: #c4c4c4
}

.experience-component .form-control::placeholder {
    color: #c4c4c4
}

.experience-component .form-control.is-invalid {
    color: #c4c4c4 !important;
    border-color: #fff
}

.experience-component .custom-input.required .form-group.required label:after,
.experience-component .custom-input.required:not(.floating-label):not(.saved-security-code):after,
.experience-component .custom-input.required label:after,
.experience-component .form-group.required:not(.floating-label):not(.saved-security-code):after,
.experience-component label:after {
    color: #c4c4c4
}

.experience-component .form-group.custom-input.error-input .invalid-feedback {
    color: #ff6e6e !important
}

.experience-component .form-group.custom-input.error-input input:-ms-input-placeholder {
    color: #ff6e6e
}

.experience-component .form-group.custom-input.error-input input::-webkit-input-placeholder {
    color: #ff6e6e
}

.experience-component .form-group.custom-input.error-input input::placeholder {
    color: #ff6e6e
}

.experience-component .form-group.custom-input.floating-label label,
.experience-component .form-group.custom-select-label.floating-label label,
.experience-component .input-group.custom-input.floating-label label,
.experience-component .input-group.custom-select-label.floating-label label {
    color: #c4c4c4
}

.experience-component .form-group.custom-input.floating-label.error-input .form-control-label,
.experience-component .form-group.custom-input.floating-label.error-input .invalid-feedback,
.experience-component .form-group.custom-select-label.floating-label.error-input .form-control-label,
.experience-component .form-group.custom-select-label.floating-label.error-input .invalid-feedback,
.experience-component .input-group.custom-input.floating-label.error-input .form-control-label,
.experience-component .input-group.custom-input.floating-label.error-input .invalid-feedback,
.experience-component .input-group.custom-select-label.floating-label.error-input .form-control-label,
.experience-component .input-group.custom-select-label.floating-label.error-input .invalid-feedback {
    color: #ff6e6e !important
}

.experience-component .form-group.custom-input.floating-label.error-input input:-ms-input-placeholder,
.experience-component .form-group.custom-select-label.floating-label.error-input input:-ms-input-placeholder,
.experience-component .input-group.custom-input.floating-label.error-input input:-ms-input-placeholder,
.experience-component .input-group.custom-select-label.floating-label.error-input input:-ms-input-placeholder {
    color: #ff6e6e
}

.experience-component .form-group.custom-input.floating-label.error-input input::-webkit-input-placeholder,
.experience-component .form-group.custom-select-label.floating-label.error-input input::-webkit-input-placeholder,
.experience-component .input-group.custom-input.floating-label.error-input input::-webkit-input-placeholder,
.experience-component .input-group.custom-select-label.floating-label.error-input input::-webkit-input-placeholder {
    color: #ff6e6e
}

.experience-component .form-group.custom-input.floating-label.error-input input::placeholder,
.experience-component .form-group.custom-select-label.floating-label.error-input input::placeholder,
.experience-component .input-group.custom-input.floating-label.error-input input::placeholder,
.experience-component .input-group.custom-select-label.floating-label.error-input input::placeholder {
    color: #ff6e6e
}

.experience-component .form-group.error-input input.is-invalid,
.experience-component .input-group.error-input input.is-invalid {
    border-color: #fff !important
}

.experience-component .breadcrumb .breadcrumb-arrow:before,
.experience-component .breadcrumb .breadcrumb-item:before {
    color: #fff
}

.experience-component .breadcrumb .breadcrumb-item a {
    font-weight: 600;
    color: #fff;
    letter-spacing: .15em;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

.experience-component .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline
}

.experience-component .btn-secondary {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #4d4d4d;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.experience-component .btn-secondary:hover {
    background-color: #7f7f7f !important;
    color: #2a2a2a !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.experience-component .btn-secondary:active,
.experience-component .btn-secondary:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.experience-component .btn-secondary.disabled,
.experience-component .btn-secondary:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.content-tile.card .card-body .card-action .experience-component .btn.btn-primary:focus,
.content-tile .card .card-body .card-action .experience-component .btn.btn-primary:focus,
.experience-component .btn-tertiary:focus,
.experience-component .content-tile.card .card-body .card-action .btn.btn-primary:focus,
.experience-component .content-tile .card .card-body .card-action .btn.btn-primary:focus {
    text-decoration: none
}

.snippet-booktile {
    width: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    height: 334px;
    height: 20.875rem;
    padding: 30px;
    padding: 1.875rem
}

.snippet-booktile .price {
    color: #2a2a2a;
    display: block;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.snippet-booktile .price .value {
    display: block;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 51px;
    line-height: 3.1875rem
}

.snippet-booktile .price .text {
    display: block;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem
}

.snippet-booktile .pricepermember .text,
.snippet-booktile .pricepermember .value {
    color: #be0216
}

.snippet-booktile .cta p {
    margin: 2.8125rem auto 0;
    margin-top: 45px
}

.snippet-carousel .background,
.snippet-discover-carousel .background,
.snippet-imglist-carousel .background {
    width: 100%
}

.snippet-carousel .background img,
.snippet-discover-carousel .background img,
.snippet-imglist-carousel .background img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    min-width: 100%;
    z-index: 1
}

@media (max-width:991.98px) {

    .snippet-carousel .background img,
    .snippet-discover-carousel .background img,
    .snippet-imglist-carousel .background img {
        -o-object-position: var(--focal-point-x) var(--focal-point-y);
        object-position: var(--focal-point-x) var(--focal-point-y)
    }
}

.snippet-carousel .slide-cta,
.snippet-discover-carousel .slide-cta,
.snippet-imglist-carousel .slide-cta {
    margin-top: 30px;
    margin-top: 1.875rem
}

.snippet-carousel .content-banner-carousel .item .text-content,
.snippet-discover-carousel .content-banner-carousel .item .text-content,
.snippet-imglist-carousel .content-banner-carousel .item .text-content {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 50%;
    margin: 30px;
    margin: 1.875rem;
    min-width: 350px;
    min-width: 21.875rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h3,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-carousel .content-banner-carousel .item .text-content .slide-content h5,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h5,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h5,
#loginShowModal .snippet-carousel .content-banner-carousel .item .text-content .slide-content .h1,
#loginShowModal .snippet-carousel .content-banner-carousel .item .text-content .slide-content .h2,
#loginShowModal .snippet-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .h1,
#loginShowModal .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .h2,
#loginShowModal .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .h3,
#loginShowModal .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .h1,
#loginShowModal .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .h2,
#loginShowModal .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .h3,
.page-age-gate-two .container .content .footer .snippet-carousel .content-banner-carousel .item .text-content .slide-content h5,
.page-age-gate-two .container .content .footer .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h5,
.page-age-gate-two .container .content .footer .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h5,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h1,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h2,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content .h2,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content .page-age-gate-two .container .content .footer h5,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content h1,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content h2,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content h4,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content p,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h1,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h2,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .h2,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content .page-age-gate-two .container .content .footer h5,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h1,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h2,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content h4,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content p,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h1,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h2,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .h2,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content .page-age-gate-two .container .content .footer h5,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h1,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h2,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content h4,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content p {
    color: #fff
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h5,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h5,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h5,
#loginShowModal .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h1,
#loginShowModal .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h2,
#loginShowModal .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h1,
#loginShowModal .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h2,
#loginShowModal .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
#loginShowModal .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h1,
#loginShowModal .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h2,
#loginShowModal .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set .h3,
.page-age-gate-two .container .content .footer .snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h5,
.page-age-gate-two .container .content .footer .snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h5,
.page-age-gate-two .container .content .footer .snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h5,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h1,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h2,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set .page-age-gate-two .container .content .footer h5,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h1,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h2,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set h4,
.snippet-carousel .content-banner-carousel .item .text-content .slide-content.color-set p,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h1,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h2,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set .page-age-gate-two .container .content .footer h5,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h1,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h2,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set h4,
.snippet-discover-carousel .content-banner-carousel .item .text-content .slide-content.color-set p,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h1,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h2,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set .page-age-gate-two .container .content .footer h5,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h1,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h2,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h3,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set h4,
.snippet-imglist-carousel .content-banner-carousel .item .text-content .slide-content.color-set p {
    color: inherit
}

.snippet-carousel .content-banner-carousel .item .text-content.align-horizontal-Left,
.snippet-discover-carousel .content-banner-carousel .item .text-content.align-horizontal-Left,
.snippet-imglist-carousel .content-banner-carousel .item .text-content.align-horizontal-Left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-left: 90px;
    margin-left: 5.625rem;
    margin-right: 90px;
    margin-right: 5.625rem
}

@media (max-width:991.98px) {

    .snippet-carousel .content-banner-carousel .item .text-content.align-horizontal-Left,
    .snippet-discover-carousel .content-banner-carousel .item .text-content.align-horizontal-Left,
    .snippet-imglist-carousel .content-banner-carousel .item .text-content.align-horizontal-Left {
        margin: 30px;
        margin: 1.875rem
    }
}

.snippet-carousel .content-banner-carousel .item .text-content.align-horizontal-Center,
.snippet-discover-carousel .content-banner-carousel .item .text-content.align-horizontal-Center,
.snippet-imglist-carousel .content-banner-carousel .item .text-content.align-horizontal-Center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: 90px;
    margin-left: 5.625rem;
    margin-right: 90px;
    margin-right: 5.625rem
}

@media (max-width:991.98px) {

    .snippet-carousel .content-banner-carousel .item .text-content.align-horizontal-Center,
    .snippet-discover-carousel .content-banner-carousel .item .text-content.align-horizontal-Center,
    .snippet-imglist-carousel .content-banner-carousel .item .text-content.align-horizontal-Center {
        margin: 30px;
        margin: 1.875rem
    }
}

.snippet-carousel .content-banner-carousel .item .text-content.align-horizontal-Right,
.snippet-discover-carousel .content-banner-carousel .item .text-content.align-horizontal-Right,
.snippet-imglist-carousel .content-banner-carousel .item .text-content.align-horizontal-Right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    margin-left: 90px;
    margin-left: 5.625rem;
    margin-right: 90px;
    margin-right: 5.625rem
}

@media (max-width:991.98px) {

    .snippet-carousel .content-banner-carousel .item .text-content.align-horizontal-Right,
    .snippet-discover-carousel .content-banner-carousel .item .text-content.align-horizontal-Right,
    .snippet-imglist-carousel .content-banner-carousel .item .text-content.align-horizontal-Right {
        margin: 30px;
        margin: 1.875rem
    }
}

.snippet-carousel .content-banner-carousel .item .text-content.align-vertical-Top,
.snippet-discover-carousel .content-banner-carousel .item .text-content.align-vertical-Top,
.snippet-imglist-carousel .content-banner-carousel .item .text-content.align-vertical-Top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.snippet-carousel .content-banner-carousel .item .text-content.align-vertical-Middle,
.snippet-discover-carousel .content-banner-carousel .item .text-content.align-vertical-Middle,
.snippet-imglist-carousel .content-banner-carousel .item .text-content.align-vertical-Middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.snippet-carousel .content-banner-carousel .item .text-content.align-vertical-Bottom,
.snippet-discover-carousel .content-banner-carousel .item .text-content.align-vertical-Bottom,
.snippet-imglist-carousel .content-banner-carousel .item .text-content.align-vertical-Bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

@media (max-width:991.98px) {

    .snippet-carousel .content-banner-carousel .item .text-content,
    .snippet-discover-carousel .content-banner-carousel .item .text-content,
    .snippet-imglist-carousel .content-banner-carousel .item .text-content {
        min-width: auto
    }
}

@media (max-width:991.98px) {

    .snippet-carousel .owl-carousel.content-banner-carousel .owl-dots,
    .snippet-discover-carousel .owl-carousel.content-banner-carousel .owl-dots,
    .snippet-imglist-carousel .owl-carousel.content-banner-carousel .owl-dots {
        bottom: 15px;
        bottom: .9375rem
    }
}

.snippet-carousel .owl-carousel .owl-nav button.owl-prev,
.snippet-discover-carousel .owl-carousel .owl-nav button.owl-prev,
.snippet-imglist-carousel .owl-carousel .owl-nav button.owl-prev {
    left: 20px !important;
    background-color: transparent;
    width: 60px;
    width: 3.75rem
}

.snippet-carousel .owl-carousel .owl-nav button.owl-next,
.snippet-discover-carousel .owl-carousel .owl-nav button.owl-next,
.snippet-imglist-carousel .owl-carousel .owl-nav button.owl-next {
    right: 20px !important;
    background-color: transparent;
    width: 60px;
    width: 3.75rem
}

.snippet-carousel .owl-carousel .owl-dots .owl-dot.active,
.snippet-discover-carousel .owl-carousel .owl-dots .owl-dot.active,
.snippet-imglist-carousel .owl-carousel .owl-dots .owl-dot.active {
    background-color: transparent
}

.snippet-carousel .h2,
.snippet-discover-carousel .h2,
.snippet-imglist-carousel .h2 {
    font-weight: 600
}

@media (max-width:991.98px) {
    .snippet.snippet-carousel .content-banner-carousel .item .content {
        width: 100%;
        left: 50px;
        left: 3.125rem;
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem
    }

    .snippet.snippet-carousel .content-banner-carousel .owl-nav {
        display: none
    }
}

.snippet-content-carousel :focus,
.snippet-content-carousel :hover,
.snippet-content-carousel a {
    text-decoration: none !important
}

.snippet-content-carousel .body {
    width: 80%
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-content-carousel .body .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-content-carousel .body h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-content-carousel .body .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-content-carousel .body h3,
#loginShowModal .snippet-content-carousel .body .h1,
.snippet-content-carousel .body #loginShowModal .h1,
.snippet-content-carousel .body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-content-carousel .body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-content-carousel .body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-content-carousel .body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-content-carousel .body .h1,
.snippet-content-carousel .body h1 {
    color: #fff;
    display: table;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background: linear-gradient(#fff, #fff) bottom/38px 2px no-repeat;
    font-size: 43px;
    font-size: 2.6875rem;
    letter-spacing: 4.3px;
    letter-spacing: .26875rem
}

@media (max-width:991.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-content-carousel .body .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-content-carousel .body h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-content-carousel .body .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-content-carousel .body h3,
    #loginShowModal .snippet-content-carousel .body .h1,
    .snippet-content-carousel .body #loginShowModal .h1,
    .snippet-content-carousel .body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .snippet-content-carousel .body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .snippet-content-carousel .body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .snippet-content-carousel .body #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .snippet-content-carousel .body .h1,
    .snippet-content-carousel .body h1 {
        font-size: 29px;
        font-size: 1.8125rem;
        letter-spacing: 2.9px;
        letter-spacing: .18125rem
    }
}

#loginShowModal .snippet-content-carousel .body .h2,
.snippet-content-carousel .body #loginShowModal .h2,
.snippet-content-carousel .body .h2,
.snippet-content-carousel .body h2 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .8px;
    letter-spacing: .05rem
}

.snippet-content-carousel .body p {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 1.5px;
    letter-spacing: .09375rem
}

.snippet-content-carousel .owl-dots .owl-dot {
    border: 2px solid #fff !important;
    background-color: #fff !important
}

.snippet-content-carousel .owl-dots .owl-dot.active {
    border-color: #fff !important;
    background-color: transparent !important
}

.snippet-discover-carousel {
    background-color: #2a2a2a !important;
    width: 100%;
    overflow: visible !important;
    margin: 0 auto;
    margin: 0 auto/16px/rem;
    max-width: 1284px;
    max-width: 80.25rem;
    padding: 15px;
    padding: .9375rem
}

.snippet-discover-carousel .content-title {
    text-transform: uppercase;
    text-align: start;
    position: relative;
    color: #fff;
    max-width: 1130px;
    font-size: 32px;
    font-size: 2rem;
    margin: 40px 0;
    margin: 2.5rem 0;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 2.4px;
    letter-spacing: .15rem
}

@media (max-width:991.98px) {
    .snippet-discover-carousel .content-title {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 28px;
        line-height: 1.75rem;
        width: 315px;
        width: 19.6875rem;
        margin: 40px auto;
        margin: 2.5rem auto/16px/rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .snippet-discover-carousel .content-title {
        width: 650px;
        width: 40.625rem
    }
}

.snippet-discover-carousel .owl-carousel {
    width: 100%;
    max-width: 1213px;
    max-width: 75.8125rem;
    height: 480px;
    height: 30rem
}

@media (max-width:1024.98px) {
    .snippet-discover-carousel .owl-carousel {
        height: 500px;
        height: 31.25rem
    }
}

@media (max-width:991.98px) {
    .snippet-discover-carousel .owl-carousel {
        margin: 0 auto 20px;
        margin: 0 auto/16px/rem 1.25rem;
        width: 315px;
        width: 19.6875rem;
        height: 410px;
        height: 25.625rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .snippet-discover-carousel .owl-carousel {
        width: 650px
    }
}

.snippet-discover-carousel .owl-carousel .item {
    height: 468px;
    height: 29.25rem
}

@media (min-width:768px) {
    .snippet-discover-carousel .owl-carousel .item {
        height: 560px;
        height: 35rem
    }
}

.snippet-discover-carousel .owl-carousel .item img {
    width: 370px;
    height: auto
}

@media (max-width:1024.98px) {
    .snippet-discover-carousel .owl-carousel .item img {
        width: auto;
        height: auto
    }
}

.snippet-discover-carousel .owl-carousel .item img:hover {
    opacity: 1;
    cursor: pointer
}

.snippet-discover-carousel .owl-carousel .item .text-content {
    height: auto;
    margin-left: 0
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-discover-carousel .owl-carousel .item .text-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-discover-carousel .owl-carousel .item .text-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-discover-carousel .owl-carousel .item .text-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-discover-carousel .owl-carousel .item .text-content h3,
#loginShowModal .snippet-discover-carousel .owl-carousel .item .text-content .h1,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .h1,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-discover-carousel .owl-carousel .item .text-content .h1,
.snippet-discover-carousel .owl-carousel .item .text-content h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 20px;
    color: #fff !important;
    letter-spacing: .8px;
    letter-spacing: .05rem
}

#loginShowModal .snippet-discover-carousel .owl-carousel .item .text-content .h2,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .h2,
.snippet-discover-carousel .owl-carousel .item .text-content .h2,
.snippet-discover-carousel .owl-carousel .item .text-content h2 {
    font-size: 21px;
    text-transform: none !important;
    font-weight: 400 !important;
    line-height: 20px;
    color: #fff !important;
    letter-spacing: 1.08px;
    letter-spacing: .0675rem
}

#loginShowModal .snippet-discover-carousel .owl-carousel .item .text-content .h3,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .h3,
.snippet-discover-carousel .owl-carousel .item .text-content .h3,
.snippet-discover-carousel .owl-carousel .item .text-content h3 {
    font-weight: 400;
    color: #fff !important;
    text-transform: capitalize !important;
    letter-spacing: .05em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media (min-width:768px) {

    #loginShowModal .snippet-discover-carousel .owl-carousel .item .text-content .h3,
    .snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .h3,
    .snippet-discover-carousel .owl-carousel .item .text-content .h3,
    .snippet-discover-carousel .owl-carousel .item .text-content h3 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 26px;
        line-height: 1.625rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-discover-carousel .owl-carousel .item .text-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-discover-carousel .owl-carousel .item .text-content h3,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-discover-carousel .owl-carousel .item .text-content h5,
.page-age-gate-two .container .content .footer .snippet-discover-carousel .owl-carousel .item .text-content h5,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-discover-carousel .owl-carousel .item .text-content .h4,
.snippet-discover-carousel .owl-carousel .item .text-content .page-age-gate-two .container .content .footer h5,
.snippet-discover-carousel .owl-carousel .item .text-content h4 {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

@media (min-width:768px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-discover-carousel .owl-carousel .item .text-content .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-discover-carousel .owl-carousel .item .text-content h3,
    #loginShowModal .m-dialog .m-content .m-body .footer .snippet-discover-carousel .owl-carousel .item .text-content h5,
    .page-age-gate-two .container .content .footer .snippet-discover-carousel .owl-carousel .item .text-content h5,
    .snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
    .snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
    .snippet-discover-carousel .owl-carousel .item .text-content #loginShowModal .m-dialog .m-content .m-body .footer h5,
    .snippet-discover-carousel .owl-carousel .item .text-content .h4,
    .snippet-discover-carousel .owl-carousel .item .text-content .page-age-gate-two .container .content .footer h5,
    .snippet-discover-carousel .owl-carousel .item .text-content h4 {
        letter-spacing: .2em;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 20px;
        line-height: 1.25rem
    }
}

.snippet-discover-carousel .owl-carousel .item .slide-cta {
    transition: opacity, -webkit-transform .3s;
    transition: opacity, transform .3s;
    transition: opacity, transform .3s, -webkit-transform .3s;
    opacity: 0;
    position: absolute;
    top: -12%;
    left: 50%;
    -webkit-transform: translate(-50%, 120px);
    transform: translate(-50%, 120px);
    -ms-transform: translate(-50%, 120px);
    text-align: center;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .snippet-discover-carousel .owl-carousel .item .slide-cta {
        -webkit-transform: translate(-50%, 120px);
        transform: translate(-50%, 120px)
    }
}

@media (max-width:1024px) {
    .snippet-discover-carousel .owl-carousel .item .slide-cta {
        top: 0
    }
}

@media (max-width:375px) {
    .snippet-discover-carousel .owl-carousel .item .slide-cta {
        top: 4%
    }
}

.snippet-discover-carousel .owl-carousel .item .slide-cta a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400
}

.snippet-discover-carousel .owl-carousel .item .slide-cta a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 33px;
    background: #fff;
    margin: auto
}

.snippet-discover-carousel .owl-carousel .item:hover .discover-image {
    opacity: .5
}

.snippet-discover-carousel .owl-carousel .item:hover .slide-cta {
    opacity: 1;
    -webkit-transform: translate(-50%, 170px);
    transform: translate(-50%, 170px)
}

@media (max-width:991.98px) {
    .snippet-discover-carousel .owl-carousel .item:hover .slide-cta {
        -webkit-transform: translate(-50%, 70px);
        transform: translate(-50%, 70px)
    }
}

.snippet-discover-carousel .owl-carousel .owl-nav button {
    height: 450px;
    height: 28.125rem
}

.snippet-discover-carousel .owl-carousel .owl-nav button.owl-prev {
    left: 10px !important;
    left: .625rem !important/16px/rem
}

@media only screen and (min-width:1200px) {
    .snippet-discover-carousel .owl-carousel .owl-nav button.owl-prev {
        left: 0 !important
    }
}

@media only screen and (min-width:1400px) {
    .snippet-discover-carousel .owl-carousel .owl-nav button.owl-prev {
        left: -85px !important;
        left: -5.3125rem !important/16px/rem
    }
}

.snippet-discover-carousel .owl-carousel .owl-nav button.owl-next {
    right: 20px !important;
    right: 1.25rem !important/16px/rem
}

@media only screen and (min-width:1200px) {
    .snippet-discover-carousel .owl-carousel .owl-nav button.owl-next {
        right: 0 !important
    }
}

@media only screen and (min-width:1400px) {
    .snippet-discover-carousel .owl-carousel .owl-nav button.owl-next {
        right: -75px !important;
        right: -4.6875rem !important/16px/rem
    }
}

.snippet-discover-carousel .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #fff !important;
    background-color: #fff !important
}

.snippet-discover-carousel .owl-carousel .owl-dots .owl-dot.active {
    border-color: #fff !important;
    background-color: transparent !important
}

.snippet-discover-carousel .owl-carousel .owl-dots {
    right: 0;
    text-align: center
}

@media (max-width:991.98px) {
    .snippet-discover-carousel .owl-carousel .owl-dots {
        text-align: start
    }
}

.snippet-discover-carousel .owl-carousel .discover-image.pd-imagecarousel-hover-zoom {
    overflow: hidden
}

.snippet-discover-carousel .owl-carousel .discover-image.pd-imagecarousel-hover-zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s
}

.snippet-discover-carousel .owl-carousel .discover-image.pd-imagecarousel-hover-zoom img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width:991.98px) {
    .snippet-discover-carousel {
        padding: 0
    }
}

.snippet-imglist-carousel .imglist-carousel {
    width: 100%;
    max-width: 1710px;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

@media (max-width:767.98px) {
    .snippet-imglist-carousel .imglist-carousel {
        max-width: 315px;
        min-height: 267px;
        min-height: 16.6875rem
    }
}

@media (min-width:768px) {
    .snippet-imglist-carousel .imglist-carousel {
        max-width: 1000px;
        min-height: 400px;
        min-height: 25rem
    }
}

@media (min-width:1200px) {
    .snippet-imglist-carousel .imglist-carousel {
        max-width: 1710px;
        min-height: 578px;
        min-height: 36.125rem
    }
}

.snippet-imglist-carousel .imglist-carousel .item {
    width: 48.7%;
    max-width: 840px;
    margin: 0 30px 30px 0;
    height: auto
}

.snippet-imglist-carousel .imglist-carousel .item:nth-child(2n) {
    margin-right: 0
}

@media (max-width:991.98px) {
    .snippet-imglist-carousel .imglist-carousel .item {
        width: 48%
    }
}

@media (min-width:768px) {
    .snippet-imglist-carousel .imglist-carousel .item {
        width: 48%
    }
}

@media (min-width:1200px) {
    .snippet-imglist-carousel .imglist-carousel .item {
        width: 48.7%
    }
}

@media (max-width:767.98px) {
    .snippet-imglist-carousel .imglist-carousel .item {
        width: 100%;
        margin: 0;
        max-width: 315px
    }
}

.snippet-imglist-carousel .imglist-carousel .item img {
    width: 100%;
    height: 217px
}

@media (min-width:768px) {
    .snippet-imglist-carousel .imglist-carousel .item img {
        height: 400px
    }
}

@media (min-width:1200px) {
    .snippet-imglist-carousel .imglist-carousel .item img {
        height: 578px
    }
}

.snippet-imglist-carousel .imglist-carousel .item img:hover {
    cursor: pointer
}

@media (max-width:991.98px) {
    .enable-carousel-dots .owl-dots .owl-dot {
        border: 2px solid #f1f1f1 !important;
        background-color: #f1f1f1 !important;
        border-radius: 50%;
        width: 10px;
        width: .625rem;
        height: 10px;
        height: .625rem
    }

    .enable-carousel-dots .owl-dots .owl-dot.active {
        border-color: #fff !important;
        background-color: #fff !important
    }

    .enable-carousel-dots .owl-dots .owl-dot:not(:last-child) {
        margin-right: 20px;
        margin-right: 1.25rem
    }

    .enable-carousel-dots .owl-dots .owl-dot:focus {
        border: 2px solid #f1f1f1 !important;
        background-color: #f1f1f1 !important;
        border-radius: 50%
    }

    .enable-carousel-dots .owl-dots {
        right: 0;
        text-align: center
    }

    .enable-carousel-dots .owl-item {
        opacity: .5
    }

    .enable-carousel-dots .owl-item.active {
        opacity: 1
    }

    .enable-carousel-dots .owl-item.active~.active {
        opacity: .5
    }

    .enable-carousel-dots .region {
        padding-bottom: 0
    }

    .enable-carousel-dots .owl-nav {
        display: none
    }
}

@media (max-width:991.98px) {

    .layout-3rd.enable-carousel-dots.owl-drag,
    .layout-4q.enable-carousel-dots {
        padding-right: 0 !important
    }
}

.layout-3rd.enable-carousel-dots>.owl-nav.disabled,
.layout-4q.enable-carousel-dots>.owl-nav.disabled {
    display: none
}

.experience-assets-complextile:only-child {
    height: 100%
}

.experience-assets-complextile a.btn-secondary {
    color: #4d4d4d;
    font-weight: 600
}

.snippet-complextile {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative
}

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

.snippet-complextile .banner-content,
.snippet-complextile .img-main {
    width: 100%
}

.snippet-complextile .banner-content .banner-text {
    z-index: 10;
    margin: 20px;
    margin: 1.25rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-complextile .banner-content .banner-text.color-set div .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-complextile .banner-content .banner-text.color-set div h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-complextile .banner-content .banner-text.color-set div .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-complextile .banner-content .banner-text.color-set div h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-complextile .banner-content .banner-text.color-set div .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-complextile .banner-content .banner-text.color-set div h3,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h5,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h5,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-complextile .banner-content .banner-text.color-set div h5,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt .h1,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt .h2,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt .h3,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover .h1,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover .h2,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover .h3,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set div .h1,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set div .h2,
#loginShowModal .snippet-complextile .banner-content .banner-text.color-set div .h3,
.page-age-gate-two .container .content .footer .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h5,
.page-age-gate-two .container .content .footer .snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h5,
.page-age-gate-two .container .content .footer .snippet-complextile .banner-content .banner-text.color-set div h5,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .h1,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .h2,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .h1,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .h2,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt .page-age-gate-two .container .content .footer h5,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h1,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h2,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt h4,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover-alt p,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover .page-age-gate-two .container .content .footer h5,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h1,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h2,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h3,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover h4,
.snippet-complextile .banner-content .banner-text.color-set .page-designer-hover p,
.snippet-complextile .banner-content .banner-text.color-set div,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .h1,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .h2,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .h3,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-complextile .banner-content .banner-text.color-set div #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-complextile .banner-content .banner-text.color-set div .page-age-gate-two .container .content .footer h5,
.snippet-complextile .banner-content .banner-text.color-set div h1,
.snippet-complextile .banner-content .banner-text.color-set div h2,
.snippet-complextile .banner-content .banner-text.color-set div h3,
.snippet-complextile .banner-content .banner-text.color-set div h4,
.snippet-complextile .banner-content .banner-text.color-set div p {
    color: inherit
}

.snippet-complextile .banner-content .banner-text .align-on-zoomout-Left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: start
}

.snippet-complextile .banner-content .banner-text .align-on-zoomout-Center {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.snippet-complextile .banner-content .banner-text .align-on-zoomout-Center a.btn {
    margin-left: auto;
    margin-right: auto
}

.snippet-complextile .banner-content .banner-text .align-on-zoomout-Right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.snippet-complextile .banner-content .banner-text .align-on-zoomout-Right a.btn {
    margin-left: auto
}

@media (min-width:768px) {
    .snippet-complextile .banner-content .banner-text.move-left {
        margin-left: -15px;
        margin-left: -.9375rem;
        margin-right: 50px;
        margin-right: 3.125rem
    }
}

@media (max-width:991.98px) {
    .snippet-complextile .banner-content .banner-text.move-left {
        margin: 50px 30px;
        margin: 3.125rem 1.875rem
    }
}

@media (min-width:768px) {
    .snippet-complextile .banner-content .banner-text.move-right {
        margin-right: -15px;
        margin-right: -.9375rem;
        margin-left: 50px;
        margin-left: 3.125rem
    }
}

@media (max-width:991.98px) {
    .snippet-complextile .banner-content .banner-text.move-right {
        margin: 50px 30px;
        margin: 3.125rem 1.875rem
    }
}

.snippet-complextile .banner-content .banner-text .border-line-all {
    border: 1px solid #9d9d9d
}

.snippet-complextile .banner-content .banner-text .border-line-top {
    border-top: 1px solid #9d9d9d
}

.snippet-complextile .banner-content .banner-text .border-line-bottom {
    border-bottom: 1px solid #9d9d9d
}

.snippet-complextile .banner-content .banner-text .border-line-left {
    border-left: 1px solid #9d9d9d
}

.snippet-complextile .banner-content .banner-text .border-line-right {
    border-right: 1px solid #9d9d9d
}

.snippet-complextile .banner-content .banner-text .border-line-none {
    border: none
}

.snippet-complextile .banner-content img {
    max-width: 100%;
    height: auto
}

.snippet-complextile.align-horizontal-Left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .snippet-complextile.align-horizontal-Left .banner-content {
        left: 0
    }
}

.snippet-complextile.align-horizontal-Left .page-designer-hover p a.btn-alt {
    display: inline-block
}

.snippet-complextile.align-horizontal-Center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .snippet-complextile.align-horizontal-Center .banner-content {
        left: 0;
        right: 0
    }
}

.snippet-complextile.align-horizontal-Center .page-designer-hover p a.btn-alt {
    display: inline-block
}

.snippet-complextile.align-horizontal-Right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .snippet-complextile.align-horizontal-Right .banner-content {
        right: 0
    }
}

.snippet-complextile.align-horizontal-Right .page-designer-hover p a.btn-alt {
    display: inline-block
}

.snippet-complextile.align-vertical-Top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .snippet-complextile.align-vertical-Top .banner-content {
        top: 0
    }
}

.snippet-complextile.align-vertical-Middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .snippet-complextile.align-vertical-Middle .banner-content {
        top: 45%
    }
}

.snippet-complextile.align-vertical-Bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .snippet-complextile.align-vertical-Bottom .banner-content {
        bottom: 0
    }
}

.snippet-complextile.border-line-all {
    border: 1px solid #9d9d9d
}

.snippet-complextile.border-line-top {
    border-top: 1px solid #9d9d9d
}

.snippet-complextile.border-line-bottom {
    border-bottom: 1px solid #9d9d9d
}

.snippet-complextile.border-line-left {
    border-left: 1px solid #9d9d9d
}

.snippet-complextile.border-line-right {
    border-right: 1px solid #9d9d9d
}

.snippet-complextile.border-line-none {
    border: none
}

.snippet-complextile .omneo-dynamic-content {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding: 0
}

.snippet-complextile .omneo-dynamic-content strong {
    color: #be0216;
    font-weight: 400
}

@media (max-width:991.98px) {
    .snippet-complextile {
        height: auto
    }
}

@media (max-width:767.98px) {
    .banner-text {
        margin: 50px 30px 34px;
        margin: 3.125rem 1.875rem 2.125rem
    }
}

#loginShowModal .banner-text .h2,
.banner-text #loginShowModal .h2,
.banner-text h2 {
    font-weight: 600;
    letter-spacing: 4.8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem
}

#loginShowModal .banner-text .h2:after,
.banner-text #loginShowModal .h2:after,
.banner-text h2:after {
    width: 0;
    height: 0
}

@media (max-width:767.98px) {

    #loginShowModal .banner-text .h2,
    .banner-text #loginShowModal .h2,
    .banner-text h2 {
        letter-spacing: 4.2px;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 32px;
        line-height: 2rem
    }
}

#loginShowModal .banner-text:not(.omneo-dynamic-content) .h3,
.banner-text:not(.omneo-dynamic-content) #loginShowModal .h3,
.banner-text:not(.omneo-dynamic-content) h3 {
    letter-spacing: .8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 4.8px;
    letter-spacing: .3rem;
    margin-top: 24px;
    margin-top: 1.5rem
}

@media (max-width:767.98px) {

    #loginShowModal .banner-text:not(.omneo-dynamic-content) .h3,
    .banner-text:not(.omneo-dynamic-content) #loginShowModal .h3,
    .banner-text:not(.omneo-dynamic-content) h3 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 31px;
        line-height: 1.9375rem;
        letter-spacing: 4.4px;
        letter-spacing: .275rem
    }
}

.page-main-heading .banner-text {
    margin-bottom: 42px !important;
    margin-bottom: 2.625rem !important/16px/rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-main-heading .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-main-heading .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-main-heading .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-main-heading .banner-text h3,
#loginShowModal .page-main-heading .banner-text .h1,
.page-main-heading .banner-text #loginShowModal .h1,
.page-main-heading .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.page-main-heading .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.page-main-heading .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.page-main-heading .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.page-main-heading .banner-text h1 {
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 56px;
    font-size: 3.5rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem;
    padding: 20px 0 40px;
    padding: 1.25rem 0 2.5rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    line-height: 56px;
    line-height: 3.5rem
}

@media (max-width:767.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-main-heading .banner-text .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .page-main-heading .banner-text h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-main-heading .banner-text .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .page-main-heading .banner-text h3,
    #loginShowModal .page-main-heading .banner-text .h1,
    .page-main-heading .banner-text #loginShowModal .h1,
    .page-main-heading .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .page-main-heading .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .page-main-heading .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .page-main-heading .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .page-main-heading .banner-text h1 {
        font-size: 32px;
        font-size: 2rem;
        padding-bottom: 25px;
        padding-bottom: 1.5625rem;
        line-height: 40px;
        line-height: 2.5rem
    }
}

@media (max-width:767.98px) {
    .page-main-heading .banner-text p {
        text-align: center
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .invert-subheading .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .invert-subheading h3,
#loginShowModal .m-dialog .m-content .m-body .footer .invert-subheading h5,
.invert-subheading #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.invert-subheading #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.invert-subheading #loginShowModal .m-dialog .m-content .m-body .footer h5,
.invert-subheading .page-age-gate-two .container .content .footer h5,
.invert-subheading h4,
.page-age-gate-two .container .content .footer .invert-subheading h5 {
    color: #fff !important
}

@media (max-width:767.98px) {
    .independent-complex-tile .banner-content .banner-text {
        margin: 30px;
        margin: 1.875rem
    }
}

@media (min-width:768px) {
    .independent-complex-tile {
        width: 90%;
        margin: 0 auto
    }
}

.text-dark {
    color: #4d4d4d !important
}

.snippet a.btn:not(.btn-tertiary):not(.btn-alt) {
    line-height: 40px;
    line-height: 2.5rem
}

#loginShowModal .headline-banner .headlinebanner-wrap .h1,
#loginShowModal .headline-banner .headlinebanner-wrap .h2,
#loginShowModal .headline-banner .headlinebanner-wrap .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .headline-banner .headlinebanner-wrap .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .headline-banner .headlinebanner-wrap h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .headline-banner .headlinebanner-wrap .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .headline-banner .headlinebanner-wrap h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .headline-banner .headlinebanner-wrap .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .headline-banner .headlinebanner-wrap h3,
#loginShowModal .m-dialog .m-content .m-body .footer .headline-banner .headlinebanner-wrap h5,
.headline-banner .headlinebanner-wrap #loginShowModal .h1,
.headline-banner .headlinebanner-wrap #loginShowModal .h2,
.headline-banner .headlinebanner-wrap #loginShowModal .h3,
.headline-banner .headlinebanner-wrap #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.headline-banner .headlinebanner-wrap #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.headline-banner .headlinebanner-wrap #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.headline-banner .headlinebanner-wrap #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.headline-banner .headlinebanner-wrap #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.headline-banner .headlinebanner-wrap #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.headline-banner .headlinebanner-wrap #loginShowModal .m-dialog .m-content .m-body .footer h5,
.headline-banner .headlinebanner-wrap .page-age-gate-two .container .content .footer h5,
.headline-banner .headlinebanner-wrap h1,
.headline-banner .headlinebanner-wrap h2,
.headline-banner .headlinebanner-wrap h3,
.headline-banner .headlinebanner-wrap h4,
.headline-banner .headlinebanner-wrap p,
.page-age-gate-two .container .content .footer .headline-banner .headlinebanner-wrap h5 {
    color: inherit
}

.snippet-iframe.fit-to-block {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.snippet-iframe.fit-to-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snippet-iframe.fifty-fifty {
    width: auto
}

.snippet-iframe.fifty-fifty iframe {
    height: 50vh;
    width: 50vw;
    margin: 0 auto;
    display: block;
    max-width: 100%
}

@media (max-width:1024.98px) {
    .snippet-iframe.fifty-fifty iframe {
        height: 50vh;
        width: 100vw
    }
}

.snippet-iframe.custom-height {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.snippet-iframe.custom-height iframe {
    width: 100%
}

.snippet-iframe.custom-height iframe,
.snippet-iframe iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.layout-fortysixty .experience-assets-video .snippet-iframe.fit-to-block,
.layout-sixtyforty .experience-assets-video .snippet-iframe.fit-to-block {
    min-height: 520px;
    min-height: 32.5rem
}

.snippet-image {
    width: 100%;
    position: relative
}

.snippet-image img {
    width: 100%
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .snippet-image img {
        min-width: 100%
    }
}

.snippet-image img.page-designer-hover-alt {
    min-width: 100%;
    min-height: 100%
}

.snippet-image img.pd-image-hover-zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s
}

.snippet-image img.pd-image-hover-zoom:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.snippet-image .credit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #2a2a2a;
    width: auto;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: .36px;
    letter-spacing: .0225rem;
    padding: 0 10px;
    padding: 0 .625rem
}

.featured-product-carousel,
.product-recommendations,
.snippet-product-carousel {
    margin: 0 auto;
    overflow: visible !important;
    padding: 10px;
    padding: .625rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    max-width: 1284px;
    max-width: 80.25rem
}

@media (min-width:1025px) {

    .featured-product-carousel,
    .product-recommendations,
    .snippet-product-carousel {
        padding: 30px;
        padding: 1.875rem
    }
}

@media (min-width:1440px) {

    .featured-product-carousel,
    .product-recommendations,
    .snippet-product-carousel {
        padding: 30px 65px 30px 10px;
        padding: 1.875rem 4.0625rem 1.875rem .625rem
    }
}

.featured-product-carousel.penfolds,
.product-recommendations.penfolds,
.snippet-product-carousel.penfolds {
    background: #2a2a2a !important
}

.featured-product-carousel .owl-carousel.product-carousel .owl-stage .product,
.product-recommendations .owl-carousel.product-carousel .owl-stage .product,
.snippet-product-carousel .owl-carousel.product-carousel .owl-stage .product {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 489px;
    min-height: 30.5625rem
}

.featured-product-carousel .owl-carousel.product-carousel .owl-stage .product .product-tile,
.product-recommendations .owl-carousel.product-carousel .owl-stage .product .product-tile,
.snippet-product-carousel .owl-carousel.product-carousel .owl-stage .product .product-tile {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    background: #2a2a2a;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.featured-product-carousel .owl-carousel.product-carousel .owl-stage .product .product-tile .tile-header,
.product-recommendations .owl-carousel.product-carousel .owl-stage .product .product-tile .tile-header,
.snippet-product-carousel .owl-carousel.product-carousel .owl-stage .product .product-tile .tile-header {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 7px;
    padding: .4375rem
}

@media (max-width:991.98px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-stage .product .product-tile,
    .product-recommendations .owl-carousel.product-carousel .owl-stage .product .product-tile,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-stage .product .product-tile {
        background: #353535
    }
}

.featured-product-carousel .owl-carousel.product-carousel .owl-stage .featured-product-tile .tile-image,
.product-recommendations .owl-carousel.product-carousel .owl-stage .featured-product-tile .tile-image,
.snippet-product-carousel .owl-carousel.product-carousel .owl-stage .featured-product-tile .tile-image {
    -o-object-fit: contain;
    object-fit: contain
}

.featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
.featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev,
.product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-next,
.product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-prev,
.snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
.snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
    width: 60px;
    width: 3.75rem;
    height: 54px;
    height: 3.375rem;
    position: absolute;
    top: 35%;
    bottom: 0;
    outline: none
}

@media (max-width:991.98px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-next,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        margin-top: -29px;
        margin-top: -1.8125rem;
        width: 38px;
        width: 2.375rem;
        top: 45%;
        bottom: unset
    }
}

.featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next i,
.featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev i,
.product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-next i,
.product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-prev i,
.snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next i,
.snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev i {
    -webkit-transform: scale(.931);
    transform: scale(.931)
}

.featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev,
.product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-prev,
.snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
    left: 0
}

@media only screen and (min-width:375px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        left: -10px;
        left: -.625rem
    }
}

@media (min-width:992px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        left: -15px;
        left: -.9375rem
    }
}

@media only screen and (min-width:1025px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        left: -30px;
        left: -1.875rem
    }
}

@media only screen and (min-width:1440px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-prev,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        left: -90px;
        left: -5.625rem
    }
}

.featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
.product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-next,
.snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:375px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-next,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next {
        right: -10px;
        right: -.625rem
    }
}

@media (min-width:992px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-next,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next {
        right: -15px;
        right: -.9375rem
    }
}

@media only screen and (min-width:1025px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-next,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next {
        right: -30px;
        right: -1.875rem
    }
}

@media only screen and (min-width:1440px) {

    .featured-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .product-recommendations .owl-carousel.product-carousel .owl-nav button.owl-next,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next {
        right: -90px;
        right: -5.625rem
    }
}

.featured-product-carousel .owl-carousel.product-carousel.mt-md-4,
.product-recommendations .owl-carousel.product-carousel.mt-md-4,
.snippet-product-carousel .owl-carousel.product-carousel.mt-md-4 {
    margin-top: 0 !important
}

.featured-product-carousel .col.mb-3,
.product-recommendations .col.mb-3,
.snippet-product-carousel .col.mb-3 {
    margin-bottom: 10px !important
}

#loginShowModal .featured-product-carousel .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .featured-product-carousel .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .featured-product-carousel h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .product-recommendations .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .product-recommendations h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-product-carousel .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-product-carousel h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .featured-product-carousel .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .featured-product-carousel h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .product-recommendations .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .product-recommendations h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-product-carousel .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-product-carousel h3,
#loginShowModal .product-recommendations .h1,
#loginShowModal .snippet-product-carousel .h1,
.featured-product-carousel #loginShowModal .h1,
.featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.featured-product-carousel h1,
.product-recommendations #loginShowModal .h1,
.product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.product-recommendations h1,
.snippet-product-carousel #loginShowModal .h1,
.snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-product-carousel h1 {
    text-align: start !important;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: 4.2px;
    letter-spacing: .2625rem
}

@media (max-width:991.98px) {

    #loginShowModal .featured-product-carousel .h1,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .featured-product-carousel .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .featured-product-carousel h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .product-recommendations .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .product-recommendations h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-product-carousel .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-product-carousel h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .featured-product-carousel .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .featured-product-carousel h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .product-recommendations .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .product-recommendations h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-product-carousel .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-product-carousel h3,
    #loginShowModal .product-recommendations .h1,
    #loginShowModal .snippet-product-carousel .h1,
    .featured-product-carousel #loginShowModal .h1,
    .featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .featured-product-carousel h1,
    .product-recommendations #loginShowModal .h1,
    .product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .product-recommendations h1,
    .snippet-product-carousel #loginShowModal .h1,
    .snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .snippet-product-carousel h1 {
        margin: 0 auto;
        margin-bottom: 0
    }
}

@media (min-width:992px) {

    #loginShowModal .featured-product-carousel .h1,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .featured-product-carousel .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .featured-product-carousel h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .product-recommendations .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .product-recommendations h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-product-carousel .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-product-carousel h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .featured-product-carousel .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .featured-product-carousel h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .product-recommendations .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .product-recommendations h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-product-carousel .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-product-carousel h3,
    #loginShowModal .product-recommendations .h1,
    #loginShowModal .snippet-product-carousel .h1,
    .featured-product-carousel #loginShowModal .h1,
    .featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .featured-product-carousel h1,
    .product-recommendations #loginShowModal .h1,
    .product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .product-recommendations h1,
    .snippet-product-carousel #loginShowModal .h1,
    .snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .snippet-product-carousel h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        letter-spacing: .15em
    }
}

#loginShowModal .featured-product-carousel .h1:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .featured-product-carousel .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .featured-product-carousel h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .product-recommendations .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .product-recommendations h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-product-carousel .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-product-carousel h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .featured-product-carousel .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .featured-product-carousel h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .product-recommendations .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .product-recommendations h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-product-carousel .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-product-carousel h3:after,
#loginShowModal .product-recommendations .h1:after,
#loginShowModal .snippet-product-carousel .h1:after,
.featured-product-carousel #loginShowModal .h1:after,
.featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3:after,
.featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3:after,
.featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3:after,
.featured-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3:after,
.featured-product-carousel h1:after,
.product-recommendations #loginShowModal .h1:after,
.product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3:after,
.product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3:after,
.product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3:after,
.product-recommendations #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3:after,
.product-recommendations h1:after,
.snippet-product-carousel #loginShowModal .h1:after,
.snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3:after,
.snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3:after,
.snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3:after,
.snippet-product-carousel #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3:after,
.snippet-product-carousel h1:after {
    content: "";
    position: relative;
    border-bottom: 2px solid #9d9d9c;
    display: none;
    margin: 0 auto;
    width: 40px;
    width: 2.5rem;
    top: 40px;
    top: 2.5rem
}

.featured-product-carousel .row,
.product-recommendations .row,
.snippet-product-carousel .row {
    margin-left: 5px;
    margin-left: .3125rem;
    margin-right: 5px;
    margin-right: .3125rem
}

@media (min-width:992px) {

    .featured-product-carousel .row,
    .product-recommendations .row,
    .snippet-product-carousel .row {
        margin-left: -15px;
        margin-left: -.9375rem;
        margin-right: -15px;
        margin-right: -.9375rem
    }
}

.featured-product-carousel .product-tile,
.product-recommendations .product-tile,
.snippet-product-carousel .product-tile {
    position: relative;
    background-color: #2a2a2a
}

@media (max-width:991.98px) {

    .featured-product-carousel .product-tile,
    .product-recommendations .product-tile,
    .snippet-product-carousel .product-tile {
        margin: 0 auto;
        padding-bottom: 10px;
        padding-bottom: .625rem
    }
}

.featured-product-carousel .product-tile .tile-header .h2.product-collection,
.featured-product-carousel .product-tile .tile-header .product-collection,
.product-recommendations .product-tile .tile-header .h2.product-collection,
.product-recommendations .product-tile .tile-header .product-collection,
.snippet-product-carousel .product-tile .tile-header .h2.product-collection,
.snippet-product-carousel .product-tile .tile-header .product-collection {
    letter-spacing: .15em;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

.featured-product-carousel .product-tile .tile-header .pdp-link,
.product-recommendations .product-tile .tile-header .pdp-link,
.snippet-product-carousel .product-tile .tile-header .pdp-link {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile .tile-header .pdp-link,
    .product-recommendations .product-tile .tile-header .pdp-link,
    .snippet-product-carousel .product-tile .tile-header .pdp-link {
        margin-bottom: 12px;
        margin-bottom: .75rem
    }
}

.featured-product-carousel .product-tile .tile-header .pdp-link .link,
.product-recommendations .product-tile .tile-header .pdp-link .link,
.snippet-product-carousel .product-tile .tile-header .pdp-link .link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .05em;
    font-weight: 400;
    text-transform: capitalize
}

.featured-product-carousel .product-tile .image-container .tile-image,
.product-recommendations .product-tile .image-container .tile-image,
.snippet-product-carousel .product-tile .image-container .tile-image {
    height: 348px !important;
    width: auto;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile .image-container .tile-image,
    .product-recommendations .product-tile .image-container .tile-image,
    .snippet-product-carousel .product-tile .image-container .tile-image {
        height: 404px !important;
        max-width: 291px;
        max-width: 18.1875rem;
        max-height: 322px;
        max-height: 20.125rem
    }
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile .tile-body,
    .product-recommendations .product-tile .tile-body,
    .snippet-product-carousel .product-tile .tile-body {
        display: none
    }
}

.featured-product-carousel .product-tile .tile-body .promotion-embargo-message,
.product-recommendations .product-tile .tile-body .promotion-embargo-message,
.snippet-product-carousel .product-tile .tile-body .promotion-embargo-message {
    background: #4d4d4d;
    border-radius: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 10px 10px;
    margin: 0 .625rem .625rem;
    letter-spacing: 2.4px;
    letter-spacing: .15rem
}

.featured-product-carousel .product-tile .tile-body .promotion-embargo-message .pre-order-container,
.product-recommendations .product-tile .tile-body .promotion-embargo-message .pre-order-container,
.snippet-product-carousel .product-tile .tile-body .promotion-embargo-message .pre-order-container {
    margin: 0
}

.featured-product-carousel .product-tile .tile-body .promotion-embargo-message .callout,
.featured-product-carousel .product-tile .tile-body .promotion-embargo-message .pre-order-container span,
.product-recommendations .product-tile .tile-body .promotion-embargo-message .callout,
.product-recommendations .product-tile .tile-body .promotion-embargo-message .pre-order-container span,
.snippet-product-carousel .product-tile .tile-body .promotion-embargo-message .callout,
.snippet-product-carousel .product-tile .tile-body .promotion-embargo-message .pre-order-container span {
    color: #c4c4c4;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    line-height: 1rem;
    font-size: 12px;
    font-size: .75rem;
    padding: 4px;
    padding: .25rem
}

.featured-product-carousel .product-tile .tile-body .prices .prices-non-rrp .description,
.product-recommendations .product-tile .tile-body .prices .prices-non-rrp .description,
.snippet-product-carousel .product-tile .tile-body .prices .prices-non-rrp .description {
    color: #c4c4c4;
    letter-spacing: .15em;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

.featured-product-carousel .product-tile .tile-body .prices .prices-non-rrp .description .price,
.product-recommendations .product-tile .tile-body .prices .prices-non-rrp .description .price,
.snippet-product-carousel .product-tile .tile-body .prices .prices-non-rrp .description .price {
    text-align: start
}

.featured-product-carousel .product-tile .tile-body .prices .prices-non-rrp .prices-selltype .sales,
.product-recommendations .product-tile .tile-body .prices .prices-non-rrp .prices-selltype .sales,
.snippet-product-carousel .product-tile .tile-body .prices .prices-non-rrp .prices-selltype .sales {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile .tile-footer,
    .product-recommendations .product-tile .tile-footer,
    .snippet-product-carousel .product-tile .tile-footer {
        display: none
    }
}

.featured-product-carousel .product-tile .tile-footer .btn-view-wrap .btn-view,
.product-recommendations .product-tile .tile-footer .btn-view-wrap .btn-view,
.snippet-product-carousel .product-tile .tile-footer .btn-view-wrap .btn-view {
    margin-top: 0;
    background-color: #353535;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem;
    max-height: 40px;
    max-height: 2.5rem
}

.featured-product-carousel .product-tile .tile-footer .btn-view-wrap .btn-view:hover,
.product-recommendations .product-tile .tile-footer .btn-view-wrap .btn-view:hover,
.snippet-product-carousel .product-tile .tile-footer .btn-view-wrap .btn-view:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: 0
}

.featured-product-carousel .product-tile .tile-footer .btn-view-wrap .btn-view:active,
.product-recommendations .product-tile .tile-footer .btn-view-wrap .btn-view:active,
.snippet-product-carousel .product-tile .tile-footer .btn-view-wrap .btn-view:active {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: 0
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile .tile-footer .btn-view-wrap .btn-view,
    .product-recommendations .product-tile .tile-footer .btn-view-wrap .btn-view,
    .snippet-product-carousel .product-tile .tile-footer .btn-view-wrap .btn-view {
        opacity: 0
    }
}

.featured-product-carousel .product-tile .tile-footer .actions .popup,
.product-recommendations .product-tile .tile-footer .actions .popup,
.snippet-product-carousel .product-tile .tile-footer .actions .popup {
    left: 0;
    bottom: 0;
    padding: 35px 10px 10px;
    padding: 2.1875rem .625rem .625rem
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile .tile-footer .actions .popup,
    .product-recommendations .product-tile .tile-footer .actions .popup,
    .snippet-product-carousel .product-tile .tile-footer .actions .popup {
        background-color: #2a2a2a;
        min-width: 100%;
        width: 100%
    }
}

@media (max-width:991.98px) {

    .featured-product-carousel .product-tile .tile-footer .actions .popup,
    .product-recommendations .product-tile .tile-footer .actions .popup,
    .snippet-product-carousel .product-tile .tile-footer .actions .popup {
        width: calc(100% + -1px);
        left: 0;
        min-width: 80%
    }
}

.featured-product-carousel .product-tile .tile-footer .actions .popup .close,
.product-recommendations .product-tile .tile-footer .actions .popup .close,
.snippet-product-carousel .product-tile .tile-footer .actions .popup .close {
    display: block;
    position: absolute;
    top: 10px;
    top: .625rem;
    right: 10px;
    right: .625rem
}

.featured-product-carousel .product-tile .tile-footer .actions .popup .popup-link .link,
.product-recommendations .product-tile .tile-footer .actions .popup .popup-link .link,
.snippet-product-carousel .product-tile .tile-footer .actions .popup .popup-link .link {
    text-transform: capitalize;
    letter-spacing: .05em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem
}

.featured-product-carousel .product-tile .tile-footer .actions .popup .prices-selltype>div,
.product-recommendations .product-tile .tile-footer .actions .popup .prices-selltype>div,
.snippet-product-carousel .product-tile .tile-footer .actions .popup .prices-selltype>div {
    min-height: 50px;
    min-height: 3.125rem;
    height: auto
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action {
    background: #2a2a2a;
    min-width: 100%
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action,
    .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action,
    .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action {
        margin-bottom: 0;
        margin-top: auto
    }
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper {
    margin: 0
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp {
    margin: 0;
    width: 100%
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    border: 1px solid #9d9d9d;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container .minusQuantity,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container .plusQuantity,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container .minusQuantity,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container .plusQuantity,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container .minusQuantity,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .sellasType-container .plusQuantity {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .quantity-input,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .quantity-input,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .quantity-wrapp .quantity-input {
    border-color: #9d9d9d;
    border: none !important;
    width: 100%;
    max-width: 100%;
    background: transparent;
    color: #fff !important;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group {
    margin: 0;
    width: 100%
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group input,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group input,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group input {
    background-color: #2a2a2a
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select {
    background-color: #2a2a2a;
    width: 50px
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select option,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select option,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select option {
    color: #4d4d4d;
    background-color: #fff
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select option:hover,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select option:hover,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .non-wine-qty-wrapper .input-group .quantity-select option:hover {
    background-color: #f1f1f1
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .popup-heading,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .popup-heading,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .popup-heading {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem;
    letter-spacing: 2.4px;
    letter-spacing: .15rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .popup-link,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .popup-link,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .popup-link {
    margin: 0 0 20px;
    margin: 0 0 1.25rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .popup-link a,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .popup-link a,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .popup-link a {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .8px;
    letter-spacing: .05rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltype,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltype,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltype {
    margin: 0
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltype>div,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltype>div,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltype>div {
    padding: 0
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container {
    text-align: start
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype {
    padding-bottom: 0
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .product-price-detail,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .product-price-detail,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .product-price-detail {
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    line-height: 1.25rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .product-price-detail .description .price,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .product-price-detail .description .price,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .product-price-detail .description .price {
    text-align: start
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .description,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .description,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .description {
    color: #c4c4c4;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .price,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .price,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .price {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .15em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .sales,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .sales,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .sales {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .sales .value,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .sales .value,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .pricing-attributes-container .prices-selltype .sales .value {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 20px;
    line-height: 1.25rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .price-sellastype-container,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .price-sellastype-container,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .price-sellastype-container {
    margin-top: 5px;
    margin-top: .3125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px 14px;
    padding: .625rem .875rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container {
    border: 1px solid #9d9d9d;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-height: 48px;
    max-height: 3rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .minusQuantity,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .plusQuantity,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .minusQuantity,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .plusQuantity,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .minusQuantity,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .plusQuantity {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .minusQuantity,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .minusQuantity,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .minusQuantity {
    text-align: center;
    width: 25%
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .qntyBox,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .qntyBox,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .qntyBox {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .qntyBox input,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .qntyBox input,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .qntyBox input {
    padding-top: 5px;
    padding-top: .3125rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype {
    padding-bottom: 10px;
    padding-bottom: .625rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype .mixed-product-price-detail,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype .product-price-detail,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype .mixed-product-price-detail,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype .product-price-detail,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype .mixed-product-price-detail,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype .product-price-detail {
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    line-height: 1.25rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype>div .quantity-wrapp,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype>div .quantity-wrapp,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype>div .quantity-wrapp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype>div .quantity-wrapp .quantity-input,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype>div .quantity-wrapp .quantity-input,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasType-container .prices-selltype>div .quantity-wrapp .quantity-input {
    border-color: #9d9d9d;
    border: none;
    width: 100%;
    max-width: 100%;
    background: transparent;
    color: #fff !important;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown {
    border: 1px solid #9d9d9d
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox {
    border-bottom: none;
    color: #fff;
    padding: 10px 30px 9px 5px;
    padding: .625rem 1.875rem .5625rem .3125rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after {
    margin-top: 12px;
    margin-top: .75rem;
    margin-right: 10px;
    margin-right: .625rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox.active:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox.active:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .selectbox-options,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .selectbox-options,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .selectbox-options {
    color: #4d4d4d;
    letter-spacing: .7px;
    letter-spacing: .04375rem;
    line-height: 20px;
    line-height: 1.25rem;
    max-height: 40px;
    max-height: 2.5rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .selectbox-options:hover,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .selectbox-options:hover,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .selectbox-options:hover {
    background-color: #be0216
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown.col-6 .custom-selectbox,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown.col-6 .custom-selectbox,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown.col-6 .custom-selectbox {
    padding-bottom: 8px;
    padding-bottom: .5rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .col-6.sellasTypeContent,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .col-6.sellasTypeContent,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .col-6.sellasTypeContent {
    padding-left: 0;
    padding-right: 0
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype {
    width: 100%
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    border: 1px solid #9d9d9d;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container .minusQuantity,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container .plusQuantity,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container .minusQuantity,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container .plusQuantity,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container .minusQuantity,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container .plusQuantity {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container input,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container input,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .quantity-plain-sellastype .sellasType-container input {
    border: none;
    color: #fff !important;
    background-color: transparent;
    padding: 6px 10px;
    padding: .375rem .625rem;
    min-height: 48px;
    min-height: 3rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions {
    padding: 0;
    margin: 0 0 20px;
    margin: 0 0 1.25rem
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions.quantity-plain-sellastype,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions.quantity-plain-sellastype,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions.quantity-plain-sellastype {
    margin: 0
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions .btn,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions .btn,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-add-to-cart-actions .btn {
    letter-spacing: .1em;
    background-color: #be0216;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem
}

@media (min-width:1200px) and (max-width:1300px) {

    .featured-product-carousel .product-tile .tile-footer .actions .addtocart-action .btn-view-vine,
    .product-recommendations .product-tile .tile-footer .actions .addtocart-action .btn-view-vine,
    .snippet-product-carousel .product-tile .tile-footer .actions .addtocart-action .btn-view-vine {
        margin: 0 5px 0 8px;
        margin: 0 .3125rem 0 .5rem
    }
}

.featured-product-carousel .product-tile .tile-footer .actions .addtocart-action .btn-view-vine .btn-view,
.product-recommendations .product-tile .tile-footer .actions .addtocart-action .btn-view-vine .btn-view,
.snippet-product-carousel .product-tile .tile-footer .actions .addtocart-action .btn-view-vine .btn-view {
    background-color: #353535;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    font-weight: 600;
    line-height: 20px;
    line-height: 1.25rem;
    max-height: 40px;
    max-height: 2.5rem
}

.featured-product-carousel .product-tile .tile-footer .actions .addtocart-action .btn-view-vine .btn-view:hover,
.product-recommendations .product-tile .tile-footer .actions .addtocart-action .btn-view-vine .btn-view:hover,
.snippet-product-carousel .product-tile .tile-footer .actions .addtocart-action .btn-view-vine .btn-view:hover {
    background-color: #9d9d9c;
    color: #fff
}

@media (min-width:1200px) and (max-width:1300px) {

    .featured-product-carousel .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart,
    .product-recommendations .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart,
    .snippet-product-carousel .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart {
        margin: 0 8px 0 5px;
        margin: 0 .5rem 0 .3125rem
    }
}

.featured-product-carousel .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart .add-to-cart-tile,
.product-recommendations .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart .add-to-cart-tile,
.snippet-product-carousel .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart .add-to-cart-tile {
    background-color: #be0216;
    padding: 0;
    font-weight: 600;
    letter-spacing: .7px;
    letter-spacing: .04375rem;
    line-height: 20px;
    line-height: 1.25rem;
    max-height: 40px;
    max-height: 2.5rem
}

.featured-product-carousel .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart .add-to-cart-tile:hover,
.product-recommendations .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart .add-to-cart-tile:hover,
.snippet-product-carousel .product-tile .tile-footer .actions .addtocart-action .penfold-add-to-cart .add-to-cart-tile:hover {
    background-color: #be0216
}

.featured-product-carousel .product-tile .tile-footer .actions .prices-add-to-cart-actions.disabled .btn:disabled,
.product-recommendations .product-tile .tile-footer .actions .prices-add-to-cart-actions.disabled .btn:disabled,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-add-to-cart-actions.disabled .btn:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important
}

.featured-product-carousel .product-tile .tile-footer.non-transactional .penfold-addtocart-action,
.product-recommendations .product-tile .tile-footer.non-transactional .penfold-addtocart-action,
.snippet-product-carousel .product-tile .tile-footer.non-transactional .penfold-addtocart-action {
    display: none !important
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile:hover .tile-footer .btn-view-wrap .btn-view,
    .product-recommendations .product-tile:hover .tile-footer .btn-view-wrap .btn-view,
    .snippet-product-carousel .product-tile:hover .tile-footer .btn-view-wrap .btn-view {
        opacity: 1
    }
}

.featured-product-carousel .product-tile:hover,
.product-recommendations .product-tile:hover,
.snippet-product-carousel .product-tile:hover {
    position: relative;
    bottom: 0
}

@media (min-width:992px) {

    .featured-product-carousel .product-tile .hover-popup,
    .featured-product-carousel .product-tile .tile-body,
    .featured-product-carousel .product-tile .tile-footer,
    .product-recommendations .product-tile .hover-popup,
    .product-recommendations .product-tile .tile-body,
    .product-recommendations .product-tile .tile-footer,
    .snippet-product-carousel .product-tile .hover-popup,
    .snippet-product-carousel .product-tile .tile-body,
    .snippet-product-carousel .product-tile .tile-footer {
        display: none !important
    }

    .featured-product-carousel .product-tile:hover,
    .product-recommendations .product-tile:hover,
    .snippet-product-carousel .product-tile:hover {
        position: relative;
        z-index: 1;
        min-width: 100%
    }

    .featured-product-carousel .product-tile:hover .hover-popup,
    .featured-product-carousel .product-tile:hover .tile-body,
    .featured-product-carousel .product-tile:hover .tile-footer,
    .product-recommendations .product-tile:hover .hover-popup,
    .product-recommendations .product-tile:hover .tile-body,
    .product-recommendations .product-tile:hover .tile-footer,
    .snippet-product-carousel .product-tile:hover .hover-popup,
    .snippet-product-carousel .product-tile:hover .tile-body,
    .snippet-product-carousel .product-tile:hover .tile-footer {
        display: block !important
    }
}

@media (min-width:375px) {

    .featured-product-carousel .owl-carousel.carousel-recommendations,
    .featured-product-carousel .owl-carousel.product-carousel,
    .product-recommendations .owl-carousel.carousel-recommendations,
    .product-recommendations .owl-carousel.product-carousel,
    .snippet-product-carousel .owl-carousel.carousel-recommendations,
    .snippet-product-carousel .owl-carousel.product-carousel {
        padding: 0 20px;
        padding: 0 1.25rem
    }
}

@media (min-width:992px) {

    .featured-product-carousel .owl-carousel.carousel-recommendations,
    .featured-product-carousel .owl-carousel.product-carousel,
    .product-recommendations .owl-carousel.carousel-recommendations,
    .product-recommendations .owl-carousel.product-carousel,
    .snippet-product-carousel .owl-carousel.carousel-recommendations,
    .snippet-product-carousel .owl-carousel.product-carousel {
        padding: 0 45px;
        padding: 0 2.8125rem
    }
}

@media (min-width:1440px) {

    .featured-product-carousel .owl-carousel.carousel-recommendations,
    .featured-product-carousel .owl-carousel.product-carousel,
    .product-recommendations .owl-carousel.carousel-recommendations,
    .product-recommendations .owl-carousel.product-carousel,
    .snippet-product-carousel .owl-carousel.carousel-recommendations,
    .snippet-product-carousel .owl-carousel.product-carousel {
        padding: 0
    }
}

.featured-product-carousel .owl-carousel.carousel-recommendations .owl-nav,
.featured-product-carousel .owl-carousel.product-carousel .owl-nav,
.product-recommendations .owl-carousel.carousel-recommendations .owl-nav,
.product-recommendations .owl-carousel.product-carousel .owl-nav,
.snippet-product-carousel .owl-carousel.carousel-recommendations .owl-nav,
.snippet-product-carousel .owl-carousel.product-carousel .owl-nav {
    opacity: 1
}

.featured-product-carousel .owl-carousel.carousel-recommendations .owl-dots button.owl-dot,
.featured-product-carousel .owl-carousel.product-carousel .owl-dots button.owl-dot,
.product-recommendations .owl-carousel.carousel-recommendations .owl-dots button.owl-dot,
.product-recommendations .owl-carousel.product-carousel .owl-dots button.owl-dot,
.snippet-product-carousel .owl-carousel.carousel-recommendations .owl-dots button.owl-dot,
.snippet-product-carousel .owl-carousel.product-carousel .owl-dots button.owl-dot {
    background-color: #c4c4c4;
    text-align: center;
    width: 10px;
    width: .625rem;
    height: 4px;
    height: .25rem
}

.featured-product-carousel .owl-carousel.carousel-recommendations .owl-dots button.owl-dot.active,
.featured-product-carousel .owl-carousel.product-carousel .owl-dots button.owl-dot.active,
.product-recommendations .owl-carousel.carousel-recommendations .owl-dots button.owl-dot.active,
.product-recommendations .owl-carousel.product-carousel .owl-dots button.owl-dot.active,
.snippet-product-carousel .owl-carousel.carousel-recommendations .owl-dots button.owl-dot.active,
.snippet-product-carousel .owl-carousel.product-carousel .owl-dots button.owl-dot.active {
    background-color: #be0216;
    height: 4px;
    height: .25rem
}

#loginShowModal .snippet-product-carousel .h2,
.snippet-product-carousel #loginShowModal .h2,
.snippet-product-carousel .h2,
.snippet-product-carousel h2 {
    display: block
}

@media (max-width:1024.98px) {

    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        top: 28%
    }
}

@media (min-width:992px) {

    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        top: 25%
    }
}

@media (min-width:1025px) {

    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next,
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        top: 25%
    }
}

@media (max-width:1024.98px) {
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        left: 25px;
        left: 1.5625rem
    }

    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next {
        right: 25px;
        right: 1.5625rem
    }
}

@media (min-width:992px) {
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        left: 50px;
        left: 3.125rem
    }

    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next {
        right: 50px;
        right: 3.125rem
    }
}

@media (min-width:1025px) {
    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-prev {
        left: 10px;
        left: .625rem
    }

    .snippet-product-carousel .owl-carousel.product-carousel .owl-nav button.owl-next {
        right: 10px;
        right: .625rem
    }
}

.snippet-promotile-carousel .owl-carousel .vimeo-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.snippet-promotile-carousel .owl-carousel .vimeo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snippet-promotile-carousel .owl-carousel .banner {
    width: 100%;
    height: auto
}

.snippet-promotile-carousel .owl-carousel .banner.banner-video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .snippet-promotile-carousel .owl-carousel .banner.banner-video {
        height: auto
    }
}

.snippet-promotile-carousel .owl-carousel .banner.position-absolute {
    top: 0;
    height: 100%
}

@media (min-width:1025px) {
    .snippet-promotile-carousel .owl-carousel .banner .banner-content {
        margin-left: 90px;
        margin-left: 5.625rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-promotile-carousel .owl-carousel .banner .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-promotile-carousel .owl-carousel .banner .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-promotile-carousel .owl-carousel .banner .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-promotile-carousel .owl-carousel .banner .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-promotile-carousel .owl-carousel .banner .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-promotile-carousel .owl-carousel .banner .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-promotile-carousel .owl-carousel .banner .banner-text h5,
#loginShowModal .snippet-promotile-carousel .owl-carousel .banner .banner-text .h1,
#loginShowModal .snippet-promotile-carousel .owl-carousel .banner .banner-text .h2,
#loginShowModal .snippet-promotile-carousel .owl-carousel .banner .banner-text .h3,
.page-age-gate-two .container .content .footer .snippet-promotile-carousel .owl-carousel .banner .banner-text h5,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .h1,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .h2,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-promotile-carousel .owl-carousel .banner .banner-text .page-age-gate-two .container .content .footer h5,
.snippet-promotile-carousel .owl-carousel .banner .banner-text h1,
.snippet-promotile-carousel .owl-carousel .banner .banner-text h2,
.snippet-promotile-carousel .owl-carousel .banner .banner-text h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text h4,
.snippet-promotile-carousel .owl-carousel .banner .banner-text p {
    color: #fff
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h5,
#loginShowModal .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set .h1,
#loginShowModal .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set .h2,
#loginShowModal .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set .h3,
.page-age-gate-two .container .content .footer .snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h5,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .h1,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .h2,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set .page-age-gate-two .container .content .footer h5,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h1,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h2,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h3,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set h4,
.snippet-promotile-carousel .owl-carousel .banner .banner-text.color-set p {
    color: inherit
}

.snippet-promotile-carousel .owl-carousel .banner.align-horizontal-Left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left
}

.snippet-promotile-carousel .owl-carousel .banner.align-horizontal-Center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.snippet-promotile-carousel .owl-carousel .banner.align-horizontal-Right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right
}

.snippet-promotile-carousel .owl-carousel .banner.align-vertical-Top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.snippet-promotile-carousel .owl-carousel .banner.align-vertical-Middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.snippet-promotile-carousel .owl-carousel .banner.align-vertical-Bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.snippet-promotile-carousel .owl-carousel .credit {
    bottom: 30px;
    bottom: 1.875rem;
    right: 30px;
    right: 1.875rem
}

@media (max-width:991.98px) {
    .snippet-promotile-carousel .owl-carousel .credit {
        bottom: 10px;
        bottom: .625rem;
        right: 10px;
        right: .625rem
    }
}

.snippet-promotile-carousel .owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.snippet-promotile-carousel .owl-carousel .owl-nav button.owl-next,
.snippet-promotile-carousel .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    width: 3.125rem;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0
}

@media (max-width:991.98px) {

    .snippet-promotile-carousel .owl-carousel .owl-nav button.owl-next,
    .snippet-promotile-carousel .owl-carousel .owl-nav button.owl-prev {
        margin-top: -29px;
        margin-top: -1.8125rem;
        width: 38px;
        width: 2.375rem;
        height: 58px;
        height: 3.625rem;
        top: 50%;
        bottom: unset
    }
}

.snippet-promotile-carousel .owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.snippet-promotile-carousel .owl-carousel .owl-nav button.owl-next {
    right: 0
}

.snippet-promotile-carousel .owl-carousel .owl-dots {
    height: 10px;
    height: .625rem;
    line-height: 10px;
    line-height: .625rem;
    bottom: 10px;
    bottom: .625rem;
    width: 100%;
    position: absolute;
    text-align: center
}

.snippet-promotile-carousel .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
    margin-right: 10px;
    margin-right: .625rem;
    border-radius: 10px;
    border-radius: .625rem;
    display: inline-block;
    border: 2px solid #ccc
}

.snippet-promotile-carousel .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.snippet-promotile-carousel .owl-carousel .owl-dots .owl-dot.active {
    border-color: #2a2a2a;
    background-color: #2a2a2a
}

.snippet-promotile-vertical.pd-override-text-color :not(.btn-ecommerce):not(.btn-primary):not(.btn-secondary):not(.btn-alt) {
    color: inherit
}

.snippet-promotile-vertical .vimeo-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.snippet-promotile-vertical .vimeo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snippet-promotile-vertical .banner {
    width: 100%;
    height: auto
}

.snippet-promotile-vertical .banner.banner-video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%
}

.snippet-promotile-vertical .banner.position-absolute {
    top: 0;
    height: 100%
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-promotile-vertical .banner .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-promotile-vertical .banner .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-promotile-vertical .banner .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-promotile-vertical .banner .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-promotile-vertical .banner .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet-promotile-vertical .banner .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet-promotile-vertical .banner .banner-text h5,
#loginShowModal .snippet-promotile-vertical .banner .banner-text .h1,
#loginShowModal .snippet-promotile-vertical .banner .banner-text .h2,
#loginShowModal .snippet-promotile-vertical .banner .banner-text .h3,
.page-age-gate-two .container .content .footer .snippet-promotile-vertical .banner .banner-text h5,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .h1,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .h2,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .h3,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet-promotile-vertical .banner .banner-text #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet-promotile-vertical .banner .banner-text .page-age-gate-two .container .content .footer h5,
.snippet-promotile-vertical .banner .banner-text h1,
.snippet-promotile-vertical .banner .banner-text h2,
.snippet-promotile-vertical .banner .banner-text h3,
.snippet-promotile-vertical .banner .banner-text h4,
.snippet-promotile-vertical .banner .banner-text p {
    color: inherit
}

.snippet-promotile-vertical .banner.align-horizontal-Left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left
}

.snippet-promotile-vertical .banner.align-horizontal-Center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.snippet-promotile-vertical .banner.align-horizontal-Right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right
}

.snippet-promotile-vertical .banner.align-vertical-Top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.snippet-promotile-vertical .banner.align-vertical-Middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.snippet-promotile-vertical .banner.align-vertical-Bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.snippet-promotile-vertical .banner .cta-button-wrapper {
    text-align: inherit
}

.snippet-promotile-vertical .credit {
    bottom: 30px;
    bottom: 1.875rem;
    right: 30px;
    right: 1.875rem
}

@media (max-width:991.98px) {
    .snippet-promotile-vertical .credit {
        bottom: 10px;
        bottom: .625rem;
        right: 10px;
        right: .625rem
    }
}

.snippet-promotile-vertical .omneo-dynamic-content {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding: 0
}

.snippet-promotile-vertical .omneo-dynamic-content strong {
    color: #be0216;
    font-weight: 400
}

.snippet-promotile-vertical .complextile-image img.fill-image {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    overflow: hidden
}

.snippet-promotile-vertical.promo-vertical-wrapper-bg {
    background: #4d4d4d;
    color: #fff
}

.content-tile.card .card-body .card-action .snippet-promotile-vertical.promo-vertical-wrapper-bg .btn-container .btn.btn-primary,
.content-tile .card .card-body .card-action .snippet-promotile-vertical.promo-vertical-wrapper-bg .btn-container .btn.btn-primary,
.snippet-promotile-vertical.promo-vertical-wrapper-bg .btn-container .btn-tertiary,
.snippet-promotile-vertical.promo-vertical-wrapper-bg .btn-container .content-tile.card .card-body .card-action .btn.btn-primary,
.snippet-promotile-vertical.promo-vertical-wrapper-bg .btn-container .content-tile .card .card-body .card-action .btn.btn-primary {
    color: #fff
}

.snippet-promotile-vertical.promo-vertical-wrapper-bg .h-100 {
    height: auto !important
}

.snippet.snippet-promotile-vertical {
    height: 100%;
    max-width: 100%
}

.snippet.snippet-promotile-vertical .container-fluid.snippet {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%
}

.snippet.snippet-promotile-vertical .description-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.snippet.snippet-promotile-vertical .description-container>.row {
    width: 109%
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet.snippet-promotile-vertical .red-subheading .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .snippet.snippet-promotile-vertical .red-subheading h3,
#loginShowModal .m-dialog .m-content .m-body .footer .snippet.snippet-promotile-vertical .red-subheading h5,
.page-age-gate-two .container .content .footer .snippet.snippet-promotile-vertical .red-subheading h5,
.snippet.snippet-promotile-vertical .red-subheading #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.snippet.snippet-promotile-vertical .red-subheading #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.snippet.snippet-promotile-vertical .red-subheading #loginShowModal .m-dialog .m-content .m-body .footer h5,
.snippet.snippet-promotile-vertical .red-subheading .page-age-gate-two .container .content .footer h5,
.snippet.snippet-promotile-vertical .red-subheading h4 {
    color: #fff;
    text-transform: uppercase
}

.snippet.snippet-promotile-vertical .col.pb-md-1.pb-3 {
    padding-top: 40px !important;
    padding-top: 2.5rem !important/16px/rem;
    padding-bottom: 50px !important;
    padding-bottom: 3.125rem !important/16px/rem
}

.snippet.snippet-promotile-vertical .col.pb-md-1.pb-3.no-left-padding {
    padding-left: 0
}

.snippet.snippet-promotile-vertical .col.pb-md-1.pb-3.no-right-padding {
    padding-right: 0
}

.snippet.snippet-promotile-vertical .col.pb-md-1.pb-3.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:991.98px) {
    .snippet.snippet-promotile-vertical .col.pb-md-1.pb-3.mobile-horizontal-padding {
        padding-left: 30px;
        padding-left: 1.875rem;
        padding-right: 30px;
        padding-right: 1.875rem
    }
}

.snippet.snippet-promotile-vertical .col.pb-md-1.pb-3 p:nth-child(4) {
    margin-bottom: 80px;
    margin-bottom: 5rem
}

.content-tile.card .card-body .card-action .snippet.snippet-promotile-vertical .btn.btn-primary,
.content-tile .card .card-body .card-action .snippet.snippet-promotile-vertical .btn.btn-primary,
.snippet.snippet-promotile-vertical .btn-tertiary,
.snippet.snippet-promotile-vertical .content-tile.card .card-body .card-action .btn.btn-primary,
.snippet.snippet-promotile-vertical .content-tile .card .card-body .card-action .btn.btn-primary {
    color: #4d4d4d;
    font-weight: 700;
    padding-bottom: 19px;
    padding-bottom: 1.1875rem
}

.content-tile.card .card-body .card-action .snippet.snippet-promotile-vertical .btn.btn-primary:before,
.content-tile .card .card-body .card-action .snippet.snippet-promotile-vertical .btn.btn-primary:before,
.snippet.snippet-promotile-vertical .btn-tertiary:before,
.snippet.snippet-promotile-vertical .content-tile.card .card-body .card-action .btn.btn-primary:before,
.snippet.snippet-promotile-vertical .content-tile .card .card-body .card-action .btn.btn-primary:before {
    width: 30px;
    width: 1.875rem
}

.content-tile.card .card-body .card-action .snippet.snippet-promotile-vertical .btn.btn-primary:hover,
.content-tile .card .card-body .card-action .snippet.snippet-promotile-vertical .btn.btn-primary:hover,
.snippet.snippet-promotile-vertical .btn-tertiary:hover,
.snippet.snippet-promotile-vertical .content-tile.card .card-body .card-action .btn.btn-primary:hover,
.snippet.snippet-promotile-vertical .content-tile .card .card-body .card-action .btn.btn-primary:hover {
    color: #fff !important
}

.content-tile.card .card-body .card-action .snippet.snippet-promotile-vertical .btn.btn-primary:hover:before,
.content-tile .card .card-body .card-action .snippet.snippet-promotile-vertical .btn.btn-primary:hover:before,
.snippet.snippet-promotile-vertical .btn-tertiary:hover:before,
.snippet.snippet-promotile-vertical .content-tile.card .card-body .card-action .btn.btn-primary:hover:before,
.snippet.snippet-promotile-vertical .content-tile .card .card-body .card-action .btn.btn-primary:hover:before {
    width: 30px;
    width: 1.875rem;
    -webkit-transform: scaleX(3.4);
    transform: scaleX(3.4);
    -webkit-transform-origin: 0;
    transform-origin: 0
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet.snippet-promotile-vertical .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet.snippet-promotile-vertical h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet.snippet-promotile-vertical .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet.snippet-promotile-vertical h3,
#loginShowModal .snippet.snippet-promotile-vertical .h1,
#loginShowModal .snippet.snippet-promotile-vertical .h2,
#loginShowModal .snippet.snippet-promotile-vertical .h3,
.snippet.snippet-promotile-vertical #loginShowModal .h1,
.snippet.snippet-promotile-vertical #loginShowModal .h2,
.snippet.snippet-promotile-vertical #loginShowModal .h3,
.snippet.snippet-promotile-vertical #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet.snippet-promotile-vertical #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet.snippet-promotile-vertical #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet.snippet-promotile-vertical #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet.snippet-promotile-vertical h1,
.snippet.snippet-promotile-vertical h2,
.snippet.snippet-promotile-vertical h3 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

#loginShowModal .snippet.snippet-promotile-vertical .h3,
.snippet.snippet-promotile-vertical #loginShowModal .h3,
.snippet.snippet-promotile-vertical h3 {
    text-transform: none
}

#loginShowModal .region.col-lg-4 .snippet-promotile-vertical .h2,
.region.col-lg-4 .snippet-promotile-vertical #loginShowModal .h2,
.region.col-lg-4 .snippet-promotile-vertical h2 {
    font-size: 28px;
    font-size: 1.75rem
}

@media (min-width:992px) {

    #loginShowModal .region.col-lg-4 .snippet-promotile-vertical .h2,
    .region.col-lg-4 .snippet-promotile-vertical #loginShowModal .h2,
    .region.col-lg-4 .snippet-promotile-vertical h2 {
        font-size: 32px;
        font-size: 2rem
    }
}

@media (max-width:991.98px) {
    .layout-fortysixty .row {
        margin: 0
    }
}

.experience-layouts-1w .banner-text {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.experience-layouts-1w .banner-text .col-12 {
    padding-left: 0
}

@media (max-width:991.98px) {

    #loginShowModal .experience-layouts-1w .banner-text .col-12 .h1,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-1w .banner-text .col-12 .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-1w .banner-text .col-12 h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-1w .banner-text .col-12 .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-1w .banner-text .col-12 h3,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .h1,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .experience-layouts-1w .banner-text .col-12 h1 {
        text-align: center
    }
}

#loginShowModal .experience-layouts-1w .banner-text .col-12 .h1:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-1w .banner-text .col-12 .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-1w .banner-text .col-12 h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-1w .banner-text .col-12 .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-1w .banner-text .col-12 h3:after,
.experience-layouts-1w .banner-text .col-12 #loginShowModal .h1:after,
.experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3:after,
.experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3:after,
.experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3:after,
.experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3:after,
.experience-layouts-1w .banner-text .col-12 h1:after {
    content: "";
    position: relative;
    border-bottom: 2px solid #9d9d9c;
    display: block;
    width: 40px;
    width: 2.5rem;
    top: 25px;
    top: 1.5625rem
}

@media (max-width:991.98px) {

    #loginShowModal .experience-layouts-1w .banner-text .col-12 .h1:after,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-1w .banner-text .col-12 .h3:after,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-1w .banner-text .col-12 h3:after,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-1w .banner-text .col-12 .h3:after,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-1w .banner-text .col-12 h3:after,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .h1:after,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3:after,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3:after,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3:after,
    .experience-layouts-1w .banner-text .col-12 #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3:after,
    .experience-layouts-1w .banner-text .col-12 h1:after {
        margin: 0 auto;
        left: 0
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
#loginShowModal .m-dialog .m-content .m-body .footer h5,
.page-age-gate-two .container .content .footer h5,
h4 {
    color: #fff
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .invert-subheading .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .invert-subheading h3,
#loginShowModal .m-dialog .m-content .m-body .footer .invert-subheading h5,
.invert-subheading #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.invert-subheading #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.invert-subheading #loginShowModal .m-dialog .m-content .m-body .footer h5,
.invert-subheading .page-age-gate-two .container .content .footer h5,
.invert-subheading h4,
.page-age-gate-two .container .content .footer .invert-subheading h5 {
    color: #4d4d4d !important
}

.experience-component .popular-categories {
    padding-bottom: 0 !important;
    text-align: center
}

.experience-component .popular-categories .popular-category {
    padding: 16px 0;
    padding: 1rem 0
}

.experience-component .popular-categories .popular-category .image-cropper {
    width: 7em;
    height: 7em;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto
}

.experience-component .popular-categories .popular-category .image-cropper .image-wrapper {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.experience-component .popular-categories .popular-category .image-cropper .image-wrapper span {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover
}

.experience-component .popular-categories .popular-category .popular-category-link {
    text-align: center
}

.experience-component .popular-categories .popular-category .popular-category-link a.popular-cat-link {
    text-decoration: underline
}

.downloader-wrapper {
    margin: 0 20px;
    margin: 0 1.25rem
}

@media (max-width:767.98px) {
    .downloader-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.downloader-row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px;
    padding: .9375rem
}

@media (max-width:767.98px) {
    .downloader-row {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 18px;
        margin-bottom: 1.125rem
    }
}

@media (min-width:768px) {
    .downloader-row {
        padding-left: 15px;
        padding-left: .9375rem
    }
}

.downloader-row .file-icon {
    text-align: center
}

.downloader-row .file-name {
    text-transform: uppercase;
    padding-left: 0;
    margin-left: 10px;
    margin-left: .625rem
}

@media (max-width:767.98px) {
    .downloader-row .file-name {
        margin-bottom: 0;
        min-height: 0
    }
}

.downloader-row .file-name i {
    position: absolute;
    left: 0;
    top: -10px;
    top: -.625rem
}

@media (max-width:767.98px) {
    .downloader-row .file-name i {
        left: 15px;
        left: .9375rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .downloader-row .file-name .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .downloader-row .file-name h3,
#loginShowModal .m-dialog .m-content .m-body .footer .downloader-row .file-name h5,
.downloader-row .file-name #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.downloader-row .file-name #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.downloader-row .file-name #loginShowModal .m-dialog .m-content .m-body .footer h5,
.downloader-row .file-name .page-age-gate-two .container .content .footer h5,
.downloader-row .file-name h4,
.page-age-gate-two .container .content .footer .downloader-row .file-name h5 {
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: 2.25px;
    letter-spacing: .14062rem;
    line-height: 28px;
    line-height: 1.75rem
}

.blurb-row {
    padding: 0 30px;
    padding: 0 1.875rem
}

@media (max-width:767.98px) {
    .blurb-row {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .blurb-row .col-12 {
        padding-left: 69px;
        padding-left: 4.3125rem
    }
}

.file-download-link {
    text-align: center
}

@media (max-width:767.98px) {
    .file-download-link {
        text-align: left
    }
}

@media (min-width:768px) {
    .file-download-link {
        margin-top: -10px;
        margin-top: -.625rem;
        margin-bottom: -10px;
        margin-bottom: -.625rem
    }
}

.file-download-link .btn {
    width: auto !important;
    color: #4d4d4d;
    margin: -30px 0;
    margin: -1.875rem 0
}

.file-download-link .btn:hover {
    color: #9d9d9c !important
}

.file-download-link .icon-dtn-download-button {
    display: none
}

.file-size {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    line-height: 16px;
    line-height: 1rem
}

@media (max-width:767.98px) {
    .file-size {
        padding-left: 5px;
        padding-left: .3125rem
    }
}

.downloader-wrapper .downloader-container:nth-child(odd) {
    background-color: #353535
}

.downloader-wrapper .downloader-container:nth-child(2n) {
    background-color: #2a2a2a
}

.downloader-wrapper .downloader-container.initial-dark-bg:nth-child(2n) {
    background-color: #353535
}

.downloader-wrapper .downloader-container.initial-dark-bg:nth-child(odd) {
    background-color: #2a2a2a
}

@media (max-width:767.98px) {
    .experience-assets-downloader {
        padding: 0 30px;
        padding: 0 1.875rem
    }
}

@media (min-width:768px) {
    .experience-assets-downloader {
        width: 89%;
        margin: 0 auto
    }
}

.file-name-text a {
    letter-spacing: .15em
}

.file-name-text a,
.file-name-text a:hover {
    text-decoration: none
}

.slide-accordion-wrapper {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 23px;
    line-height: 1.4375rem;
    height: 450px;
    height: 28.125rem;
    color: #fff;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    background-color: #2a2a2a
}

.slide-accordion-wrapper>.col-12 {
    margin-bottom: 0
}

.slide-accordion-wrapper .contentArea {
    padding: 0 15px;
    padding: 0 .9375rem
}

.slide-accordion-wrapper.slide-accordion-flexbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    height: 450px;
    height: 28.125rem
}

@media (max-width:991.98px) {
    .slide-accordion-wrapper.slide-accordion-flexbox {
        display: block;
        height: auto;
        width: 100%
    }
}

.slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    cursor: pointer;
    transition: all .5s ease
}

@media (min-width:992px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description:not(:last-of-type) {
        margin-right: 12px;
        margin-right: .75rem
    }
}

@media (max-width:991.98px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description:not(:last-of-type) {
        margin-bottom: 12px;
        margin-bottom: .75rem
    }
}

@media (max-width:991.98px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description {
        display: block;
        max-height: 165px;
        max-height: 10.3125rem
    }
}

@media (min-width:992px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description {
        max-width: 165px;
        max-width: 10.3125rem
    }
}

.slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description.active {
    -ms-flex: 6;
    -webkit-box-flex: 6;
    flex: 6;
    cursor: default
}

@media (min-width:992px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description.active {
        max-width: 690px;
        max-width: 43.125rem
    }
}

@media (max-width:991.98px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description.active {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }
}

.slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description.active .slide-accordion-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 4;
    -webkit-box-flex: 4;
    flex: 4;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width:992px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description.active .slide-accordion-title .slide-accordion-image {
        right: -144px;
        right: -9rem
    }
}

.slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    position: relative;
    width: 165px;
    width: 10.3125rem
}

@media (min-width:992px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title {
        max-width: 165px;
        max-width: 10.3125rem
    }
}

.slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title:only-of-type {
    width: 170px;
    width: 10.625rem
}

@media (max-width:991.98px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title {
        display: block;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        height: 125px;
        height: 7.8125rem
    }
}

#loginShowModal .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title .h3,
.slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title #loginShowModal .h3,
.slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title h3 {
    margin: 0;
    z-index: 5;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem
}

@media (max-width:991.98px) {

    #loginShowModal .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title .h3,
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title #loginShowModal .h3,
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title h3 {
        -webkit-transform: none;
        transform: none;
        letter-spacing: .25em;
        bottom: 10px;
        bottom: .625rem;
        left: 19px;
        left: 1.1875rem;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

@media (min-width:992px) {

    #loginShowModal .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title .h3,
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title #loginShowModal .h3,
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title h3 {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: -10px;
        right: -.625rem;
        bottom: 104px;
        bottom: 6.5rem
    }
}

@media (min-width:992px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title .slide-accordion-image {
        position: absolute;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 450px;
        width: 28.125rem;
        right: -144px;
        right: -9rem
    }
}

@media (max-width:991.98px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-title .slide-accordion-image {
        width: 100%;
        height: 126px;
        height: 7.875rem
    }
}

.slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-content {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: none;
    margin: 0;
    opacity: 0;
    transition: all .25s ease-out .1s;
    border: 1px solid #494949;
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    letter-spacing: .07em;
    background-color: #2a2a2a;
    color: #fff;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

@media (min-width:992px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-content {
        max-width: 494px;
        max-width: 30.875rem;
        padding: 40px;
        padding: 2.5rem
    }
}

@media (max-width:1024px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-content {
        max-width: 300px;
        max-width: 18.75rem
    }
}

@media (max-width:991.98px) {
    .slide-accordion-wrapper.slide-accordion-flexbox .slide-accordion-description .slide-accordion-content {
        padding: 40px 21px 0 24px;
        padding: 2.5rem 1.3125rem 0 1.5rem;
        max-width: 100%;
        width: 100%
    }
}

.experience-layouts-1lw .snippet-complextile .banner-content .banner-text {
    margin: 20px 0;
    margin: 1.25rem 0
}

.layout-2h .snippet-promotile-vertical .banner-content {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%
}

@media (max-width:767.98px) {
    .experience-layouts-2h .layout-2h {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-down: 50px;
        margin-down: 3.125rem
    }
}

.layout-3rd .snippet-promotile-vertical .banner-content {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%
}

.tweus-page .experience-layouts-3rd:first-child .container.layout-3rd {
    padding-top: 60px !important;
    padding-top: 3.75rem !important/16px/rem
}

.tweus-page .experience-layouts-3rd .experience-assets-promotilevertical {
    height: 100%;
    max-width: 100%
}

.layout-4q .snippet-promotile-vertical .banner-content {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%
}

.experience-assets-promotilevertical {
    height: 100%;
    max-width: 100%
}

.experience-layouts-dtnlayout .layout-dtn {
    background-color: #fff
}

.experience-layouts-dtnlayout .layout-dtn .dtn-layout-headings {
    left: 0;
    right: 0;
    padding: 0 40px;
    padding: 0 2.5rem
}

.experience-layouts-dtnlayout .layout-dtn .dtn-layout-headings .dtn-sub-heading {
    color: #7a7a7a;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem
}

.experience-layouts-dtnlayout .layout-dtn .dtn-layout-headings .dtn-heading {
    color: #be0216;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 0;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem
}

@media (max-width:767.98px) {
    .experience-layouts-dtnlayout .layout-dtn .dtn-layout-headings .dtn-heading {
        letter-spacing: .2em;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

@media (max-width:991.98px) {
    .experience-layouts-dtnlayout .layout-dtn .dtn-layout-headings {
        padding: 0 25px;
        padding: 0 1.5625rem
    }
}

.experience-layouts-dtnlayout .layout-dtn .region [class^="experience-component experience-assets-"] {
    height: auto
}

.experience-layouts-dtnlayout .layout-dtn .region [class^="experience-component experience-assets-"]:only-child {
    height: 100%
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text {
    margin: 10px;
    margin: .625rem
}

#loginShowModal .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .h1,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h1 {
    color: #c41134;
    font-weight: 500;
    letter-spacing: -.05em;
    text-transform: uppercase;
    font-size: 48px;
    font-size: 3rem;
    line-height: 48px;
    line-height: 3rem
}

#loginShowModal .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h2,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .h2,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h2 {
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

#loginShowModal .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h3 {
    font-weight: 400;
    letter-spacing: .1em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .footer .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .footer h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .page-age-gate-two .container .content .footer h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h4,
.page-age-gate-two .container .content .footer .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h5 {
    font-weight: 400;
    letter-spacing: .1em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text p {
    letter-spacing: .07em;
    color: #7a7a7a;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text blockquote {
    color: #2a2a2a;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem
}

#loginShowModal .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h2,
#loginShowModal .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h3,
#loginShowModal .m-dialog .m-content .m-body .footer .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .h2,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text #loginShowModal .m-dialog .m-content .m-body .footer h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .page-age-gate-two .container .content .footer h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h2,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h4,
.page-age-gate-two .container .content .footer .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text h5 {
    color: #2a2a2a
}

#loginShowModal .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set .h1,
#loginShowModal .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set .h2,
#loginShowModal .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h3,
#loginShowModal .m-dialog .m-content .m-body .footer .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .h1,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .h2,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set #loginShowModal .m-dialog .m-content .m-body .footer h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set .page-age-gate-two .container .content .footer h5,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h1,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h2,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h3,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h4,
.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set p,
.page-age-gate-two .container .content .footer .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text.color-set h5 {
    color: inherit
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-complextile .banner-text .col-12 {
    padding-bottom: 12px;
    padding-bottom: .75rem
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-image {
    margin: 20px 10px;
    margin: 1.25rem .625rem;
    padding: 0 15px;
    padding: 0 .9375rem
}

@media (max-width:991.98px) {
    .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-image {
        margin: 20px 0;
        margin: 1.25rem 0;
        padding: 0 10px;
        padding: 0 .625rem
    }
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader {
    width: 100%
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper {
    margin: 20px 10px;
    margin: 1.25rem .625rem;
    padding: 0 15px;
    padding: 0 .9375rem
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container {
    text-align: center
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .downloader-row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .region {
    padding-top: 0
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .region.file-name {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 70%;
    text-align: center
}

@media (max-width:767.98px) {
    .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .region.file-name {
        max-width: 60%
    }
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .region.file-download-link {
    -ms-flex: 0;
    -webkit-box-flex: 0;
    flex: 0;
    text-align: left;
    padding-top: 12px;
    padding-top: .75rem;
    padding-left: 6px;
    padding-left: .375rem
}

@media (max-width:767.98px) {
    .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .region.file-download-link {
        padding-top: 3px;
        padding-top: .1875rem
    }
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .region.file-download-link a {
    margin-left: -70px;
    margin-left: -4.375rem
}

@media (max-width:1024.98px) {
    .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .region.file-download-link a {
        margin-left: -40px;
        margin-left: -2.5rem
    }
}

.experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper .downloader-container .region .icon-dtn-download-button {
    display: inline-block;
    text-align: right
}

@media (max-width:991.98px) {
    .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader {
        padding: 0
    }

    .experience-layouts-dtnlayout .layout-dtn .region .experience-component .experience-assets-downloader .downloader-wrapper {
        margin: 0;
        padding: 0 10px;
        padding: 0 .625rem
    }
}

.experience-layouts-dtnlayout .layout-dtn .experience-layouts-1w {
    padding: 0 20px;
    padding: 0 1.25rem
}

@media (max-width:991.98px) {
    .experience-layouts-dtnlayout .layout-dtn .experience-layouts-1w {
        padding: 0 15px;
        padding: 0 .9375rem
    }
}

.layout-eventstile .region-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.layout-eventstile .region .snippet {
    margin-bottom: 0
}

.layout-eventstile .region-center,
.layout-eventstile .region-left {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.layout-eventstile .region-center {
    -ms-flex-positive: 2;
    -webkit-box-flex: 2;
    flex-grow: 2
}

.layout-eventstile .region-center .snippet {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem
}

.layout-eventstile .region-right {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: -15px
}

.layout-eventstile .region-right .experience-component {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.layout-eventstile .experience-assets-complextile .snippet-complextile .banner-content p strong {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 4.8px;
    letter-spacing: .3rem;
    font-weight: 500
}

.layout-eventstile .banner-text {
    margin: 20px 0;
    margin: 1.25rem 0
}

@media (max-width:991.98px) {
    .layout-eventstile .region-center {
        margin: 50px 0;
        margin: 3.125rem 0
    }
}

@media (min-width:992px) {
    .layout-eventstile {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        align-items: stretch;
        margin-left: -15px;
        margin-left: -.9375rem
    }

    .layout-eventstile .color-tile,
    .layout-eventstile .experience-layouts-layouttile {
        height: 100%
    }

    .layout-eventstile .region-left {
        width: 45%
    }

    .layout-eventstile .region-center {
        width: 30%
    }

    .layout-eventstile .region-right {
        width: 25%
    }
}

@media (max-width:991.98px) {
    .layout-eventstile .region-row {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .layout-eventstile .region-row .region {
        padding: 15px 0;
        padding: .9375rem 0
    }

    .layout-eventstile .region-center .snippet {
        padding-left: 0;
        padding-right: 0
    }

    .layout-eventstile .region-right .snippet {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem
    }
}

.layout-timeline {
    position: relative
}

.layout-timeline .experience-assets-complextile {
    height: auto
}

@media (max-width:992px) {
    .layout-timeline .colmdblk {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.layout-timeline .row {
    padding: 30px 0;
    padding: 1.875rem 0
}

.layout-timeline .row.timeline-item {
    opacity: 0;
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.layout-timeline .row.timeline-item.js-fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:991.98px) {

    .layout-timeline .row.timeline-item .region-bottomleft .experience-assets-image,
    .layout-timeline .row.timeline-item .region-topright .experience-assets-image {
        padding-bottom: 50px;
        padding-bottom: 3.125rem
    }
}

.layout-timeline .row[data-target=null] .hl {
    display: none
}

.layout-timeline .region-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.layout-timeline .region-row .region-inner {
    height: 100%
}

.layout-timeline .region-row.region {
    width: 50%;
    vertical-align: middle;
    float: none;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.layout-timeline .region-row.region .region {
    width: 100%
}

.layout-timeline .snippet {
    margin-bottom: 0
}

.layout-timeline .region-bottomleft,
.layout-timeline .region-topleft {
    padding-right: 56px;
    padding-right: 3.5rem
}

.layout-timeline .region-bottomright,
.layout-timeline .region-topright {
    padding-left: 56px;
    padding-left: 3.5rem
}

.layout-timeline .region-topleft {
    position: relative
}

.layout-timeline .region-topleft .hl {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: #9d9d9c;
    height: 15px;
    height: .9375rem;
    width: 15px;
    width: .9375rem;
    right: -8px;
    right: -.5rem;
    margin-top: -3px;
    margin-top: -.1875rem
}

.layout-timeline .region-topleft .hl.active {
    background-color: #be0216
}

.layout-timeline .region-bottomright {
    position: relative
}

.layout-timeline .region-bottomright .hl {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: #9d9d9c;
    height: 15px;
    height: .9375rem;
    width: 15px;
    width: .9375rem;
    left: -8px;
    left: -.5rem;
    margin-top: -3px;
    margin-top: -.1875rem
}

.layout-timeline .region-bottomright .hl.active {
    background-color: #be0216
}

.layout-timeline .divider {
    border-left: 1px solid #9d9d9c;
    height: 96%;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0
}

.layout-timeline .row-full-width {
    position: relative;
    background: #2a2a2a;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 50px;
    padding-top: 3.125rem
}

.layout-timeline .row-full-width .experience-assets-image {
    height: auto
}

.layout-timeline .row-full-width .experience-assets-image .snippet-image img {
    max-width: 1420px
}

.layout-timeline .row-full-width .experience-assets-complextile .banner-text {
    max-width: 840px;
    max-width: 52.5rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .layout-timeline .row-full-width .experience-assets-complextile .banner-text .page-designer-hover {
        text-align: center !important
    }
}

@media (max-width:991.98px) {
    .page-container .banner-text {
        margin: 20px 0;
        margin: 1.25rem 0
    }

    .page-container .banner-text .col-12 {
        padding: 0
    }

    .layout-timeline {
        position: relative
    }

    .layout-timeline .row {
        margin-top: 80px;
        margin-top: 5rem
    }

    .layout-timeline .row.row-first-row {
        margin-top: 0
    }

    .layout-timeline .row.timeline-item .mob-divider {
        content: "";
        position: absolute;
        background-color: #9d9d9c;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        height: 110px;
        height: 6.875rem;
        width: 2px;
        width: .125rem
    }
}

@media (max-width:991.98px) and (min-width:992px) {
    .layout-timeline .row.timeline-item .mob-divider {
        display: none
    }
}

@media (max-width:991.98px) {
    .layout-timeline .row .t-dot {
        content: "";
        position: absolute;
        background-color: #9d9d9c;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        height: 15px;
        width: 2px;
        width: 15px;
        border-radius: 50%
    }
}

@media (max-width:991.98px) and (min-width:992px) {
    .layout-timeline .row .t-dot {
        display: none
    }
}

@media (max-width:991.98px) {
    .layout-timeline .row .t-dot.active {
        background-color: #be0216
    }

    .layout-timeline .row.row-last-row .experience-assets-complextile:after,
    .layout-timeline .row.row-last-row .mob-divider,
    .layout-timeline .row.row-last-row .t-dot {
        display: none
    }

    .layout-timeline .region-bottomleft,
    .layout-timeline .region-bottomright,
    .layout-timeline .region-topleft,
    .layout-timeline .region-topright {
        padding: 0
    }

    .layout-timeline .region-bottomleft,
    .layout-timeline .region-bottomright,
    .layout-timeline .region-topright {
        margin-top: 30px;
        margin-top: 1.875rem
    }

    .layout-timeline .region-bottomleft .hl,
    .layout-timeline .region-bottomright .hl,
    .layout-timeline .region-topleft .hl {
        display: none;
        position: absolute;
        bottom: -34px;
        top: auto;
        left: 50%;
        margin-left: 0;
        height: 34px;
        width: 0;
        border: 2px solid #2a2a2a;
        border-radius: 0
    }

    .layout-timeline .region-bottomright .snippet {
        margin-bottom: 0
    }

    .layout-timeline .divider {
        display: none
    }

    .layout-timeline .row-last .region-bottomleft {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

.anchor-nav {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateX(15rem);
    transform: translateX(15rem);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 200;
    list-style-type: none
}

@media (max-width:991.98px) {
    .anchor-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.anchor-nav.js-fixed {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem)
}

@media (min-width:1400px) {
    .anchor-nav.js-fixed {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

@media (max-width:991.98px) {
    .anchor-nav.js-fixed {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:1920px) {
    .anchor-nav.js-fixed {
        -webkit-transform: translateX(-5rem);
        transform: translateX(-5rem)
    }
}

@media (max-width:991.98px) {
    .anchor-nav {
        display: block;
        position: absolute;
        top: 120px;
        left: 0;
        background-color: #2a2a2a
    }
}

.anchor-nav.sticky-anchor {
    position: fixed;
    top: 50px;
    z-index: 200
}

.anchor-nav .anchor-txt {
    margin: 5px 0 5px 15px;
    padding: 6px 16px
}

@media (min-width:992px) {
    .anchor-nav .anchor-txt {
        display: none
    }
}

.anchor-nav .anchor-txt a {
    text-decoration: none;
    position: relative;
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    line-height: 1.1875rem;
    border-radius: 25px;
    border-radius: 1.5625rem;
    padding: 6px 16px;
    padding: .375rem 1rem
}

.anchor-nav .anchor-txt a:hover {
    color: #fff;
    background-color: #be0216
}

.anchor-nav .anchor-txt i {
    margin: 5px 0 0 10px
}

.anchor-nav .anchor-txt i.transform-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.anchor-nav ul {
    list-style: none;
    direction: ltr
}

@media (max-width:991.98px) {
    .anchor-nav ul {
        display: none;
        width: 65%;
        margin-left: -9px;
        padding-right: 7px
    }
}

.anchor-nav ul.show-list {
    display: block
}

.anchor-nav li {
    position: relative;
    cursor: pointer;
    width: auto;
    overflow: visible;
    min-width: 20px;
    min-width: 1.25rem;
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

.anchor-nav li a {
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    line-height: 1.1875rem;
    border-radius: 25px;
    border-radius: 1.5625rem;
    padding: 6px 16px;
    padding: .375rem 1rem;
    margin-right: 30px;
    margin-right: 1.875rem
}

.anchor-nav li a:hover {
    background-color: #be0216;
    color: #fff
}

.anchor-nav li.active a,
.anchor-nav li:hover a {
    display: block;
    background-color: #be0216;
    color: #fff
}

.anchor-nav li.active:after,
.anchor-nav li:hover:after {
    background-color: #be0216
}

.anchor-nav li:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-color: #9d9d9c;
    border-radius: 100%;
    right: 5px;
    right: .3125rem;
    height: 15px;
    height: .9375rem;
    width: 15px;
    width: .9375rem
}

.experience-layouts-timeline {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto
}

.region.image-tile-wrap {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1720px
}

.region.image-tile-wrap .experience-component {
    width: 48%;
    height: auto;
    margin: 0 30px 30px 0;
    display: block
}

@media (max-width:991.98px) {
    .region.image-tile-wrap .experience-component:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .region.image-tile-wrap .experience-component {
        width: 32%;
        margin: 0 2% 30px 0
    }

    .region.image-tile-wrap .experience-component:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:1920px) {
    .region.image-tile-wrap .experience-component {
        width: 32%
    }
}

@media (max-width:991.98px) {
    .region.image-tile-wrap .experience-component {
        width: 48%;
        margin: 0 4% 12px 0
    }
}

.region.image-tile-wrap .experience-component .tile {
    position: relative;
    overflow: hidden
}

.region.image-tile-wrap .experience-component .tile .tile-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.region.image-tile-wrap .experience-component .tile .tile-content .tile-title {
    position: absolute;
    left: 32px;
    bottom: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    height: 1em;
    text-align: start;
    color: #fff;
    transition: all .3s cubic-bezier(.05, .71, .35, 1.01);
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem
}

@media (max-width:767.98px) {
    .region.image-tile-wrap .experience-component .tile .tile-content .tile-title {
        left: 20px;
        bottom: 33px
    }
}

.region.image-tile-wrap .experience-component .tile .tile-content .tile-title:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #be0216;
    width: 38px;
    left: 0;
    right: 0;
    margin: 0;
    transition: inherit;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(23px);
    transform: translateY(23px)
}

.region.image-tile-wrap .experience-component .tile-content .tile-title:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 38px;
    left: 0;
    right: 0;
    margin: auto;
    transition: inherit;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.region.image-tile-wrap .experience-component .tile .image-primary {
    padding-left: 100%;
    padding-top: 100%;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    overflow: hidden;
    transition: all .3s
}

.region.image-tile-wrap .experience-component .tile .image-primary:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    transition: inherit
}

.region.image-tile-wrap .experience-component .tile:hover .tile-title {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.region.image-tile-wrap .experience-component .tile:hover .tile-title:after {
    width: 100%
}

.region.image-tile-wrap .experience-component .tile:hover .image-primary.pd-image-hover-zoom {
    background-size: 120%
}

.region.image-tile-wrap .experience-component .tile:hover .image-primary:after {
    background-color: rgba(28, 28, 28, .87)
}

.pull-left-xs {
    float: left
}

.pull-right-xs {
    float: right
}

@media (min-width:576px) and (max-width:767.98px) {
    .pull-left-sm {
        float: left
    }

    .pull-right-sm {
        float: right
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }
}

@media (min-width:992px) and (max-width:1024.98px) {
    .pull-left-lg {
        float: left
    }

    .pull-right-lg {
        float: right
    }
}

@media (min-width:1025px) and (max-width:1199.98px) {
    .pull-left-lxl {
        float: left
    }

    .pull-right-lxl {
        float: right
    }
}

@media (min-width:1200px) and (max-width:1919.98px) {
    .pull-left-xl {
        float: left
    }

    .pull-right-xl {
        float: right
    }
}

@media (min-width:1920px) {
    .pull-left-xxl {
        float: left
    }

    .pull-right-xxl {
        float: right
    }
}

@media (max-width:575.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (max-width:1024.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (max-width:1199.98px) {
    .hidden-lxl-down {
        display: none !important
    }
}

@media (max-width:1919.98px) {
    .hidden-xl-down {
        display: none !important
    }
}

.hidden-xxl-down {
    display: none !important
}

.row.equal-height>[class^=col] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.swatch-circle-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: beige;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-beige.disabled {
    opacity: .2
}

.swatch-filter-beige {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: beige;
    border-radius: .69em;
    background-color: beige;
    display: block;
    position: relative
}

.swatch-filter-beige.disabled {
    opacity: .2
}

.swatch-circle-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #000;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-black.disabled {
    opacity: .2
}

.swatch-filter-black {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #000;
    border-radius: .69em;
    background-color: #000;
    display: block;
    position: relative
}

.swatch-filter-black.disabled {
    opacity: .2
}

.swatch-circle-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #4267b2;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-blue.disabled {
    opacity: .2
}

.swatch-filter-blue {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #4267b2;
    border-radius: .69em;
    background-color: #4267b2;
    display: block;
    position: relative
}

.swatch-filter-blue.disabled {
    opacity: .2
}

.swatch-circle-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: brown;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-brown.disabled {
    opacity: .2
}

.swatch-filter-brown {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: brown;
    border-radius: .69em;
    background-color: brown;
    display: block;
    position: relative
}

.swatch-filter-brown.disabled {
    opacity: .2
}

.swatch-circle-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #008827;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-green.disabled {
    opacity: .2
}

.swatch-filter-green {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #008827;
    border-radius: .69em;
    background-color: #008827;
    display: block;
    position: relative
}

.swatch-filter-green.disabled {
    opacity: .2
}

.swatch-circle-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #8f979d;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-grey.disabled {
    opacity: .2
}

.swatch-filter-grey {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #8f979d;
    border-radius: .69em;
    background-color: #8f979d;
    display: block;
    position: relative
}

.swatch-filter-grey.disabled {
    opacity: .2
}

.swatch-circle-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: navy;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-navy.disabled {
    opacity: .2
}

.swatch-filter-navy {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: navy;
    border-radius: .69em;
    background-color: navy;
    display: block;
    position: relative
}

.swatch-filter-navy.disabled {
    opacity: .2
}

.swatch-circle-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: orange;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-orange.disabled {
    opacity: .2
}

.swatch-filter-orange {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: orange;
    border-radius: .69em;
    background-color: orange;
    display: block;
    position: relative
}

.swatch-filter-orange.disabled {
    opacity: .2
}

.swatch-circle-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fe249a;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-pink.disabled {
    opacity: .2
}

.swatch-filter-pink {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fe249a;
    border-radius: .69em;
    background-color: #fe249a;
    display: block;
    position: relative
}

.swatch-filter-pink.disabled {
    opacity: .2
}

.swatch-circle-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: purple;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-purple.disabled {
    opacity: .2
}

.swatch-filter-purple {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: purple;
    border-radius: .69em;
    background-color: purple;
    display: block;
    position: relative
}

.swatch-filter-purple.disabled {
    opacity: .2
}

.swatch-circle-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: red;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-red.disabled {
    opacity: .2
}

.swatch-filter-red {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: red;
    border-radius: .69em;
    background-color: red;
    display: block;
    position: relative
}

.swatch-filter-red.disabled {
    opacity: .2
}

.swatch-circle-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-white.disabled {
    opacity: .2
}

.swatch-filter-white {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #fff;
    border-radius: .69em;
    background-color: #fff;
    display: block;
    position: relative
}

.swatch-filter-white.disabled {
    opacity: .2
}

.swatch-circle-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 2.5em;
    height: 2.5em;
    background: #ff0;
    border-radius: 1.25em;
    display: block;
    position: relative
}

.swatch-circle-yellow.disabled {
    opacity: .2
}

.swatch-filter-yellow {
    border: .063em solid rgba(0, 0, 0, .3);
    width: 1.38em;
    height: 1.38em;
    background: #ff0;
    border-radius: .69em;
    background-color: #ff0;
    display: block;
    position: relative
}

.swatch-filter-yellow.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous {
    background: linear-gradient(0deg, #821e91, #821e91 25%, #edd134 0, #ff0 50%, #edd134 0, #59ba00 0, #59ba00 76%, #111 0, #111), linear-gradient(0deg, #0e5cd1, #0e5cd1 50%, #e20b0b 0, #e20b0b);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%;
    border: .063em solid rgba(0, 0, 0, .3);
    border-radius: 1.25em;
    display: block;
    height: 2.5em;
    position: relative;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 2.5em
}

.swatch-circle-miscellaneous.disabled {
    opacity: .2
}

.swatch-circle-miscellaneous.selected:after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.product-detail .swatch-circle {
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: .063em solid rgba(0, 0, 0, .3);
    display: inline-block;
    margin-right: .313em;
    position: relative
}

.product-detail .swatch-circle.color-value[data-selected=true]:after {
    color: #000;
    content: "\F058";
    display: table-caption;
    font-family: FontAwesome;
    font-size: 1.625em;
    left: .295em;
    position: absolute
}

.product-detail .swatch-circle.color-value.selected:after {
    color: #000;
    content: "\F058";
    display: table-caption;
    font-family: FontAwesome;
    font-size: 1.625em;
    left: .31em;
    position: absolute;
    top: .35em
}

.product-detail .swatch-circle.color-value.selected:after,
.product-detail .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: .75em;
    line-height: .8em;
    width: .8em
}

.product-detail .swatch-circle.unselectable,
.product-detail [disabled] .swatch-circle {
    cursor: not-allowed
}

.product-detail .swatch-circle.unselectable.color-value.selected:after,
.product-detail [disabled] .swatch-circle.color-value.selected:after {
    background-color: #495057
}

label.color~a:hover {
    text-decoration: none
}

.description-and-detail {
    margin-top: 2em
}

@media (max-width:575.98px) {
    .description-and-detail {
        margin-top: 0
    }

    #loginShowModal .description-and-detail .h2,
    .description-and-detail #loginShowModal .h2,
    .description-and-detail h2 {
        font-size: 1.5rem;
        margin-bottom: 0
    }

    .description-and-detail>div:last-child {
        margin-bottom: 1em
    }
}

@media (min-width:576px) {
    .description-and-detail .description {
        margin-bottom: 2em
    }
}

@media (max-width:575.98px) {
    .description-and-detail .content {
        margin-top: 1em
    }
}

.social-icons {
    font-size: 1.875em
}

@media (max-width:991.98px) {
    .social-icons {
        font-size: 1.5625em
    }
}

.social-container {
    padding-top: .9375em;
    text-align: center
}

label.availability {
    padding-right: .3125em
}

@media (min-width:576px) {
    .product-number-rating {
        border-bottom: 1px solid #9d9d9c
    }
}

@media (min-width:768px) {
    .product-number-rating {
        border-top: 1px solid #9d9d9c
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .product-name {
        border-bottom: 1px solid #9d9d9c
    }
}

@media (min-width:576px) {
    .ratings {
        margin-top: .625em
    }
}

@media (max-width:575.98px) {
    .ratings {
        background-color: #fff;
        margin-top: -1.875em;
        margin-right: -.9375em;
        padding: .1875em
    }
}

.product-number {
    color: #9d9d9c;
    font-size: .875em;
    padding-bottom: .938em;
    padding-top: .938em
}

.promotions {
    font-weight: 400;
    text-align: center;
    color: red;
    height: 85%
}

.promotions .callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

@media (min-width:576px) {
    .promotions .callout {
        font-size: 1.375em
    }
}

.product-breadcrumb .breadcrumb {
    border-bottom: none;
    margin-left: -1rem;
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .product-breadcrumb .breadcrumb {
        border-top: 1px solid #ccc
    }
}

.price {
    font-size: 1.5rem
}

.product-options {
    margin-top: 1.25em
}

.product-options .quantity {
    bottom: 0;
    min-width: 6.25em;
    padding-left: .938em;
    padding-right: .938em;
    position: absolute;
    right: 0
}

.size-chart .size-chart-collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
    transition-timing-function: cubic-bezier(0, 1, 0, 1)
}

.size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out
}

.guest .prices-rrp,
.guest .rrp-badge {
    display: none !important
}

.product-grid .product {
    position: relative;
    margin: 0 auto
}

.product-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1049
}

.product-backdrop.show {
    opacity: 0
}

@media (max-width:991.98px) {
    .product-backdrop {
        display: none
    }
}

.product-tile {
    padding: 20px 0;
    padding: 1.25rem 0;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    background-color: #fff;
    border-radius: 0
}

.product-tile .add-to-wishlist {
    position: absolute;
    cursor: pointer;
    top: 10px;
    top: .625rem;
    right: 10px;
    right: .625rem
}

.product-tile .add-to-wishlist:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(.909);
    transform: scale(.909)
}

@media (min-width:992px) {
    .product-tile .add-to-wishlist:hover:after {
        opacity: 1
    }
}

@media (hover:none) and (pointer:coarse) {
    .product-tile .add-to-wishlist:hover:after {
        opacity: 0
    }
}

@media (min-width:992px) {
    .product-tile .add-to-wishlist.inactive {
        display: none
    }
}

#addNewDeliveryAddressModal .custom-checkbox .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .add-to-wishlist .custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .add-to-wishlist .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .add-to-wishlist .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .add-to-wishlist .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .add-to-wishlist .reduceQty:before,
#paypalAccordion .custom-checkbox .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .add-to-wishlist .custom-control-label:before,
.authentic-wrapper .header-wrapper .product-tile .add-to-wishlist .authentic-header:before,
.brand-protection-content-wrapper .product-tile .add-to-wishlist .check-wine-button.loader:after,
.close .product-tile .add-to-wishlist i.close-modal,
.container-wineplan-wrapper .custom-checkbox .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .add-to-wishlist .custom-control-label:before,
.custom-checkbox-toggle .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .product-tile .add-to-wishlist .custom-control-label:before,
.custom-checkbox-twe .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .product-tile .add-to-wishlist .custom-control-label:before,
.custom-radio-twe .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .product-tile .add-to-wishlist .custom-control-label:before,
.featured-product-carousel .product-tile .add-to-wishlist .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .add-to-wishlist .custom-selectbox:after,
.header-banner ul.user-navigation li .product-tile .add-to-wishlist .icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .add-to-wishlist .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .add-to-wishlist .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .product-tile .add-to-wishlist .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .add-to-wishlist .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .add-to-wishlist .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .add-to-wishlist .icon-header-region-selection-inactive,
.menu-toggleable-left.in .product-tile .add-to-wishlist .dropdown-toggle:after,
.mobile-side-bar .product-tile .add-to-wishlist i.back-to-list,
.mobile-side-bar .product-tile .add-to-wishlist i.view-more,
.multilevel-dropdown .product-tile .add-to-wishlist .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .product-tile .add-to-wishlist .icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .add-to-wishlist .icon-hamburger-inactive,
.product-recommendations .product-tile .add-to-wishlist .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .add-to-wishlist .custom-selectbox:after,
.product-tile .add-to-wishlist #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .add-to-wishlist #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist #edit-account-address .custom-checkbox .custom-control-label:before,
.product-tile .add-to-wishlist #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .add-to-wishlist #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.product-tile .add-to-wishlist #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.product-tile .add-to-wishlist #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist #paypalAccordion .custom-checkbox .custom-control-label:before,
.product-tile .add-to-wishlist .add-to-wishlist:hover:after,
.product-tile .add-to-wishlist .authentic-wrapper .header-wrapper .authentic-header:before,
.product-tile .add-to-wishlist .brand-protection-content-wrapper .check-wine-button.loader:after,
.product-tile .add-to-wishlist .close i.close-modal,
.product-tile .add-to-wishlist .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.product-tile .add-to-wishlist .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist .custom-checkbox-toggle .custom-control-label:before,
.product-tile .add-to-wishlist .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist .custom-checkbox-twe .custom-control-label:before,
.product-tile .add-to-wishlist .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist .custom-radio-twe .custom-control-label:before,
.product-tile .add-to-wishlist .custom-select:after,
.product-tile .add-to-wishlist .custom-selectbox:after,
.product-tile .add-to-wishlist .header-banner ul.user-navigation li .icon-account-header-white,
.product-tile .add-to-wishlist .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.product-tile .add-to-wishlist .header-banner ul.user-navigation li .icon-wishlist-header-white,
.product-tile .add-to-wishlist .icon,
.product-tile .add-to-wishlist .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .add-to-wishlist .ingredients-list .custom-checkbox .custom-control-label:before,
.product-tile .add-to-wishlist .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.product-tile .add-to-wishlist .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.product-tile .add-to-wishlist .menu-toggleable-left.in .dropdown-toggle:after,
.product-tile .add-to-wishlist .mobile-side-bar i.back-to-list,
.product-tile .add-to-wishlist .mobile-side-bar i.view-more,
.product-tile .add-to-wishlist .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.product-tile .add-to-wishlist .navbar-header .navbar-toggler .icon-hamburger-active-close,
.product-tile .add-to-wishlist .navbar-header .navbar-toggler .icon-hamburger-inactive,
.product-tile .add-to-wishlist .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.product-tile .add-to-wishlist .remove-product,
.product-tile .add-to-wishlist .shrinked-search-icon.fa-search:before,
.product-tile .add-to-wishlist .site-search .fa-close:before,
.product-tile .add-to-wishlist .site-search .fa-search:before,
.product-tile .add-to-wishlist .suspicious-header .header:before,
.product-tile .add-to-wishlist footer .row-newsletter-subscription .newsletter-error-msg .logo,
.product-tile .add-to-wishlist footer .row-newsletter-subscription .newsletter-success-msg .logo,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .add-to-wishlist .panel-headng:after,
.site-search .product-tile .add-to-wishlist .fa-close:before,
.site-search .product-tile .add-to-wishlist .fa-search:before,
.snippet-product-carousel .product-tile .add-to-wishlist .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .add-to-wishlist .custom-selectbox:after,
.suspicious-header .product-tile .add-to-wishlist .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .add-to-wishlist .logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .add-to-wishlist .logo {
    -webkit-transform: scale(.909);
    transform: scale(.909)
}

.product-tile .image-container a {
    overflow: hidden
}

.product-tile .image-container a .tile-image {
    position: relative;
    left: 50%;
    display: block;
    width: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 335px;
    width: 20.9375rem;
    height: 371px;
    height: 23.1875rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

@media (min-width:992px) {
    .product-tile .image-container a .tile-image {
        width: 292px;
        width: 18.25rem;
        height: 322px;
        height: 20.125rem
    }
}

.product-tile .tile-header {
    position: relative;
    padding: 0 10px;
    padding: 0 .625rem
}

.product-tile .tile-header>.row>div:first-child {
    padding-right: 0
}

.product-tile .tile-header>.row>div:last-child {
    padding-left: 0
}

.product-tile .tile-header .product-brand {
    min-height: 21px;
    min-height: 1.3125rem;
    line-height: 21px;
    line-height: 1.3125rem;
    padding: 10px 0 0 10px;
    padding: .625rem 0 0 .625rem;
    margin-right: 70px;
    margin-right: 4.375rem
}

.product-tile .tile-header .product-brand a {
    font-size: 15px;
    font-size: .9375rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700
}

#loginShowModal .product-tile .tile-header .product-collection.h2,
.product-tile .tile-header #loginShowModal .product-collection.h2,
.product-tile .tile-header .h2.product-collection,
.product-tile .tile-header h2.product-collection {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .8px;
    letter-spacing: .05rem;
    margin: 10px 0 0;
    margin: .625rem 0 0;
    line-height: 19px;
    line-height: 1.1875rem
}

.product-tile .tile-header .pdp-link {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.product-tile .tile-header .pdp-link .link {
    line-height: 31px;
    line-height: 1.9375rem;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 2.1px;
    letter-spacing: .13125rem;
    margin-top: 10px;
    margin-top: .625rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center
}

.product-tile .tile-header .pdp-link .link mark {
    color: #be0216
}

.product-tile .promotion-label-container {
    text-align: center;
    margin-top: 10px;
    margin-top: .625rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem
}

.product-tile .promotion-label-container .promotion-label {
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 80px;
    border-radius: 5rem;
    padding: 5px 22px;
    padding: .3125rem 1.375rem;
    line-height: 17px;
    line-height: 1.0625rem
}

.product-tile .promotion-label-container .promotion-label span {
    font-family: Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    letter-spacing: .84px;
    letter-spacing: .0525rem
}

.product-tile .image-container {
    padding-top: 20px;
    padding-top: 1.25rem
}

.product-tile .image-container>a.link-image {
    position: static;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.product-tile .image-container>a.link-image img {
    display: block;
    width: auto
}

.product-tile .image-container .badge-container {
    height: 100%;
    width: 53px;
    right: 10px;
    right: .625rem
}

.product-tile .image-container .badge-container ul li.rrp-badge {
    position: absolute;
    margin-bottom: 0
}

.product-tile .image-container .badge-container.bottom {
    top: auto;
    bottom: 0
}

.product-tile .image-container .badge-container.bottom ul li {
    margin-bottom: 0
}

.product-tile .hover-popup {
    position: absolute;
    display: block;
    right: 0;
    background-color: #353535;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 16px 6px;
    padding: 1rem .375rem
}

@media (max-width:991.98px) {
    .product-tile .hover-popup {
        position: relative
    }
}

@media (max-width:991.98px) {
    .product-tile .hover-popup .tile-header {
        display: none
    }
}

#loginShowModal .product-tile .hover-popup .tile-header .product-collection.h2,
.product-tile .hover-popup .tile-header #loginShowModal .product-collection.h2,
.product-tile .hover-popup .tile-header .h2.product-collection,
.product-tile .hover-popup .tile-header h2.product-collection {
    margin-top: 0;
    letter-spacing: 1.8px;
    letter-spacing: .1125rem;
    margin-bottom: 7px;
    margin-bottom: .4375rem
}

.product-tile .hover-popup .tile-header .popup-link {
    margin: 0 5px 20px;
    margin: 0 .3125rem 1.25rem;
    text-align: center
}

.product-tile .hover-popup .tile-header .popup-link a.link {
    color: #fff;
    text-decoration: none;
    min-height: unset;
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 7px;
    padding-bottom: .4375rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .9px;
    letter-spacing: .05625rem;
    font-weight: 300
}

.product-tile .hover-popup .promotion-embargo-message,
.product-tile .hover-popup .promotion-embargo-message .pre-order-container span {
    letter-spacing: 1.8px;
    letter-spacing: .1125rem
}

.product-tile .tile-body {
    padding-bottom: 0;
    color: #fff;
    opacity: 0
}

@media (max-width:991.98px) {
    .product-tile .tile-body {
        opacity: 1
    }
}

.product-tile .tile-body.non-transactional {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.product-tile .tile-body .promotions .callout {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    word-break: break-all;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .8px;
    letter-spacing: .05rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.product-tile .tile-body .prices {
    margin-top: 10px;
    margin-top: .625rem;
    margin-left: -5px;
    margin-left: -.3125rem;
    margin-right: -5px;
    margin-right: -.3125rem;
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    color: #fff
}

.product-tile .tile-body .prices.type-Wine .empty {
    padding-bottom: 5px;
    padding-bottom: .3125rem
}

.product-tile .tile-body .prices .prices-rrp {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    height: 27px;
    height: 1.6875rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-bottom: 7px;
    margin-bottom: .4375rem;
    text-align: left;
    display: none
}

.product-tile .tile-body .prices .prices-rrp .label {
    display: inline-block;
    color: #f1f1f1
}

.product-tile .tile-body .prices .prices-rrp .price {
    text-align: right
}

.product-tile .tile-body .prices .prices-rrp .price .strike-through {
    margin-right: 0;
    color: #f1f1f1
}

.product-tile .tile-body .prices .prices-rrp.empty {
    margin: 0
}

.product-tile .tile-body .prices .prices-non-rrp {
    margin-top: -6px;
    margin-top: -.375rem;
    margin-bottom: 5px;
    margin-bottom: .3125rem;
    line-height: 24px;
    line-height: 1.5rem
}

.product-tile .tile-body .prices .prices-non-rrp .description,
.product-tile .tile-body .prices .prices-non-rrp .label {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

.product-tile .tile-body .prices .prices-non-rrp .prices-selltype.bottles-for-case .price,
.product-tile .tile-body .prices .prices-non-rrp .prices-selltype .price,
.product-tile .tile-body .prices .prices-non-rrp .prices-selltype:last-of-type .price,
.product-tile .tile-body .prices .prices-non-rrp .sales .value {
    color: #fff;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem
}

.product-tile .tile-body .prices .prices-non-rrp .prices-selltypes .bottles-for-case.non-case .price.non-case,
.product-tile .tile-body .prices .prices-non-rrp .prices-selltypes .bottles-for-case.non-case .price.price-single,
.product-tile .tile-body .prices .prices-non-rrp .prices-selltypes .not-in-stock .price.non-case,
.product-tile .tile-body .prices .prices-non-rrp .prices-selltypes .not-in-stock .price.price-single {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #fff;
    font-size: 15px;
    font-size: .9375rem
}

.product-tile .tile-body .prices .prices-non-rrp .prices-selltypes .prices-selltype.bottles-for-case {
    display: none
}

.product-tile .tile-body .prices .prices-non-rrp .prices-selltype>div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    max-height: 26px;
    max-height: 1.625rem
}

.product-tile .tile-body .prices .prices-non-rrp .sales {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.product-tile .tile-body .prices .prices-non-rrp:last-child {
    margin-bottom: 0
}

.product-tile .tile-footer {
    opacity: 0
}

.product-tile .tile-footer.show {
    opacity: 1
}

@media (max-width:991.98px) {
    .product-tile .tile-footer {
        opacity: 1
    }
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions {
    position: static;
    background-color: unset;
    box-shadow: unset
}

.product-tile .tile-footer .actions .prices-selltypes .prices-selltype.bottles-for-case {
    display: none
}

.product-tile .tile-footer .actions .simple-quantity {
    margin-left: 10px;
    margin-left: .625rem;
    margin-top: 0
}

.product-tile .tile-footer .actions .simple-quantity label {
    display: none
}

.product-tile .tile-footer .actions .simple-quantity .quantity-wrapp {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    display: inline-block
}

.product-tile .tile-footer .actions .simple-quantity .quantity-wrapp input,
.product-tile .tile-footer .actions .simple-quantity .quantity-wrapp select {
    width: 100%;
    height: 100%
}

.product-tile .tile-footer .actions .addtocart-action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    visibility: visible
}

.product-tile .tile-footer .actions .btn-view-vine {
    width: 50%;
    min-width: 100px;
    margin: 0 5px 0 10px;
    margin: 0 .3125rem 0 .625rem
}

.product-tile .tile-footer .actions .btn-view-vine a {
    width: 100%;
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    height: 40px;
    border-radius: 0;
    background-color: #fff;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
    padding: .625rem
}

.product-tile .tile-footer .actions .btn-view-vine a:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: 1px solid #4d4d4d !important;
    outline: none !important;
    box-shadow: none !important
}

.product-tile .tile-footer .actions .btn-view-vine a:active,
.product-tile .tile-footer .actions .btn-view-vine a:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: 1px solid #9d9d9c !important;
    outline: none !important;
    box-shadow: none !important
}

.product-tile .tile-footer .actions .btn-view-vine a.disabled,
.product-tile .tile-footer .actions .btn-view-vine a:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: 1px solid #f1f1f1 !important;
    outline: none !important;
    box-shadow: none !important
}

.product-tile .tile-footer .actions .hide {
    display: none
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions,
.product-tile .tile-footer .actions .prices-quickview-actions,
.product-tile .tile-footer .actions .prices-view-to-cart-actions,
.product-tile .tile-footer .actions .prices-view-wineplan-actions {
    text-transform: uppercase;
    margin: 0 10px 0 5px;
    margin: 0 .625rem 0 .3125rem
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions.disabled,
.product-tile .tile-footer .actions .prices-quickview-actions.disabled,
.product-tile .tile-footer .actions .prices-view-to-cart-actions.disabled,
.product-tile .tile-footer .actions .prices-view-wineplan-actions.disabled {
    padding: 0 2px;
    padding: 0 .125rem
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions.right,
.product-tile .tile-footer .actions .prices-quickview-actions.right,
.product-tile .tile-footer .actions .prices-view-to-cart-actions.right,
.product-tile .tile-footer .actions .prices-view-wineplan-actions.right {
    width: 50%;
    min-width: 100px
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn,
.product-tile .tile-footer .actions .prices-quickview-actions .btn,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn {
    height: 40px;
    height: 2.5rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 10px;
    padding: .625rem;
    font-size: 12px;
    font-size: .75rem;
    width: 100%;
    margin: 0;
    font-weight: 700;
    background-color: #be0216
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn:active,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn:hover,
.product-tile .tile-footer .actions .prices-quickview-actions .btn:active,
.product-tile .tile-footer .actions .prices-quickview-actions .btn:hover,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn:active,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn:hover,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn:active,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn:hover {
    background-color: #9c0011 !important
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn:active,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn:focus,
.product-tile .tile-footer .actions .prices-quickview-actions .btn:active,
.product-tile .tile-footer .actions .prices-quickview-actions .btn:focus,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn:active,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn:focus,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn:active,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn:focus {
    background-color: #de808a !important
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn.disabled,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn:disabled,
.product-tile .tile-footer .actions .prices-quickview-actions .btn.disabled,
.product-tile .tile-footer .actions .prices-quickview-actions .btn:disabled,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn.disabled,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn:disabled,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn.disabled,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn:disabled {
    background-color: #9d9d9c !important
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn.success,
.product-tile .tile-footer .actions .prices-quickview-actions .btn.success,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn.success,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn.success {
    background-color: #be0216 !important
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn.fail,
.product-tile .tile-footer .actions .prices-quickview-actions .btn.fail,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn.fail,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn.fail {
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 14px;
    font-size: .875rem;
    padding-bottom: 2px;
    padding-bottom: .125rem;
    padding-top: 2px;
    padding-top: .125rem;
    white-space: normal;
    letter-spacing: .7px;
    background-color: red !important
}

#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-quickview-actions .btn .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-quickview-actions .btn .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .reduceQty:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .authentic-header:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-quickview-actions .btn .authentic-header:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .authentic-header:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .authentic-header:before,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .check-wine-button.loader:after,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-quickview-actions .btn .check-wine-button.loader:after,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .check-wine-button.loader:after,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .check-wine-button.loader:after,
.close .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.close-modal,
.close .product-tile .tile-footer .actions .prices-quickview-actions .btn i.close-modal,
.close .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn i.close-modal,
.close .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn i.close-modal,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-quickview-actions .btn .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-to-cart-actions .btn .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-wineplan-actions .btn .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-quickview-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-wishlist-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-wishlist-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-wishlist-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-label:before,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-label:before,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-header-region-selection-inactive,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .dropdown-toggle:after,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-quickview-actions .btn .dropdown-toggle:after,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .dropdown-toggle:after,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .dropdown-toggle:after,
.mobile-side-bar .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.view-more,
.mobile-side-bar .product-tile .tile-footer .actions .prices-quickview-actions .btn i.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-quickview-actions .btn i.view-more,
.mobile-side-bar .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn i.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn i.view-more,
.mobile-side-bar .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn i.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn i.view-more,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-quickview-actions .btn .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .dropdown-item.dropdown>.dropdown-toggle:after,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-hamburger-inactive,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-hamburger-inactive,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-hamburger-inactive,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-hamburger-inactive,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-quickview-actions .btn .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-to-cart-actions .btn .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-wineplan-actions .btn .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-quickview-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #edit-account-address .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #paypalAccordion .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .authentic-wrapper .header-wrapper .authentic-header:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .brand-protection-content-wrapper .check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .close i.close-modal,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-toggle .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-radio-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-select:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-selectbox:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-account-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .ingredients-list .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .menu-toggleable-left.in .dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .mobile-side-bar i.back-to-list,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .mobile-side-bar i.view-more,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .navbar-header .navbar-toggler .icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .navbar-header .navbar-toggler .icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .remove-product,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .site-search .fa-close:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .site-search .fa-search:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .suspicious-header .header:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .logo,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .logo,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #edit-account-address .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #paypalAccordion .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .authentic-wrapper .header-wrapper .authentic-header:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .brand-protection-content-wrapper .check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .close i.close-modal,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-checkbox-toggle .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-checkbox-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-radio-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-select:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-selectbox:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .header-banner ul.user-navigation li .icon-account-header-white,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .header-banner ul.user-navigation li .icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .icon,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .ingredients-list .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .menu-toggleable-left.in .dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .mobile-side-bar i.back-to-list,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .mobile-side-bar i.view-more,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .navbar-header .navbar-toggler .icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .navbar-header .navbar-toggler .icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .remove-product,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .site-search .fa-close:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .site-search .fa-search:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .suspicious-header .header:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .logo,
.product-tile .tile-footer .actions .prices-quickview-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .logo,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #edit-account-address .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #paypalAccordion .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .authentic-wrapper .header-wrapper .authentic-header:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .brand-protection-content-wrapper .check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .close i.close-modal,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-checkbox-toggle .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-checkbox-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-radio-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-select:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-selectbox:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .header-banner ul.user-navigation li .icon-account-header-white,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .header-banner ul.user-navigation li .icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .ingredients-list .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .menu-toggleable-left.in .dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .mobile-side-bar i.back-to-list,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .mobile-side-bar i.view-more,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .navbar-header .navbar-toggler .icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .navbar-header .navbar-toggler .icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .remove-product,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .site-search .fa-close:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .site-search .fa-search:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .suspicious-header .header:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .logo,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .logo,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #edit-account-address .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #paypalAccordion .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .authentic-wrapper .header-wrapper .authentic-header:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .brand-protection-content-wrapper .check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .close i.close-modal,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-checkbox-toggle .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-checkbox-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-radio-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-select:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-selectbox:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .header-banner ul.user-navigation li .icon-account-header-white,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .header-banner ul.user-navigation li .icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .ingredients-list .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .menu-toggleable-left.in .dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .mobile-side-bar i.back-to-list,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .mobile-side-bar i.view-more,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .navbar-header .navbar-toggler .icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .navbar-header .navbar-toggler .icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .remove-product,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .site-search .fa-close:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .site-search .fa-search:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .suspicious-header .header:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .logo,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .logo,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-quickview-actions .btn .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .panel-headng:after,
.site-search .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .fa-search:before,
.site-search .product-tile .tile-footer .actions .prices-quickview-actions .btn .fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-quickview-actions .btn .fa-search:before,
.site-search .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .fa-search:before,
.site-search .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-quickview-actions .btn .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-to-cart-actions .btn .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-wineplan-actions .btn .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-quickview-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.suspicious-header .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header:before,
.suspicious-header .product-tile .tile-footer .actions .prices-quickview-actions .btn .header:before,
.suspicious-header .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .header:before,
.suspicious-header .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .logo,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-quickview-actions .btn .logo,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .logo,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-quickview-actions .btn .logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .logo {
    margin-right: 10px;
    margin-right: .625rem;
    margin-bottom: 3px;
    margin-bottom: .1875rem;
    -webkit-transform: scale(.82);
    transform: scale(.82);
    vertical-align: middle
}

#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.reduceQty:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.reduceQty:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.authentic-header:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.authentic-header:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.authentic-header:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.authentic-header:before,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.check-wine-button.loader:after,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.check-wine-button.loader:after,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.check-wine-button.loader:after,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.check-wine-button.loader:after,
.close .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.icon-circle-arrow-up.close-modal,
.close .product-tile .tile-footer .actions .prices-quickview-actions .btn i.icon-circle-arrow-up.close-modal,
.close .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn i.icon-circle-arrow-up.close-modal,
.close .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn i.icon-circle-arrow-up.close-modal,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-quickview-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-quickview-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.icon-wishlist-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.icon-wishlist-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.icon-wishlist-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.icon-wishlist-header-white,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.icon-header-region-selection-inactive,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.icon-header-region-selection-inactive,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.dropdown-toggle:after,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.dropdown-toggle:after,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.dropdown-toggle:after,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.dropdown-toggle:after,
.mobile-side-bar .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.icon-circle-arrow-up.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.icon-circle-arrow-up.view-more,
.mobile-side-bar .product-tile .tile-footer .actions .prices-quickview-actions .btn i.icon-circle-arrow-up.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-quickview-actions .btn i.icon-circle-arrow-up.view-more,
.mobile-side-bar .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn i.icon-circle-arrow-up.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn i.icon-circle-arrow-up.view-more,
.mobile-side-bar .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn i.icon-circle-arrow-up.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn i.icon-circle-arrow-up.view-more,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .dropdown-item.dropdown>.icon-circle-arrow-up.dropdown-toggle:after,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-quickview-actions .btn .dropdown-item.dropdown>.icon-circle-arrow-up.dropdown-toggle:after,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .dropdown-item.dropdown>.icon-circle-arrow-up.dropdown-toggle:after,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .dropdown-item.dropdown>.icon-circle-arrow-up.dropdown-toggle:after,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.icon-hamburger-inactive,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.icon-hamburger-inactive,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.icon-hamburger-inactive,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.icon-hamburger-inactive,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-quickview-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-quickview-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #edit-account-address .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .icon-circle-arrow-up.increaseQty:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .icon-circle-arrow-up.reduceQty:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #paypalAccordion .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .authentic-wrapper .header-wrapper .icon-circle-arrow-up.authentic-header:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .brand-protection-content-wrapper .icon-circle-arrow-up.check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .close i.icon-circle-arrow-up.close-modal,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-toggle .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-twe .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-twe .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-radio-twe .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-radio-twe .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-account-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-select:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.remove-product,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon.icon-circle-arrow-up,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .ingredients-list .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-circle-arrow-up.icon-account-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-circle-arrow-up.icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .menu-toggleable-left.in .icon-circle-arrow-up.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .mobile-side-bar i.icon-circle-arrow-up.back-to-list,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .mobile-side-bar i.icon-circle-arrow-up.view-more,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.icon-circle-arrow-up.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .navbar-header .navbar-toggler .icon-circle-arrow-up.icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .navbar-header .navbar-toggler .icon-circle-arrow-up.icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .icon-circle-arrow-up.panel-headng:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .site-search .icon-circle-arrow-up.fa-close:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .site-search .icon-circle-arrow-up.fa-search:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .suspicious-header .icon-circle-arrow-up.header:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .icon-circle-arrow-up.logo,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .icon-circle-arrow-up.logo,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #addNewDeliveryAddressModal .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #edit-account-address .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #editDeliveryAddressModal .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .icon-circle-arrow-up.increaseQty:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .icon-circle-arrow-up.reduceQty:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn #paypalAccordion .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .authentic-wrapper .header-wrapper .icon-circle-arrow-up.authentic-header:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .brand-protection-content-wrapper .icon-circle-arrow-up.check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .close i.icon-circle-arrow-up.close-modal,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .container-wineplan-wrapper .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-checkbox-toggle .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-checkbox-twe .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-checkbox-twe .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-radio-twe .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .custom-radio-twe .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-account-header-white,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-select:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.remove-product,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .icon.icon-circle-arrow-up,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .ingredients-list .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-circle-arrow-up.icon-account-header-white,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-circle-arrow-up.icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .menu-toggleable-left.in .icon-circle-arrow-up.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .mobile-side-bar i.icon-circle-arrow-up.back-to-list,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .mobile-side-bar i.icon-circle-arrow-up.view-more,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.icon-circle-arrow-up.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .navbar-header .navbar-toggler .icon-circle-arrow-up.icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .navbar-header .navbar-toggler .icon-circle-arrow-up.icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .icon-circle-arrow-up.panel-headng:after,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .site-search .icon-circle-arrow-up.fa-close:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .site-search .icon-circle-arrow-up.fa-search:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn .suspicious-header .icon-circle-arrow-up.header:before,
.product-tile .tile-footer .actions .prices-quickview-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .icon-circle-arrow-up.logo,
.product-tile .tile-footer .actions .prices-quickview-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .icon-circle-arrow-up.logo,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #edit-account-address .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .icon-circle-arrow-up.increaseQty:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .icon-circle-arrow-up.reduceQty:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn #paypalAccordion .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .authentic-wrapper .header-wrapper .icon-circle-arrow-up.authentic-header:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .brand-protection-content-wrapper .icon-circle-arrow-up.check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .close i.icon-circle-arrow-up.close-modal,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-checkbox-toggle .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-checkbox-twe .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-checkbox-twe .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-radio-twe .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .custom-radio-twe .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-account-header-white,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-select:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.remove-product,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon.icon-circle-arrow-up,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .ingredients-list .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-circle-arrow-up.icon-account-header-white,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-circle-arrow-up.icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .menu-toggleable-left.in .icon-circle-arrow-up.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .mobile-side-bar i.icon-circle-arrow-up.back-to-list,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .mobile-side-bar i.icon-circle-arrow-up.view-more,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.icon-circle-arrow-up.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .navbar-header .navbar-toggler .icon-circle-arrow-up.icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .navbar-header .navbar-toggler .icon-circle-arrow-up.icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .icon-circle-arrow-up.panel-headng:after,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .site-search .icon-circle-arrow-up.fa-close:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .site-search .icon-circle-arrow-up.fa-search:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .suspicious-header .icon-circle-arrow-up.header:before,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .icon-circle-arrow-up.logo,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .icon-circle-arrow-up.logo,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #addNewDeliveryAddressModal .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #edit-account-address .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #editDeliveryAddressModal .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .icon-circle-arrow-up.increaseQty:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .icon-circle-arrow-up.reduceQty:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn #paypalAccordion .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .authentic-wrapper .header-wrapper .icon-circle-arrow-up.authentic-header:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .brand-protection-content-wrapper .icon-circle-arrow-up.check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .close i.icon-circle-arrow-up.close-modal,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .container-wineplan-wrapper .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-checkbox-toggle .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-checkbox-twe .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-checkbox-twe .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-radio-twe .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .custom-radio-twe .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-account-header-white,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .header-banner ul.user-navigation li .icon-circle-arrow-up.icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-select:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.remove-product,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon.icon-circle-arrow-up,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.icon-circle-arrow-up.custom-control-label:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .ingredients-list .custom-checkbox .icon-circle-arrow-up.custom-control-label:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-circle-arrow-up.icon-account-header-white,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-circle-arrow-up.icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .menu-toggleable-left.in .icon-circle-arrow-up.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .mobile-side-bar i.icon-circle-arrow-up.back-to-list,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .mobile-side-bar i.icon-circle-arrow-up.view-more,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.icon-circle-arrow-up.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .navbar-header .navbar-toggler .icon-circle-arrow-up.icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .navbar-header .navbar-toggler .icon-circle-arrow-up.icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .icon-circle-arrow-up.panel-headng:after,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .site-search .icon-circle-arrow-up.fa-close:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .site-search .icon-circle-arrow-up.fa-search:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .suspicious-header .icon-circle-arrow-up.header:before,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .icon-circle-arrow-up.logo,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .icon-circle-arrow-up.logo,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.panel-headng:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.panel-headng:after,
.site-search .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.fa-search:before,
.site-search .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.fa-search:before,
.site-search .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.fa-search:before,
.site-search .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-quickview-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-to-cart-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-view-wineplan-actions .btn .icon-circle-arrow-up.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-quickview-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .icon-circle-arrow-up.custom-selectbox:after,
.suspicious-header .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.header:before,
.suspicious-header .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.header:before,
.suspicious-header .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.header:before,
.suspicious-header .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.header:before,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.logo,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.logo,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.logo,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-circle-arrow-up.logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-quickview-actions .btn .icon-circle-arrow-up.logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-view-to-cart-actions .btn .icon-circle-arrow-up.logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-view-wineplan-actions .btn .icon-circle-arrow-up.logo {
    display: none
}

.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn.add-to-cart-penfold,
.product-tile .tile-footer .actions .prices-quickview-actions .btn.add-to-cart-penfold,
.product-tile .tile-footer .actions .prices-view-to-cart-actions .btn.add-to-cart-penfold,
.product-tile .tile-footer .actions .prices-view-wineplan-actions .btn.add-to-cart-penfold {
    background-color: #2a2a2a
}

#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .reduceQty:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .authentic-header:before,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .check-wine-button.loader:after,
.close .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.close-modal,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-header-region-selection-inactive,
.menu-toggleable-left.in .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .dropdown-toggle:after,
.mobile-side-bar .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn i.view-more,
.multilevel-dropdown .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-hamburger-inactive,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #edit-account-address .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn #paypalAccordion .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .authentic-wrapper .header-wrapper .authentic-header:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .brand-protection-content-wrapper .check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .close i.close-modal,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-toggle .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-checkbox-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-radio-twe .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-select:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .custom-selectbox:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-account-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header-banner ul.user-navigation li .icon-wishlist-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .ingredients-list .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .menu-toggleable-left.in .dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .mobile-side-bar i.back-to-list,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .mobile-side-bar i.view-more,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .navbar-header .navbar-toggler .icon-hamburger-active-close,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .navbar-header .navbar-toggler .icon-hamburger-inactive,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .remove-product,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .site-search .fa-close:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .site-search .fa-search:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .suspicious-header .header:before,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-error-msg .logo,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn footer .row-newsletter-subscription .newsletter-success-msg .logo,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .panel-headng:after,
.site-search .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .fa-close:before,
.site-search .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .prices-add-to-cart-actions .btn .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.suspicious-header .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .logo {
    -webkit-transform: none;
    transform: none
}

.brand-protection-content-wrapper .product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .brand-protection-content-wrapper .check-wine-button.loader:after,
.product-tile .tile-footer .actions .prices-add-to-cart-actions .btn .icon-add-to-cart-loader {
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

.product-tile .tile-footer .actions .prices-view-to-cart-actions,
.product-tile .tile-footer .actions .prices-view-wineplan-actions {
    padding: 0 2px;
    padding: 0 .125rem
}

.product-tile .tile-footer .actions .popup {
    position: absolute;
    right: 0;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    box-shadow: 0 0 6px #0003;
    min-width: 332px;
    z-index: 1050;
    width: calc(100% + 2px);
    left: -1px;
    left: -.0625rem;
    bottom: -1px;
    bottom: -.0625rem
}

.product-tile .tile-footer .actions .popup .close {
    height: 50px;
    height: 3.125rem;
    padding: 0;
    opacity: 1;
    cursor: default;
    overflow: hidden
}

#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .popup .close .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .popup .close .reduceQty:before,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
.authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .popup .close .authentic-header:before,
.brand-protection-content-wrapper .product-tile .tile-footer .actions .popup .close .check-wine-button.loader:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
.custom-checkbox-toggle .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
.custom-checkbox-twe .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
.custom-radio-twe .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .popup .close .custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .popup .close .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .popup .close .icon-account-header-white,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .popup .close .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .product-tile .tile-footer .actions .popup .close .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .popup .close .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .popup .close .icon-header-region-selection-inactive,
.menu-toggleable-left.in .product-tile .tile-footer .actions .popup .close .dropdown-toggle:after,
.mobile-side-bar .product-tile .tile-footer .actions .popup .close i.back-to-list,
.mobile-side-bar .product-tile .tile-footer .actions .popup .close i.view-more,
.multilevel-dropdown .product-tile .tile-footer .actions .popup .close .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .popup .close .icon-hamburger-active-close,
.navbar-header .navbar-toggler .product-tile .tile-footer .actions .popup .close .icon-hamburger-inactive,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .popup .close .custom-selectbox:after,
.product-recommendations .product-tile .tile-footer .actions .popup .close .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-tile .tile-footer .actions .popup .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close #edit-account-address .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.product-tile .tile-footer .actions .popup .close #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.product-tile .tile-footer .actions .popup .close #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close #paypalAccordion .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close .add-to-wishlist:hover:after,
.product-tile .tile-footer .actions .popup .close .authentic-wrapper .header-wrapper .authentic-header:before,
.product-tile .tile-footer .actions .popup .close .brand-protection-content-wrapper .check-wine-button.loader:after,
.product-tile .tile-footer .actions .popup .close .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close .custom-checkbox-toggle .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close .custom-checkbox-twe .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close .custom-radio-twe .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close .custom-select:after,
.product-tile .tile-footer .actions .popup .close .custom-selectbox:after,
.product-tile .tile-footer .actions .popup .close .header-banner ul.user-navigation li .icon-account-header-white,
.product-tile .tile-footer .actions .popup .close .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .popup .close .header-banner ul.user-navigation li .icon-wishlist-header-white,
.product-tile .tile-footer .actions .popup .close .icon,
.product-tile .tile-footer .actions .popup .close .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-tile .tile-footer .actions .popup .close .ingredients-list .custom-checkbox .custom-control-label:before,
.product-tile .tile-footer .actions .popup .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.product-tile .tile-footer .actions .popup .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.product-tile .tile-footer .actions .popup .close .menu-toggleable-left.in .dropdown-toggle:after,
.product-tile .tile-footer .actions .popup .close .mobile-side-bar i.back-to-list,
.product-tile .tile-footer .actions .popup .close .mobile-side-bar i.view-more,
.product-tile .tile-footer .actions .popup .close .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.product-tile .tile-footer .actions .popup .close .navbar-header .navbar-toggler .icon-hamburger-active-close,
.product-tile .tile-footer .actions .popup .close .navbar-header .navbar-toggler .icon-hamburger-inactive,
.product-tile .tile-footer .actions .popup .close .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.product-tile .tile-footer .actions .popup .close .remove-product,
.product-tile .tile-footer .actions .popup .close .shrinked-search-icon.fa-search:before,
.product-tile .tile-footer .actions .popup .close .site-search .fa-close:before,
.product-tile .tile-footer .actions .popup .close .site-search .fa-search:before,
.product-tile .tile-footer .actions .popup .close .suspicious-header .header:before,
.product-tile .tile-footer .actions .popup .close footer .row-newsletter-subscription .newsletter-error-msg .logo,
.product-tile .tile-footer .actions .popup .close footer .row-newsletter-subscription .newsletter-success-msg .logo,
.product-tile .tile-footer .actions .popup .close i.close-modal,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .popup .close .panel-headng:after,
.site-search .product-tile .tile-footer .actions .popup .close .fa-close:before,
.site-search .product-tile .tile-footer .actions .popup .close .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .popup .close .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .popup .close .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.suspicious-header .product-tile .tile-footer .actions .popup .close .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .popup .close .logo,
footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .popup .close .logo {
    cursor: pointer;
    -webkit-transform: scale(.926) translate(10px);
    transform: scale(.926) translate(10px)
}

@media (max-width:991.98px) {

    #addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    #addNewDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    #edit-account-address .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    #edit-account-address .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    #editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    #editDeliveryAddressModal .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .popup .close .increaseQty:after,
    #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .product-tile .tile-footer .actions .popup .close .reduceQty:before,
    #paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    #paypalAccordion .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    .authentic-wrapper .header-wrapper .product-tile .tile-footer .actions .popup .close .authentic-header:before,
    .brand-protection-content-wrapper .product-tile .tile-footer .actions .popup .close .check-wine-button.loader:after,
    .container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    .container-wineplan-wrapper .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    .custom-checkbox-toggle .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-toggle .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    .custom-checkbox-twe .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    .custom-checkbox-twe .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    .custom-radio-twe .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    .custom-radio-twe .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .popup .close .custom-selectbox:after,
    .featured-product-carousel .product-tile .tile-footer .actions .popup .close .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .header-banner ul.user-navigation li .product-tile .tile-footer .actions .popup .close .icon-account-header-white,
    .header-banner ul.user-navigation li .product-tile .tile-footer .actions .popup .close .icon-header-region-selection-inactive,
    .header-banner ul.user-navigation li .product-tile .tile-footer .actions .popup .close .icon-wishlist-header-white,
    .ingredients-list .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-input:checked~.custom-control-label:after,
    .ingredients-list .custom-checkbox .product-tile .tile-footer .actions .popup .close .custom-control-label:before,
    .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .popup .close .icon-account-header-white,
    .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .product-tile .tile-footer .actions .popup .close .icon-header-region-selection-inactive,
    .menu-toggleable-left.in .product-tile .tile-footer .actions .popup .close .dropdown-toggle:after,
    .mobile-side-bar .product-tile .tile-footer .actions .popup .close i.back-to-list,
    .mobile-side-bar .product-tile .tile-footer .actions .popup .close i.view-more,
    .multilevel-dropdown .product-tile .tile-footer .actions .popup .close .dropdown-item.dropdown>.dropdown-toggle:after,
    .navbar-header .navbar-toggler .product-tile .tile-footer .actions .popup .close .icon-hamburger-active-close,
    .navbar-header .navbar-toggler .product-tile .tile-footer .actions .popup .close .icon-hamburger-inactive,
    .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .popup .close .custom-selectbox:after,
    .product-recommendations .product-tile .tile-footer .actions .popup .close .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .product-tile .tile-footer .actions .popup .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close #edit-account-address .custom-checkbox .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
    .product-tile .tile-footer .actions .popup .close #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
    .product-tile .tile-footer .actions .popup .close #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close #paypalAccordion .custom-checkbox .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close .add-to-wishlist:hover:after,
    .product-tile .tile-footer .actions .popup .close .authentic-wrapper .header-wrapper .authentic-header:before,
    .product-tile .tile-footer .actions .popup .close .brand-protection-content-wrapper .check-wine-button.loader:after,
    .product-tile .tile-footer .actions .popup .close .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close .custom-checkbox-toggle .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close .custom-checkbox-twe .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close .custom-radio-twe .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close .custom-select:after,
    .product-tile .tile-footer .actions .popup .close .custom-selectbox:after,
    .product-tile .tile-footer .actions .popup .close .header-banner ul.user-navigation li .icon-account-header-white,
    .product-tile .tile-footer .actions .popup .close .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
    .product-tile .tile-footer .actions .popup .close .header-banner ul.user-navigation li .icon-wishlist-header-white,
    .product-tile .tile-footer .actions .popup .close .icon,
    .product-tile .tile-footer .actions .popup .close .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
    .product-tile .tile-footer .actions .popup .close .ingredients-list .custom-checkbox .custom-control-label:before,
    .product-tile .tile-footer .actions .popup .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
    .product-tile .tile-footer .actions .popup .close .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
    .product-tile .tile-footer .actions .popup .close .menu-toggleable-left.in .dropdown-toggle:after,
    .product-tile .tile-footer .actions .popup .close .mobile-side-bar i.back-to-list,
    .product-tile .tile-footer .actions .popup .close .mobile-side-bar i.view-more,
    .product-tile .tile-footer .actions .popup .close .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
    .product-tile .tile-footer .actions .popup .close .navbar-header .navbar-toggler .icon-hamburger-active-close,
    .product-tile .tile-footer .actions .popup .close .navbar-header .navbar-toggler .icon-hamburger-inactive,
    .product-tile .tile-footer .actions .popup .close .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
    .product-tile .tile-footer .actions .popup .close .remove-product,
    .product-tile .tile-footer .actions .popup .close .shrinked-search-icon.fa-search:before,
    .product-tile .tile-footer .actions .popup .close .site-search .fa-close:before,
    .product-tile .tile-footer .actions .popup .close .site-search .fa-search:before,
    .product-tile .tile-footer .actions .popup .close .suspicious-header .header:before,
    .product-tile .tile-footer .actions .popup .close footer .row-newsletter-subscription .newsletter-error-msg .logo,
    .product-tile .tile-footer .actions .popup .close footer .row-newsletter-subscription .newsletter-success-msg .logo,
    .product-tile .tile-footer .actions .popup .close i.close-modal,
    .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .product-tile .tile-footer .actions .popup .close .panel-headng:after,
    .site-search .product-tile .tile-footer .actions .popup .close .fa-close:before,
    .site-search .product-tile .tile-footer .actions .popup .close .fa-search:before,
    .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .popup .close .custom-selectbox:after,
    .snippet-product-carousel .product-tile .tile-footer .actions .popup .close .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
    .suspicious-header .product-tile .tile-footer .actions .popup .close .header:before,
    footer .row-newsletter-subscription .newsletter-error-msg .product-tile .tile-footer .actions .popup .close .logo,
    footer .row-newsletter-subscription .newsletter-success-msg .product-tile .tile-footer .actions .popup .close .logo {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.product-tile .tile-footer .actions .popup .popup-link {
    margin: 0 5px 30px;
    margin: 0 .3125rem 1.875rem;
    text-align: center
}

.product-tile .tile-footer .actions .popup .popup-link a {
    text-decoration: none;
    letter-spacing: 2.1px;
    letter-spacing: .13125rem;
    text-transform: uppercase;
    font-weight: 300
}

.product-tile .tile-footer .actions .popup .popup-heading {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .8px;
    letter-spacing: .05rem;
    margin: 0 5px 10px;
    margin: 0 .3125rem .625rem
}

.product-tile .tile-footer .actions .popup .pre-order-container,
.product-tile .tile-footer .actions .popup .promotions-name {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .8px;
    letter-spacing: .05rem;
    margin: 0 5px;
    margin: 0 .3125rem
}

.product-tile .tile-footer .actions .popup .pre-order-container span,
.product-tile .tile-footer .actions .popup .promotions-name span {
    color: #fff
}

.product-tile .tile-footer .actions .popup .prices-selltype {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    margin: 0 5px;
    margin: 0 .3125rem
}

.product-tile .tile-footer .actions .popup .prices-selltype:first-child {
    padding-top: 0
}

.product-tile .tile-footer .actions .popup .prices-selltype>div {
    padding-left: 10px;
    padding-left: .625rem;
    padding-right: 10px;
    padding-right: .625rem
}

@media (max-width:991.98px) {
    .product-tile .tile-footer .actions .popup .prices-selltype>div {
        padding-left: 20px;
        padding-left: 1.25rem;
        padding-right: 20px;
        padding-right: 1.25rem
    }
}

.product-tile .tile-footer .actions .popup .prices-selltype .quantity-wrapp {
    margin-right: 10px;
    margin-right: .625rem
}

.product-tile .tile-footer .actions .popup .prices-selltype .quantity-wrapp .quantity-input {
    border: 2px solid #f1f1f1;
    font-size: 15px;
    font-size: .9375rem
}

.product-tile .tile-footer .actions .popup .prices-selltype .quantity-wrapp .quantity-input.error-red-border {
    border: 1px solid red
}

.product-tile .tile-footer .actions .popup .prices-selltype .description {
    letter-spacing: 0;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .8px;
    letter-spacing: .05rem
}

.product-tile .tile-footer .actions .popup .prices-selltype .price {
    color: #fff;
    font-weight: 700;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 51px;
    line-height: 3.1875rem;
    letter-spacing: .8px;
    letter-spacing: .05rem
}

.product-tile .tile-footer .actions .popup .prices-add-to-cart-actions,
.product-tile .tile-footer .actions .popup .prices-quickview-actions {
    margin: 0 5px 20px;
    margin: 0 .3125rem 1.25rem
}

@media (max-width:991.98px) {

    .product-tile .tile-footer .actions .popup .prices-add-to-cart-actions,
    .product-tile .tile-footer .actions .popup .prices-quickview-actions {
        padding: 10px 20px 20px;
        padding: .625rem 1.25rem 1.25rem
    }
}

.product-tile.clone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0
}

.product-tile.clone .popup {
    left: 0;
    right: 0;
    z-index: 1050
}

.btn-view-wrap {
    padding: 0 10px;
    padding: 0 .625rem
}

.btn-view-wrap .btn-view {
    width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 36px;
    line-height: 2.25rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    height: 50px;
    border-radius: 0;
    background-color: #fff;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
    padding: .625rem
}

.btn-view-wrap .btn-view:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: 1px solid #4d4d4d !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-view-wrap .btn-view:active,
.btn-view-wrap .btn-view:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: 1px solid #9d9d9c !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-view-wrap .btn-view.disabled,
.btn-view-wrap .btn-view:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: 1px solid #f1f1f1 !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-view-wrap .btn-view mark {
    color: #fff;
    font-weight: 700
}

.quantity-wrapp {
    width: 50px;
    width: 3.125rem;
    margin-right: 10px;
    margin-right: .625rem
}

.quantity-wrapp.left-margin {
    margin-left: 10px;
    margin-left: .625rem
}

.quantity-wrapp label {
    top: 5px;
    top: .3125rem;
    left: 10px;
    left: .625rem;
    height: 15px;
    height: .9375rem;
    line-height: 15px;
    line-height: .9375rem;
    font-size: 14px;
    font-size: .875rem;
    position: absolute;
    margin-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    z-index: 4
}

.quantity-wrapp input.quantity-input,
.quantity-wrapp select.quantity-input {
    border: 1px solid #9d9d9c;
    max-width: 40px;
    max-width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 10px 6px;
    padding: 1.5625rem .625rem .375rem;
    background: #fff;
    color: #4d4d4d;
    margin: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    box-shadow: none
}

@media screen and (device-aspect-ratio:2/3) {

    .quantity-wrapp input.quantity-input,
    .quantity-wrapp select.quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:40/71) {

    .quantity-wrapp input.quantity-input,
    .quantity-wrapp select.quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:375/667) {

    .quantity-wrapp input.quantity-input,
    .quantity-wrapp select.quantity-input {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:9/16) {

    .quantity-wrapp input.quantity-input,
    .quantity-wrapp select.quantity-input {
        font-size: 16px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {

    .quantity-wrapp input.quantity-input,
    .quantity-wrapp select.quantity-input {
        font-size: 16px
    }
}

.quantity-wrapp input.quantity-input,
.quantity-wrapp input _:-ms-lang(x),
.quantity-wrapp select.quantity-input,
.quantity-wrapp select _:-ms-lang(x) {
    padding: 23px 0 6px 10px;
    padding: 1.4375rem 0 .375rem .625rem
}

.quantity-wrapp input.quantity-input {
    border-radius: 0 !important
}

@media (max-width:991.98px) {
    .quantity-wrapp input.quantity-input {
        display: block
    }
}

.quantity-wrapp select.quantity-input.quantity-select {
    display: none;
    border-radius: 0 !important
}

@media (max-width:991.98px) {
    .quantity-wrapp select.quantity-input.quantity-select {
        padding-right: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-top: 18px;
        padding-top: 1.125rem;
        padding-left: 8px;
        padding-left: .5rem
    }
}

.quantity-wrapp select.form-control:not([size]):not([multiple]) {
    height: 50px;
    height: 3.125rem
}

@media (max-width:991.98px) {
    .quantity-wrapp select.form-control:not([size]):not([multiple]) {
        padding-top: 20px;
        padding-top: 1.25rem
    }
}

.wine-plan .tile-header {
    padding: 0
}

@media (max-width:991.98px) {
    .wine-plan.wine-plan-container {
        padding: 20px 0 0;
        padding: 1.25rem 0 0
    }
}

.wine-plan .result-count-wrap {
    display: none
}

.wine-plan .wine-plan-grid {
    max-width: 100%;
    margin: 0
}

.wine-plan .wine-plan-grid .wine-plan-tile-wrapper {
    margin: 0 auto;
    min-width: 50%
}

@media (max-width:991.98px) {
    .wine-plan .padding-fix {
        padding-left: 0;
        padding-right: 0
    }
}

.wine-plan .tile-header div.pdp-link {
    padding-left: 0;
    height: auto;
    margin-right: 65px;
    margin-right: 4.0625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.wine-plan .tile-header div.pdp-link .link {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-size: 1.375rem
}

@media (min-width:992px) {
    .wine-plan .tile-header div.pdp-link .link {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.wine-plan .tile-header .wine-plan-image {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    border-radius: .3125rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.wine-plan .tile-header .wine-plan-image .tile-image {
    width: auto;
    height: 162px;
    height: 10.125rem
}

.wine-plan .badge-container {
    display: none
}

.wine-plan .tile-body {
    padding-top: 0
}

.wine-plan .tile-body .wine-plan-common-description {
    overflow: hidden;
    max-height: 183px;
    max-height: 11.4375rem;
    min-height: 183px;
    min-height: 11.4375rem;
    height: 183px;
    height: 11.4375rem
}

@media (max-width:991.98px) {
    .wine-plan .tile-body .wine-plan-common-description p {
        margin-bottom: 10px;
        margin-bottom: .625rem
    }
}

.wine-plan .tile-body .wine-plan-common-description .wine-plan-short-description p {
    font-weight: 500;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem
}

@media (min-width:768px) {
    .wine-plan .tile-body .wine-plan-common-description .wine-plan-short-description p {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.wine-plan .tile-body .wine-plan-common-description .wine-plan-long-description {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #fff
}

.wine-plan .tile-body .wine-plan-panel {
    min-height: 100px;
    min-height: 6.25rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    border-radius: 5px;
    border-radius: .3125rem;
    width: 100%;
    height: auto
}

.wine-plan .tile-body .wine-plan-panel .wp-icon {
    min-width: 34px;
    min-width: 2.125rem
}

.wine-plan .tile-body .wine-plan-panel .flex-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media (max-width:991.98px) {
    .wine-plan .tile-body .wine-plan-panel .flex-container {
        display: block
    }
}

.wine-plan .tile-body .wine-plan-panel .flex-container .left-panel {
    width: 70%
}

@media (max-width:991.98px) {
    .wine-plan .tile-body .wine-plan-panel .flex-container .left-panel {
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
        width: 100%
    }
}

.wine-plan .tile-body .wine-plan-panel .flex-container .left-panel .item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.wine-plan .tile-body .wine-plan-panel .flex-container .left-panel .item .schedule {
    margin-left: 5px;
    margin-left: .3125rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500;
    color: #be0216
}

.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel {
    width: 30%
}

@media (max-width:991.98px) {
    .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel {
        width: 100%
    }
}

.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .price-delivery {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #be0216;
    text-transform: capitalize;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin: 30px 0;
    margin: 1.875rem 0
}

.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .price-delivery .value {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500;
    margin-right: 5px;
    margin-right: .3125rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem
}

@media (min-width:768px) {

    .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .price-delivery,
    .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .price-delivery .value {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    text-transform: capitalize
}

@media (min-width:768px) {
    .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan {
        margin-left: auto;
        margin-right: 0;
        max-width: 240px;
        max-width: 15rem
    }
}

.wine-plan .tile-body .right-panel .price-delivery {
    color: #9d9d9c
}

.wine-plan .tile-body .right-panel .price-delivery .list,
.wine-plan .tile-body .right-panel .price-delivery .sales {
    font-size: 14px;
    font-size: .875rem;
    text-decoration: solid
}

.wine-plan .tile-body .right-panel .price-delivery .strike-through {
    display: none
}

.wine-plan .tile-body .right-panel .price-delivery div.price {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.wine-plan .wp-value-props {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    width: 100%
}

@media (max-width:991.98px) {
    .wine-plan .wp-value-props {
        display: none
    }
}

.wine-plan .wp-value-props.wp-value-props-extended {
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .wine-plan .wp-value-props.wp-value-props-extended {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }
}

.wine-plan .wp-value-props.wp-value-props-extended .flex-container .item {
    width: 100%;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-header {
    overflow: hidden;
    border-radius: 0;
    height: 300px;
    height: 18.75rem
}

@media (max-width:385px) {
    .wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-header {
        height: inherit
    }
}

.wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-body .item-title {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 35px;
    line-height: 2.1875rem;
    color: #9d9d9c;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400
}

.wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-body .item-description {
    font-size: 14px;
    font-size: .875rem;
    line-height: 23px;
    line-height: 1.4375rem;
    color: #9d9d9c;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400
}

.owl-carousel.content-banner-carousel .wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .content .action .item-body .btn,
.owl-carousel.content-banner-carousel .wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-body .content .action .btn,
.wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-body .btn.btn-outline-primary,
.wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-body .btn.btn-outline-white-primary,
.wine-plan .wp-value-props.wp-value-props-extended .flex-container .owl-carousel.content-banner-carousel .item .content .action .item-body .btn,
.wine-plan .wp-value-props.wp-value-props-extended .flex-container .owl-carousel.content-banner-carousel .item .item-body .content .action .btn {
    line-height: 36px;
    line-height: 2.25rem;
    padding-left: 67px;
    padding-left: 4.1875rem;
    padding-right: 67px;
    padding-right: 4.1875rem
}

@media (max-width:385px) {

    .owl-carousel.content-banner-carousel .wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .content .action .item-body .btn,
    .owl-carousel.content-banner-carousel .wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-body .content .action .btn,
    .wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-body .btn.btn-outline-primary,
    .wine-plan .wp-value-props.wp-value-props-extended .flex-container .item .item-body .btn.btn-outline-white-primary,
    .wine-plan .wp-value-props.wp-value-props-extended .flex-container .owl-carousel.content-banner-carousel .item .content .action .item-body .btn,
    .wine-plan .wp-value-props.wp-value-props-extended .flex-container .owl-carousel.content-banner-carousel .item .item-body .content .action .btn {
        padding-left: 37px;
        padding-left: 2.3125rem;
        padding-right: 37px;
        padding-right: 2.3125rem
    }
}

.wine-plan .wp-value-props .flex-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.wine-plan .wp-value-props .flex-container .item {
    border-radius: 0;
    min-height: 300px;
    min-height: 18.75rem;
    height: auto;
    background-color: #fff
}

@media (min-width:992px) {
    .wine-plan .wp-value-props .flex-container .item {
        width: 200px;
        width: 12.5rem
    }
}

@media (min-width:1200px) {
    .wine-plan .wp-value-props .flex-container .item {
        width: 250px;
        width: 15.625rem
    }
}

.wine-plan .wp-value-props .flex-container .item .item-header {
    height: 140px;
    height: 8.75rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0
}

.wine-plan .wp-value-props .flex-container .item .item-header img {
    width: 100%
}

.wine-plan .wp-value-props .flex-container .item .item-body {
    padding: 10px;
    padding: .625rem
}

@media (min-width:1200px) {
    .wine-plan .wp-value-props .flex-container .item .item-body {
        padding: 30px;
        padding: 1.875rem
    }
}

.wine-plan .wp-value-props .flex-container .item .item-body .item-title {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-size: 22px;
    font-size: 1.375rem;
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500
}

@media (min-width:768px) {
    .wine-plan .wp-value-props .flex-container .item .item-body .item-title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.wine-plan .wp-value-props .flex-container .item .item-body .item-subtitle {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500
}

.wine-plan .wp-value-props .flex-container .item .item-body .item-description {
    font-size: 15px;
    font-size: .9375rem;
    color: #fff;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400
}

.wine-plan .wp-panel-value-props-mob {
    margin-bottom: 230px;
    margin-bottom: 14.375rem;
    display: none;
    width: 100%
}

@media (max-width:991.98px) {
    .wine-plan .wp-panel-value-props-mob {
        display: block
    }
}

.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-dots {
    display: none
}

.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-next,
.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 50px;
    top: 65%;
    background-color: #fff;
    opacity: .7
}

.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-next .icon-arrow-left-carousel-white,
.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-next .icon-arrow-right-carousel-white,
.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-prev .icon-arrow-left-carousel-white,
.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-prev .icon-arrow-right-carousel-white {
    width: 13px;
    height: 13px;
    background: none
}

.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-next i,
.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-prev i {
    border: solid #850a0f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 5px
}

.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-next .icon-arrow-left-carousel-white,
.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-prev .icon-arrow-left-carousel-white {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-next .icon-arrow-right-carousel-white,
.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-prev .icon-arrow-right-carousel-white {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-next {
    border-radius: 0 4px 4px 0;
    border-radius: 0 .25rem .25rem 0;
    right: -8px
}

.wine-plan .wp-panel-value-props-mob .owl-carousel.content-banner-carousel .owl-nav button.owl-prev {
    border-radius: 4px 0 0 4px;
    border-radius: .25rem 0 0 .25rem;
    left: -7px
}

.wine-plan .wp-panel-value-props-mob .item-mob {
    width: 270px;
    width: 16.875rem;
    min-height: 300px;
    min-height: 18.75rem;
    height: auto !important;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 0
}

.wine-plan .wp-panel-value-props-mob .item-mob .item-header {
    height: 200px;
    height: 12.5rem;
    border-radius: 8px 8px 0 0;
    border-radius: .5rem .5rem 0 0;
    width: 100%;
    overflow: hidden
}

.wine-plan .wp-panel-value-props-mob .item-mob .item-header img {
    width: auto
}

.wine-plan .wp-panel-value-props-mob .item-mob .item-body {
    padding: 30px;
    padding: 1.875rem
}

.wine-plan .wp-panel-value-props-mob .item-mob .item-body .item-title {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    font-size: 30px;
    font-size: 1.875rem;
    color: #000;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700
}

.wine-plan .wp-panel-value-props-mob .item-mob .item-body .item-subtitle {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 15px;
    font-size: .9375rem;
    color: #900;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700
}

.wine-plan .wp-panel-value-props-mob .item-mob .item-body .item-description {
    font-size: 15px;
    font-size: .9375rem;
    color: #9d9d9c;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400
}

.wine-plan .wp-comments {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    width: 100%
}

.wine-plan .wp-comments .wp-body {
    height: 70px;
    height: 4.375rem;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0
}

@media (max-width:991.98px) {
    .wine-plan .wp-comments .wp-body {
        height: 177px;
        height: 11.0625rem;
        width: 100%
    }
}

.wine-plan .wp-comments .wp-body .wp-image-background {
    border-radius: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.wine-plan .wp-comments .wp-body .wp-comment {
    height: 70px;
    height: 4.375rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    border-radius: 0;
    position: absolute;
    top: -40px;
    text-align: center;
    background-color: #fff;
    width: 90%;
    margin: 0 5%
}

@media (max-width:991.98px) {
    .wine-plan .wp-comments .wp-body .wp-comment {
        padding: 30px 20px;
        padding: 1.875rem 1.25rem;
        top: -60px;
        top: -3.75rem;
        height: auto
    }
}

.wine-plan .wp-comments .wp-body .wp-comment p {
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700
}

@media (max-width:991.98px) {
    .wine-plan .wp-comments .wp-body .wp-comment p {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media (min-width:992px) {
    .wine-plan.wine-plan-container {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper {
        max-width: calc(50% - 15px)
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper:nth-child(odd) {
        margin-right: 15px;
        margin-right: .9375rem
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper:nth-child(2n) {
        margin-left: 15px;
        margin-left: .9375rem
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper {
        min-width: 0;
        margin: inherit;
        padding: 0
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile.wine-plan {
        max-width: 570px;
        max-width: 35.625rem;
        padding: 10px 30px;
        padding: .625rem 1.875rem
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile.wine-plan .wine-plan-image {
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile.wine-plan .wine-plan-image .tile-image {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        height: 400px;
        height: 25rem
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile.wine-plan .tile-header div.pdp-link .link {
        font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
        text-transform: capitalize;
        color: #fff !important;
        font-weight: 300;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 31px;
        line-height: 1.9375rem
    }
}

@media (min-width:992px) and (min-width:768px) {
    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile.wine-plan .tile-header div.pdp-link .link {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

@media (min-width:992px) {
    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile .wine-plan-panel {
        margin-top: 25px;
        margin-top: 1.5625rem
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile .wine-plan-panel .flex-container {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile .wine-plan-panel .flex-container .right-panel {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        margin-bottom: 1.25rem
    }

    .wine-plan .wine-plan-grid .wine-plan-tile-wrapper .product-tile .wine-plan-panel .flex-container .right-panel .price-delivery {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        margin: 0
    }
}

.promotions {
    height: inherit
}

.product-recommendations .pre-order {
    display: none
}

#loginShowModal .wp-club .h2,
.wp-club #loginShowModal .h2,
.wp-club h2 {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-transform: capitalize;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 47px;
    line-height: 2.9375rem
}

#loginShowModal .wp-club .h3,
.wp-club #loginShowModal .h3,
.wp-club h3 {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 40px;
    line-height: 2.5rem
}

.wp-club p {
    color: #fff;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

.pre-order.plp {
    text-align: center
}

.pre-order.plp .pre-order-container {
    margin-bottom: 0
}

.pre-order-container {
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .8px;
    letter-spacing: .05rem;
    margin-top: 30px;
    margin-top: 1.875rem
}

.pre-order-container span {
    color: #fff;
    word-break: break-all
}

.order-confirmation .pre-order-container {
    margin-bottom: 0;
    margin-top: 20px;
    margin-top: 1.25rem
}

@media (min-width:768px) {
    .product-tile:hover {
        background-color: #f1f1f1
    }

    .product-tile:hover .tile-body,
    .product-tile:hover .tile-footer {
        opacity: 1
    }

    .product-tile:hover .add-to-wishlist.inactive {
        display: block
    }
}

.non-wine-qty-wrapper {
    margin-left: 25px;
    margin-left: 1.5625rem;
    margin-right: 25px;
    margin-right: 1.5625rem
}

@media (min-width:992px) {
    .non-wine-qty-wrapper {
        margin-left: 5px;
        margin-left: .3125rem;
        margin-right: 5px;
        margin-right: .3125rem
    }
}

.non-wine-qty-wrapper .quantity-wrapp {
    margin-right: 10px;
    margin-right: .625rem
}

.non-wine-qty-wrapper .quantity-wrapp .quantity-input {
    border: 2px solid #f1f1f1;
    font-size: 15px;
    font-size: .9375rem
}

.non-wine-qty-wrapper .quantity-wrapp .quantity-input.error-red-border {
    border: 1px solid red
}

.non-wine-qty-wrapper .prices {
    min-height: auto !important;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

@media (min-width:992px) {
    .non-wine-qty-wrapper .prices {
        padding-bottom: 30px;
        padding-bottom: 1.875rem
    }
}

.non-wine-qty-wrapper .prices .price .sales .value {
    color: #fff;
    font-weight: 700;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 51px;
    line-height: 3.1875rem;
    letter-spacing: .8px;
    letter-spacing: .05rem
}

.non-wine-qty-wrapper .prices .price .strike-through.list {
    display: none
}

@media (hover:none) and (pointer:coarse) {

    .product-tile .tile-body,
    .product-tile .tile-footer {
        opacity: 1
    }
}

@media (hover:none) and (pointer:fine) {

    .product-tile .tile-body,
    .product-tile .tile-footer {
        opacity: 1
    }
}

.search-result-container .product-grid .product-grid-tile .product .product-tile .tile-body .promotions .callout {
    margin-bottom: 0
}

.search-result-container .product-grid .product-grid-tile .product .product-tile .tile-header .pdp-link {
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-bottom: .4375rem
}

@media (max-width:991.98px) {
    .search-result-container .product-grid .product-grid-tile .product .product-tile .tile-header .pdp-link {
        padding-bottom: 9.58px;
        padding-bottom: .59875rem
    }
}

.add-to-wishlist-messages {
    top: 17% !important
}

.add-to-wishlist-messages .add-to-wishlist-alert {
    position: relative;
    background: #4d4d4d;
    color: #fff;
    font-family: Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none !important;
    white-space: nowrap;
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 1.2px;
    letter-spacing: .075rem;
    padding: 10px 15px 10px 40px !important;
    padding: .625rem .9375rem .625rem 2.5rem
}

.add-to-wishlist-messages .add-to-wishlist-alert.wishlist-added:before,
.add-to-wishlist-messages .add-to-wishlist-alert.wishlist-removed:before {
    content: "";
    position: absolute;
    top: 10px;
    top: .625rem;
    left: 15px;
    left: .9375rem;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem
}

.add-to-wishlist-messages .add-to-wishlist-alert.wishlist-added:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjY2NjggNUw3LjUwMDE2IDE0LjE2NjdMMy4zMzM1IDEwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
}

.add-to-wishlist-messages .add-to-wishlist-alert.wishlist-removed:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM2MDhfMTQ2NTQpIj4KPHBhdGggZD0iTTQuOTQ5NzEgNC45NDk3MUwxNC44NDkyIDE0Ljg0OTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC44NDkxIDQuOTQ5NzFMNC45NDk2MyAxNC44NDkyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM2MDhfMTQ2NTQiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==)
}

.tweus-page {
    overflow: hidden;
    overflow-wrap: break-word;
    background-color: #2a2a2a
}

.tweus-page .twelayout-basic {
    height: 100%;
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem
}

.tweus-page .twelayout-basic .twelayout-basic {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
}

.tweus-page a.btn {
    height: auto;
    white-space: normal;
    width: 100%;
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 20px;
    margin-top: 1.25rem;
    max-width: 320px;
    max-width: 20rem
}

.content-tile.card .card-body .card-action .tweus-page a.btn.btn-primary,
.content-tile .card .card-body .card-action .tweus-page a.btn.btn-primary,
.tweus-page .content-tile.card .card-body .card-action a.btn.btn-primary,
.tweus-page .content-tile .card .card-body .card-action a.btn.btn-primary,
.tweus-page a.btn.btn-tertiary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tweus-page a.btn:focus,
.tweus-page a.btn:hover {
    text-decoration: none
}

.tweus-page .btn-view-vine a.btn {
    margin-top: 0
}

.tweus-page a.btn-alt {
    text-align: inherit
}

.tweus-page .twelayout-custom {
    width: 100%
}

.tweus-page>div>.experience-component>.container.twelayout-basic {
    width: inherit;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%
}

.tweus-page>div>.experience-component>.container-fluid .container,
.tweus-page>div>.experience-component>.container.twelayout-basic .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

.tweus-page>div>.experience-component>.twelayout-basic.parallax-child {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.tweus-page>div>.experience-component>.twelayout-basic.parallax-child.align-vertical-Top {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.tweus-page>div>.experience-component>.twelayout-basic.parallax-child.align-vertical-Middle {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.tweus-page>div>.experience-component>.twelayout-basic.parallax-child.align-vertical-Bottom {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.tweus-page .owl-carousel.off {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.tweus-page blockquote {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    margin-bottom: 0;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
    letter-spacing: .125rem
}

@media (min-width:1025px) {
    .tweus-page blockquote {
        line-height: 32px;
        line-height: 2rem;
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: 2.4px;
        letter-spacing: .15rem
    }
}

.tweus-page blockquote:after,
.tweus-page blockquote:before {
    content: '"';
    font-size: 32px
}

.experience-assets-booktile,
.experience-assets-image {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.disable-column-height-for-component .experience-assets-image {
    height: auto
}

.inner-component-padding .experience-component {
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.richtext,
.snippet {
    text-overflow: ellipsis;
    overflow: hidden
}

.richtext .reverse-row,
.snippet .reverse-row {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.snippet-ctalink.align-horizontal-Left {
    text-align: left
}

.snippet-ctalink.align-horizontal-Center {
    text-align: center
}

.snippet-ctalink.align-horizontal-Right {
    text-align: right
}

@media (max-width:991.98px) {
    .twelayout-basic .region-row .region {
        width: 100%;
        display: block;
        height: 100%
    }
}

.accordion {
    width: auto;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem
}

.accordion .card-header {
    background-color: #2a2a2a;
    border-top: 1px solid #9d9d9c;
    border-bottom: none;
    min-height: 78px;
    min-height: 4.875rem;
    padding: 25px 10px 25px 0;
    padding: 1.5625rem .625rem 1.5625rem 0
}

#loginShowModal .accordion .card-header .h2,
.accordion .card-header #loginShowModal .h2,
.accordion .card-header .h2,
.accordion .card-header a,
.accordion .card-header h2 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem
}

.accordion .card-header .col1 {
    width: 90%
}

.accordion .card-header .col2 {
    width: 10%
}

#addNewDeliveryAddressModal .custom-checkbox .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .accordion .card-header .custom-control-label:before,
#edit-account-address .custom-checkbox .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .accordion .card-header .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .accordion .card-header .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .accordion .card-header .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .accordion .card-header .reduceQty:before,
#paypalAccordion .custom-checkbox .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .accordion .card-header .custom-control-label:before,
.accordion .card-header #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.accordion .card-header #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header #edit-account-address .custom-checkbox .custom-control-label:before,
.accordion .card-header #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.accordion .card-header #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.accordion .card-header #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.accordion .card-header #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header #paypalAccordion .custom-checkbox .custom-control-label:before,
.accordion .card-header .authentic-wrapper .header-wrapper .authentic-header:before,
.accordion .card-header .brand-protection-content-wrapper .check-wine-button.loader:after,
.accordion .card-header .close i.close-modal,
.accordion .card-header .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.accordion .card-header .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header .custom-checkbox-toggle .custom-control-label:before,
.accordion .card-header .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header .custom-checkbox-twe .custom-control-label:before,
.accordion .card-header .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header .custom-radio-twe .custom-control-label:before,
.accordion .card-header .custom-select:after,
.accordion .card-header .custom-selectbox:after,
.accordion .card-header .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.accordion .card-header .header-banner ul.user-navigation li .icon-account-header-white,
.accordion .card-header .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.accordion .card-header .header-banner ul.user-navigation li .icon-wishlist-header-white,
.accordion .card-header .icon,
.accordion .card-header .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.accordion .card-header .ingredients-list .custom-checkbox .custom-control-label:before,
.accordion .card-header .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.accordion .card-header .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.accordion .card-header .menu-toggleable-left.in .dropdown-toggle:after,
.accordion .card-header .mobile-side-bar i.back-to-list,
.accordion .card-header .mobile-side-bar i.view-more,
.accordion .card-header .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.accordion .card-header .navbar-header .navbar-toggler .icon-hamburger-active-close,
.accordion .card-header .navbar-header .navbar-toggler .icon-hamburger-inactive,
.accordion .card-header .product-detail .add-to-wishlist:hover:after,
.accordion .card-header .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.accordion .card-header .product-tile .add-to-wishlist:hover:after,
.accordion .card-header .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.accordion .card-header .remove-product,
.accordion .card-header .shrinked-search-icon.fa-search:before,
.accordion .card-header .site-search .fa-close:before,
.accordion .card-header .site-search .fa-search:before,
.accordion .card-header .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.accordion .card-header .suspicious-header .header:before,
.accordion .card-header footer .row-newsletter-subscription .newsletter-error-msg .logo,
.accordion .card-header footer .row-newsletter-subscription .newsletter-success-msg .logo,
.authentic-wrapper .header-wrapper .accordion .card-header .authentic-header:before,
.brand-protection-content-wrapper .accordion .card-header .check-wine-button.loader:after,
.close .accordion .card-header i.close-modal,
.container-wineplan-wrapper .custom-checkbox .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .accordion .card-header .custom-control-label:before,
.custom-checkbox-toggle .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .accordion .card-header .custom-control-label:before,
.custom-checkbox-twe .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .accordion .card-header .custom-control-label:before,
.custom-radio-twe .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .accordion .card-header .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .accordion .card-header .custom-selectbox:after,
.header-banner ul.user-navigation li .accordion .card-header .icon-account-header-white,
.header-banner ul.user-navigation li .accordion .card-header .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .accordion .card-header .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .accordion .card-header .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .accordion .card-header .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .accordion .card-header .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .accordion .card-header .icon-header-region-selection-inactive,
.menu-toggleable-left.in .accordion .card-header .dropdown-toggle:after,
.mobile-side-bar .accordion .card-header i.back-to-list,
.mobile-side-bar .accordion .card-header i.view-more,
.multilevel-dropdown .accordion .card-header .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .accordion .card-header .icon-hamburger-active-close,
.navbar-header .navbar-toggler .accordion .card-header .icon-hamburger-inactive,
.product-detail .accordion .card-header .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .accordion .card-header .custom-selectbox:after,
.product-tile .accordion .card-header .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .accordion .card-header .panel-headng:after,
.site-search .accordion .card-header .fa-close:before,
.site-search .accordion .card-header .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .accordion .card-header .custom-selectbox:after,
.suspicious-header .accordion .card-header .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .accordion .card-header .logo,
footer .row-newsletter-subscription .newsletter-success-msg .accordion .card-header .logo {
    float: right
}

.accordion .card-body {
    padding: 0 10px 100px;
    padding: 0 .625rem 6.25rem
}

.accordion .card-body img {
    max-width: 100%
}

.accordion .accordion-title {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

.snippet-content-asset .c-heading {
    text-align: center
}

@media (max-width:991.98px) {
    .snippet-content-asset .c-heading {
        text-align: left;
        margin-left: 20px;
        margin-left: 1.25rem
    }
}

#loginShowModal .snippet-content-asset .c-heading .h2,
.snippet-content-asset .c-heading #loginShowModal .h2,
.snippet-content-asset .c-heading .h2,
.snippet-content-asset .c-heading h2 {
    font-weight: 500;
    position: relative;
    margin: 50px 0 45px;
    margin: 3.125rem 0 2.8125rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem
}

.snippet-content-asset .c-heading .heading-border {
    display: inline-block;
    width: 115px;
    border-bottom: 2px solid #77787b;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

@media (max-width:991.98px) {
    .snippet-content-asset .c-heading .heading-border {
        width: 38px
    }
}

.snippet-banner-carousel .content-banner-carousel {
    height: 100%
}

.snippet-banner-carousel .content-banner-carousel .owl-dots {
    position: relative;
    bottom: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 24px;
    left: 1.5rem;
    height: 70px;
    height: 4.375rem
}

@media (min-width:992px) and (max-width:1024.98px) {
    .snippet-banner-carousel .content-banner-carousel .owl-dots {
        text-align: center;
        right: 0;
        bottom: 0 !important;
        height: 70px;
        height: 4.375rem
    }
}

@media (min-width:1025px) {
    .snippet-banner-carousel .content-banner-carousel .owl-dots {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        right: unset;
        left: 135px;
        left: 8.4375rem
    }
}

.snippet-banner-carousel .background {
    background-size: cover;
    background-position: 50%;
    height: 1px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background-color: #2a2a2a
}

.snippet-banner-carousel .background img {
    height: 750px !important
}

.snippet-banner-carousel .owl-nav button {
    height: 425px
}

.snippet-banner-carousel .owl-nav button.owl-prev {
    left: 20px !important
}

.snippet-banner-carousel .owl-nav button.owl-next {
    right: 20px !important
}

.snippet-banner-carousel .owl-carousel .owl-stage-outer {
    overflow: unset !important
}

.snippet-banner-carousel .owl-carousel .owl-nav {
    display: none
}

.snippet-banner-carousel .text-content {
    height: 100%;
    width: 50%;
    max-width: 1240px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

@media (max-width:991.98px) {
    .snippet-banner-carousel .text-content {
        margin-left: 0 !important;
        width: 90%
    }
}

.snippet-banner-carousel .body {
    -webkit-transform: translateY(275px);
    transform: translateY(275px);
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 80px;
    padding: 50px;
    width: 840px;
    background-color: transparent;
    color: #fff;
    height: auto !important;
    min-height: 266px;
    min-height: 16.625rem;
    max-width: 630px;
    max-width: 39.375rem;
    padding-left: 25px;
    padding-left: 1.5625rem
}

@media (max-width:991.98px) {
    .snippet-banner-carousel .body {
        min-height: 250px;
        margin-left: 0;
        padding-left: 24px;
        padding-left: 1.5rem
    }
}

.snippet-banner-carousel .body .carousel-cta {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .15em;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 32px;
    margin-top: 2rem
}

.snippet-banner-carousel .body .carousel-cta:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #be0216;
    width: 35%;
    transition: width .3s ease-out;
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.snippet-banner-carousel .body .carousel-cta:active,
.snippet-banner-carousel .body .carousel-cta:hover {
    color: #fff
}

.snippet-banner-carousel .body .carousel-cta:hover:after {
    width: 100%;
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.snippet-banner-carousel .body .caption-head-line {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    word-break: break-word;
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 56px;
    line-height: 3.5rem;
    letter-spacing: 5.6px;
    letter-spacing: .35rem
}

@media (max-width:767.98px) {
    .snippet-banner-carousel .body .caption-head-line {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        letter-spacing: 3.2px;
        letter-spacing: .2rem
    }
}

.snippet-banner-carousel .body .caption-subhead-line {
    text-transform: uppercase;
    color: #fff;
    word-break: break-word;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 5px;
    letter-spacing: .3125rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (max-width:767.98px) {
    .snippet-banner-carousel .body .caption-subhead-line {
        font-size: 14px;
        font-size: .875rem;
        line-height: 16px;
        line-height: 1rem;
        letter-spacing: 3.5px;
        letter-spacing: .21875rem
    }
}

.snippet-banner-carousel .body .jsfade {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease
}

.snippet-banner-carousel .body .in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.experience-layouts-1w .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.experience-layouts-1w .owl-carousel.content-banner-carousel .owl-nav button {
    background-color: transparent
}

.snippet-bannercontent .banner-content {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 579px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background-color: #f1f1f1
}

@media (max-width:991.98px) {
    .snippet-bannercontent .banner-content {
        min-height: 589px
    }
}

.snippet-bannercontent .banner-text {
    width: 100%;
    margin: 50px 0;
    margin: 3.125rem 0
}

.snippet-bannercontent .banner-overlay {
    padding: 50px;
    background-color: #2a2a2a;
    margin: 0 auto;
    max-width: 550px;
    color: #fff
}

@media (max-width:991.98px) {
    .snippet-bannercontent .banner-overlay {
        padding: 50px 20px;
        max-width: 335px
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-bannercontent .banner-overlay .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-bannercontent .banner-overlay h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-bannercontent .banner-overlay .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-bannercontent .banner-overlay h3,
#loginShowModal .snippet-bannercontent .banner-overlay .h1,
.snippet-bannercontent .banner-overlay #loginShowModal .h1,
.snippet-bannercontent .banner-overlay #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-bannercontent .banner-overlay #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-bannercontent .banner-overlay #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-bannercontent .banner-overlay #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-bannercontent .banner-overlay h1 {
    color: #fff;
    display: table;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background: linear-gradient(#fff, #fff) bottom/38px 2px no-repeat;
    font-size: 43px;
    font-size: 2.6875rem;
    letter-spacing: 4.3px;
    letter-spacing: .26875rem
}

@media (max-width:991.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-bannercontent .banner-overlay .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-bannercontent .banner-overlay h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-bannercontent .banner-overlay .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-bannercontent .banner-overlay h3,
    #loginShowModal .snippet-bannercontent .banner-overlay .h1,
    .snippet-bannercontent .banner-overlay #loginShowModal .h1,
    .snippet-bannercontent .banner-overlay #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .snippet-bannercontent .banner-overlay #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .snippet-bannercontent .banner-overlay #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .snippet-bannercontent .banner-overlay #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .snippet-bannercontent .banner-overlay h1 {
        font-size: 29px;
        font-size: 1.8125rem;
        letter-spacing: 2.9px;
        letter-spacing: .18125rem
    }
}

@media (max-width:991.98px) {
    .contact-us-header {
        margin: 0 30px;
        margin: 0 1.875rem
    }
}

#loginShowModal .contact-us-header .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .contact-us-header .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .contact-us-header h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .contact-us-header .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .contact-us-header h3,
.contact-us-header #loginShowModal .h1,
.contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.contact-us-header h1 {
    text-align: left
}

#loginShowModal .contact-us-header .h1:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .contact-us-header .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .contact-us-header h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .contact-us-header .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .contact-us-header h3:after,
.contact-us-header #loginShowModal .h1:after,
.contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3:after,
.contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3:after,
.contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3:after,
.contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3:after,
.contact-us-header h1:after {
    content: "";
    position: relative;
    display: block;
    border-bottom: 2px solid #77787b;
    width: 40px;
    width: 2.5rem;
    margin: 40px 0 48px;
    margin: 2.5rem 0 3rem
}

@media (min-width:992px) {

    #loginShowModal .contact-us-header .h1:after,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .contact-us-header .h3:after,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .contact-us-header h3:after,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .contact-us-header .h3:after,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .contact-us-header h3:after,
    .contact-us-header #loginShowModal .h1:after,
    .contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3:after,
    .contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3:after,
    .contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3:after,
    .contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3:after,
    .contact-us-header h1:after {
        margin: 40px auto 48px;
        margin: 2.5rem auto/16px/rem 3rem
    }
}

@media (min-width:992px) {

    #loginShowModal .contact-us-header .h1,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .contact-us-header .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .contact-us-header h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .contact-us-header .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .contact-us-header h3,
    .contact-us-header #loginShowModal .h1,
    .contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .contact-us-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .contact-us-header h1 {
        text-align: center
    }
}

.contact-us-header p {
    max-width: 840px;
    max-width: 52.5rem
}

@media (min-width:992px) {
    .contact-us-header p {
        text-align: center;
        margin: auto
    }
}

#contact-us-info,
#faq-accordions {
    margin: 40px 30px 100px;
    margin: 2.5rem 1.875rem 6.25rem
}

@media (min-width:992px) {

    #contact-us-info,
    #faq-accordions {
        margin: 40px 0 100px;
        margin: 2.5rem 0 6.25rem
    }
}

#contact-us-info div:last-of-type .card-body,
#faq-accordions div:last-of-type .card-body {
    padding-bottom: 0
}

#contact-us-info .card-body,
#faq-accordions .card-body {
    padding-left: 0;
    padding-right: 0
}

#contact-us-info .address,
#contact-us-info .content-header,
#faq-accordions .address,
#faq-accordions .content-header {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

#contact-us-info .contact-title,
#faq-accordions .contact-title {
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0 12px;
    margin: 1.25rem 0 .75rem
}

#contact-us-info ul.contact-details,
#faq-accordions ul.contact-details {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

@media (max-width:1024.98px) {
    .snippet .contactus-form {
        margin: 30px;
        margin: 1.875rem
    }
}

.snippet .contactus-form .content-header {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

.snippet .contactus-form .row {
    width: 100%;
    margin: 0 0 34px;
    margin: 0 0 2.125rem
}

@media (min-width:992px) {
    .snippet .contactus-form .row {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: inline-flex;
        width: 49%;
        vertical-align: top
    }
}

.snippet .contactus-form .row.msg-section {
    width: 100%
}

.snippet .contactus-form .row.msg-section .form-group {
    padding: 0
}

.snippet .contactus-form .row.msg-section .form-group .form-control {
    min-height: 98px;
    min-height: 6.125rem
}

.snippet .contactus-form .row.captcha-section {
    width: 100%
}

.snippet .contactus-form .row.captcha-section .form-group {
    padding: 0
}

@media (min-width:992px) {
    .snippet .contactus-form .row:nth-of-type(odd) .col-lg-7 {
        padding-left: 0;
        margin-right: 15px
    }

    .snippet .contactus-form .row:nth-of-type(2n) .col-lg-7 {
        margin-left: 15px;
        padding-right: 0
    }

    .snippet .contactus-form .row.captcha-section .form-group {
        padding-left: 0;
        padding-right: 0
    }

    .snippet .contactus-form .row.form-action {
        margin: 0 0 50px;
        margin: 0 0 3.125rem
    }

    .snippet .contactus-form .row.form-action .col-lg-7 {
        margin-left: 0;
        margin-right: 0
    }
}

.snippet .contactus-form .row .col-lg-7 {
    padding: 0;
    max-width: 100%;
    -ms-flex: 100%;
    -webkit-box-flex: 100%;
    flex: 100%
}

.snippet .contactus-form .row button.btn {
    width: 100%
}

@media (min-width:992px) {
    .snippet .contactus-form .row button.btn {
        width: 260px;
        width: 16.25rem
    }
}

.snippet .contactus-form .row .invalid-feedback {
    position: absolute
}

.snippet .contact-us-footer-msg {
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

@media (max-width:991.98px) {
    .snippet .contact-us-footer-msg {
        margin: 0 30px 60px;
        margin: 0 1.875rem 3.75rem
    }
}

.snippet .contact-us-right-col {
    margin: 40px 0 0;
    margin: 2.5rem 0 0
}

@media (max-width:991.98px) {
    .snippet .contact-us-right-col {
        margin: 0 30px;
        margin: 0 1.875rem
    }
}

#contactusThankYouModal {
    padding-left: 0;
    padding-right: 0
}

#contactusThankYouModal .modal-content .modal-header button.close {
    right: 10px;
    right: .625rem;
    outline: none
}

#contactusThankYouModal .modal-content .modal-body {
    padding: 30px;
    padding: 1.875rem
}

#contactusThankYouModal .modal-content .modal-footer .contactus-close-btn {
    width: 230px;
    width: 14.375rem;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991.98px) {
    #contactusThankYouModal .modal-content .modal-footer .contactus-close-btn {
        width: 290px;
        width: 18.125rem
    }
}

#contactusThankYouModal .modal-content .modal-footer .contactus-close-btn:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

#contactusThankYouModal .modal-content .modal-footer .contactus-close-btn.disabled,
#contactusThankYouModal .modal-content .modal-footer .contactus-close-btn:active,
#contactusThankYouModal .modal-content .modal-footer .contactus-close-btn:disabled,
#contactusThankYouModal .modal-content .modal-footer .contactus-close-btn:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

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

.experience-assets-breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    padding-left: 0
}

.experience-assets-breadcrumb .breadcrumb-item:before {
    padding-left: 5px;
    padding-left: .3125rem;
    padding-right: 5px;
    padding-right: .3125rem
}

.experience-assets-breadcrumb .breadcrumb-item a {
    text-transform: uppercase
}

.experience-assets-breadcrumb .breadcrumb-item:last-child {
    text-decoration: underline
}

.experience-component span {
    color: #fff
}

.page-tags-container {
    display: none !important
}

.modal-dialog-centered {
    height: calc(100% - 3.5rem)
}

.modalbx-open {
    overflow: hidden;
    padding-right: 0;
    width: 100%;
    height: 100%
}

.info-icon {
    position: relative;
    cursor: pointer;
    display: inline-block
}

#addNewDeliveryAddressModal .custom-checkbox .info-icon .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .info-icon .custom-control-label:before,
#edit-account-address .custom-checkbox .info-icon .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .info-icon .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .info-icon .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .info-icon .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .info-icon .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .info-icon .reduceQty:before,
#paypalAccordion .custom-checkbox .info-icon .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .info-icon .custom-control-label:before,
.authentic-wrapper .header-wrapper .info-icon .authentic-header:before,
.brand-protection-content-wrapper .info-icon .check-wine-button.loader:after,
.close .info-icon i.close-modal,
.close .info-icon i.remove-product,
.container-wineplan-wrapper .custom-checkbox .info-icon .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .info-icon .custom-control-label:before,
.custom-checkbox-toggle .info-icon .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .info-icon .custom-control-label:before,
.custom-checkbox-twe .info-icon .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .info-icon .custom-control-label:before,
.custom-radio-twe .info-icon .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .info-icon .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .info-icon .custom-selectbox:after,
.header-banner ul.user-navigation li .info-icon .icon-account-header-white,
.header-banner ul.user-navigation li .info-icon .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .info-icon .icon-wishlist-header-white,
.info-icon #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.info-icon #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.info-icon #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.info-icon #edit-account-address .custom-checkbox .custom-control-label:before,
.info-icon #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.info-icon #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.info-icon #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.info-icon #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.info-icon #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.info-icon #paypalAccordion .custom-checkbox .custom-control-label:before,
.info-icon .authentic-wrapper .header-wrapper .authentic-header:before,
.info-icon .brand-protection-content-wrapper .check-wine-button.loader:after,
.info-icon .close i.close-modal,
.info-icon .close i.remove-product,
.info-icon .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.info-icon .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.info-icon .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.info-icon .custom-checkbox-toggle .custom-control-label:before,
.info-icon .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.info-icon .custom-checkbox-twe .custom-control-label:before,
.info-icon .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.info-icon .custom-radio-twe .custom-control-label:before,
.info-icon .custom-select:after,
.info-icon .custom-selectbox:after,
.info-icon .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.info-icon .header-banner ul.user-navigation li .icon-account-header-white,
.info-icon .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.info-icon .header-banner ul.user-navigation li .icon-wishlist-header-white,
.info-icon .icon,
.info-icon .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.info-icon .ingredients-list .custom-checkbox .custom-control-label:before,
.info-icon .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.info-icon .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.info-icon .menu-toggleable-left.in .dropdown-toggle:after,
.info-icon .mobile-side-bar i.back-to-list,
.info-icon .mobile-side-bar i.view-more,
.info-icon .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.info-icon .navbar-header .navbar-toggler .icon-hamburger-active-close,
.info-icon .navbar-header .navbar-toggler .icon-hamburger-inactive,
.info-icon .product-detail .add-to-wishlist:hover:after,
.info-icon .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.info-icon .product-tile .add-to-wishlist:hover:after,
.info-icon .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.info-icon .remove-product,
.info-icon .shrinked-search-icon.fa-search:before,
.info-icon .site-search .fa-close:before,
.info-icon .site-search .fa-search:before,
.info-icon .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.info-icon .suspicious-header .header:before,
.info-icon footer .row-newsletter-subscription .newsletter-error-msg .logo,
.info-icon footer .row-newsletter-subscription .newsletter-success-msg .logo,
.ingredients-list .custom-checkbox .info-icon .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .info-icon .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .info-icon .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .info-icon .icon-header-region-selection-inactive,
.menu-toggleable-left.in .info-icon .dropdown-toggle:after,
.mobile-side-bar .info-icon i.back-to-list,
.mobile-side-bar .info-icon i.view-more,
.multilevel-dropdown .info-icon .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .info-icon .icon-hamburger-active-close,
.navbar-header .navbar-toggler .info-icon .icon-hamburger-inactive,
.product-detail .info-icon .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .info-icon .custom-selectbox:after,
.product-tile .info-icon .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .info-icon .panel-headng:after,
.site-search .info-icon .fa-close:before,
.site-search .info-icon .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .info-icon .custom-selectbox:after,
.suspicious-header .info-icon .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .info-icon .logo,
footer .row-newsletter-subscription .newsletter-success-msg .info-icon .logo {
    border-radius: 1.25rem;
    background-color: transparent;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.info-icon:hover .tooltip {
    display: block
}

.info-icon .tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    padding: .312rem;
    border-radius: 0;
    background-color: #444;
    color: #fff;
    font-size: .928rem;
    min-width: 20rem;
    max-width: 15rem;
    -webkit-transform: translate(-50%, -.625em);
    transform: translate(-50%, -.625em);
    left: 50%;
    margin-left: 4px;
    -webkit-animation: fade-in .5s linear forwards;
    animation: fade-in .5s linear forwards
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.info-icon .tooltip:before {
    content: " ";
    position: absolute;
    display: block;
    height: 1.25em;
    left: 0;
    bottom: -1.25em;
    width: 100%
}

.info-icon .tooltip:after {
    border-left: .625em solid transparent;
    border-right: .625em solid transparent;
    border-top: .625em solid #444;
    bottom: -.625em;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.container-timeline {
    margin-bottom: 92px;
    margin-bottom: 5.75rem
}

@media (max-width:991.98px) {
    .container-timeline {
        padding-left: 16px;
        padding-left: 1rem;
        padding-right: 16px;
        padding-right: 1rem
    }
}

.container-timeline .timeline-title {
    text-align: center;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
    color: #be0216;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .container-timeline .timeline-title {
        line-height: 36px;
        line-height: 2.25rem
    }
}

.container-timeline .timeline-wrap {
    position: relative
}

.container-timeline .timeline-wrap:before {
    width: 1px;
    width: .0625rem;
    content: "";
    border-right: 1px solid #f1f1f1;
    position: absolute;
    bottom: 0;
    height: 100%;
    left: calc(50% - 1px)
}

@media (max-width:991.98px) {
    .container-timeline .timeline-wrap:before {
        display: none
    }
}

.container-timeline .timeline-wrap .row {
    padding-bottom: 32px;
    padding-bottom: 2rem
}

.container-timeline .timeline-wrap .row:nth-of-type(2n) {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.container-timeline .timeline-wrap .row:nth-of-type(2n) .img-wrap {
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 0
}

@media (max-width:991.98px) {
    .container-timeline .timeline-wrap .row:nth-of-type(2n) .img-wrap {
        padding-left: 0
    }
}

.container-timeline .timeline-wrap .row:nth-of-type(2n) .img-wrap:after {
    left: -16px;
    left: -1rem;
    border-top: 3px solid #9c0011
}

@media (max-width:991.98px) {
    .container-timeline .timeline-wrap .row:nth-of-type(2n) .img-wrap:after {
        left: calc(50% - 2px);
        border-left: 2px solid #9c0011;
        border-top: none
    }
}

@media (min-width:992px) {
    .container-timeline .timeline-wrap .row {
        margin: 0 -30px;
        margin: 0 -1.875rem
    }
}

.container-timeline .timeline-wrap .img-wrap {
    padding-right: 32px;
    padding-right: 2rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    height: 100%
}

@media (max-width:991.98px) {
    .container-timeline .timeline-wrap .img-wrap {
        padding: initial
    }
}

.container-timeline .timeline-wrap .img-wrap:after {
    width: 48px;
    width: 3rem;
    height: 1px;
    height: .0625rem;
    right: -16px;
    right: -1rem;
    content: "";
    border-top: 3px solid #9c0011;
    position: absolute;
    top: calc(50% - 2px)
}

@media (max-width:991.98px) {
    .container-timeline .timeline-wrap .img-wrap:after {
        top: 100%;
        left: calc(50% - 2px);
        border-left: 2px solid #9c0011;
        border-top: none;
        height: 40px;
        height: 2.5rem;
        width: 3px;
        width: .1875rem
    }
}

.container-timeline .timeline-wrap .img-wrap img {
    width: 100%
}

.container-timeline .timeline-wrap .brief-wrap .heading {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    color: #be0216;
    text-transform: capitalize;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 31px;
    line-height: 1.9375rem;
    letter-spacing: 4.4px;
    letter-spacing: .275rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (min-width:992px) {
    .container-timeline .timeline-wrap .brief-wrap .heading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 4.8px;
        letter-spacing: .3rem
    }
}

@media (max-width:991.98px) {
    .container-timeline .timeline-wrap .brief-wrap {
        padding: 50px 0 0;
        padding: 3.125rem 0 0
    }
}

.container-timeline .timeline-wrap .brief-wrap .sub-heading {
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19px;
    line-height: 1.1875rem;
    letter-spacing: 3.2px;
    letter-spacing: .2rem;
    margin-bottom: 10px;
    margin-bottom: .625rem
}

.container-timeline .timeline-wrap .brief-wrap .brief {
    color: #fff;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.container-timeline .timeline-wrap .brief-wrap .btn-primary {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 38px;
    line-height: 2.375rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    color: #be0216;
    border: 1px solid #be0216;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    width: 100%
}

.container-timeline .timeline-wrap .brief-wrap .btn-primary:hover {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border: 1px solid #be0216 !important;
    outline: none !important;
    box-shadow: none !important
}

.container-timeline .timeline-wrap .brief-wrap .btn-primary:active,
.container-timeline .timeline-wrap .brief-wrap .btn-primary:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: 1px solid #9d9d9c !important;
    outline: none !important;
    box-shadow: none !important
}

.container-timeline .timeline-wrap .brief-wrap .btn-primary.disabled,
.container-timeline .timeline-wrap .brief-wrap .btn-primary:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: 1px solid #f1f1f1 !important;
    outline: none !important;
    box-shadow: none !important
}

@media (min-width:768px) {
    .container-timeline .timeline-wrap .brief-wrap .btn-primary {
        width: 350px;
        width: 21.875rem
    }
}

.container-timeline .timeline-wrap .brief-wrap .text-center .load-more {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 37px;
    line-height: 2.3125rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 50px;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.container-timeline .timeline-wrap .brief-wrap .text-center .load-more:hover {
    background-color: #9c0011 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.container-timeline .timeline-wrap .brief-wrap .text-center .load-more:active,
.container-timeline .timeline-wrap .brief-wrap .text-center .load-more:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.container-timeline .timeline-wrap .brief-wrap .text-center .load-more.disabled,
.container-timeline .timeline-wrap .brief-wrap .text-center .load-more:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

@media (min-width:992px) {
    .container-timeline .timeline-wrap .row:nth-child(odd) .brief-wrap {
        padding-left: 31px;
        padding-left: 1.9375rem
    }

    .container-timeline .timeline-wrap .row:nth-child(2n) .brief-wrap {
        padding-right: 31px;
        padding-right: 1.9375rem
    }
}

@media (max-width:991.98px) {
    .anchor-nav .anchor-txt a {
        background-color: #be0216;
        color: #fff
    }
}

@media (max-width:991.98px) {
    .anchor-nav .anchor-txt a.highlight-selected {
        background-color: transparent;
        color: #fff
    }

    .anchor-nav .anchor-txt a.highlight-selected:hover {
        background-color: #be0216;
        color: #fff
    }
}

.add-to-wishlist .label span {
    display: none
}

.add-to-wishlist .label.label-active .in-wishlist,
.add-to-wishlist .label.label-inactive .not-in-wishlist {
    display: inline-block
}

.add-to-wishlist-messages {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 1070
}

.add-to-wishlist-messages .add-to-wishlist-alert {
    padding: 16px;
    padding: 1rem;
    -webkit-animation: fade 3s linear forwards;
    animation: fade 3s linear forwards;
    box-shadow: 1px 1px 5px grey
}

#changeRegionModal {
    z-index: 1060
}

#changeRegionModal .modal-dialog {
    max-width: 550px;
    max-width: 34.375rem
}

@media (max-width:767.98px) {
    #changeRegionModal .modal-dialog {
        max-width: 350px;
        max-width: 21.875rem;
        margin: auto
    }
}

#changeRegionModal .modal-header {
    border-bottom: none
}

#changeRegionModal .modal-body {
    padding: 30px;
    padding: 1.875rem
}

#changeRegionModal .modal-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 37px;
    line-height: 2.3125rem;
    color: #fff
}

#changeRegionModal p {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

@media (max-width:767.98px) {
    #changeRegionModal p {
        font-size: 22px;
        font-size: 1.375rem
    }
}

#changeRegionModal p br {
    display: none
}

#changeRegionModal .text-right button {
    width: 90px;
    width: 5.625rem
}

#changeRegionModal .buttons-container button {
    width: 47%
}

#changeRegionModal .buttons-container button.change-region-confirmation-btn {
    float: left;
    background-color: #2a2a2a
}

#changeRegionModal .buttons-container button.change-region-confirmation-btn:hover {
    background-color: #4d4d4d !important
}

#changeRegionModal .buttons-container button.change-region-confirmation-btn:active {
    background-color: #9d9d9c !important
}

@media (max-width:767.98px) {
    #changeRegionModal .buttons-container button.change-region-confirmation-btn {
        margin-bottom: 30px;
        margin-bottom: 1.875rem
    }
}

#changeRegionModal .buttons-container .owl-carousel.content-banner-carousel .item .content .action button.btn,
#changeRegionModal .buttons-container button.btn-outline-primary,
#changeRegionModal .buttons-container button.btn-outline-white-primary,
.owl-carousel.content-banner-carousel .item .content .action #changeRegionModal .buttons-container button.btn {
    float: right
}

@media (max-width:767.98px) {
    #changeRegionModal .buttons-container button {
        width: 100%;
        float: none
    }
}

#addNewDeliveryAddressModal .custom-checkbox .custom-control-input:focus,
#edit-account-address .custom-checkbox .custom-control-input:focus,
#editDeliveryAddressModal .custom-checkbox .custom-control-input:focus,
#paypalAccordion .custom-checkbox .custom-control-input:focus,
.container-wineplan-wrapper .custom-checkbox .custom-control-input:focus,
.ingredients-list .custom-checkbox .custom-control-input:focus {
    box-shadow: none
}

#addNewDeliveryAddressModal .custom-checkbox .custom-control-label,
#edit-account-address .custom-checkbox .custom-control-label,
#editDeliveryAddressModal .custom-checkbox .custom-control-label,
#paypalAccordion .custom-checkbox .custom-control-label,
.container-wineplan-wrapper .custom-checkbox .custom-control-label,
.ingredients-list .custom-checkbox .custom-control-label {
    margin: 8px 15px;
    margin: .5rem .9375rem
}

#addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#edit-account-address .custom-checkbox .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#paypalAccordion .custom-checkbox .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.ingredients-list .custom-checkbox .custom-control-label:before {
    border: none;
    box-shadow: none
}

#addNewDeliveryAddressModal .custom-checkbox .custom-control-label:after,
#edit-account-address .custom-checkbox .custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .custom-control-label:after,
#paypalAccordion .custom-checkbox .custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .custom-control-label:after,
.ingredients-list .custom-checkbox .custom-control-label:after {
    width: 28px;
    height: 28px
}

#addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:before,
#edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:before,
#paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent
}

.alert-danger {
    background: inherit;
    border: none;
    padding: 0;
    color: red
}

.alert-danger a {
    color: #be0216
}

.alert-danger .close {
    padding: 0
}

.form-control {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    border: none;
    border-bottom: 1px solid #9d9d9c;
    border-radius: 0 !important;
    height: 40px !important;
    padding-top: 10px;
    padding-top: .625rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem
}

@media screen and (device-aspect-ratio:2/3) {
    .form-control {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:40/71) {
    .form-control {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:375/667) {
    .form-control {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio:9/16) {
    .form-control {
        font-size: 16px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) {
    .form-control {
        font-size: 16px
    }
}

.form-control.is-invalid {
    color: #4d4d4d !important
}

.form-control.is-invalid:-ms-input-placeholder {
    color: red
}

.form-control.is-invalid::-webkit-input-placeholder {
    color: red
}

.form-control.is-invalid::placeholder {
    color: red
}

.form-group .form-control {
    padding-left: 9px;
    padding-left: .5625rem
}

.form-group.required .form-control {
    padding-left: 15px;
    padding-left: .9375rem
}

.form-group.required.floating-label-control {
    padding-left: 9px;
    padding-left: .5625rem
}

.selectbox {
    position: relative
}

.selectbox.floating-label .custom-selectbox {
    padding: 21px 40px 4px 9px;
    padding: 1.3125rem 2.5rem .25rem .5625rem
}

.custom-selectbox.disabled,
.custom-select option.disabled,
.selectbox-option.disabled {
    pointer-events: none;
    color: #6c757d;
    background: #e9ecef
}

.custom-selectbox {
    background: none
}

.custom-select {
    visibility: hidden
}

.custom-select,
.custom-selectbox,
.custom-select option,
.selectbox-option {
    text-align: left;
    line-height: 28px;
    line-height: 1.75rem;
    min-height: 40px;
    min-height: 2.5rem
}

.custom-select,
.custom-selectbox {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    border: none;
    border-bottom: 1px solid #9d9d9c;
    color: #c4c4c4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 14px 40px 4px 15px;
    padding: .875rem 2.5rem .25rem .9375rem
}

.custom-select:after,
.custom-selectbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 10px 0 0;
    -webkit-transform: scale(.931);
    transform: scale(.931)
}

.custom-select.active,
.custom-selectbox.active {
    border-bottom: 1px solid #2a2a2a
}

.selectbox-options {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    top: 40px;
    top: 2.5rem
}

.custom-select:focus,
.custom-selectbox:focus {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #2a2a2a
}

.custom-select option,
.selectbox-option {
    background-color: #fff;
    padding: 14px 9px;
    padding: .875rem .5625rem
}

.custom-select option:hover,
.selectbox-option:hover {
    background-color: #f1f1f1;
    color: #2d2d2d
}

textarea,
textarea.form-control {
    border: 1px solid #9d9d9c;
    padding: 24px 9px 15px !important
}

textarea.form-control:focus,
textarea:focus {
    border: 1px solid #2a2a2a
}

.experience-component .form-control {
    background-color: #2a2a2a;
    color: #c4c4c4
}

.experience-component .custom-select {
    color: #c4c4c4
}

.experience-component .custom-select option,
.experience-component .selectbox-option {
    color: #4d4d4d
}

.experience-component textarea,
.experience-component textarea.form-control {
    border: 1px solid #9d9d9c
}

.penf-full-width {
    width: 100%
}

.margin-15 {
    margin: 15px;
    margin: .9375rem
}

.container-tealium-wrapper {
    background-color: #fff;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 20px;
    padding-top: 1.25rem
}

.container-tealium-wrapper .container {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem
}

.container-tealium-wrapper .container .row .col-left p {
    color: #4d4d4d;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

.container-tealium-wrapper .container .row .col-left .cookie-header {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-right: 44px;
    padding-right: 2.75rem
}

@media (max-width:1024.98px) {
    .container-tealium-wrapper .container .row .col-left .cookie-header {
        padding-right: 14px;
        padding-right: .875rem
    }
}

#loginShowModal .container-tealium-wrapper .container .row .col-left .cookie-header .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .container-tealium-wrapper .container .row .col-left .cookie-header .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .container-tealium-wrapper .container .row .col-left .cookie-header h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .container-tealium-wrapper .container .row .col-left .cookie-header .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .container-tealium-wrapper .container .row .col-left .cookie-header h3,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .h1,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.container-tealium-wrapper .container .row .col-left .cookie-header h1 {
    text-transform: uppercase;
    font-style: normal;
    color: #be0216;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 90px;
    margin-bottom: 5.625rem
}

@media (min-width:768px) {

    #loginShowModal .container-tealium-wrapper .container .row .col-left .cookie-header .h1,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .container-tealium-wrapper .container .row .col-left .cookie-header .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .container-tealium-wrapper .container .row .col-left .cookie-header h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .container-tealium-wrapper .container .row .col-left .cookie-header .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .container-tealium-wrapper .container .row .col-left .cookie-header h3,
    .container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .h1,
    .container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .container-tealium-wrapper .container .row .col-left .cookie-header h1 {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 56px;
        line-height: 3.5rem
    }
}

#loginShowModal .container-tealium-wrapper .container .row .col-left .cookie-header .h1:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .container-tealium-wrapper .container .row .col-left .cookie-header .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .container-tealium-wrapper .container .row .col-left .cookie-header h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .container-tealium-wrapper .container .row .col-left .cookie-header .h3:after,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .container-tealium-wrapper .container .row .col-left .cookie-header h3:after,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .h1:after,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3:after,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3:after,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3:after,
.container-tealium-wrapper .container .row .col-left .cookie-header #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3:after,
.container-tealium-wrapper .container .row .col-left .cookie-header h1:after {
    content: "";
    border-bottom: 2px solid #9d9d9c;
    position: relative;
    display: block;
    width: 40px;
    width: 2.5rem;
    top: 40px;
    top: 2.5rem
}

.container-tealium-wrapper .container .row .col-left .cookie-header p {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem
}

.container-tealium-wrapper .container .row .col-left .cookie-header p.header {
    border-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 4.8px;
    letter-spacing: .3rem
}

@media (max-width:991.98px) {
    .container-tealium-wrapper .container .row .col-left .cookie-header p.header {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 31px;
        line-height: 1.9375rem;
        letter-spacing: 4.4px;
        letter-spacing: .275rem
    }
}

.container-tealium-wrapper .container .row .col-left .cookie-header .btn-accept-cookies {
    text-transform: uppercase;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    letter-spacing: .7px;
    letter-spacing: .04375rem
}

.container-tealium-wrapper .container .row .col-left .cookie-preference-body {
    margin-top: 100px;
    margin-top: 6.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-right: 44px;
    padding-right: 2.75rem
}

@media (max-width:991.98px) {
    .container-tealium-wrapper .container .row .col-left .cookie-preference-body {
        padding-right: 0
    }
}

.container-tealium-wrapper .container .row .col-left .cookie-preference-body input:-moz-ui-invalid,
.container-tealium-wrapper .container .row .col-left .cookie-preference-body input:invalid {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.container-tealium-wrapper .container .row .col-left .cookie-preference-body .custom-checkbox {
    display: inline-table;
    max-width: 50px;
    max-width: 3.125rem
}

.container-tealium-wrapper .container .row .col-left .cookie-preference-body .custom-checkbox .custom-control-input:active~.custom-control-label:after,
.container-tealium-wrapper .container .row .col-left .cookie-preference-body .custom-checkbox .custom-control-input:active~.custom-control-label:before,
.container-tealium-wrapper .container .row .col-left .cookie-preference-body .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:after,
.container-tealium-wrapper .container .row .col-left .cookie-preference-body .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: transparent
}

@media (max-width:991.98px) {
    .container-tealium-wrapper .container .row .col-left .cookie-preference-body .custom-checkbox .custom-control-label {
        padding-right: 45px;
        padding-right: 2.8125rem
    }
}

@media (min-width:768px) {

    .container-tealium-wrapper .container .row .col-left .cookie-preference-body .custom-checkbox .custom-control-label:after,
    .container-tealium-wrapper .container .row .col-left .cookie-preference-body .custom-checkbox .custom-control-label:before {
        right: 0;
        left: 0
    }
}

#loginShowModal .container-tealium-wrapper .container .row .col-left .cookie-preference-body .h2,
.container-tealium-wrapper .container .row .col-left .cookie-preference-body #loginShowModal .h2,
.container-tealium-wrapper .container .row .col-left .cookie-preference-body h2 {
    color: #4d4d4d;
    text-transform: capitalize;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 4.8px;
    letter-spacing: .3rem
}

@media (max-width:991.98px) {

    #loginShowModal .container-tealium-wrapper .container .row .col-left .cookie-preference-body .h2,
    .container-tealium-wrapper .container .row .col-left .cookie-preference-body #loginShowModal .h2,
    .container-tealium-wrapper .container .row .col-left .cookie-preference-body h2 {
        margin: -20px 0 20px 60px;
        margin: -1.25rem 0 1.25rem 3.75rem;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 31px;
        line-height: 1.9375rem;
        letter-spacing: 4.4px;
        letter-spacing: .275rem
    }
}

@media (max-width:1024.98px) {
    .container-tealium-wrapper .container .row .col-left .cookie-preference-body .col-11 {
        margin-top: -6px;
        margin-top: -.375rem
    }
}

@media (min-width:992px) {
    .container-tealium-wrapper .container .row .col-left .cookie-preference-body .col-11 {
        padding-left: 25px;
        padding-left: 1.5625rem
    }
}

.container-tealium-wrapper .container .row .col-left .cookie-footer {
    padding-right: 44px;
    padding-right: 2.75rem;
    padding-bottom: 10px;
    padding-bottom: .625rem
}

@media (max-width:1024.98px) {
    .container-tealium-wrapper .container .row .col-left .cookie-footer {
        padding-right: 14px;
        padding-right: .875rem
    }
}

#loginShowModal .container-tealium-wrapper .container .row .col-left .cookie-footer .h2,
.container-tealium-wrapper .container .row .col-left .cookie-footer #loginShowModal .h2,
.container-tealium-wrapper .container .row .col-left .cookie-footer h2 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem
}

.container-tealium-wrapper .container .row .col-left .cookie-footer p {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #4d4d4d;
    font-size: 18px;
    font-size: 1.125rem
}

.container-tealium-wrapper .container .row .col-left .cookie-footer .btn-save-cookies {
    font-size: 14px;
    font-size: .875rem;
    line-height: 38px;
    line-height: 2.375rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    height: 50px;
    border-radius: 0;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-top: 72px;
    margin-top: 4.5rem
}

.container-tealium-wrapper .container .row .col-left .cookie-footer .btn-save-cookies:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.container-tealium-wrapper .container .row .col-left .cookie-footer .btn-save-cookies.disabled,
.container-tealium-wrapper .container .row .col-left .cookie-footer .btn-save-cookies:active,
.container-tealium-wrapper .container .row .col-left .cookie-footer .btn-save-cookies:disabled,
.container-tealium-wrapper .container .row .col-left .cookie-footer .btn-save-cookies:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.container-tealium-wrapper .container .row button.btn-block {
    text-transform: uppercase;
    width: 91%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (min-width:992px) {
    .container-tealium-wrapper .container .row button.btn-block {
        width: 260px;
        width: 16.25rem;
        max-width: 260px;
        max-width: 16.25rem
    }
}

.cookie-banner-footer {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 15
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .cookie-banner-footer {
        background: rgba(0, 0, 0, .4)
    }
}

.no-click-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1112;
    opacity: 0
}

.cookie-overlay {
    /* -webkit-filter: blur(3px);
    filter: blur(3px) */
}

footer .cookie-consent-wrapper {
    position: fixed;
    z-index: 9;
    background-color: #fff;
    bottom: 0;
    color: #000
}

footer .cookie-consent-wrapper .cc-banner {
    margin: 20px;
    margin: 1.25rem
}

footer .cookie-consent-wrapper .cc-banner a,
footer .cookie-consent-wrapper .cc-banner a:active,
footer .cookie-consent-wrapper .cc-banner a:focus,
footer .cookie-consent-wrapper .cc-banner a:visited {
    font-weight: 700;
    color: #be0216
}

footer .cookie-consent-wrapper .cc-banner .manage-preference .row {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

footer .cookie-consent-wrapper .cc-banner .manage-preference .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: transparent
}

footer .cookie-consent-wrapper .cc-banner .cc-manage-preference {
    left: 30px;
    top: 3px
}

@media (max-width:991.98px) {
    footer .cookie-consent-wrapper .cc-banner .cc-manage-preference {
        left: 40px
    }
}

@media (min-width:768px) {
    footer .cookie-consent-wrapper .cc-banner .cc-button {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        padding: 0
    }
}

footer .cookie-consent-wrapper .cc-banner .cc-button button.btn-block {
    height: 50px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    letter-spacing: .7px;
    letter-spacing: .04375rem;
    font-size: 14px;
    font-size: .875rem
}

footer .cookie-consent-wrapper .cc-banner .cc-button button.btn-block.btn-primary {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc
}

footer .cookie-consent-wrapper .cc-banner .cc-button button.btn-block.btn-accept-cookies {
    margin-right: 7px;
    margin-right: .4375rem
}

@media (min-width:768px) {
    footer .cookie-consent-wrapper .cc-banner .cc-button button.btn-block {
        width: 50%;
        margin: 0 auto
    }
}

.check-wine-wrapper {
    min-height: 500px;
    min-height: 31.25rem
}

@media (min-width:992px) {
    .check-wine-wrapper .container {
        padding-left: 0;
        padding-right: 0
    }
}

.brand-protection-image-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    margin-top: 1.5rem
}

@media (min-width:992px) {
    .brand-protection-image-wrapper {
        width: 48%;
        margin-top: 50px;
        margin-top: 3.125rem
    }
}

.brand-protection-image-wrapper img {
    margin-left: auto;
    margin-right: auto
}

.brand-protection-content-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-top: 3.125rem
}

@media (min-width:992px) {
    .brand-protection-content-wrapper {
        width: 50%;
        position: absolute
    }
}

.brand-protection-content-wrapper .check-wine-header {
    font-weight: 400;
    color: #be0116;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 37px;
    line-height: 2.3125rem
}

@media (min-width:992px) {
    .brand-protection-content-wrapper .check-wine-header {
        font-weight: 500;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 49px;
        line-height: 3.0625rem
    }
}

.brand-protection-content-wrapper .check-wine-header:after {
    content: "";
    position: relative;
    display: block;
    border-bottom: 2px solid #aaaeae;
    width: 40px;
    width: 2.5rem;
    margin: 30px 2px;
    margin: 1.875rem .125rem
}

@media (min-width:992px) {
    .brand-protection-content-wrapper .check-wine-header:after {
        margin: 40px 2px;
        margin: 2.5rem .125rem
    }
}

.brand-protection-content-wrapper .check-wine-content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem
}

.brand-protection-content-wrapper .brand-protection-pin-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-top: 1.875rem
}

@media (min-width:992px) {
    .brand-protection-content-wrapper .brand-protection-pin-wrapper {
        margin-top: 40px;
        margin-top: 2.5rem
    }
}

.brand-protection-content-wrapper .brand-protection-pin-wrapper .number {
    height: 100%
}

.brand-protection-content-wrapper .brand-protection-pin-wrapper .number input.number {
    left: -1000px;
    left: -62.5rem;
    position: absolute;
    opacity: 0;
    caret-color: transparent;
    font-size: 1rem;
    line-height: 1.5;
    width: 48px;
    width: 3rem;
    height: 64px;
    height: 4rem
}

.brand-protection-content-wrapper .brand-protection-pin-wrapper .number:first-of-type .number-value {
    margin-left: 0
}

.brand-protection-content-wrapper .brand-protection-pin-wrapper .number:last-of-type .number-value {
    margin-right: 0
}

.brand-protection-content-wrapper .number-value {
    width: 48px;
    width: 3rem;
    height: 64px;
    height: 4rem;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 64px;
    line-height: 4rem;
    margin: 0 4px;
    margin: 0 .25rem;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    background-color: transparent;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    border: 1px solid #9d9d9c;
    color: #2a2a2a
}

.brand-protection-content-wrapper .number-value.form-error {
    border: 1px solid #d62020 !important
}

.brand-protection-content-wrapper .number-value.focus:before {
    content: "_";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: blinker .4s infinite alternate;
    animation: blinker .4s infinite alternate
}

.brand-protection-content-wrapper .number-value.filled {
    background-color: transparent;
    border: 1px solid #2a2a2a
}

.brand-protection-content-wrapper .check-wine-button {
    font-weight: 500;
    width: 100%;
    font-size: 12px;
    font-size: .75rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .7px;
    letter-spacing: .04375rem;
    margin: 30px 0 20px;
    margin: 1.875rem 0 1.25rem
}

@media (min-width:992px) {
    .brand-protection-content-wrapper .check-wine-button {
        width: 270px;
        width: 16.875rem
    }
}

.brand-protection-content-wrapper .check-wine-button.loader:after {
    content: "";
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear;
    margin-left: 8px;
    margin-left: .5rem
}

.suspicious-bottle-wrapper {
    margin-top: 10px;
    margin-top: .625rem
}

@media (min-width:992px) {
    .suspicious-bottle-wrapper {
        margin-top: 20px;
        margin-top: 1.25rem
    }
}

.suspicious-header .header {
    text-align: center;
    color: #ff9500;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 1px;
    letter-spacing: .0625rem
}

@media (max-width:991.98px) {
    .suspicious-header .header {
        margin-left: -40px;
        margin-left: -2.5rem
    }
}

.suspicious-header .header:before {
    content: "";
    position: relative;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    top: -6px;
    top: -.375rem;
    left: -5px;
    left: -.3125rem
}

.suspicious-header .header:after {
    content: "";
    position: relative;
    display: block;
    border-bottom: 2px solid #aaaeae;
    width: 40px;
    width: 2.5rem;
    margin: 10px auto 22px;
    margin: .625rem auto/16px/rem 1.375rem
}

.suspicious-header .hint {
    font-weight: 400;
    text-align: right;
    color: #aaaeae;
    font-size: 12px;
    font-size: .75rem;
    line-height: 21px;
    line-height: 1.3125rem;
    margin-top: 25px;
    margin-top: 1.5625rem
}

@media (min-width:992px) {
    .suspicious-header .hint {
        margin-top: 40px;
        margin-top: 2.5rem
    }
}

.suspicious-header .content {
    margin: auto;
    text-align: center;
    max-width: 550px;
    max-width: 34.375rem
}

.suspicious-header .content p {
    margin: auto;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 21px;
    line-height: 1.3125rem
}

@media (min-width:992px) {
    .suspicious-header .content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

.suspicious-header .content p:first-of-type {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.authentic-wrapper .header-wrapper {
    padding-top: 25px;
    padding-top: 1.5625rem
}

@media (min-width:992px) {
    .authentic-wrapper .header-wrapper {
        padding-top: 50px;
        padding-top: 3.125rem
    }
}

.authentic-wrapper .header-wrapper .authentic-header {
    text-align: center;
    color: #35c759;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 1px;
    letter-spacing: .0625rem
}

@media (max-width:991.98px) {
    .authentic-wrapper .header-wrapper .authentic-header {
        margin-left: -40px;
        margin-left: -2.5rem
    }
}

.authentic-wrapper .header-wrapper .authentic-header:before {
    content: "";
    position: relative;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    top: -6px;
    top: -.375rem;
    left: -5px;
    left: -.3125rem
}

.authentic-wrapper .header-wrapper .authentic-header:after {
    content: "";
    position: relative;
    display: block;
    border-bottom: 2px solid #aaaeae;
    width: 40px;
    width: 2.5rem;
    margin: 10px auto 22px;
    margin: .625rem auto/16px/rem 1.375rem
}

.authentic-wrapper .header-wrapper .authentic-content {
    margin: auto;
    text-align: center;
    max-width: 550px;
    max-width: 34.375rem
}

.authentic-wrapper .header-wrapper .authentic-content p {
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    line-height: 21px;
    line-height: 1.3125rem
}

@media (min-width:992px) {
    .authentic-wrapper .header-wrapper .authentic-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

.authentic-wrapper .content-main-wrapper {
    width: 100%
}

@media (max-width:991.98px) {
    .authentic-wrapper .content-main-wrapper {
        padding-left: 15px;
        padding-left: .9375rem;
        padding-right: 15px;
        padding-right: .9375rem
    }
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }
}

.authentic-wrapper .content-main-wrapper .image-wrapper {
    width: 100%;
    margin: 25px 0 20px;
    margin: 1.5625rem 0 1.25rem
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .image-wrapper {
        width: 50%;
        min-height: 620px;
        min-height: 38.75rem;
        margin: 50px 65px 146px 0;
        margin: 3.125rem 4.0625rem 9.125rem 0
    }
}

.authentic-wrapper .content-main-wrapper .image-wrapper img {
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
    max-width: 16.875rem
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .image-wrapper img {
        max-width: 396px;
        max-width: 24.75rem
    }
}

.authentic-wrapper .content-main-wrapper .image-wrapper .sku-label {
    color: #aaaeae;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    line-height: 21px;
    line-height: 1.3125rem;
    margin-top: 20px;
    margin-top: 1.25rem
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .image-wrapper .sku-label {
        display: none
    }
}

.authentic-wrapper .content-main-wrapper .content-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper {
        width: 50%
    }
}

.authentic-wrapper .content-main-wrapper .content-wrapper .collection-name {
    color: #4d4d4d;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

@media (max-width:991.98px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .collection-name {
        font-weight: 500;
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem;
        letter-spacing: .4px;
        letter-spacing: .025rem
    }
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .collection-name {
        font-weight: 700;
        font-size: 12px;
        font-size: .75rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: .6px;
        letter-spacing: .0375rem;
        max-width: 270px;
        max-width: 16.875rem
    }
}

.authentic-wrapper .content-main-wrapper .content-wrapper .product-name {
    color: #be0216;
    font-weight: 400;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

@media (max-width:991.98px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .product-name {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
        letter-spacing: .8px;
        letter-spacing: .05rem
    }
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .product-name {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem;
        letter-spacing: .6px;
        letter-spacing: .0375rem;
        max-width: 270px;
        max-width: 16.875rem
    }
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn {
    width: 100%
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .btn {
        width: 270px;
        width: 16.875rem
    }
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-primary-btn {
    font-size: 12px;
    font-size: .75rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #be0116;
    color: #fff;
    border: 1px solid #be0116;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-primary-btn:hover {
    background-color: #9c0011 !important;
    color: #fff !important;
    border: 1px solid #9c0011 !important;
    outline: none !important;
    box-shadow: none !important
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-primary-btn:active,
.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-primary-btn:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: 1px solid #de808a !important;
    outline: none !important;
    box-shadow: none !important
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-primary-btn.disabled,
.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-primary-btn:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: 1px solid #9d9d9c !important;
    outline: none !important;
    box-shadow: none !important
}

@media (max-width:991.98px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-primary-btn {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-primary-btn {
        margin-bottom: 10px;
        margin-bottom: .625rem
    }
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-secondary-btn {
    font-size: 12px;
    font-size: .75rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid #2a2a2a;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-secondary-btn:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: 1px solid #4d4d4d !important;
    outline: none !important;
    box-shadow: none !important
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-secondary-btn:active,
.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-secondary-btn:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: 1px solid #9d9d9c !important;
    outline: none !important;
    box-shadow: none !important
}

.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-secondary-btn.disabled,
.authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-secondary-btn:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: 1px solid #f1f1f1 !important;
    outline: none !important;
    box-shadow: none !important
}

@media (max-width:991.98px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-secondary-btn {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:992px) {
    .authentic-wrapper .content-main-wrapper .content-wrapper .btn.authentic-secondary-btn {
        margin-bottom: 10px;
        margin-bottom: .625rem
    }
}

.authentic-wrapper .discover-carousel .text-content {
    text-align: center;
    margin: 30px;
    margin: 1.875rem
}

#loginShowModal .authentic-wrapper .discover-carousel .text-content .h1,
#loginShowModal .authentic-wrapper .discover-carousel .text-content .h2,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .authentic-wrapper .discover-carousel .text-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .authentic-wrapper .discover-carousel .text-content h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .authentic-wrapper .discover-carousel .text-content .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .authentic-wrapper .discover-carousel .text-content h3,
.authentic-wrapper .discover-carousel .text-content #loginShowModal .h1,
.authentic-wrapper .discover-carousel .text-content #loginShowModal .h2,
.authentic-wrapper .discover-carousel .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.authentic-wrapper .discover-carousel .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.authentic-wrapper .discover-carousel .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.authentic-wrapper .discover-carousel .text-content #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.authentic-wrapper .discover-carousel .text-content h1,
.authentic-wrapper .discover-carousel .text-content h2 {
    color: #fff
}

.authentic-wrapper .discover-carousel .owl-nav .owl-next,
.authentic-wrapper .discover-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0
}

@media (max-width:991.98px) {

    .authentic-wrapper .discover-carousel .owl-nav .owl-next,
    .authentic-wrapper .discover-carousel .owl-nav .owl-prev {
        display: none
    }
}

.authentic-wrapper .discover-carousel .owl-dots {
    display: none
}

.check-wine-action .error-message {
    color: #d62020;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 20px 0 0;
    margin: 1.25rem 0 0
}

@media (min-width:992px) {
    .check-wine-action .error-message {
        font-size: 14px;
        font-size: .875rem;
        line-height: 21px;
        line-height: 1.3125rem
    }
}

.check-wine-action .error-message .pin-attempts-left-warning {
    font-weight: 700
}

.check-wine-action .check-wine-help-text {
    color: #9d9d9c;
    font-style: italic;
    font-size: 12px;
    font-size: .75rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

.suspicious-contact-form {
    margin-top: 25px;
    margin-top: 1.5625rem
}

@media (min-width:992px) {
    .suspicious-contact-form {
        margin-top: 20px;
        margin-top: 1.25rem
    }
}

.suspicious-contact-form form .row {
    vertical-align: top;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:992px) {
    .suspicious-contact-form form .row {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: inline-flex;
        width: 50%;
        min-height: 80px;
        min-height: 5rem
    }

    .suspicious-contact-form form .row:nth-child(2n) {
        float: right;
        padding-left: 10px;
        padding-left: .625rem
    }

    .suspicious-contact-form form .row:nth-child(odd) {
        float: left;
        padding-right: 10px;
        padding-right: .625rem
    }
}

.suspicious-contact-form form .row .form-group {
    width: 100%;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

@media (min-width:992px) {
    .suspicious-contact-form form .row .form-group {
        margin-bottom: 0
    }
}

.suspicious-contact-form form .row .form-group .form-control {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .4px;
    letter-spacing: .025rem
}

.suspicious-contact-form form .row .form-group .form-control.is-invalid {
    border-color: #be0116 !important
}

.suspicious-contact-form form .row .form-group .form-control.is-invalid:-ms-input-placeholder {
    color: #4d4d4d
}

.suspicious-contact-form form .row .form-group .form-control.is-invalid::-webkit-input-placeholder {
    color: #4d4d4d
}

.suspicious-contact-form form .row .form-group .form-control.is-invalid::placeholder {
    color: #4d4d4d
}

.suspicious-contact-form form .row .form-group .invalid-feedback {
    color: #be0116;
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
    letter-spacing: .4px;
    letter-spacing: .025rem
}

.suspicious-contact-form form .row .form-group .invalid-feedback,
.suspicious-contact-form form .row .form-group input,
.suspicious-contact-form form .row .form-group select {
    padding-left: 0;
    padding-right: 0
}

.suspicious-contact-form form .row .form-group label {
    top: 0;
    left: 0
}

.suspicious-contact-form form .row .form-group .custom-selectbox {
    padding-left: 0;
    padding-right: 0
}

.suspicious-contact-form form .row .form-group .selectbox-options {
    overflow-y: auto;
    scrollbar-width: thin;
    height: 324px;
    height: 20.25rem
}

.suspicious-contact-form form .row .form-group .selectbox-options::-webkit-scrollbar {
    width: 5px;
    width: .3125rem;
    background-color: #fff
}

.suspicious-contact-form form .row .form-group .selectbox-options::-webkit-scrollbar-thumb {
    background: #9d9d9c;
    border-radius: 10px
}

.suspicious-contact-form form .row .form-group .selectbox-options::-webkit-scrollbar-track {
    background: #fff
}

.suspicious-contact-form form .row .form-group.custom-input.required label:after {
    color: #4d4d4d;
    left: auto
}

.suspicious-contact-form form .row .form-group.custom-input.required:not(.floating-label):after {
    display: none
}

.suspicious-contact-form form .row .form-group.custom-input.required.floating-label.error-input label {
    color: #4d4d4d !important;
    top: 0;
    left: 0
}

.suspicious-contact-form form .row .form-group.custom-input.required.floating-label.error-input label:after {
    display: block;
    position: absolute;
    content: "*";
    font-weight: 700;
    color: #4d4d4d;
    top: 0;
    left: 100%
}

.suspicious-contact-form form .row .form-group.custom-input.required.floating-label.error-input .custom-selectbox {
    border-color: #be0116 !important
}

.suspicious-contact-form form .row.warning-msg {
    float: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0;
    min-height: auto;
    font-size: 12px;
    font-size: .75rem;
    line-height: 18px;
    line-height: 1.125rem;
    max-width: 680px;
    max-width: 42.5rem
}

.suspicious-contact-form form .row.warning-msg p {
    margin-top: 30px;
    margin-top: 1.875rem
}

@media (min-width:992px) {
    .suspicious-contact-form form .row.warning-msg p {
        margin-top: 40px;
        margin-top: 2.5rem
    }
}

.suspicious-contact-form form .row.form-action {
    float: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 0;
    min-height: auto;
    margin: 30px auto 50px;
    margin: 1.875rem auto/16px/rem 3.125rem
}

@media (min-width:992px) {
    .suspicious-contact-form form .row.form-action {
        max-width: 270px;
        max-width: 16.875rem;
        margin: 40px auto 100px;
        margin: 2.5rem auto/16px/rem 6.25rem
    }
}

.brand-protection-maintenance-wrapper,
.suspicious-thankyou-msg {
    text-align: center
}

@media (min-width:992px) {

    .brand-protection-maintenance-wrapper,
    .suspicious-thankyou-msg {
        padding-top: 20px;
        padding-top: 1.25rem;
        min-height: 800px;
        min-height: 50rem
    }
}

.brand-protection-maintenance-wrapper .header,
.suspicious-thankyou-msg .header {
    color: #be0116;
    text-transform: none;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem
}

@media (min-width:992px) {

    .brand-protection-maintenance-wrapper .header,
    .suspicious-thankyou-msg .header {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 49px;
        line-height: 3.0625rem
    }
}

.brand-protection-maintenance-wrapper .header:after,
.suspicious-thankyou-msg .header:after {
    content: "";
    position: relative;
    display: block;
    border-bottom: 2px solid #aaaeae;
    width: 40px;
    width: 2.5rem;
    margin: 30px auto;
    margin: 1.875rem auto/16px/rem
}

@media (min-width:992px) {

    .brand-protection-maintenance-wrapper .header:after,
    .suspicious-thankyou-msg .header:after {
        margin: 40px auto;
        margin: 2.5rem auto/16px/rem
    }
}

.brand-protection-maintenance-wrapper p,
.suspicious-thankyou-msg p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 21px;
    line-height: 1.3125rem
}

@media (min-width:992px) {

    .brand-protection-maintenance-wrapper p,
    .suspicious-thankyou-msg p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

.brand-protection-maintenance-wrapper {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

.brand-protection-maintenance-wrapper .header {
    margin: 20px 25px 0;
    margin: 1.25rem 1.5625rem 0
}

@media (min-width:992px) {
    .brand-protection-maintenance-wrapper .header {
        max-width: 550px;
        max-width: 34.375rem;
        margin: 50px auto 0;
        margin: 3.125rem auto/16px/rem 0
    }
}

.brand-protection-maintenance-wrapper p {
    max-width: 90%;
    margin: 0 auto 16px;
    margin: 0 auto/16px/rem 1rem
}

@media (min-width:992px) {
    .brand-protection-maintenance-wrapper p {
        margin-left: 20%;
        margin-right: 20%
    }
}

.brand-protection-landing-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    max-width: 43.75rem;
    margin-top: 30px;
    margin-top: 1.875rem
}

.brand-protection-landing-wrapper .header {
    font-weight: 400;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 3.2px;
    letter-spacing: .2rem
}

@media (min-width:992px) {
    .brand-protection-landing-wrapper .header {
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 56px;
        line-height: 3.5rem;
        letter-spacing: 5.6px;
        letter-spacing: .35rem
    }
}

.brand-protection-landing-wrapper .header:after {
    content: "";
    position: relative;
    display: block;
    border-bottom: 2px solid #aaaeae;
    width: 40px;
    width: 2.5rem;
    margin: 30px auto;
    margin: 1.875rem auto/16px/rem
}

@media (min-width:992px) {
    .brand-protection-landing-wrapper .header:after {
        margin: 40px auto;
        margin: 2.5rem auto/16px/rem
    }
}

.brand-protection-landing-wrapper .landing-image-wrapper {
    padding-top: 50px;
    padding-top: 3.125rem
}

.brand-protection-landing-wrapper .landing-image-wrapper img {
    max-width: 100%
}

.brand-protection-consent-toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 30px
}

.brand-protection-consent-toggle .form-group.custom-control {
    padding: 0
}

#addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
#paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .custom-control-label:before,
.authentic-wrapper .header-wrapper .authentic-header:before,
.brand-protection-content-wrapper .check-wine-button.loader:after,
.close i.close-modal,
.close i.remove-product,
.container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .custom-control-label:before,
.custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .custom-control-label:before,
.custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .custom-control-label:before,
.custom-select:after,
.custom-selectbox:after,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.header-banner ul.user-navigation li .icon-account-header-white,
.header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .icon-wishlist-header-white,
.icon,
.ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.menu-toggleable-left.in .dropdown-toggle:after,
.mobile-side-bar i.back-to-list,
.mobile-side-bar i.view-more,
.multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .icon-hamburger-active-close,
.navbar-header .navbar-toggler .icon-hamburger-inactive,
.product-detail .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.product-tile .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng.collapsed:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.remove-product,
.shrinked-search-icon.fa-search:before,
.site-search .fa-close:before,
.site-search .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.suspicious-header .header:before,
footer .row-newsletter-subscription .newsletter-error-msg .logo,
footer .row-newsletter-subscription .newsletter-success-msg .logo {
    background: url("../images/sprite.svg") no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.icon-sub {
    background: url("../../images/sprite.svg") no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.icon-Component_52_–_1 {
    background-position: 60.49382716049383% 42.666666666666664%;
    width: 54px;
    height: 54px
}

.icon-a-carousel-arrow-hover-left,
.snippet-banner-carousel .owl-nav button.owl-prev:hover i.icon-a-carousel-arrow-left,
.snippet-carousel .owl-carousel .owl-nav button.owl-prev:hover i.icon-a-carousel-arrow-left,
.snippet-discover-carousel .owl-carousel .owl-nav button.owl-prev:hover i.icon-a-carousel-arrow-left,
.snippet-imglist-carousel .owl-carousel .owl-nav button.owl-prev:hover i.icon-a-carousel-arrow-left {
    background-position: 27.018633540372672% 61.33892617449664%;
    width: 58px;
    height: 58px
}

.icon-a-carousel-arrow-hover-right,
.snippet-banner-carousel .owl-nav button.owl-next:hover i.icon-a-carousel-arrow-right,
.snippet-carousel .owl-carousel .owl-nav button.owl-next:hover i.icon-a-carousel-arrow-right,
.snippet-discover-carousel .owl-carousel .owl-nav button.owl-next:hover i.icon-a-carousel-arrow-right,
.snippet-imglist-carousel .owl-carousel .owl-nav button.owl-next:hover i.icon-a-carousel-arrow-right {
    background-position: 54.037267080745345% 61.33892617449664%;
    width: 58px;
    height: 58px
}

.icon-a-carousel-arrow-left {
    background-position: 69.25465838509317% 0;
    width: 58px;
    height: 58px
}

.icon-a-carousel-arrow-right {
    background-position: 27.018633540372672% 71.07046979865771%;
    width: 58px;
    height: 58px
}

.icon-a-logo-drinkwise-tall-light {
    background-position: 0 30.43%;
    width: 104px;
    height: 54px
}

.header-banner ul.user-navigation li .icon-account-header-white,
.icon-account-header-dark {
    background-position: 99.11790520772381% 17.299324356398046%;
    width: 18.4px;
    height: 22.01px
}

.icon-account-header-white {
    background-position: 99.11790520772381% 20.781645569620252%;
    width: 18.4px;
    height: 22px
}

.icon-account-logout {
    background-position: 99.78939617083947% 6.549920760697306%;
    width: 23px;
    height: 23px
}

.icon-add-item-inactive {
    background-position: 25.748502994011975% 95.09354838709676%;
    width: 34px;
    height: 34px
}

.brand-protection-content-wrapper .check-wine-button.loader:after,
.icon-add-to-cart-loader {
    background-position: 50.53687315634218% 20.261904761904763%;
    width: 24px;
    height: 24px
}

.icon-add-to-cart-success {
    background-position: 54.25219508595883% 24.29921384896371%;
    width: 24.35px;
    height: 24.35px
}

.icon-alert {
    background-position: 35.9882005899705% 99.29841269841269%;
    width: 24px;
    height: 24px
}

.icon-alert-big {
    background-position: 71.42857142857143% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-arrow-down-line-dark-nobg {
    background-position: 99.20497803806735% 81.06084243369737%;
    width: 19px;
    height: 13px
}

.icon-arrow-down-line-gray {
    background-position: 99.32568128179193% 74.83257621879831%;
    width: 19.83px;
    height: 13.41px
}

.icon-arrow-down-line-light-nobg,
.menu-toggleable-left.in .dropdown-toggle:after,
.multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after {
    background-position: 99.32568128179193% 79.01934154451367%;
    width: 19.83px;
    height: 13.41px
}

.icon-arrow-down-line-red {
    background-position: 0 71.07046979865771%;
    width: 58px;
    height: 58px
}

.icon-arrow-down-line-red-nobg {
    background-position: 99.32568128179193% 76.92595888165599%;
    width: 19.83px;
    height: 13.41px
}

.custom-select:after,
.custom-selectbox:after,
.experience-component .custom-select:after,
.icon-arrow-down-line-white {
    background-position: 69.25465838509317% 48.65771812080537%;
    width: 58px;
    height: 58px
}

.icon-arrow-down-triangle-light {
    background-position: 99.05994152046783% 90.43613707165112%;
    width: 18px;
    height: 12px
}

.icon-arrow-down-wide-dark,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng.collapsed:after {
    background-position: 8.333333333333334% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.icon-arrow-left-carousel-white {
    background-position: 98.19855072463768% 83.74213836477989%;
    width: 12px;
    height: 18px
}

.icon-arrow-left-dark {
    background-position: 69.25465838509317% 38.92617449664429%;
    width: 58px;
    height: 58px
}

.icon-arrow-left-dtn-white-small {
    background-position: 92.44712990936556% 18.729641693811075%;
    width: 40px;
    height: 40px
}

.icon-arrow-right-carousel-white {
    background-position: 99.9376811594203% 83.74213836477989%;
    width: 12px;
    height: 18px
}

.icon-arrow-right-dark {
    background-position: 69.25465838509317% 29.19463087248322%;
    width: 58px;
    height: 58px
}

.icon-arrow-right-dtn-white-small {
    background-position: 92.44712990936556% 12.214983713355048%;
    width: 40px;
    height: 40px
}

.icon-arrow-round-down {
    background-position: 54.12979351032448% 41.52063492063492%;
    width: 24px;
    height: 24px
}

.icon-arrow-round-up {
    background-position: 28.908554572271388% 99.29841269841269%;
    width: 24px;
    height: 24px
}

.icon-arrow-up-line-red {
    background-position: 36.024844720496894% 71.07046979865771%;
    width: 58px;
    height: 58px
}

.icon-arrow-up-line-red-nobg {
    background-position: 99.32568128179193% 72.73919355594062%;
    width: 19.83px;
    height: 13.41px
}

.custom-select.active:after,
.custom-selectbox.active:after,
.icon-arrow-up-line-white {
    background-position: 69.25465838509317% 9.731543624161073%;
    width: 58px;
    height: 58px
}

.icon-arrow-up-triangle-dark {
    background-position: 99.05994152046783% 85.76323987538943%;
    width: 18px;
    height: 12px
}

.icon-arrow-up-wide-dark,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after {
    background-position: 33.333333333333336% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.authentic-wrapper .header-wrapper .authentic-header:before,
.icon-authentic,
footer .row-newsletter-subscription .newsletter-error-msg .logo,
footer .row-newsletter-subscription .newsletter-success-msg .logo {
    background-position: 10.21021021021021% 95.40129449838186%;
    width: 36px;
    height: 36px
}

.icon-badge-100 {
    background-position: 50% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.icon-badge-90 {
    background-position: 66.66666666666667% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.icon-badge-91 {
    background-position: 75% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.icon-badge-92 {
    background-position: 86.11111111111111% 0;
    width: 54px;
    height: 54px
}

.icon-badge-93 {
    background-position: 86.11111111111111% 18%;
    width: 54px;
    height: 54px
}

.icon-badge-94 {
    background-position: 86.11111111111111% 27%;
    width: 54px;
    height: 54px
}

.icon-badge-95 {
    background-position: 86.11111111111111% 36%;
    width: 54px;
    height: 54px
}

.icon-badge-96 {
    background-position: 86.11111111111111% 45%;
    width: 54px;
    height: 54px
}

.icon-badge-97 {
    background-position: 86.11111111111111% 54%;
    width: 54px;
    height: 54px
}

.icon-badge-98 {
    background-position: 86.11111111111111% 63%;
    width: 54px;
    height: 54px
}

.icon-badge-99 {
    background-position: 86.11111111111111% 72%;
    width: 54px;
    height: 54px
}

.icon-badge-bronze {
    background-position: 0 89.26333333333332%;
    width: 54px;
    height: 54px
}

.icon-badge-gold {
    background-position: 8.333333333333334% 89.26333333333332%;
    width: 54px;
    height: 54px
}

.icon-badge-silver {
    background-position: 16.666666666666668% 89.26333333333332%;
    width: 54px;
    height: 54px
}

.icon-badge-trophy {
    background-position: 44.89164086687307% 70.83277591973244%;
    width: 56px;
    height: 56px
}

.icon-blockquote-icon {
    background-position: 92.86798179059181% 0;
    width: 43px;
    height: 33px
}

.icon-cart-dark {
    background-position: 24.620060790273556% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-cart-empty {
    background-position: 84.80243161094225% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-cart-full {
    background-position: 78.11550151975683% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-cart-full-hover {
    background-position: 9.006211180124224% 61.33892617449664%;
    width: 58px;
    height: 58px
}

.icon-cart-full-mobile-checkout {
    background-position: 18.012422360248447% 61.33892617449664%;
    width: 58px;
    height: 58px
}

.icon-caution,
.suspicious-header .header:before {
    background-position: 4.804804804804805% 95.40129449838186%;
    width: 36px;
    height: 36px
}

#addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.icon-checkbox-active,
.ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-position: 90.20771513353115% 94.18210862619807%;
    width: 28px;
    height: 28px
}

#addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#edit-account-address .custom-checkbox .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
#paypalAccordion .custom-checkbox .custom-control-label:before,
.container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.custom-checkbox-twe .custom-control-label:before,
.icon-checkbox-inactive,
.ingredients-list .custom-checkbox .custom-control-label:before {
    background-position: 39.528023598820056% 99.29841269841269%;
    width: 24px;
    height: 24px
}

.icon-checkbox-light-tick-active {
    background-position: 98.77113702623906% 95.09375000000003%;
    width: 16px;
    height: 14px
}

.icon-circle-arrow-down {
    background-position: 99.64264705882353% 52.110759493670884%;
    width: 22px;
    height: 22px
}

.icon-circle-arrow-down-red {
    background-position: 99.20497803806735% 10.194928684627575%;
    width: 19px;
    height: 23px
}

.icon-circle-arrow-up {
    background-position: 99.64264705882353% 31.224683544303797%;
    width: 22px;
    height: 22px
}

.icon-circle-arrow-up-red {
    background-position: 99.64264705882353% 38.186708860759495%;
    width: 22px;
    height: 22px
}

.close:hover i.remove-product,
.close i.remove-product,
.icon-close,
.remove-product,
.remove-product:hover {
    background-position: 99.35043988269794% 66.2397476340694%;
    width: 20px;
    height: 20px
}

.icon-cross_icon {
    background-position: 4.154302670623146% 99.9329073482428%;
    width: 28px;
    height: 28px
}

.icon-delivery-circle {
    background-position: 58.333333333333336% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.icon-down-arrow,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after {
    background-position: 41.31547619047619% 24.440894568690094%;
    width: 30px;
    height: 28px
}

.icon-download-file {
    background-position: 37.993920972644375% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-dtn-download-button {
    background-position: 99.78939617083947% 13.818037974683545%;
    width: 23px;
    height: 22px
}

.icon-facebook-circle {
    background-position: 86.11111111111111% 9%;
    width: 54px;
    height: 54px
}

.icon-food-pairing-bbq {
    background-position: 39.96913580246913% 40.09830508474576%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-beef {
    background-position: 31.635802469135804% 40.09830508474576%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-cheese {
    background-position: 23.30246913580247% 40.09830508474576%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-chicken {
    background-position: 14.969135802469136% 40.09830508474576%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-curedMeat {
    background-position: 50% 51.115254237288134%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-dessert {
    background-position: 0 51.115254237288134%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-duck {
    background-position: 60.49382716049383% 32.54237288135593%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-fish {
    background-position: 60.49382716049383% 21.694915254237287%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-lamb {
    background-position: 33.333333333333336% 51.115254237288134%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-pasta {
    background-position: 16.666666666666668% 51.115254237288134%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-pizza {
    background-position: 48.30246913580247% 40.09830508474576%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-pork {
    background-position: 8.333333333333334% 51.115254237288134%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-salad {
    background-position: 25% 51.115254237288134%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-seafood {
    background-position: 41.666666666666664% 51.115254237288134%;
    width: 54px;
    height: 64px
}

.icon-food-pairing-spicyFood {
    background-position: 60.49382716049383% 0;
    width: 54px;
    height: 64px
}

.icon-food-pairing-vegetables {
    background-position: 60.49382716049383% 10.847457627118644%;
    width: 54px;
    height: 64px
}

.icon-hamburger-active-close {
    background-position: 45.03105590062112% 61.33892617449664%;
    width: 58px;
    height: 58px
}

.icon-hamburger-inactive {
    background-position: 36.024844720496894% 61.33892617449664%;
    width: 58px;
    height: 58px
}

.icon-header-language-selection-active {
    background-position: 99.64264705882353% 34.70569620253165%;
    width: 22px;
    height: 22px
}

.icon-header-language-selection-inactive {
    background-position: 99.64264705882353% 55.59177215189873%;
    width: 22px;
    height: 22px
}

.header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.icon-header-region-selection-active {
    background-position: 98.77113702623906% 41.66772151898735%;
    width: 16px;
    height: 22px
}

.icon-header-region-selection-inactive {
    background-position: 98.77113702623906% 45.148734177215196%;
    width: 16px;
    height: 22px
}

.icon-info-red-circle {
    background-position: 99.64264705882353% 48.62974683544304%;
    width: 22px;
    height: 22px
}

.icon-input-calendar {
    background-position: 96.4043389311629% 0;
    width: 22.57px;
    height: 24px
}

.icon-input-calendar-black {
    background-position: 96.4043389311629% 3.8095238095238093%;
    width: 22.57px;
    height: 24px
}

.icon-instagram-circle {
    background-position: 0 80.26333333333334%;
    width: 54px;
    height: 54px
}

.icon-invite-header-white {
    background-position: 43.067846607669615% 99.14104595879554%;
    width: 24px;
    height: 23px
}

.icon-language-mobile {
    background-position: 91.61676646706587% 74.51298701298701%;
    width: 34px;
    height: 38px
}

.icon-linkedin-circle {
    background-position: 77.77777777777777% 63%;
    width: 54px;
    height: 54px
}

.icon-mail-circle {
    background-position: 77.77777777777777% 54%;
    width: 54px;
    height: 54px
}

.icon-mail-dark {
    background-position: 77.77777777777777% 45%;
    width: 54px;
    height: 54px
}

.icon-mail-dark-no-bg {
    background-position: 42.05952380952381% 20.261904761904763%;
    width: 30px;
    height: 24px
}

.icon-mail-light {
    background-position: 77.77777777777777% 18%;
    width: 54px;
    height: 54px
}

.icon-mail-light-nobg {
    background-position: 46.523809523809526% 20.261904761904763%;
    width: 30px;
    height: 24px
}

.icon-minicart-white {
    background-position: 76.59574468085107% 70.93596059113301%;
    width: 44px;
    height: 45px
}

.icon-minus-dark {
    background-position: 8.308605341246292% 99.9329073482428%;
    width: 28px;
    height: 28px
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.icon-minus-dark-grey {
    background-position: 73.55126300148588% 94.18210862619807%;
    width: 29px;
    height: 28px
}

.icon-minus-light {
    background-position: 99.35043988269794% 60.7962962962963%;
    width: 20px;
    height: 6px
}

.icon-minus-red {
    background-position: 99.35043988269794% 67.89506172839506%;
    width: 20px;
    height: 6px
}

.icon-minus_icon_white {
    background-position: 50.24404761904762% 24.440894568690094%;
    width: 30px;
    height: 28px
}

.icon-my-account-address-book {
    background-position: 91.61676646706587% 49.83766233766234%;
    width: 34px;
    height: 38px
}

.icon-my-account-invitations {
    background-position: 91.61676646706587% 56.006493506493506%;
    width: 34px;
    height: 38px
}

.icon-my-account-order-status {
    background-position: 91.61676646706587% 62.175324675324674%;
    width: 34px;
    height: 38px
}

.icon-my-account-password {
    background-position: 91.61676646706587% 68.34415584415585%;
    width: 34px;
    height: 38px
}

.icon-my-account-past-orders {
    background-position: 91.61676646706587% 37.5%;
    width: 34px;
    height: 38px
}

.icon-my-account-payment-methods {
    background-position: 91.61676646706587% 80.68181818181819%;
    width: 34px;
    height: 38px
}

.icon-my-account-profile {
    background-position: 91.61676646706587% 43.66883116883117%;
    width: 34px;
    height: 38px
}

.icon-my-account-rewards-balance {
    background-position: 46.10778443113772% 95.09354838709676%;
    width: 34px;
    height: 34px
}

.icon-my-account-wine-plans {
    background-position: 91.61676646706587% 31.33116883116883%;
    width: 34px;
    height: 38px
}

.icon-my-account-wishlist {
    background-position: 92.3076923076923% 25.162337662337663%;
    width: 39px;
    height: 38px
}

.icon-password-toggle-active {
    background-position: 69.25465838509317% 19.463087248322147%;
    width: 58px;
    height: 58px
}

.icon-password-toggle-active-nobg {
    background-position: 99.93657817109144% 3.769613771655646%;
    width: 24px;
    height: 17.33px
}

.icon-password-toggle-default {
    background-position: 0 61.33892617449664%;
    width: 58px;
    height: 58px
}

.icon-password-toggle-default-nobg {
    background-position: 90.26548672566372% 89.68539431730724%;
    width: 24px;
    height: 17.33px
}

.icon-payment-amex-color {
    background-position: 92.72727272727273% 5.392156862745098%;
    width: 42px;
    height: 42px
}

.icon-payment-discover-color {
    background-position: 45.749613601236476% 29.54368932038835%;
    width: 55px;
    height: 36px
}

.icon-payment-mastercard-color {
    background-position: 16.300940438871475% 29.915454187966965%;
    width: 64px;
    height: 43.68px
}

.icon-payment-paypal-color {
    background-position: 25.5133214920071% 17.326732673267326%;
    width: 139px;
    height: 48px
}

.icon-payment-paypal-light {
    background-position: 0 40.16638370118846%;
    width: 97px;
    height: 65px
}

.icon-payment-paypal-light-no-background {
    background-position: 45.00636942675159% 16.63102874792112%;
    width: 74px;
    height: 22.65px
}

.icon-payment-visa-color {
    background-position: 36.36363636363637% 29.662724200675854%;
    width: 64px;
    height: 38.48px
}

.icon-payment-visa-light-no-background {
    background-position: 26.33228840125392% 29.662724200675854%;
    width: 64px;
    height: 38.48px
}

.icon-payment-wechatpay-color {
    background-position: 25.288732394366193% 24.440894568690094%;
    width: 134px;
    height: 28px
}

.icon-play-dark {
    background-position: 41.666666666666664% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.icon-play-gray {
    background-position: 24.92581602373887% 99.9329073482428%;
    width: 28px;
    height: 28px
}

.icon-play-icon-large {
    background-position: 16.666666666666668% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.icon-play-icon-small {
    background-position: 81.89910979228486% 94.18210862619807%;
    width: 28px;
    height: 28px
}

.icon-play-light-nobg {
    background-position: 77.77777777777777% 36%;
    width: 54px;
    height: 54px
}

#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.icon-plus-dark-grey {
    background-position: 69.24219910846953% 94.18210862619807%;
    width: 29px;
    height: 28px
}

.icon-plus-ligh {
    background-position: 0 99.9329073482428%;
    width: 28px;
    height: 28px
}

.icon-plus-light {
    background-position: 99.05994152046783% 88.45911949685537%;
    width: 18px;
    height: 18px
}

.icon-plus-red {
    background-position: 99.35043988269794% 70.34069400630915%;
    width: 20px;
    height: 20px
}

.icon-plus_icon_white {
    background-position: 45.779761904761905% 24.440894568690094%;
    width: 30px;
    height: 28px
}

.custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.icon-radio-active {
    background-position: 16.617210682492583% 99.9329073482428%;
    width: 28px;
    height: 28px
}

.custom-radio-twe .custom-control-label:before,
.icon-radio-inactive {
    background-position: 20.771513353115726% 99.9329073482428%;
    width: 28px;
    height: 28px
}

.icon-range-button {
    background-position: 98.77113702623906% 92.88401253918498%;
    width: 16px;
    height: 16px
}

.icon-recipe-cook-time {
    background-position: 51.19760479041916% 95.09354838709676%;
    width: 34px;
    height: 34px
}

.icon-recipe-copy-ingredients {
    background-position: 32.448377581120944% 99.29841269841269%;
    width: 24px;
    height: 24px
}

.icon-recipe-prep-time {
    background-position: 20.65868263473054% 95.09354838709676%;
    width: 34px;
    height: 34px
}

.icon-recipe-serves {
    background-position: 30.838323353293415% 95.09354838709676%;
    width: 34px;
    height: 34px
}

.icon-registration-award-winning-wines {
    background-position: 60.96004564496029% 59.15629702745999%;
    width: 35.99px;
    height: 36.01px
}

.icon-registration-exclusive-pricing {
    background-position: 91.89603135276363% 86.56957928802589%;
    width: 36.03px;
    height: 36px
}

.icon-registration-free-shipping {
    background-position: 0 95.40129449838186%;
    width: 32px;
    height: 36px
}

.icon-registration-inside-world {
    background-position: 52.7027027027027% 29.448387096774194%;
    width: 36px;
    height: 34px
}

.close:hover i.close-modal,
.icon-remove-from-cart-active {
    background-position: 69.25465838509317% 58.38926174496644%;
    width: 58px;
    height: 58px
}

.close i.close-modal,
.icon-remove-from-cart-inactive {
    background-position: 9.006211180124224% 71.07046979865771%;
    width: 58px;
    height: 58px
}

.icon-remove-from-cart-inactive-transparent {
    background-position: 60.49382716049383% 51.666666666666664%;
    width: 54px;
    height: 54px
}

.icon-search-dark {
    background-position: 44.680851063829785% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-search-dark-long {
    background-position: 60.62407132243685% 94.33279999999999%;
    width: 29px;
    height: 29px
}

.icon-search-dtn-dark {
    background-position: 99.93657817109144% 0;
    width: 24px;
    height: 24px
}

.icon-search-header-active,
.shrinked-search-icon.fa-search:before,
.site-search .fa-search:before {
    background-position: 12.462908011869436% 99.9329073482428%;
    width: 28px;
    height: 28px
}

.icon-search-header-close,
.site-search .fa-close:before {
    background-position: 99.44084064692242% 58.94407780479333%;
    width: 20.62px;
    height: 20.62px
}

.icon-search-header-inactive {
    background-position: 18.012422360248447% 71.07046979865771%;
    width: 58px;
    height: 58px
}

.icon-search-white {
    background-position: 64.74164133738601% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-site-logo-desktop-alternative {
    background-position: 38.73517786561265% 0;
    width: 196px;
    height: 105px
}

.icon-site-logo-desktop-main {
    background-position: 0 0;
    width: 196px;
    height: 105px
}

.icon-site-logo-mobile-main {
    background-position: 0 18.21588425106693%;
    width: 143.64px;
    height: 77.58px
}

.icon-speech-circle {
    background-position: 61.72993827160494% 70.59666666666666%;
    width: 54px;
    height: 54px
}

.icon-spinner-order-processing {
    background-position: 25% 80.26333333333334%;
    width: 54px;
    height: 54px
}

.icon-step-active {
    background-position: 64.93313521545319% 94.33279999999999%;
    width: 29px;
    height: 29px
}

.icon-step-complete {
    background-position: 54.07669616519174% 20.261904761904763%;
    width: 24px;
    height: 24px
}

.icon-step-incomplete {
    background-position: 77.74480712166172% 94.18210862619807%;
    width: 28px;
    height: 28px
}

.custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.icon-toggle-active {
    background-position: 85.3211009174312% 80.95238095238095%;
    width: 48px;
    height: 24px
}

.custom-checkbox-toggle .custom-control-label:before,
.icon-toggle-inactive {
    background-position: 85.3211009174312% 77.14285714285714%;
    width: 48px;
    height: 24px
}

.icon-twitter-circle {
    background-position: 77.77777777777777% 27%;
    width: 54px;
    height: 54px
}

.icon-twitter-light {
    background-position: 77.77777777777777% 9%;
    width: 54px;
    height: 54px
}

.icon-weibo-circle {
    background-position: 53.395885738977455% 70.5978432973883%;
    width: 54.01px;
    height: 54.01px
}

.icon-white-arrow,
.mobile-side-bar i.back-to-list,
.mobile-side-bar i.view-more {
    background-position: 98.48401162790698% 63.08517350157729%;
    width: 14px;
    height: 20px
}

.icon-white-close,
.navbar-header .navbar-toggler .icon-hamburger-active-close {
    background-position: 56.11940298507463% 94.7877813504823%;
    width: 32px;
    height: 32px
}

.icon-white-hamburger,
.navbar-header .navbar-toggler .icon-hamburger-inactive {
    background-position: 69.10350076103501% 69.43934426229508%;
    width: 45px;
    height: 44px
}

.icon-white-location,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive {
    background-position: 86.05341246290801% 94.18210862619807%;
    width: 28px;
    height: 28px
}

.icon-white-login,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white {
    background-position: 54.20974889217134% 37.6120826709062%;
    width: 25px;
    height: 25px
}

.icon-wine-plan-summary-eachpercase {
    background-position: 41.01796407185629% 95.09354838709676%;
    width: 34px;
    height: 34px
}

.icon-wine-plan-summary-month {
    background-position: 15.568862275449101% 95.09354838709676%;
    width: 34px;
    height: 34px
}

.icon-wine-plan-summary-winetype {
    background-position: 35.92814371257485% 95.09354838709676%;
    width: 34px;
    height: 34px
}

.icon-wishlist-active {
    background-position: 31.306990881458965% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.header-banner ul.user-navigation li .icon-wishlist-header-white,
.icon-wishlist-header-dark {
    background-position: 99.64264705882353% 27.74367088607595%;
    width: 22px;
    height: 22px
}

.icon-wishlist-header-white {
    background-position: 99.64264705882353% 24.2626582278481%;
    width: 22px;
    height: 22px
}

.icon-wishlist-hover,
.product-detail .add-to-wishlist:hover:after,
.product-tile .add-to-wishlist:hover:after {
    background-position: 58.05471124620061% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-wishlist-inactive {
    background-position: 51.367781155015194% 87.79999999999998%;
    width: 44px;
    height: 44px
}

.icon-youtube-circle {
    background-position: 77.77777777777777% 0;
    width: 54px;
    height: 54px
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.custom-selectbox.disabled,
.custom-select option.disabled,
.noselect,
.selectbox-option.disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-primary {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none
}

.btn-primary:hover {
    background-color: #9c0011 !important
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #be0216 !important
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-outline-primary,
.btn-outline-white-primary,
.owl-carousel.content-banner-carousel .item .content .action .btn {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #4d4d4d;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.btn-outline-primary:hover,
.btn-outline-white-primary:hover,
.owl-carousel.content-banner-carousel .item .content .action .btn:hover {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-white-primary:active,
.btn-outline-white-primary:focus,
.owl-carousel.content-banner-carousel .item .content .action .btn:active,
.owl-carousel.content-banner-carousel .item .content .action .btn:focus {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-white-primary:disabled,
.disabled.btn-outline-white-primary,
.owl-carousel.content-banner-carousel .item .content .action .btn:disabled,
.owl-carousel.content-banner-carousel .item .content .action .disabled.btn {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-tertiary,
.content-tile.card .card-body .card-action .btn.btn-primary,
.content-tile .card .card-body .card-action .btn.btn-primary {
    position: relative;
    border: none;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    flex: 0 auto;
    height: auto;
    min-height: 0;
    display: inline-block;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #9c0011;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    background-color: transparent !important;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 2.25px;
    letter-spacing: .14062rem;
    padding-bottom: 8px;
    padding-bottom: .5rem;
    font-size: 15px;
    font-size: .9375rem
}

.btn-tertiary:before,
.content-tile.card .card-body .card-action .btn.btn-primary:before,
.content-tile .card .card-body .card-action .btn.btn-primary:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #be0216;
    transition: width .3s ease-out;
    width: 38px;
    width: 2.375rem
}

.btn-tertiary:hover,
.content-tile.card .card-body .card-action .btn.btn-primary:hover,
.content-tile .card .card-body .card-action .btn.btn-primary:hover {
    background-color: transparent !important;
    color: #be0216 !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important
}

.btn-tertiary:hover:before,
.content-tile.card .card-body .card-action .btn.btn-primary:hover:before,
.content-tile .card .card-body .card-action .btn.btn-primary:hover:before {
    width: 100%
}

.btn-tertiary:active,
.btn-tertiary:focus,
.content-tile.card .card-body .card-action .btn.btn-primary:active,
.content-tile .card .card-body .card-action .btn.btn-primary:active,
.content-tile.card .card-body .card-action .btn.btn-primary:focus,
.content-tile .card .card-body .card-action .btn.btn-primary:focus {
    background-color: transparent !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none
}

.btn-tertiary:active:before,
.btn-tertiary:focus:before,
.content-tile.card .card-body .card-action .btn.btn-primary:active:before,
.content-tile .card .card-body .card-action .btn.btn-primary:active:before,
.content-tile.card .card-body .card-action .btn.btn-primary:focus:before,
.content-tile .card .card-body .card-action .btn.btn-primary:focus:before {
    border-bottom: 2px solid #be0216 !important
}

.btn-tertiary.disabled,
.btn-tertiary:disabled,
.content-tile.card .card-body .card-action .btn.btn-primary:disabled,
.content-tile .card .card-body .card-action .btn.btn-primary:disabled,
.content-tile.card .card-body .card-action .disabled.btn.btn-primary,
.content-tile .card .card-body .card-action .disabled.btn.btn-primary {
    background-color: transparent !important;
    color: #9d9d9c !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-tertiary.disabled:hover:before,
.btn-tertiary:disabled:hover:before,
.content-tile.card .card-body .card-action .btn.btn-primary:disabled:hover:before,
.content-tile .card .card-body .card-action .btn.btn-primary:disabled:hover:before,
.content-tile.card .card-body .card-action .disabled.btn.btn-primary:hover:before,
.content-tile .card .card-body .card-action .disabled.btn.btn-primary:hover:before {
    border-bottom: 2px solid #9d9d9c !important;
    width: 38px !important
}

.btn-tertiary.disabled:before,
.btn-tertiary:disabled:before,
.content-tile.card .card-body .card-action .btn.btn-primary:disabled:before,
.content-tile .card .card-body .card-action .btn.btn-primary:disabled:before,
.content-tile.card .card-body .card-action .disabled.btn.btn-primary:before,
.content-tile .card .card-body .card-action .disabled.btn.btn-primary:before {
    border-bottom: 2px solid #9d9d9c !important
}

.btn-tertiary.light,
.btn-tertiary.reversed,
.content-tile.card .card-body .card-action .light.btn.btn-primary,
.content-tile .card .card-body .card-action .light.btn.btn-primary,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary {
    color: #fff
}

.btn-tertiary.light:before,
.btn-tertiary.reversed:before,
.content-tile.card .card-body .card-action .light.btn.btn-primary:before,
.content-tile .card .card-body .card-action .light.btn.btn-primary:before,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:before,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:before {
    border-bottom: 2px solid #fff !important
}

.btn-tertiary.light:hover,
.btn-tertiary.reversed:hover,
.content-tile.card .card-body .card-action .light.btn.btn-primary:hover,
.content-tile .card .card-body .card-action .light.btn.btn-primary:hover,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:hover,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:hover {
    color: #fff !important
}

.btn-tertiary.light:hover:before,
.btn-tertiary.reversed:hover:before,
.content-tile.card .card-body .card-action .light.btn.btn-primary:hover:before,
.content-tile .card .card-body .card-action .light.btn.btn-primary:hover:before,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:hover:before,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:hover:before {
    border-bottom-color: #fff !important
}

.btn-tertiary.light:active,
.btn-tertiary.light:focus,
.btn-tertiary.reversed:active,
.btn-tertiary.reversed:focus,
.content-tile.card .card-body .card-action .light.btn.btn-primary:active,
.content-tile .card .card-body .card-action .light.btn.btn-primary:active,
.content-tile.card .card-body .card-action .light.btn.btn-primary:focus,
.content-tile .card .card-body .card-action .light.btn.btn-primary:focus,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:active,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:active,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:focus,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:focus {
    color: #f1f1f1 !important
}

.btn-tertiary.light:active:before,
.btn-tertiary.light:focus:before,
.btn-tertiary.reversed:active:before,
.btn-tertiary.reversed:focus:before,
.content-tile.card .card-body .card-action .light.btn.btn-primary:active:before,
.content-tile .card .card-body .card-action .light.btn.btn-primary:active:before,
.content-tile.card .card-body .card-action .light.btn.btn-primary:focus:before,
.content-tile .card .card-body .card-action .light.btn.btn-primary:focus:before,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:active:before,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:active:before,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:focus:before,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:focus:before {
    border-bottom-color: #f1f1f1 !important
}

.btn-tertiary.light.disabled,
.btn-tertiary.light:disabled,
.btn-tertiary.reversed.disabled,
.btn-tertiary.reversed:disabled,
.content-tile.card .card-body .card-action .light.btn.btn-primary:disabled,
.content-tile .card .card-body .card-action .light.btn.btn-primary:disabled,
.content-tile.card .card-body .card-action .light.disabled.btn.btn-primary,
.content-tile .card .card-body .card-action .light.disabled.btn.btn-primary,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:disabled,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:disabled,
.content-tile.card .card-body .card-action .reversed.disabled.btn.btn-primary,
.content-tile .card .card-body .card-action .reversed.disabled.btn.btn-primary {
    color: #f1f1f1 !important
}

.btn-tertiary.light.disabled:before,
.btn-tertiary.light.disabled:hover:before,
.btn-tertiary.light:disabled:before,
.btn-tertiary.light:disabled:hover:before,
.btn-tertiary.reversed.disabled:before,
.btn-tertiary.reversed.disabled:hover:before,
.btn-tertiary.reversed:disabled:before,
.btn-tertiary.reversed:disabled:hover:before,
.content-tile.card .card-body .card-action .light.btn.btn-primary:disabled:before,
.content-tile .card .card-body .card-action .light.btn.btn-primary:disabled:before,
.content-tile.card .card-body .card-action .light.btn.btn-primary:disabled:hover:before,
.content-tile .card .card-body .card-action .light.btn.btn-primary:disabled:hover:before,
.content-tile.card .card-body .card-action .light.disabled.btn.btn-primary:before,
.content-tile .card .card-body .card-action .light.disabled.btn.btn-primary:before,
.content-tile.card .card-body .card-action .light.disabled.btn.btn-primary:hover:before,
.content-tile .card .card-body .card-action .light.disabled.btn.btn-primary:hover:before,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:disabled:before,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:disabled:before,
.content-tile.card .card-body .card-action .reversed.btn.btn-primary:disabled:hover:before,
.content-tile .card .card-body .card-action .reversed.btn.btn-primary:disabled:hover:before,
.content-tile.card .card-body .card-action .reversed.disabled.btn.btn-primary:before,
.content-tile .card .card-body .card-action .reversed.disabled.btn.btn-primary:before,
.content-tile.card .card-body .card-action .reversed.disabled.btn.btn-primary:hover:before,
.content-tile .card .card-body .card-action .reversed.disabled.btn.btn-primary:hover:before {
    border-bottom: 2px solid #f1f1f1 !important
}

.twe-checkbox {
    padding-left: 0
}

#addNewDeliveryAddressModal .custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#addNewDeliveryAddressModal .custom-checkbox .twe-checkbox .custom-control-label:before,
#edit-account-address .custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#edit-account-address .custom-checkbox .twe-checkbox .custom-control-label:before,
#editDeliveryAddressModal .custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#editDeliveryAddressModal .custom-checkbox .twe-checkbox .custom-control-label:before,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .twe-checkbox .increaseQty:after,
#miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .twe-checkbox .reduceQty:before,
#paypalAccordion .custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
#paypalAccordion .custom-checkbox .twe-checkbox .custom-control-label:before,
.authentic-wrapper .header-wrapper .twe-checkbox .authentic-header:before,
.brand-protection-content-wrapper .twe-checkbox .check-wine-button.loader:after,
.close .twe-checkbox i.close-modal,
.close .twe-checkbox i.remove-product,
.container-wineplan-wrapper .custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.container-wineplan-wrapper .custom-checkbox .twe-checkbox .custom-control-label:before,
.custom-checkbox-toggle .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-toggle .twe-checkbox .custom-control-label:before,
.custom-checkbox-twe .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-twe .twe-checkbox .custom-control-label:before,
.custom-radio-twe .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-radio-twe .twe-checkbox .custom-control-label:before,
.featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .twe-checkbox .custom-selectbox:after,
.header-banner ul.user-navigation li .twe-checkbox .icon-account-header-white,
.header-banner ul.user-navigation li .twe-checkbox .icon-header-region-selection-inactive,
.header-banner ul.user-navigation li .twe-checkbox .icon-wishlist-header-white,
.ingredients-list .custom-checkbox .twe-checkbox .custom-control-input:checked~.custom-control-label:after,
.ingredients-list .custom-checkbox .twe-checkbox .custom-control-label:before,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .twe-checkbox .icon-account-header-white,
.main-menu .mobile-footer-navigation .mobile-user-navigation li a i .twe-checkbox .icon-header-region-selection-inactive,
.menu-toggleable-left.in .twe-checkbox .dropdown-toggle:after,
.mobile-side-bar .twe-checkbox i.back-to-list,
.mobile-side-bar .twe-checkbox i.view-more,
.multilevel-dropdown .twe-checkbox .dropdown-item.dropdown>.dropdown-toggle:after,
.navbar-header .navbar-toggler .twe-checkbox .icon-hamburger-active-close,
.navbar-header .navbar-toggler .twe-checkbox .icon-hamburger-inactive,
.product-detail .twe-checkbox .add-to-wishlist:hover:after,
.product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .twe-checkbox .custom-selectbox:after,
.product-tile .twe-checkbox .add-to-wishlist:hover:after,
.quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .twe-checkbox .panel-headng:after,
.site-search .twe-checkbox .fa-close:before,
.site-search .twe-checkbox .fa-search:before,
.snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .twe-checkbox .custom-selectbox:after,
.suspicious-header .twe-checkbox .header:before,
.twe-checkbox #addNewDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox #addNewDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.twe-checkbox #edit-account-address .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox #edit-account-address .custom-checkbox .custom-control-label:before,
.twe-checkbox #editDeliveryAddressModal .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox #editDeliveryAddressModal .custom-checkbox .custom-control-label:before,
.twe-checkbox #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .increaseQty:after,
.twe-checkbox #miniCartShowModal .product-summary .minicart-products .card-body .product-line-item .product-line-item-details .quantity-form .quantity-wrapp .qty-box .reduceQty:before,
.twe-checkbox #paypalAccordion .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox #paypalAccordion .custom-checkbox .custom-control-label:before,
.twe-checkbox .authentic-wrapper .header-wrapper .authentic-header:before,
.twe-checkbox .brand-protection-content-wrapper .check-wine-button.loader:after,
.twe-checkbox .close i.close-modal,
.twe-checkbox .close i.remove-product,
.twe-checkbox .container-wineplan-wrapper .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox .container-wineplan-wrapper .custom-checkbox .custom-control-label:before,
.twe-checkbox .custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox .custom-checkbox-toggle .custom-control-label:before,
.twe-checkbox .custom-checkbox-twe .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox .custom-checkbox-twe .custom-control-label:before,
.twe-checkbox .custom-radio-twe .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox .custom-radio-twe .custom-control-label:before,
.twe-checkbox .custom-select:after,
.twe-checkbox .custom-selectbox:after,
.twe-checkbox .featured-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.twe-checkbox .header-banner ul.user-navigation li .icon-account-header-white,
.twe-checkbox .header-banner ul.user-navigation li .icon-header-region-selection-inactive,
.twe-checkbox .header-banner ul.user-navigation li .icon-wishlist-header-white,
.twe-checkbox .icon,
.twe-checkbox .ingredients-list .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.twe-checkbox .ingredients-list .custom-checkbox .custom-control-label:before,
.twe-checkbox .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-account-header-white,
.twe-checkbox .main-menu .mobile-footer-navigation .mobile-user-navigation li a i .icon-header-region-selection-inactive,
.twe-checkbox .menu-toggleable-left.in .dropdown-toggle:after,
.twe-checkbox .mobile-side-bar i.back-to-list,
.twe-checkbox .mobile-side-bar i.view-more,
.twe-checkbox .multilevel-dropdown .dropdown-item.dropdown>.dropdown-toggle:after,
.twe-checkbox .navbar-header .navbar-toggler .icon-hamburger-active-close,
.twe-checkbox .navbar-header .navbar-toggler .icon-hamburger-inactive,
.twe-checkbox .product-detail .add-to-wishlist:hover:after,
.twe-checkbox .product-recommendations .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.twe-checkbox .product-tile .add-to-wishlist:hover:after,
.twe-checkbox .quick-view-dialog .pannel-group .panel .accordion-heading-wrapper .panel-headng:after,
.twe-checkbox .remove-product,
.twe-checkbox .shrinked-search-icon.fa-search:before,
.twe-checkbox .site-search .fa-close:before,
.twe-checkbox .site-search .fa-search:before,
.twe-checkbox .snippet-product-carousel .product-tile .tile-footer .actions .penfold-addtocart-action .prices-selltypes .sellasTypeDropdown .custom-selectbox:after,
.twe-checkbox .suspicious-header .header:before,
.twe-checkbox footer .row-newsletter-subscription .newsletter-error-msg .logo,
.twe-checkbox footer .row-newsletter-subscription .newsletter-success-msg .logo,
footer .row-newsletter-subscription .newsletter-error-msg .twe-checkbox .logo,
footer .row-newsletter-subscription .newsletter-success-msg .twe-checkbox .logo {
    cursor: pointer
}

.twe-checkbox .checkbox-label {
    vertical-align: middle;
    cursor: pointer;
    padding-left: 5px;
    padding-left: .3125rem;
    line-height: 24px;
    line-height: 1.5rem;
    height: 24px;
    height: 1.5rem
}

.btn-ecommerce,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan {
    font-size: 12px;
    font-size: .75rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none
}

.btn-ecommerce:hover,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan:hover {
    background-color: #1c1c1c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-ecommerce:active,
.btn-ecommerce:focus,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan:active,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-ecommerce.disabled,
.btn-ecommerce:disabled,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .disabled.view-plan,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-standard-active {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.btn-standard-active:hover {
    background-color: #4d4d4d !important
}

.btn-standard-active:active,
.btn-standard-active:focus,
.btn-standard-active:hover {
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-standard-active:active,
.btn-standard-active:focus {
    background-color: #9d9d9c !important
}

.btn-standard-active.disabled,
.btn-standard-active:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-secondary-active {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #4d4d4d;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.btn-secondary-active:hover {
    background-color: #2a2a2a !important
}

.btn-secondary-active:active,
.btn-secondary-active:focus,
.btn-secondary-active:hover {
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-secondary-active:active,
.btn-secondary-active:focus {
    background-color: #9d9d9c !important
}

.btn-secondary-active.disabled,
.btn-secondary-active:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-secondary {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #4d4d4d;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.btn-secondary:hover {
    background-color: #2a2a2a !important
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-secondary:active,
.btn-secondary:focus {
    background-color: #9d9d9c !important
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #f1f1f1 !important;
    color: #9d9d9c !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-primary-action {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 14px;
    line-height: .875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #be0216;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none
}

.btn-primary-action:hover {
    background-color: #9c0011 !important
}

.btn-primary-action:active,
.btn-primary-action:focus,
.btn-primary-action:hover {
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-primary-action:active,
.btn-primary-action:focus {
    background-color: #de808a !important
}

.btn-primary-action.disabled,
.btn-primary-action:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-ecommerce-facebook {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 50px;
    height: auto;
    border-radius: 0;
    background-color: #4267b2;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none
}

.btn-ecommerce-facebook:active,
.btn-ecommerce-facebook:focus,
.btn-ecommerce-facebook:hover {
    background-color: #4267b2 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-ecommerce-facebook.disabled,
.btn-ecommerce-facebook:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.custom-checkbox-toggle .custom-control-label {
    padding-right: 60px;
    padding-right: 3.75rem;
    cursor: pointer;
    position: relative
}

.custom-checkbox-toggle .custom-control-label:after,
.custom-checkbox-toggle .custom-control-label:before {
    border: 1px solid transparent !important;
    box-shadow: none !important;
    outline: none !important;
    right: 0;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    width: 3rem;
    height: 23px;
    height: 1.4375rem
}

@media (min-width:768px) {
    .custom-checkbox-toggle .custom-control-label {
        padding-right: 0
    }

    .custom-checkbox-toggle .custom-control-label:after,
    .custom-checkbox-toggle .custom-control-label:before {
        right: -55px;
        right: -3.4375rem
    }
}

.custom-checkbox-toggle .custom-control-input {
    box-sizing: unset;
    box-shadow: none !important;
    overflow: hidden;
    outline: none !important
}

.custom-checkbox-toggle .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent
}

.custom-checkbox-twe .custom-control-label {
    padding-top: 4px;
    padding-top: .25rem;
    padding-left: 32px;
    padding-left: 2rem;
    position: relative;
    cursor: pointer
}

.custom-checkbox-twe .custom-control-label:after,
.custom-checkbox-twe .custom-control-label:before {
    width: 28px;
    width: 1.75rem;
    height: 28px;
    height: 1.75rem;
    left: -2px;
    left: -.125rem;
    border: 0 none transparent !important;
    box-shadow: none !important;
    outline: none !important;
    top: 0
}

.custom-checkbox-twe .custom-control-input {
    box-sizing: unset;
    box-shadow: none !important;
    overflow: hidden;
    outline: none !important
}

.custom-checkbox-twe .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent
}

.custom-radio-twe .custom-control-label {
    padding-left: 36px;
    padding-left: 2.25rem;
    position: relative;
    cursor: pointer
}

.custom-radio-twe .custom-control-label:after,
.custom-radio-twe .custom-control-label:before {
    width: 28px;
    width: 1.75rem;
    height: 28px;
    height: 1.75rem;
    left: -2px;
    left: -.125rem;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    outline: none !important;
    top: 0
}

.custom-radio-twe .custom-control-input {
    box-sizing: unset;
    box-shadow: none !important;
    overflow: hidden;
    outline: none !important
}

.custom-radio-twe .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent
}

.btn-alt {
    position: relative;
    border: none;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    flex: 0 auto;
    height: auto;
    min-height: 0;
    display: inline-block;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    background-color: transparent !important;
    color: #fff;
    line-height: 14px;
    line-height: .875rem;
    letter-spacing: .7px;
    letter-spacing: .04375rem;
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
    font-size: 12px;
    font-size: .75rem
}

.btn-alt:before {
    border-bottom: 2px solid #fff !important;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: width .3s ease-out;
    width: 38px;
    width: 2.375rem
}

.btn-alt:hover {
    color: #fff !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important
}

.btn-alt:hover:before {
    border-bottom-color: #fff !important;
    width: 100%
}

.btn-alt:active,
.btn-alt:focus {
    color: #f1f1f1 !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: .5
}

.btn-alt:active:before,
.btn-alt:focus:before {
    border-bottom: 2px solid #f1f1f1 !important
}

.btn-alt.disabled,
.btn-alt:disabled {
    color: #f1f1f1 !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important
}

.btn-alt.disabled:hover:before,
.btn-alt:disabled:hover:before {
    border-bottom: 2px solid #f1f1f1 !important;
    width: 38px !important
}

.btn-alt.disabled:before,
.btn-alt:disabled:before {
    border-bottom: 2px solid #f1f1f1 !important
}

.experience-component .btn-ecommerce,
.experience-component .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .experience-component .view-plan {
    font-size: 12px;
    font-size: .75rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    min-height: 40px;
    height: auto;
    border-radius: 0;
    background-color: #4d4d4d;
    color: #fff;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none
}

.experience-component .btn-ecommerce:hover,
.experience-component .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan:hover,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .experience-component .view-plan:hover {
    background-color: #1c1c1c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.experience-component .btn-ecommerce:active,
.experience-component .btn-ecommerce:focus,
.experience-component .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan:active,
.experience-component .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan:focus,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .experience-component .view-plan:active,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .experience-component .view-plan:focus {
    background-color: #de808a !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.experience-component .btn-ecommerce.disabled,
.experience-component .btn-ecommerce:disabled,
.experience-component .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .disabled.view-plan,
.experience-component .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan:disabled,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .experience-component .disabled.view-plan,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .experience-component .view-plan:disabled {
    background-color: #9d9d9c !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.content-tile.card .card-body .card-action .experience-component .btn.btn-primary,
.content-tile .card .card-body .card-action .experience-component .btn.btn-primary,
.experience-component .btn-tertiary,
.experience-component .content-tile.card .card-body .card-action .btn.btn-primary,
.experience-component .content-tile .card .card-body .card-action .btn.btn-primary {
    color: #fff
}

.content-tile.card .card-body .card-action .experience-component .btn.btn-primary:hover,
.content-tile .card .card-body .card-action .experience-component .btn.btn-primary:hover,
.experience-component .btn-tertiary:hover,
.experience-component .content-tile.card .card-body .card-action .btn.btn-primary:hover,
.experience-component .content-tile .card .card-body .card-action .btn.btn-primary:hover {
    color: #fff !important
}

.dp-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .75)
}

.dp {
    position: relative;
    background: #fff;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .25);
    line-height: 1.4;
    border-radius: 0;
    max-width: 350px;
    max-height: 350px;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    z-index: 1000;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.dp:before {
    display: none;
    content: " ";
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #3b99fc;
    background: linear-gradient(-90deg, #3b99fc, #8aefc8)
}

.dp-permanent .dp {
    padding-top: 0;
    border: 1px solid #eee;
    box-shadow: none
}

.dp-permanent .dp:before {
    display: none
}

.dp-cal {
    min-height: 300px
}

.dp-below {
    position: absolute
}

.dp-below,
.dp-permanent {
    font-size: .8em;
    width: 400px;
    max-width: 100vw
}

.dp-permanent {
    position: relative
}

.dp-permanent .dp {
    z-index: 0
}

.dp-modal .dp {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    width: calc(100% - 4em);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: slide-up .3s forwards;
    animation: slide-up .3s forwards
}

.dp-months {
    padding: 24px
}

.dp-years {
    box-sizing: border-box;
    max-height: 350px;
    padding: 8px 0;
    overflow: auto !important
}

.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #fff;
    border-radius: 2px;
    border: 0;
    background: transparent
}

.dp-cal-header {
    position: relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #9c0011
}

.dp-next,
.dp-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    overflow: hidden;
    top: 0;
    color: #fff;
    border-radius: 0;
    border: 0;
    background: transparent
}

.dp-next:focus,
.dp-next:hover,
.dp-prev:focus,
.dp-prev:hover {
    outline: none;
    cursor: pointer
}

.dp-prev {
    left: 0
}

.dp-next {
    right: 0
}

.dp-next:before,
.dp-prev:before {
    content: "";
    border: 2px solid;
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: border-color .2s;
    margin: 9px 0 40px 4px
}

.dp-prev:before {
    border-right: 0;
    border-bottom: 0
}

.dp-next:before {
    border-left: 0;
    border-top: 0;
    margin-left: 0;
    margin-right: 4px
}

.dp-cal-month,
.dp-cal-year {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    cursor: pointer
}

.dp-cal-footer {
    display: none;
    text-align: center;
    background: #f5f5f5
}

.dp-day-today:after {
    content: "";
    height: 0;
    width: 0;
    border: 7px solid #227bd7;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: 0;
    right: 0
}

.dp-clear,
.dp-close,
.dp-today {
    box-sizing: border-box;
    display: inline-block;
    width: 33%;
    padding: 8px;
    text-decoration: none;
    color: inherit;
    border: 0;
    background: transparent
}

.dp-permanent .dp-clear,
.dp-permanent .dp-close {
    display: none
}

.dp-cal-month:active,
.dp-cal-year:active,
.dp-clear:active,
.dp-close:active,
.dp-next:active,
.dp-prev:active,
.dp-today:active {
    cursor: pointer
}

.dp-col-header,
.dp-day {
    width: 14.28571429%;
    display: inline-block;
    color: #b5b5b5;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    height: 50px;
    line-height: 50px
}

.dp-col-header {
    text-transform: uppercase;
    border-bottom: 1px solid #9d9d9c;
    cursor: default
}

.dp-month,
.dp-year {
    display: inline-block;
    width: 90px;
    height: 30px;
    margin: 5px;
    background-color: #be0216;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.dp-year {
    width: 100px;
    height: 30px
}

.dp-col-header:nth-child(6),
.dp-col-header:nth-child(7),
.dp-day-disabled,
.dp-edge-day,
.dp-weekend {
    opacity: .2
}

.dp-day.dp-weekend:not(.dp-day-disabled) {
    opacity: 1
}

.dp-day:focus,
.dp-day:hover,
.dp-month:focus,
.dp-month:hover,
.dp-year:focus,
.dp-year:hover {
    outline: none;
    color: #be0216;
    cursor: pointer
}

.dp-month.dp-current,
.dp-month.dp-selected,
.dp-month:hover,
.dp-year.dp-current,
.dp-year.dp-selected,
.dp-year:hover {
    color: #fff
}

.dp-selected,
.dp-selected:focus,
.dp-selected:hover {
    color: #9c0011
}

.dp-focuser {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%
}

@media (max-height:480px),
(max-width:480px) {
    .dp-modal .dp {
        font-size: .9em;
        width: auto;
        width: 100%
    }

    .dp-day,
    .dp-day-of-week {
        padding: 8px
    }
}

@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%)
    }

    to {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@keyframes slide-up {
    0% {
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%)
    }

    to {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

#loginShowModal #migrated-customer-result-tab .h2,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #migrated-customer-result-tab .h2,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #migrated-customer-result-tab h2,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h2,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h2,
#migrated-customer-result-tab #loginShowModal .h2,
#migrated-customer-result-tab h2 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 500;
    color: #be0216;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: 4.2px;
    letter-spacing: .2625rem
}

@media (min-width:992px) {

    #loginShowModal #migrated-customer-result-tab .h2,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #migrated-customer-result-tab .h2,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #migrated-customer-result-tab h2,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h2,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h2,
    #migrated-customer-result-tab #loginShowModal .h2,
    #migrated-customer-result-tab h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 2.25rem;
        letter-spacing: 4.8px;
        letter-spacing: .3rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #migrated-customer-result-tab p,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab p,
#migrated-customer-result-tab p {
    color: #be0216;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

#loginShowModal {
    padding-right: 0;
    position: fixed;
    left: auto;
    z-index: 1069;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0;
    min-height: 100%;
    background-color: #fff;
    transition: right .5s cubic-bezier(0, 1, .5, 1);
    right: -1000px;
    right: -62.5rem;
    width: 845px;
    width: 52.8125rem
}

#loginShowModal.open {
    right: -16px;
    right: -1rem
}

@media (max-width:991.98px) {
    #loginShowModal.open {
        right: 0;
        width: calc(100% - 40px)
    }
}

#loginShowModal .registration {
    min-height: 180px;
    min-height: 11.25rem
}

#loginShowModal .registration .icon-input-calendar {
    position: absolute;
    cursor: pointer;
    right: 10px;
    right: .625rem;
    top: 13px;
    top: .8125rem
}

#loginShowModal .m-dialog {
    margin: 0;
    border-radius: 0;
    min-height: 100%;
    max-width: none;
    height: 100%
}

#loginShowModal .m-dialog .m-content {
    border-radius: 0;
    border: none;
    width: 100%;
    min-height: 100%;
    height: 100%
}

#loginShowModal .m-dialog .m-content .m-header {
    border: none;
    padding: 10px 20px 20px;
    padding: .625rem 1.25rem 1.25rem;
    height: 50px;
    height: 3.125rem;
    margin-bottom: 54px;
    margin-bottom: 3.375rem
}

@media (max-width:767.98px) {
    #loginShowModal .m-dialog .m-content .m-header {
        margin-bottom: 14px;
        margin-bottom: .875rem
    }
}

#loginShowModal .m-dialog .m-content .m-header .close {
    padding: initial;
    margin: initial;
    float: left;
    color: #4d4d4d
}

#loginShowModal .m-dialog .m-content .m-body {
    height: calc(100% - 50px)
}

#loginShowModal .m-dialog .m-content .m-body .container {
    height: 100%
}

@media (max-width:991.98px) {
    #loginShowModal .m-dialog .m-content .m-body .container {
        padding-left: 30px;
        padding-left: 1.875rem;
        padding-right: 30px;
        padding-right: 1.875rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .container .row {
    height: 100%
}

#loginShowModal .m-dialog .m-content .m-body .content {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media (min-width:992px) {
    #loginShowModal .m-dialog .m-content .m-body .content {
        padding-left: 80px;
        padding-left: 5rem;
        padding-right: 0
    }
}

@media (max-width:991.98px) {
    #loginShowModal .m-dialog .m-content .m-body .content {
        padding-left: 12px;
        padding-left: .75rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h1,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h1 {
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3 span,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3 span,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3 span,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3 span,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h1 span,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h1 span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h2,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h2 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 31px;
    line-height: 1.9375rem;
    letter-spacing: 4.4px;
    letter-spacing: .275rem
}

@media (min-width:768px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h2,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 1.75rem;
        letter-spacing: 4.8px;
        letter-spacing: .3rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav h3 {
    font-weight: 700
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3 {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .request-password-body p,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .request-password-body p {
    color: #4d4d4d
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .or {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #be0216;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .login-oauth {
    margin-bottom: 56px;
    margin-bottom: 3.5rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav a {
    margin-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 15px;
    font-size: .9375rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav a:active,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav a:focus,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav a:visited {
    font-weight: 700;
    color: #be0216
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav a.btn-ecommerce-facebook {
    color: #fff;
    text-transform: none;
    line-height: 38px;
    line-height: 2.375rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav a.btn-ecommerce-facebook:active,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav a.btn-ecommerce-facebook:focus,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav a.btn-ecommerce-facebook:visited {
    color: #fff;
    line-height: 38px;
    line-height: 2.375rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .eye-show-password {
    right: 15px;
    right: .9375rem;
    top: 17px;
    top: 1.0625rem;
    position: absolute;
    z-index: 2;
    opacity: 1;
    color: #9d9d9c;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent
}

@media screen and (max-width:1024px) {
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .eye-show-password {
        padding: .3rem
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .content-asset {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

@media (max-width:991.98px) {
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .forgot-password {
        float: left !important;
        text-align: left !important;
        width: 100%;
        margin-bottom: 50px;
        margin-bottom: 3.125rem
    }
}

@media (max-width:767.98px) {
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .remember-me {
        width: 100%
    }
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .password-brief .content-asset {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #sign-up {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .content-asset[data-item-id=login-new-customers-brief] .h2,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav .content-asset[data-item-id=login-new-customers-brief] h2 {
    color: #4d4d4d;
    font-weight: 500
}

#loginShowModal .m-dialog .m-content .m-body .content .form-group {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

#loginShowModal .m-dialog .m-content .m-body .content .login-oauth-wrapper {
    margin-bottom: 6.25rem !important
}

#loginShowModal .m-dialog .m-content .m-body .footer {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem
}

#loginShowModal .m-dialog .m-content .m-body .footer p {
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: 1.05px;
    letter-spacing: .06563rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 0;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif
}

#loginShowModal .m-dialog .m-content .m-body .footer p a,
#loginShowModal .m-dialog .m-content .m-body .footer p a:active,
#loginShowModal .m-dialog .m-content .m-body .footer p a:focus,
#loginShowModal .m-dialog .m-content .m-body .footer p a:visited {
    font-weight: 700;
    color: #be0216
}

#loginShowModal .m-dialog .m-content .m-body .footer .content-asset[data-item-id=request-password-reset-footer] h5 {
    color: #9d9d9c !important
}

@media (min-width:992px) {
    #loginShowModal .m-dialog .m-content .m-body .footer .content-asset[data-item-id=request-password-reset-footer] h5 {
        font-weight: 700
    }
}

#loginShowModal .btn-ecommerce,
#loginShowModal .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel #loginShowModal .view-plan {
    text-transform: uppercase;
    margin-top: 0;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

#loginShowModal .btn-ecommerce span,
#loginShowModal .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel .view-plan span,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel #loginShowModal .view-plan span {
    color: inherit;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem
}

#loginShowModal .btn-ecommerce#submitEmailButton,
#loginShowModal .wine-plan .tile-body .wine-plan-panel .flex-container .right-panel #submitEmailButton.view-plan,
.wine-plan .tile-body .wine-plan-panel .flex-container .right-panel #loginShowModal #submitEmailButton.view-plan {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

#password-reset-tab form {
    margin-bottom: 26px;
    margin-bottom: 1.625rem
}

#password-reset-result-tab #back-to-login-button {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

.modal-background.login {
    z-index: 1060
}

.registration fieldset {
    margin: 0
}

.registration .registration-tab-loyalty-container {
    display: none;
    font-weight: 400;
    color: red;
    font-size: 14px;
    font-size: .875rem;
    padding: 5px 0 0 9px;
    padding: .3125rem 0 0 .5625rem
}

.register {
    position: relative;
    margin-bottom: 70px;
    margin-bottom: 4.375rem
}

.register-step {
    position: relative;
    height: 64px;
    height: 4rem
}

.register-step-back {
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    color: #be0216;
    font-weight: 700;
    position: absolute;
    left: calc(50% - 18.5px);
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem
}

.register-step-indicator,
.register-step-indicator:after,
.register-step-indicator:before {
    background-color: #9d9d9c;
    border: 1px solid #9d9d9c;
    border-radius: 50%;
    height: 10px;
    height: .625rem;
    width: 10px;
    width: .625rem
}

.register-step-indicator {
    position: absolute;
    left: calc(50% - 5px);
    top: 34px;
    top: 2.125rem
}

.register-form-date[data-ie-disabled=false]~.row .register-step .register-step-indicator,
.register-form-email[data-ie-disabled=false]~.row .register-step .register-step-indicator:before,
.register-form-password[data-ie-disabled=false]~.row .register-step .register-step-indicator:after {
    border: 1px solid #be0216;
    background-color: transparent
}

.register-step-indicator:before {
    content: "";
    position: absolute;
    left: -20px;
    left: -1.25rem;
    top: -1px;
    top: -.0625rem
}

.register-step-indicator:after {
    content: "";
    position: absolute;
    right: -20px;
    right: -1.25rem;
    top: -1px;
    top: -.0625rem
}

.register .back-to-login {
    margin-bottom: 0;
    text-align: center
}

@media (max-width:991.98px) {
    .register .register-form-date .row .col-6 {
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%
    }
}

.register[data-registration-stage=email] {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

.row-register-step {
    margin-bottom: 28px;
    margin-bottom: 1.75rem
}

.password-brief {
    display: none
}

.register-form-password[data-ie-disabled=false]~.row .password-brief {
    display: block;
    margin-top: 20px;
    margin-top: 1.25rem
}

.dp-below,
.dp-permanent {
    z-index: 99999;
    max-width: 300px;
    max-width: 18.75rem
}

@media (min-width:992px) {

    .dp-below,
    .dp-permanent {
        max-width: 350px;
        max-width: 21.875rem
    }
}

.dp-below .dp-today,
.dp-permanent .dp-today {
    display: none
}

#registration-form-birthday {
    background-color: #fff
}

#loginShowModal .custom-checkbox-twe .custom-control-label {
    color: #4d4d4d;
    font-family: proxima-nova, Proxima Nova, Open Sans, Arial, sans-serif;
    padding-left: 10px;
    padding-left: .625rem;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding-top: 1px;
    padding-top: .0625rem
}

.login-body .login-sign-up-wineplan,
.login-body.wineplan .login-header,
.login-or-register-header {
    display: none
}

.login-body.wineplan .login-or-register-header {
    display: block
}

.login-body.wineplan .login-sign-up,
.login-body.wineplan .login-sign-up-wineplan {
    color: inherit
}

.login-body.wineplan .login-sign-up {
    display: none
}

.login-body.wineplan .login-sign-up-wineplan {
    display: block
}

.login .custom-input.required label:after,
.login .form-group.required:not(.floating-label):not(.saved-security-code):after,
.login .form-group.required label:after,
.registration .custom-input.required label:after,
.registration .form-group.required:not(.floating-label):not(.saved-security-code):after,
.registration .form-group.required label:after,
.reset-password-form .custom-input.required label:after,
.reset-password-form .form-group.required:not(.floating-label):not(.saved-security-code):after,
.reset-password-form .form-group.required label:after {
    color: #4d4d4d
}

.back-to-login {
    text-align: center
}

#password-reset-tab .back-to-login {
    margin-bottom: 50px;
    margin-bottom: 3.125rem
}

.experience-assets-animatedNumbers {
    height: 100%
}

.snippet-animateNum {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-animateNum .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-animateNum h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-animateNum .h3,
#loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-animateNum h3,
#loginShowModal .snippet-animateNum .h1,
.snippet-animateNum #loginShowModal .h1,
.snippet-animateNum #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
.snippet-animateNum #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
.snippet-animateNum #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
.snippet-animateNum #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
.snippet-animateNum h1 {
    display: block;
    line-height: 100%;
    color: #be0216;
    margin-bottom: 0;
    font-size: 180px;
    font-size: 11.25rem
}

@media (max-width:767.98px) {

    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-animateNum .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .snippet-animateNum h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-animateNum .h3,
    #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .snippet-animateNum h3,
    #loginShowModal .snippet-animateNum .h1,
    .snippet-animateNum #loginShowModal .h1,
    .snippet-animateNum #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab .h3,
    .snippet-animateNum #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-result-tab h3,
    .snippet-animateNum #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab .h3,
    .snippet-animateNum #loginShowModal .m-dialog .m-content .m-body .content .login-form-nav #password-reset-tab h3,
    .snippet-animateNum h1 {
        font-size: 120px;
        font-size: 7.5rem
    }
}

.snippet-animateNum .boxes {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-width: 100%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    position: relative
}

@media (min-width:576px) {
    .snippet-animateNum .boxes-mobile {
        display: none
    }
}

@media (max-width:767.98px) {
    .snippet-animateNum .boxes {
        max-width: 100%;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .snippet-animateNum .boxes-desktop {
        display: none
    }
}

.snippet-animateNum .content {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 180px;
    padding-top: 11.25rem
}

@media (max-width:767.98px) {
    .snippet-animateNum .content {
        padding-top: 0 !important
    }
}

.snippet-animateNum .blanket {
    height: 100%;
    width: 100%;
    z-index: 100;
    position: absolute;
    background: #2a2a2a
}

@media (min-width:1025px) {
    .snippet-animateNum.alignStart {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .snippet-animateNum.alignCenter {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .snippet-animateNum.alignEnd {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
}

.parallax-child {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@supports not (-webkit-touch-callout:none) {
    .parallax-child {
        background-attachment: fixed
    }
}