﻿.fixture-list-wrapper .liverpool-product-atc .add-to-cart .wishlist-icon.selected path {
    fill: #A38F63;
}

.shopping-cart-preview .product__details__row.type,
.shopping-cart-preview .product__icon {
    display: none;
}


.newsletter-legal-disclaimer {
    font-size: 0.7777777778rem;
    line-height: 1.1111111111rem;
    text-align: left;
}

    .newsletter-legal-disclaimer a {
        color: #800000;
    }

        .newsletter-legal-disclaimer a:not([class]):hover {
            text-decoration: underline;
        }

.login-not-registered .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(163, 143, 99);
    background: white;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
}

    .login-not-registered .inner-container h3 {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-block-end: 0;
    }

.ecommerce.entityLogin {
    padding-bottom: 0px !important;
}

.ecommerce.accountRegistration .show-pass-desc {
    display: none !important;
}


.newsletter .form {
    margin: 0 auto;
    max-width: 1248px;
    position: relative;
    margin-top: 15px;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1024px) {
    .newsletter .form {
        display: block;
    }
}

.newsletter .form .title.mb-45 {
    grid-column: 1;
    padding-right: 30px;
    grid-row: 1;
}

.newsletter .form .subtitle.mb-45 {
    grid-column: 1;
    grid-row: 1;
    top: 82px;
    margin-bottom: 74px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .newsletter .form .subtitle.mb-45 {
        top: auto;
        margin-bottom: 0;
    }
}

.newsletter .form form#newsletter-form {
    grid-column: 2;
    grid-row: 1;
    grid-column: 2 / span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}

@media screen and (max-width: 1024px) {
    .newsletter .form form#newsletter-form {
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .newsletter .form form#newsletter-form {
        display: block;
    }
}

.newsletter.expanded .form form#newsletter-form {
    display: block;
}

.newsletter .form form#newsletter-form .data {
    grid-column: 1;
}

.newsletter .form form#newsletter-form .footer {
    grid-column: 2;
}

.checkbox-area a {
    color: #fff;
}

.title h1 {
    font-size: 1.9444444444rem;
    line-height: 1.9444444444rem;
    margin-bottom: 24px;
}

