.big-select {
    position: relative;
    width: 524px;
}

.big-select .vsb-main button {
    appearance: none;
    background: #FFF !important;
    width: 100% !important;
    padding: 40px 85px 15px 25px !important;
    font-size: 25px !important;
    font-weight: bold;
    line-height: 1;
    border-radius: 5px !important;
    white-space: nowrap;
    overflow: hidden;
    height: 90px;
}

.big-select .vsb-main button .caret {
    display: none !important;
}

.big-select .vsb-main button::after {
    content: ' ';
    display: block;
    width: 20px;
    height: 100%;
    background: transparent url(/typo3conf/ext/website_template/Resources/Public/Images/Icons/chevron-down.svg) no-repeat center;
    background-size: 20px auto;
    position: absolute;
    right: 35px;
    top: 0;
    transition: 300ms ease-in-out;
}

.big-select .vsb-main button.-open::after {
    transform: rotate(180deg);
}

.big-select .vsb-menu :not(.multi) li.active::before {
    display: none !important;
}

.big-select label {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 1;
    pointer-events: none;
}

.big-select .vsb-menu {
    top: auto;
    bottom: 100%;
}

.big-select > .arrow {
    width: 85px;
    background: transparent linear-gradient(201deg, #8FBA44, #16AAD2);
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    pointer-events: none;
}

.big-select > .arrow::before {
    content: ' ';
    display: block;
    background: transparent url(/typo3conf/ext/website_template/Resources/Public/Images/Icons/angle-down-white.svg) no-repeat center;
    background-size: 20px auto;
    width: 100%;
    height: 100%;
}

.big-select .vsb-menu {
    width: 100%;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: none;
    background-color: rgba(246, 246, 246, 0.95);
    padding: 25px 0;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    border: 0;
}

.big-select .vsb-menu ul {
    width: 100%;
    margin: 0;
    display: block;
    padding: 0;
    max-width: none !important;
}

.big-select .vsb-menu li {
    background: transparent;
    padding: 5px 25px;
    margin: 0 !important;
    font-size: inherit;
    white-space: normal;
}

.big-select .vsb-menu li:hover,
.big-select .vsb-menu li.active {
    background: linear-gradient(270deg, #8FBA44, #16AAD2);
    text-decoration: underline;
}

.big-select .vsb-menu li.active {
    font-weight: bold;
}


.big-select .vsb-menu li.active::after {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(/typo3conf/ext/website_template/Resources/Public/Images/Icons/check-bold.svg) no-repeat center;
    position: relative;
    top: 4px;
    margin-left: 8px;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .big-select .vsb-main button {
        font-size: 16px !important;
    }
}
