
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500&display=swap");

@font-face {
    font-family: "Branding";
    src: url(/fonts/FCWC25/latinotype-branding-bold.eot), url(/fonts/FCWC25/latinotype-branding-bold.woff) format("woff"), url(/fonts/FCWC25/latinotype-branding-bold.ttf) format("truetype"), url(/fonts/FCWC25/latinotype-branding-bold.svg) format("svg"), url(/fonts/FCWC25/latinotype-branding-bold.woff2) format("woff2");
    font-weight: bold;
    font-display: swap;
}

:root {
    --base-color: #002a82;
    --base-color-secondary: #FFF;
    --base-corp-font-thin: "Roboto", sans-serif;
    --base-corp-font-medium: 'Branding', sans-serif;
    --base-corp-font-bold: 'Branding';
    --vs-border-color: #707070;
}

html {
    font-size: 18px;
    line-height: 150%;
}

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

/** INPUTS */

.form-label {
    font-size: 0.7777777778rem;
    line-height: 1.1666666667rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
}


.form-control {
    border: 1px solid #707070;
    color: #707070;
    height: 48px;
    padding: 6px 20px;
    font-family: var(--base-corp-font-thin);
    font-weight: 400;
    font-size: 16px;
}

.input-row .dropdown {
    height: 48px;
}

    .input-row .dropdown .vs__dropdown-toggle input,
    .input-row .dropdown .vs__dropdown-toggle .vs__selected-options,
    .input-row .dropdown .vs__dropdown-toggle .vs__dropdown-menu {
        font-family: var(--base-corp-font-thin),Roboto,Arial,Helvetica,sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

.input-row textarea.text-input {
    width: 100%;
    resize: none;
    padding: 16px 20px;
    height: auto;
}

.field-validation-error {
    font-weight: 100;
    color: red;
}

/*** BUTTONS ***/

.submit-button {
    background-color: #FFF;
    color: var(--base-color);
    width: 100%;
}

/*** FORMS ***/


.umbraco-forms-form .umbraco-forms-field-wrapper input.text,
.umbraco-forms-form .umbraco-forms-field-wrapper textarea,
.umbraco-forms-form .umbraco-forms-field-wrapper select {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 20px;
    margin-bottom: 14px;
    border: 1px solid #707070;
    border-radius: 0;
    color: #707070;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background-color: #fff;
    max-width: 100% !important;
    width: 100%;
}

.umbraco-forms-form .umbraco-forms-field-wrapper input.text {
    padding: 0 20px;
    height: 46px;
}

.umbraco-forms-form .umbraco-forms-field-wrapper select {
    height: 46px;
    padding: 0 15px;
}

.umbraco-forms-form .umbraco-forms-field-wrapper textarea {
    height: 140px;
    padding: 20px;
}

.umbraco-forms-form .umbraco-forms-field-wrapper .field-validation-error {
    font-size: 16px;
    color: red !important;
}

.umbraco-forms-form .btn.primary {
    width: 100%;
    padding: 15px;
    transition: background-color 0.25s ease;
    color: white;
    background-color: var(--base-color);
}

    .umbraco-forms-form .btn.primary:hover {
        background-color: var(--base-color);
    }

.umbraco-forms-form .dataconsent input {
    display: inline-block;
    position: static;
    left: 0;
    width: auto;
}

.umbraco-forms-form .dataconsent label {
    font-size: 14px;
}

.umbraco-forms-navigation {
    grid-column-start: 2;
}



/*** NEWSLETTER ***/


.umbraco-forms-form.fcwc25newsletter {
    display: flex;
    justify-content: center;
    letter-spacing: 0.5px;
    position: relative;
    padding: calc(1em + 60px) 1em calc(1em + 60px) 1em;
    margin: 0 auto;
    text-align: center;
    color: #020F2A;
}

@media (max-width: 768px) {
    .fcwc25newsletter {
        flex-direction: column;
    }

        .fcwc25newsletter:not(.expanded) .umbraco-forms-page {
            flex-direction: column !important;
        }

            .fcwc25newsletter:not(.expanded) .umbraco-forms-page > * {
                flex-basis: 100% !important;
            }
}


.fcwc25newsletter .newsletter-header {
    margin-bottom: 24px;
    text-align: left;
    flex-basis: 21%;
    letter-spacing: 0;
    margin-right: 20px;
}

.fcwc25newsletter form {
    width: 100%;
    max-width: 800px;
}

.fcwc25newsletter .title h2 {
    line-height: 1.9444444444rem;
    margin-bottom: 24px;
    font-size: 2rem !important;
    text-align: left;
}

.fcwc25newsletter .umbraco-forms-page {
    flex-basis: 45%;
    margin: 0 !important;
}

.fcwc25newsletter.umbraco-forms-form .umbraco-forms-field-wrapper input.text {
    height: 52px;
    border-radius: 40px;
}

.fcwc25newsletter:not(.expanded) .umbraco-forms-page {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: start;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 800px;
    width: 100%;
}

    .fcwc25newsletter:not(.expanded) .umbraco-forms-page .umbraco-forms-fieldset {
        flex-basis: 48%;
        margin: 0 !important;
        padding: 0 !important;
    }

.fcwc25newsletter .umbraco-forms-page .umbraco-forms-fieldset {
    flex-basis: 48%;
    margin: 0 !important;
    padding: 0 !important;
}

.fcwc25newsletter.expanded .umbraco-forms-page .umbraco-forms-fieldset:last-of-type .umbraco-forms-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .fcwc25newsletter.expanded .umbraco-forms-page .umbraco-forms-fieldset:last-of-type .umbraco-forms-container .firstname,
    .fcwc25newsletter.expanded .umbraco-forms-page .umbraco-forms-fieldset:last-of-type .umbraco-forms-container .lastname {
        flex-basis: 49%
    }

    .fcwc25newsletter.expanded .umbraco-forms-page .umbraco-forms-fieldset:last-of-type .umbraco-forms-container .firstname {
        margin-right: 10px;
    }

.fcwc25newsletter:not(.expanded) .umbraco-forms-page .umbraco-forms-navigation {
    flex-basis: 48%;
    margin: 0 !important;
    padding: 0 !important;
}

.fcwc25newsletter:not(.expanded) .umbraco-forms-field-wrapper input.text {
    margin-top: 0 !important;
}

.fcwc25newsletter:not(.expanded) .umbraco-forms-page .umbraco-forms-fieldset:last-of-type {
    display: none;
}


.fcwc25newsletter .input-row {
    margin-bottom: 20px;
}

.fcwc25newsletter .legaldisclaimer {
    font-size: 0.7777777778rem;
    line-height: 1.1111111111rem;
    text-align: justify;
    letter-spacing: 0;
}

.fcwc25newsletter a {
    color: white;
}

.fcwc25newsletter .icon-field {
    display: flex;
    background-color: #FFF;
}

.fcwc25newsletter .text-input {
    height: 52px;
    font-family: var(--base-corp-font-thin), 'Sans serif';
}

.fcwc25newsletter .submit-button {
    letter-spacing: 2px;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    border: 0;
    margin-top: 0;
    display: inline-block;
    background-color: #fff !important;
    color: #002a82 !important;
    height: 52px;
}

.newsletter .legaldisclaimer p {
    font-size: 14px;
    line-height: 20px;
}

/**************************************/
/**************************************/

/*** REQUEST A QUOTE ***/

.contact-quote-forms {
    background-image: url(/media/5ldhx1pl/_register-your-interest-background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 25px;
}

    .contact-quote-forms::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        z-index: 1;
    }

@media (max-width: 768px) {
    .contact-quote-forms .columns {
        flex-direction: column;
    }

        .contact-quote-forms .columns .column:first-child {
            padding-right: 0px !important;
        }
}



.contact-quote-forms .tabbed-content {
    z-index: 2;
    position: relative;
}

.contact-quote-forms .title,
.contact-quote-forms .description,
.contact-quote-forms .label-text {
    display: none;
}

.contact-quote-forms a {
    color: var(--base-color);
}


.contact-quote-forms .input-row.phone-input .entry {
    width: 100%;
    padding: 0px;
}

.input-row .entry:not(.half):nth-of-type(2n) {
    margin-top: 14px;
}

.generic-request-form .form {
    padding: 40px;
}

.generic-request-form .column {
    flex-basis: 50%;
}

    .generic-request-form .column:first-child {
        padding-left: 0 !important;
        padding-right: 16px !important;
    }

    .generic-request-form .column:last-child {
        border: 0 !important;
    }

.generic-request-form .form-outro {
    border: 0px !important;
}

.contact-quote-forms .submit-button {
    width: 100%;
    transition: background-color 0.25s ease;
    background-color: var(--base-color);
    color: white;
    padding: 15px;
    font-weight: 400;
}


/***********************************/

/***** ADD TO CART ******/

.atc-table-column.column-select .filterLabelCheck {
    background-image: none;
    border: 2px solid var(--base-color);
    border-radius: 20px;
    height: 19px;
    width: 19px;
}

.atc-table-column.column-select .filterCheck:checked + label {
    border: 2px solid var(--base-color);
    padding: 1px;
}

    .atc-table-column.column-select .filterCheck:checked + label:before {
        content: "";
        border: 2px solid var(--base-color);
        border-radius: 20px;
        height: 9px;
        width: 9px;
        top: 0px;
        left: 1px;
        display: inline-block;
        position: relative;
        background-color: var(--base-color);
    }
/************************/

/*********LOGIN**********/

.login-form .forgot-password-link {
    margin: 0;
    font-family: "Branding";
    font-size: 16px;
    line-height: 26px;
    color: #003282;
    cursor: pointer;
}

    .login-form .forgot-password-link:hover {
        text-decoration: underline;
    }

/************************/

/*********CART**********/

.cart-wrapper .product-icon {
    width: 64px;
    height: 64px;
}

/************************/
/********CHECKOUT********/

p.login-name, p.login-email {
    margin-block-end: 0.5em;
    font-size: 16px;
    font-family: 'Branding';
    padding-left: 1em;
}

.shipping-same {
    display: none !important;
}

/*************************/
table {
    width: 100%;
    border-collapse: collapse;
    border-color: transparent;
    display: flex;
    justify-content: space-around;
    margin: auto;
    flex-wrap: nowrap;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    border-color: transparent;
}



@media (max-width: 768px) {
    table {
        display: block;
    }

    th, td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -35px auto 30px auto;
}

.image-item {
    position: relative;
    overflow: hidden;
    width: 380px;
    height: 380px;
    margin-bottom: 20px;
}

    .image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

    .image-item:hover img {
        transform: scale(1.1);
    }


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 35px;
}