.newsletter .form .row.field {
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.newsletter .form .flex {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

    .newsletter .form .flex .icon-field {
        width: 46px;
        margin-right: 4px;
        background: #fff;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

        .newsletter .form .flex .icon-field img {
            display: block;
            width: 20px;
            height: auto;
            margin: 0 auto;
        }

    .newsletter .form .flex input {
        border: none;
        width: 100%;
        -webkit-box-flex: 1;
        flex: 1;
        margin: 0;
        display: block;
        background: #fff;
        height: 52px;
        padding: 0 14px;
        color: #707070;
        border-radius: 0;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-weight: 300;
        font-size: 16px;
    }

.newsletter .form .no-padding, .newsletter .form .section.expanded {
    padding: 0;
    text-align: center;
}

.newsletter .form .no-padding, .newsletter .form .section.expanded {
    padding: 0;
    text-align: center;
}

.newsletter .form .row.field {
    margin-left: 0;
    margin-right: 0;
}

.newsletter .form .row.field {
    margin-bottom: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 568px) {
    .newsletter .form .row.field {
        display: block;
    }
}

.newsletter .form .row.field .col-xs-12 {
    width: 50%;
    margin-right: auto;
    box-sizing: border-box;
    padding-right: 10px;
}

@media screen and (max-width: 568px) {
    .newsletter .form .row.field .col-xs-12 {
        width: 100%;
        padding-right: 0;
    }
}

.newsletter .form .row.field .col-xs-12:last-child {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}

@media screen and (max-width: 568px) {
    .newsletter .form .row.field .col-xs-12:last-child {
        padding-left: 0;
        margin-top: 20px;
    }
}

.newsletter .form .flex {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

    .newsletter .form .flex .icon-field {
        width: 46px;
        margin-right: 4px;
        background: #fff;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

.newsletter .form .btn-accept {
    display: inline-block;
    background-color: #800000;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    will-change: background-color;
    transition: background-color 0.25s ease;
}

div#ec-newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #A38F63;
    color: #fff;
}

#ec-newsletter .error {
    font-size: smaller;
    color: maroon;
    text-align: left;
}

/*request a quote*/
.user-form.generic-request-form {
    max-width: 1028px;
    margin-left: auto;
    margin-right: auto;
}

.input-row {
    margin-bottom: 10px;
}


.column.contact-form-column.fullwidth {
    display: flex;
}

.contact-form-column div {
    flex-basis: 50%;
    margin-right: 10px;
}


.input-wrap label, .input-row label {
    display: block;
}

.columns {
    padding: 20px;
    background-color: #fff;
}

.newsletter .title {
    color: #fff;
}

button#submitButton {
    width: 100%;
    background-color: #a38f63;
}

.generic-request-form input {
    padding-bottom: 0;
}

.error {
    font-size: small;
    color: red;
}


.shopping-cart-preview .preview-cart__products-container {
    max-height: 340px !important;
}

.add-to-cart-modal.mobile .modal-container .area-to-scroll[data-v-5c918525], .atc-liverpool-shopping-modal.mobile .modal-container .area-to-scroll[data-v-5c918525] {
    max-height: calc(var(--vh, 1vh) * 100 - 250px) !important;
}

@supports (height: 50dvh) {
    .atc-liverpool-shopping-modal.mobile .modal-container {
        min-height: 50dvh !important;
        max-height: calc(var(--vh, 1vh) * 98.5) !important;
    }
}

.lfc23-eco-floating-menu {
    display: none;
}

.ecommerce.checkout-summary .product .product-details h3 {
    font-weight: 700;
    display: inline-block;
}

.social-links {
    display: none !important;
}

.newshoppingcart .subTitleMobile {
    display: none !important;
}

.cart-expiration-timer-banner.expanded {
    width: 100% !important;
    max-width: none !important;
}


section#FAQs {
    background-color: #E6E0D5 important;
    color: #A38F63;
}

.faqs-topic {
    margin-bottom: 2em;
    color: #A38F63;
}

h3.subtopic-title, h3.question-title {
    font-size: 2.3rem;
}

section#FAQs a, .faqs-topic a {
    color: #A38F63;
}

.footer-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .footer-logos a img {
        min-width: 200px;
    }

a.site-footer__logo {
    margin-bottom: 20px;
}

@media(max-width: 900px) {
    .footer-logos {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}


h1, h2, h3, h4, h5, .header-section {
    font-family: 'Branding' !important;
    font-weight: bold !important;
}

@media(max-width: 800px) {
    .hide-mobile {
        display: none !important;
    }
}

@media(min-width: 800px) {
    .hide-desktop {
        display: none !important;
    }
}

.language-selector {
    position: relative;
    display: flex;
    align-items: center;
    width: 64px;
    margin-top: -1px;
    height: 24px;
    margin-left: 25px;
    padding: 0;
    border: none !important;
    font-family: 'Branding';
    color: #fff;
    background-color: transparent;
    margin-right: 15px;
}

@media (min-width: 569px) .site-header:not(.-compact) .language-selector {
    position: absolute;
    right: 15px;
    bottom: -20px !important;
}

@media (max-width: 569px) .site-header:not(.-compact) .language-selector {
}

.language-selector a {
    color: #fff;
}

.language-selector__options {
    left: -20px !important;
}

.site-header__logo {
    width: 100%;
    text-align: center;
}

#onetrust-pc-sdk .ot-pc-logo {
    height: 78px !important;
    width: 250px !important;
}

#onetrust-pc-sdk .ot-pc-header {
    height: 85px !important;
    padding: 19px 0 10px 30px;
    border-bottom: 1px solid #e9e9e9;
}

#onetrust-pc-sdk #ot-pc-content {
    top: 126px !important;
}

@media (min-width: 577px) {
    .site-header.scrolling {
        height: 67px !important;
    }
}

.ot-floating-button {
    display: none !important;   
}
