body {
    color: #010101;
}

body,
p,
button {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    background-color: transparent;
}

h1,
h2 {
    color: #010101;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
}

button,
a.button {
    border: 0;
    border-radius: 4px;
    background: #D31245;
    font-weight: 700;
    text-transform: uppercase;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus {
    background: #000;
    text-transform: uppercase;
}

button.style2 {
    background-color: #D31245;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

button.style2:not([disabled]):hover,
button.style2:not([disabled]):focus {
    background-color: #000;
    text-transform: uppercase;
}

a.button.mobile {
    color: #fff;
    width: 124px;
    padding-top: 6px;
}

a.button.mobile:hover,
a.button.mobile:focus {
    color: #fff;
}

button.text,
button.returnTo {
    color: #fff;
    text-transform: uppercase;
}

button.text:hover,
button.returnTo:hover {
    color: #fff;
    text-transform: uppercase;
}

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

a:hover,
a:active {
    color: #D31245;
    text-decoration: underline;
}

.validationBox h2 {
    font-size: 1.6em;
    line-height: 1.56;
}

.validationBox li {
    font-size: 1.6em;
    line-height: 1.56;
}

.paymentType .radiogroup label > span {
    color: #0578A6;
    padding-top: 1px;
}

#wrapper {
    box-shadow: 0 0 0;
    position: static;
    background-color: transparent;
    overflow: inherit;
    margin: 0 auto;
    padding: 12px 20px 0 20px;
}

/* Updated classic header background */
#wrapper:before {
    content: "";
    background-color: #fff;
    height: 112px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

#wrapper .products .labelInner1 .title {
    color: #010101;
    margin-left: 8px;
}

/* Updated classic mast/header â€” sizing synced to reference */
.mast {
    min-height: 88px;
    margin-bottom: 50px;
}

.mast .sleeve {
    min-height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.mast a img.logo {
    display: block;
    width: auto;
    height: 45px;
    max-width: 100%;
    margin: 0 auto;
}

div.mast a img.mobilelogo {
    display: none;
}

.mast .sleeve a .mobile {
    display: none;
}

.mast .sleeve div {
    padding: 0;
}

.validation-advice {
    text-align: right;
}

.navigation-home {
    position: absolute;
    z-index: 10;
    color: red;
    width: 40px;
    height: 52px;
    display: inline-block;
    top: 140px;
    line-height: 64px;
    text-align: center;
}

.checkbox.showPassword.no-image {
    text-align: right;
}

.product #offerVariantSelectionWrapper > h2 {
    background: #F2F2F2;
}

#wrapper .products .field:hover {
    background: #F2F2F2;
}


/* ==========================================================
   FOOTER
   ========================================================== */

.footer {
    width: calc(100vw - 9px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    border-top: 0;
    background: #000;
    color: #fff;
}

.footer .sleeve {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.footer ul,
.footer li {
    list-style: none;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
}


/* Help and social area */

.footer .cta {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 20px 32px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    text-align: center;
}

.footer .cta-inner {
    display: block;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    text-align: center;
}

.footer .cta-inner h2 {
    margin: 0 0 8px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.footer .cta-inner p {
    margin: 0;
    padding: 0;
    color: #d1d6dc;
    background: transparent;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

.footer .cta-inner p a:link,
.footer .cta-inner p a:visited {
    color: #d1d6dc;
    text-decoration: none;
}

.footer .cta-inner p a:hover,
.footer .cta-inner p a:focus {
    color: #fff;
    text-decoration: underline;
}


/* Social links */

.footer .footer-socials,
.footer .cta-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 21px 0 0;
    padding: 0;
    list-style: none;
}

.footer .footer-socials li,
.footer .cta-inner ul li {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.footer .footer-socials a,
.footer .cta-inner ul li a {
    position: relative;
    display: block;
    padding: 0;
    color: #8994a1;
    text-decoration: none;
}

.footer .footer-socials a:hover,
.footer .footer-socials a:focus,
.footer .cta-inner ul li a:hover,
.footer .cta-inner ul li a:focus {
    color: #fff;
    text-decoration: none;
}


/* Normal and hover social images */

.footer .cta-inner ul li a img,
.footer .footer-socials li a img {
    display: block;

    object-fit: contain;
    transition: opacity 0.2s ease;
}

.footer .cta-inner ul li a img:first-child,
.footer .footer-socials li a img:first-child {
    opacity: 1;
}

.footer .cta-inner ul li a img:last-child:not(:first-child),
.footer .footer-socials li a img:last-child:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.footer .cta-inner ul li a:hover img:first-child,
.footer .cta-inner ul li a:focus img:first-child,
.footer .footer-socials li a:hover img:first-child,
.footer .footer-socials li a:focus img:first-child {
    opacity: 0;
}

.footer .cta-inner ul li a:hover img:last-child:not(:first-child),
.footer .cta-inner ul li a:focus img:last-child:not(:first-child),
.footer .footer-socials li a:hover img:last-child:not(:first-child),
.footer .footer-socials li a:focus img:last-child:not(:first-child) {
    opacity: 1;
}


/* SVG fallback */

.footer .footer-socials svg,
.footer .cta-inner ul li svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}


/* Policy navigation */

.footer .nav {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    text-align: center;
}

.footer .nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 13px 20px;
    box-sizing: border-box;
    background: transparent;
    list-style: none;
}

.footer .nav ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 9px;
    border: 0;
}

.footer .nav ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 11px;
    background: #69717a;
    transform: translateY(-50%);
}