.image-item:hover .overlay {
    opacity: 1;
}

.text {
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.text-below {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    top: 10px; /* Adjust this value to add space between image and text-below */
}

@media (max-width: 768px) {
    .image-container {
        flex-direction: column;
        align-items: center;
    }

    .image-item {
        width: 100%;
        height: 100%;
    }
}


.discover-block {
    background-color: #fff !important;
    color: #002a82 !important;
}

.offset-slider__tracker {
    background-color: #002a82 !important;
}

.slider-arrows .slick-arrow {
    border: 1px solid #002a82 !important;
}

    .slider-arrows .slick-arrow::before {
        border-top: 3px solid #002a82 !important;
        border-right: 3px solid #002a82 !important;
    }

    .slider-arrows .slick-arrow:hover {
        background-color: #c8c8c8 !important;
    }


.graphics-with-lines.site-footer__graphic {
    display: none !important;
}

.u-bg--brand-gold-light {
    background-color: #fff !important;
}

.u-text--center .line-graphic {
    display: none !important;
}

.section-container {
    padding-top: 25px !important;
}

body {
    position: relative;
    width: 100%;
    background-color: #fff !important;
}

h5 a {
    text-decoration: none;
    color: #002a82;
}

#comments {
    display: none;
}

.hamburger-menu {
    display: none;
}

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

