/*Reusable Variables*/
:root {
    --hippoGreen: #a7af39;
    --hippoCharcoal: #1f262e;
    --hippoOffWhite: #f0f0f0;
    --lightGrey: #e3e5e8;
    --darkGrey: #454c54;
    --insurance: #00afde;
    --life: #7076c0;
    --health: #e0543f;
    --money: #f48d2a;
    --travel: #f9c54b;
    --cars: #24b692;
    --internet: #773594;
    --breadcrumbGrey: #737f8c;
    --disclaimerGrey: #737f8c;
    --background: #F9F9F9;
}

.tyre-and-rim-container {
    min-height: 300px;
    /*padding-top: 75px;*/
    background: #F9F9F9;
}

.container-background-one {
    background: url('../../../images/site/section/tyreandrim/half-top-left-background.png') no-repeat right 160px;
}

.container-background {
    background: url('../../../images/site/section/tyreandrim/partial-bottom-left-background.png') no-repeat bottom left;
}

.breadcrumb-container {
    padding: 10px 0px 35px;
}

.breadcrumb-list {
    padding: 0px;
    margin: 0px;
}

    .breadcrumb-list li {
        list-style: none;
        color: var(--darkGrey);
        display: inline;
    }

        .breadcrumb-list li a {
            text-decoration: none;
            color: var(--breadcrumbGrey);
            display: inline;
        }

            .breadcrumb-list li a:hover {
                text-decoration-line: underline;
            }

        .breadcrumb-list li i {
            font-size: 14px;
            margin: 0 5px;
            font-weight: lighter;
        }

.breadcrumb-text {
    font-size: 13px;
    font-family: nunito,sans-serif !important;
}

.current-page-breadcrumb {
    font-weight: 700;
}

.product-hero-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.product-heading-container {
    max-width: 67%;
}

.product-heading {
    font-family: Nunito;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    color: var(--hippoCharcoal);
    margin-bottom: 16px;
    max-width: 700px;
}

.product-heading-tyre-and-rim {
    color: var(--cars);
}

.product-subheading {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: var(--hippoCharcoal);
}

.product-hero-form {
    display: flex;
    flex-direction: column;
}

.product-form-group {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.required-indicator {
    color: #a7af39 !important;
    font-weight: bold !important;
}

.form-group-styling {
    background-color: white;
    padding: 5px 10px 0px;
    border-radius: 5px;
    border: 1px solid #a7af39;
    box-shadow: 0 0 0 .5px var(--hippoGreen), 0 6px 12px 0 rgba(69, 71, 31, .16);
}

.form-group-label {
    color: #495057;
    margin-bottom: 0px;
}

.form-group-select {
    border-bottom: 1px solid transparent !important;
    padding: 0px 0px 0px !important;
}

.filter-sel {
    color: #495057 !important;
}

.rim-radio-label {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--hippoCharcoal);
}

.rim-options-cont {
    display: flex;
    flex-direction: row;
    gap: 100px;
    padding-top: 10px;
}

.rim-type-cont {
    display: flex;
    flex-direction: column;
}

.tooltip-rims {
    background-color: black;
    color: white;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
}

.tooltip-rims:focus, .tooltip-rims:hover {
    color: white !important;
    text-decoration: none !important;
}

.rim-continue-btn {
    width: 100%;
    margin: 30px 0px 70px !important;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
}

.search-make-spinner-border {
    position: absolute;
    right: 45px;
    width: 25px;
    height: 25px;
    border-top-color: #A7AF39 !important;
    border-left-color: #A7AF39 !important;
    border-bottom-color: #A7AF39 !important;
    --bs-spinner-border-width: 3px;
    display: none;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 0px !important;
    height: 0px !important;
}

.tyre-and-rim-hero-img {
    width: 500px;
    height: 500px;
}

/* ------------------------------------------------- Media Queries ------------------------------------------------- */
@media screen and (max-width: 1334px) {
    .tyre-and-rim-hero-img {
        max-width: 464px;
    }
}

@media screen and (max-width: 1285px) {
    .tyre-and-rim-hero-img {
        max-width: 430px;
        height: 455px;
    }
}

@media screen and (max-width: 1176px) {
    .container-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1118px) {

    .product-heading {
        font-size: 60px;
    }
}

@media screen and (max-width: 1075px) {
    .product-heading {
        font-size: 55px;
    }
}

@media screen and (max-width: 1059px) {
    .tyre-and-rim-hero-img {
        max-width: 390px;
        height: 425px;
    }
}

@media screen and (max-width: 992px) {
    .tyre-and-rim-hero-img {
        display: none;
    }

    .container-background-one {
        background: url(../../../images/site/section/tyreandrim/half-top-right-background.png) no-repeat left 135px;
    }

    .container-background {
        background: none;
    }

    .product-hero-container {
        justify-content: center;
    }

    .product-heading-container {
        max-width: 100%;
    }

    .id-number-container {
        max-width: 80%;
    }

    .product-heading {
        font-size: 64px;
    }
}

@media screen and (max-width: 691px) {
    .product-heading {
        font-size: 60px;
    }
}

@media screen and (max-width: 651px) {
    .product-hero-form {
        align-items: center;
    }

    .product-heading {
        font-size: 55px;
        text-align: center;
    }

    .product-subheading {
        text-align: center;
    }

    .id-number-container {
        width: 100%;
        max-width: 100%
    }

    .id-number-btn {
        margin: 1px 0 15px 0px;
        border-radius: 0 0px 3px 3px;
        justify-content: center;
    }

    .id-number-input {
        border-radius: 4px 4px 0px 0px !important;
        margin: 0px;
        text-align: center;
    }

    .input-btn-group {
        flex-direction: column;
    }

    .product-form-group {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 601px) {

    .product-heading {
        font-size: 50px;
    }
}

@media screen and (max-width: 502px) {
    .product-heading {
        font-size: 40px;
    }

    .product-subheading {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .rim-options-cont {
        flex-direction: column;
        gap: 30px;
    }
}