.footer .nav ul li:last-child::after {
    display: none;
}

.footer .nav ul li a:link,
.footer .nav ul li a:visited {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.footer .nav ul li a:hover,
.footer .nav ul li a:focus {
    color: #fff;
    text-decoration: underline;
}


/* Copyright */

.footer .copyright {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 16px 20px 19px;
    box-sizing: border-box;
    background: #000;
    color: #b2b7bd;
    font-size: 8px;
    line-height: 1.5;
    text-align: center;
}

.footer .copyright-inner {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 12px;
}


/* Powered by ADvance */

.footer .powered-by {
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    background: #f1f1f1;
    color: #333;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.footer .powered-by a:link,
.footer .powered-by a:visited {
    color: #087ed1;
    text-decoration: none;
}

.footer .powered-by a:hover,
.footer .powered-by a:focus {
    color: #087ed1;
    text-decoration: underline;
}


/* ACCOUNT PAGE */

.pagePartial .blockGroup .userDataBlock .icon {
    background: #D51317;
}

.pagePartial .blockGroup .userDataBlock h3 {
    color: #000;
}

.pagePartial .blockGroup .userDataBlock:hover h3,
.pagePartial .blockGroup .userDataBlock:hover p.edit,
.pagePartial .blockGroup .userDataBlock:active h3,
.pagePartial .blockGroup .userDataBlock:active p.edit {
    color: #000;
    border-bottom-color: #000;
}


@media only screen and (max-width: 768px) {
    #wrapper {
        padding: 5px 10px;
    }

    #wrapper:before {
        height: 94px;
        background-color: #fff;
        border-bottom: 0;
        border-top: 0;
    }

    div.mast a img.logo {
        display: none;
        margin: 0 auto;
        height: 45px;
    }

    div.mast a img.mobilelogo {
        display: block;
        width: auto;
        height: 45px;
        margin: 0 auto;
    }

    .mast {
        min-height: 94px;
        margin-bottom: 50px;
    }

    .mast .sleeve {
        min-height: 94px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mast::after {
        display: none;
    }

    .mast .sleeve a [class="desktop"] {
        display: none;
    }

    .mast .sleeve a [class="mobile"] {
        display: block;
    }

    .mast .sleeve div {
        padding: 0;
    }

    .validation-advice {
        text-align: left;
    }

    .footer .cta {
        padding: 32px 20px 28px;
    }

    .footer .nav ul {
        padding: 13px 15px;
    }
}


/* Responsive adjustments */

@media only screen and (max-width: 600px) {
    .footer .cta-inner {
        display: block;
        text-align: center;
    }

    .footer .cta-inner h2 {
        font-size: 17px;
    }

    .footer .cta-inner p {
        max-width: 360px;
        margin: 0 auto;
        font-size: 12px;
    }

    .footer .footer-socials,
    .footer .cta-inner ul {
        justify-content: center;
        gap: 23px;
        margin-top: 20px;
    }

    .footer .nav ul {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px 0;
        padding: 15px 12px;
    }

    .footer .nav ul li {
        padding: 0 7px;
    }

    .footer .nav ul li a:link,
    .footer .nav ul li a:visited {
        font-size: 9px;
        white-space: normal;
    }

    .footer .copyright {
        padding: 15px 20px 18px;
        font-size: 8px;
        text-align: center;
    }

    .footer .powered-by {
        padding: 18px 20px;
    }
}
