.ProductTypeSelect {
    &-headers {
        margin: 0 0 20px;
    }

    &-header {
        margin-bottom: 15px;
    }

    &-sub-header {
        color: var(--gray-400);
        font-size: 14px;
        font-style: italic;
        margin-bottom: 20px;
    }

    &-submit-button {
        float: right;
    }

    &-content {
        min-height: 490px;
        width: 425px;
    }

    &-product {
        color: $grey_300;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    & .LoadingIndicator {
        height: 500px;
    }

    & .Icons-digital {
        height: 35px;
    }

    & .Icons-physical {
        height: 35px;
    }

    & .Icons-film {
        height: 35px;
    }

    & .ButtonsRow-text {
        font-weight: $weight_bold;
    }

    & .LoadingButton {
        float: right;
    }
}