.language-selector__options {
    left: -2px !important;
    font-size: smaller;
    text-align: center;
}

.language-selector a {
    text-decoration: none !important;
}

.language-selector.open {
    background-color: none !important;
}

.language-selector {
    background-color: none !important;
    display: block;
}


@media screen and (max-width: 989px) {



    .inner-container img {
        max-width: 186px;
        margin-left: 88px !important;
        margin-top: 20px !important;
    }

    .site-footer__inner {
        margin-bottom: -70px;
    }

    .inner-container a img {
        max-width: 186px;
        margin-left: 0px !important;
    }
}


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

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

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

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

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


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

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


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

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

.tab-accordion, .tab-list {
    display: none;
}

.series-descriptor {
    background: #ffffff;
}

.series-table {
    width: 80%;
    margin: auto;
}

.seat-location {
    background-color: #fff !important;
}

@media (min-width: 990px) .seat-location {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
}

.register-bar {
    display: none;
}

.hero-banner h1::before, .hero-banner .h1::before, .hero-banner h1::after, .hero-banner .h1::after {
    display: none;
}

.hero-banner h1, .hero-banner .h1 {
    position: relative;
    width: 100%;
    margin: auto !important;
    padding-top: 13% !important;
    padding-bottom: none !important;
}


@media (min-width: 990px) .hero-banner {
    height: 445px !important;
}

