body {
    color: #010101;
}

body, p, button {
    font-family: "Source Sans 3", serif;
    font-weight: 400;
    background-color: transparent;
}

h1, h2 {
    color: #010101;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans 3", serif;
    font-weight: 700;
}

button, a.button {
    border: 0;
    border-radius: 0px 0px 8px 0px;
    background: #D51317;
    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: #D41A1B;
    border: none;
    border-radius: 0px 0px 8px 0px;
    text-transform: none;
    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: #D51317;
    text-decoration: none;
}

a:hover, a:active {
    color: #D41A1B;
    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;
}

#wrapper:before {
    content: "";
    background-color: #D51317;
    height: 112px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

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

.mastheadLogo #brand-logo {
    display: block;
    margin: 0 auto;
}

.mastheadLogo #mobile-logo {
    display: none;
}

.mast {
    margin-bottom: 50px;
    padding-top: 8px;
}

.mast img {
    display: block;
    margin: 0 auto;
    width: 200px;
}



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

.mast .sleeve div {
    padding: 9px 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);
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 0;
    border-top: none;
}

.footer .sleeve {
    position: relative;
}

/* Set margin for both cta and copyright */
.cta, .copyright {
    margin: 0 auto;
    padding: 0;
}

.cta {
    background: #F2F2F2;
    color: #010101;
    font-size: 16px;
    line-height: 16px;
padding: 0 20px 0 20px;
}

.cta a {
    color: #D51317;
}

.cta a:hover {
    color: #D41A1B;
}

/* CTA section */
.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px 16px 0px; /* Updated padding */
    border-bottom: 1px solid #DCDCDC;
    max-width: 924px;
    margin: 0 auto;
}

.cta-inner img:first-child {
    max-width: 176px;
}

.cta-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cta-inner ul li {
    padding: 0 0 0 15px;
    margin: 0;
    border-left: none;
}

.footer li {
    list-style: none;
    float: left;
    font-size: 1.2em;
    line-height: 1.3334;
    margin: 0px;
    padding: 0 0 0 15px;
}

/* Responsive Copyright section */
.copyright {
    font-size: 10px;
    line-height: 1.6em;
    text-align: left;
    padding: 16px 20px 40px 24px; /* Added padding for consistency */
    background: #f2f2f2;
    color: #000;
}

.copyright-inner {
    max-width: 924px;
    margin: 0 auto;
}

/* Basic Navigation Section */
.footer .nav {
    width: 100%;
    text-align: center; /* Center-aligns content within the nav */
}

.footer .nav ul {
    display: flex;
    justify-content: center; /* Center align items */
    align-items: center; /* Centers vertically */
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px; /* Gap between nav items */
    width: 100%;
    padding: 19px;
    background: #000;
}

.footer .nav ul li {
    display: inline-block; /* Keeps list items inline */
}


/* Adjust the link styles */
.footer .nav ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

/* Link hover styles */
.footer .nav ul li a:hover {
    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: 767px) {
    #wrapper {
        padding: 5px 10px;
    }
    #wrapper:before {
        height: 100px;
        border-bottom: 0 solid;
        border-top: 0 solid;
    }
    .mastheadLogo #brand-logo {
        display: none;
    }
    .mastheadLogo #mobile-logo {
        display: block;
    }
    .mast {
        margin-bottom: 50px;
    }
    .mast::after {
        display: none;
    }
    .mast .sleeve a [class="desktop"] {
        display: none;
    }
    .mast .sleeve a [class="mobile"] {
        display: block;
    }
    .mast .sleeve div {
        padding: 1px 0;
    }
    .validation-advice {
        text-align: left;
    }


.footer .nav ul {
gap: 12px;
}

.footer .nav ul li a {
   border-top: none;
}

.cta-inner ul li {
 border-top: none;
}


.footer li {
   border-left: 1px solid #E7E7E7;
border-top: none;
}

}


/* Responsive Adjustments */
@media only screen and (max-width: 600px) {
    .cta-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cta-inner img:first-child {
        margin-bottom: 20px;
        max-width: 148px;
    }

    .cta-inner ul {
        justify-content: center;
    }


.copyright-inner {
text-align: center;
}



    /* Adjusting the footer for smaller screens */
    .footer .nav ul {
        flex-direction: column; /* Stack the nav items vertically */
        align-items: center; /* Center align the items */
       gap: 0px;
       padding: 20px;
    }


    .footer .nav ul li {
        padding: 10px 0;
        border-top: none;
        border-left: none;
    }

}


.subscriptions .orderDetails dl button.text {
    color: #000;
}


.subscriptions .orderDetails dl button.text:hover {
    background: none;
    color: #000;
    text-decoration: underline;
}

.subscriptions .orderDetails dl button.text:focus {
 background: none;   
}

.subscriptions .orderDetails h2 {
    background: #f3f3f3;
}





.subscriptions .orderDetails dl button.text {
    color: #000;
}


.subscriptions .orderDetails dl button.text:hover {
    background: none;
    color: #000;
    text-decoration: underline;
}

.subscriptions .orderDetails dl button.text:focus {
 background: none;   
}

.subscriptions .orderDetails h2 {
    background: #f3f3f3;
}


 .paging .paging_numbers li.first > a, .paging .paging_numbers li.last > a {
    background: #D51317;
}
