.block-quarto-single{
    -webkit-transition: all 1.0s ease !important;
    -moz-transition: all 1.0s ease !important;
    -o-transition: all 1.0s ease !important;
    transition: all 1.0s ease !important;
}
.select2-results > .select2-results__options{
    width: 83px;
}
.select2-container--open .select2-dropdown {
    width: 83px !important;
}
.select2-container {
    width: 83px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    width: 8px !important;
    height: 8px !important;
    margin-top: 4px !important;
    border: solid #c61a09 !important;
    border-width: 0 1px 1px 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000 !important;
    font-size: 31px;
    font-family: 'Poppins Light';
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 12px !important;
}
.select-block {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.extra-p {
    margin-left: 10px;
}
#menu-item-125 div a, #menu-item-45 div a{
    font-weight: bold;
}