h1, .h1 {
    font-size: 2.7rem !important;
}

.ri-button {
    color: #fff;
    height: 20px;
    margin: 10px auto;
}

    .ri-button a {
        color: #fff;
        margin: 10px auto;
        background: #002a82;
        text-decoration: none !important;
        padding: 10px 40px;
    }



.register-block {
    background-image: url(/media/1189/_register-your-interest-background.png) !important;
}

.graphics-with-lines {
    display: none !important;
}

.site-footer__column h2 {
    color: #002a82 !important;
    border-bottom: 1px solid #002a82 !important;
}

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




.u-fc--brand-gold {
    color: #002a82 !important;
}

.register-block .tabbed-content .form-outro .button.fill button:hover, .register-block .tabbed-content .form-outro .button.fill button#submitButton:hover, .register-block .tabbed-content .form-outro .button.fill button, .register-block .tabbed-content .form-outro .button.fill button#submitButton {
    background-color: #002a82 !important;
}

.user-form.generic-request-form p a, .user-form.contact-box p a {
    color: #002a82 !important;
}

.site-footer__bottom {
    background-color: #002a82 !important;
}

.seat-location h2 {
    margin-top: 40px;
    color: #002a82 !important;
}

.section-container seat-location {
    width: 80%;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
}

.header-section {
    font-size: 24px;
    font-weight: bold;
    color: #002a82;
    text-align: center;
    font-family: 'Branding';
}


.about-section {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 30px auto 0px auto;
}

.about-section-image,
.about-section-text {
    width: 50%;
    box-sizing: border-box;
}

    .about-section-text p {
        vertical-align: middle;
        align-items: center;
        display: flex;
    }

.about-section-text {
    display: flex;
}


@media (max-width: 989px) {
    .header-section {
        font-size: 19px;
        font-weight: bold;
        color: #002a82;
        text-align: center;
        max-width: 80%;
        margin: auto;
    }

    h1, .h1 {
        font-size: 2rem !important;
    }
}

@media (max-width: 989px) {


    .hero-banner h1, .hero-banner .h1 {
        padding-top: 31% !important;
    }
}


@media (max-width: 989px) {
    .about-section {
        flex-direction: column;
    }

    .site-header__logo img {
        max-width: 200px !important;
        width: 220px !important;
    }


    .site-header.scrolling .site-header__logo img {
        max-width: 200px !important;
        width: 220px !important;
    }

    .about-section-image,
    .about-section-text {
        width: 50%;
        box-sizing: border-box;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }
}

.site-header__menu {
    display: none;
}

.user-form.generic-request-form .check-row svg, .user-form.contact-box .check-row svg {
    color: #002a82 !important;
}

.user-form.generic-request-form .check-text a, .user-form.contact-box .check-text a {
    color: #002a82 !important;
}

.hero-banner {
    height: 400px !important;
    min-height: 400px !important;
}

.site-header {
    padding: 20px 0 !important;
    background: url(/media/oond0ixi/blue-background-general.png) !important;
}

.site-header__logo {
    position: relative;
    margin: auto !important;
}

.site-header__sidebar {
    align-self: center;
    margin-left: auto;
}

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

.site-header.scrolling .site-header__logo img {
    max-width: 220px !important;
    width: 230px;
}


.site-header__logo img {
    max-width: 220px !important;
    width: 230px;
}

.seat-location {
    padding-top: 35px !important;
    padding-bottom: 40px !important;
}


.hero-banner h1, .hero-banner .h1 {
    position: relative;
    width: 100%;
    padding: 1.5em 0 1em;
    font-family: 'branding';
}




.swal2-popup {
    background: #002a82 !important;
    border: 1px solid #002a82 !important;
}

    .swal2-popup .swal2-html-container {
        color: white;
    }

.swal2-confirm.swal2-styled {
    background-color: #fff !important;
    color: #002a82 !important;
}

.swal2-container .swal2-title {
    width: fit-content;
    margin: 0 auto;
    text-transform: none;
}

.swal2-popup .swal2-html-container {
    color: white;
}

.swal2-confirm.swal2-styled:hover {
    background-color: #c1c1c1 !important;
}

.header-section h5 {
    font-weight: bold;
    color: #002a82;
    margin-top: -21px;
}


.inner-container.hide-desktop a {
    margin-top: -37px;
}

.d-none {
    display: none !important;
}


/***** FIFA FLOATING MENU *****/
.fwc22-eco-floating-menu {
    display: -webkit-flex;
    display: flex
}

    .fwc22-eco-floating-menu .wishlist-icon-container {
        margin-left: 10px
    }

        .fwc22-eco-floating-menu .wishlist-icon-container .wishlist-icon {
            height: 20px;
            width: 20px;
            cursor: pointer;
            margin-right: 0;
            margin-left: 0
        }

            .fwc22-eco-floating-menu .wishlist-icon-container .wishlist-icon path {
                stroke: none !important;
                fill: var(--base-color-secondary)
            }

@media (hover: hover) {
    .fwc22-eco-floating-menu .wishlist-icon-container .wishlist-icon:hover path {
        fill: var(--base-color-secondary) !important
    }
}

.fwc22-eco-floating-menu .icon-logout {
    width: 18px;
    height: 19px
}

.fwc22-eco-floating-menu .icon-header-search {
    margin-right: 10px;
    margin-left: 10px
}

.fwc22-eco-floating-menu .fwc22-menu-icon {
    line-height: 20px;
    display: inherit
}

    .fwc22-eco-floating-menu .fwc22-menu-icon.logout {
        margin-right: 15px
    }

    .fwc22-eco-floating-menu .fwc22-menu-icon.currency-link {
        cursor: pointer
    }

        .fwc22-eco-floating-menu .fwc22-menu-icon.currency-link .currency-code {
            font-weight: 400;
            color: #fff
        }

.fwc22-eco-floating-menu .currency-link, .fwc22-eco-floating-menu .fwc22-cart-icon, .fwc22-eco-floating-menu .log {
    margin-left: 15px
}

@media (max-width: 768px) {
    .fwc22-eco-floating-menu .currency-link {
        margin-left: 8px
    }
}

.fwc22-eco-floating-menu .gold-label {
    color: var(--base-color-secondary)
}

.fwc22-eco-floating-menu .white-label {
    color: #fff
}

.fwc22-eco-floating-menu .-active .icon {
    fill: #fff
}

.fwc22-eco-floating-menu .items-in-cart.icon {
    fill: var(--base-color-secondary)
}

.fwc22-eco-floating-menu .menu-separator {
    margin-left: 10px;
    color: var(--base-color-secondary)
}

.fwc22-eco-floating-menu .login-name {
    display: inline-block;
    margin-left: 6px
}

.fwc22-eco-floating-menu .login-name, .fwc22-eco-floating-menu .logout-label {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: var(--base-corp-font-thin),Roboto,Arial,Helvetica,sans-serif;
    position: relative
}

.fwc22-eco-floating-menu .logout-label {
    margin: 0 9px;
    color: var(--base-color-secondary)
}

@media (max-width: 1200px) {
    .fwc22-eco-floating-menu .login-name, .fwc22-eco-floating-menu .logout-label {
        display: none
    }
}

.fwc22-eco-floating-menu .cart-link, .fwc22-eco-floating-menu .wishlist-icon-container {
    position: relative
}

    .fwc22-eco-floating-menu .cart-link .numItemsCart, .fwc22-eco-floating-menu .wishlist-icon-container .numItemsCart {
        position: absolute;
        background-color: red;
        font-size: 5pt;
        width: 10px;
        height: 10px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -10px;
        right: -5px
    }

        .fwc22-eco-floating-menu .cart-link .numItemsCart .number, .fwc22-eco-floating-menu .wishlist-icon-container .numItemsCart .number {
            position: absolute;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: 2px;
            line-height: 1.42
        }

#FWWC23 .fwc22-eco-floating-menu .wishlist-icon-container .wishlist-icon path {
    stroke: none;
    fill: var(--base-color-fourth)
}

@media (hover: hover) {
    #FWWC23 .fwc22-eco-floating-menu .wishlist-icon-container .wishlist-icon:hover path {
        fill: var(--base-color-fourth) !important
    }
}

#FWWC23 .fwc22-eco-floating-menu .wishlist-icon-container .numItemsCart {
    background-color: red
}

.bump .fwc22-eco-floating-menu .wishlist-icon {
    -webkit-animation: bump .8s ease-out;
    animation: bump .8s ease-out
}

@-webkit-keyframes bump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    30% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    70% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    30% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    70% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


.collection-disclaimer {
    font-family: Branding;
    color: #003282;
    margin: 0 auto;
    margin-top: 40px;
    padding: 15px 20px;
}

    .collection-disclaimer p {
        font-family: Branding;
        color: #003282;
    }

.myAccountComponent .updateContact input {
    padding: 6px 20px;
}

.btn-confirm-return {
    position: relative;
    display: inline-block;
    /* color: #003282; */
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 4px 24px;
    margin: 0;
    font-family: "Branding";
    font-weight: 600;
    border: 2px solid #003282;
    border-radius: 18px;
    /* background-color: #FFF; */
    overflow: hidden;
    will-change: background-color, color;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease;
    background-color: #020F2A !important;
    color: #FFF !important;
    text-decoration: none;
}


    .btn-confirm-return:hover {
        background-color: #052973 !important;
        color: #FFF !important;
        text-decoration: none;
    }

.my-account-disclaimer {
    margin-left: -50px;
    margin-top: 40px;
    margin-right: -50px;
    color: var(--base-color);
    font-family: 'Branding';
}

.toastify-center {
    max-width: calc(100% - 30px);
}
