@media (min-width: 1400px) {
.row-wrapper .left-column {
    width: 390px;
}
.row-wrapper .right-column {
    width: calc(100% - 390px);
}
}
.page-content {
    min-height: calc(100vh - 80px);
}
.row-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.row-wrapper .left-column {
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 9;
}
section.filtre-wrapper {
    position: static;
    top: 112px;
    z-index: 9;
    max-width: 364px;
    max-height: calc(100vh - 112px);
    height: max-content;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 20px;
    max-width: 100%!important;
}
section.filtre-wrapper.fixed-filter {
    position: fixed;
}
section.filtre-wrapper.fixed-filter.at-footer {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
}
section.filtre-wrapper::-webkit-scrollbar {
    scrollbar-width: thin; 
    width: 0px;
    scrollbar-color: rgba(255, 255, 255, 0.0) transparent; 
}
section.filtre-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
section.filtre-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
}
.form-group {
    width: 100%;
}
.form-group .form-control {
    background: var(--color-bg-secondary)!important;
    backdrop-filter: blur(16px);
    color: var(--color-secondary);
    border: 1px solid var(--color-bg-secondary);
    height: 48px;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
input:-ms-input-placeholder, input::placeholder, input:-moz-placeholder, input::-webkit-input-placeholder, input::-moz-placeholder {
    color: #FFFFFFCC!important;
}
::placeholder {
    color: #FFFFFFCC!important;
}
.form-group.search-field .form-control {
    padding-left: 48px;
    background: var(--color-bg-secondary)!important;
}
input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill , input:-internal-autofill-selected {
    background: transparent!important;
    color: var(--color-secondary);
}
.form-group.search-field .input-control {
    position: relative;
}
.form-group.search-field .input-control:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 1;
    background: url(../media/filter/loop.svg);
    background-repeat: no-repeat;
    background-position: left center;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.btn.btn-search {
    width: 100%;
    height: 48px;
    padding: 8px 2rem;
    margin-top: 8px;
}
.btn.btn-search svg {
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.btn.btn-search:hover svg, .btn.btn-search:focus svg, 
.btn.btn-search:hover svg path, .btn.btn-search:focus svg path {
    color: var(--color-secondary-1);
    fill: var(--color-secondary-1);
}
.form-group .input-control {
    position: relative;
}
/* .form-group.city-field .input-control:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../media/filter/map.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.form-group.category-field .input-control:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../media/filter/music.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
} */
/* select2 */
.filter-form .select2-container--default .select2-selection--single, 
.filter-form .select2-container--default .select2-selection--multiple {
    border: 1px solid var(--color-bg-secondary) !important;
    background: var(--color-bg-secondary);
    border-radius: 8px !important;
    cursor: text;
    padding-bottom: 8px;
    padding-right: 12px;
    position: relative;
    min-height: 48px;
    padding-top: 8px;
    padding-left: 48px;
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 400;
    color: #FFFFFFCC;
    line-height: 20px;
    outline: 0!important;
}
.filter-form .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 400;
    color: #FFFFFFCC;
    line-height: 20px;
    margin-left: 0px;
    margin-top: 6px;
}
.filter-form .select2-container--default .select2-selection--multiple:before,
.filter-form .select2-container--default .select2-selection--single:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 11px;
    transform: none;
    width: 24px;
    height: 24px;
    background-image: url(../media/filter/music.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    /* transition: all .2s ease; */
}
.filter-form .form-group.city-field .select2-container--default .select2-selection--multiple:before,
.filter-form .form-group.city-field .select2-container--default .select2-selection--single:before {
    background-image: url(../media/filter/map.svg);
    /* transition: all .2s ease; */
}
.filter-form .select2-container--default .select2-selection--multiple .select2-selection__clear,
.filter-form .select2-container--default .select2-selection--single .select2-selection__clear  {
    color: var(--color-secondary);
}
.filter-form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.filter-form .select2-container--default .select2-selection--single .select2-selection__choice {
    background-color: #FFFFFF33;
    border: none;
    border-radius: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 8px;
    padding-right: 16px;
    font-size: 13px;
    line-height: 24px;
    color: var(--color-secondary);
}
.filter-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    max-width: 100% !important;
    flex-direction: row;
    margin: 0 !important;
    height: 28px;
    overflow: hidden;
    flex-wrap: wrap;
    width: 100% !important;
}
.filter-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 10px;
    width: calc(33.33% - 8px);
}
.filter-form .select2-container .select2-selection--multiple span.select2-search.select2-search--inline {
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 48px);
    z-index: -1;
}
.filter-form .select2-container--default  .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0!important;
    width: 100% !important;
}
.filter-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.filter-form .select2-container--default .select2-selection--single .select2-selection__choice__remove {
    background-color: transparent!important;
    border: none;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: var(--color-secondary);
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    padding: 0 4px;
    position: absolute;
    right: 0px;
    left: inherit;
    top: 0;
    line-height: 25px;
    border-radius: 0 20px 20px 0;
}
.filter-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, 
.filter-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #FFFFFF33!important;
    color: var(--color-bg-secondary);
}
.filter-form .select2-selection__clear {
  display: none;
}

.filter-form .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice ~ .select2-selection__clear {
  display: inline-block;
}
.filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #FFFFFF33;
    border: none;
    border-radius: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 8px !important;
    font-size: 13px;
    line-height: 24px !important;
    color: #fff !important;
    display: inline-block;
}
.filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    position: absolute;
    top: 0;
    right: 4px;
    width: 20px;
    color: var(--color-secondary);
}
.filter-form .select2-container--default .select2-selection--single .select2-selection__clear {
    display: block;
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
    padding: 0 4px;
}
.filter-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    border-radius: 6px;
    margin-left: 0;
    margin-top: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.filter-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 6px 6px 6px;
}
.filter-form .form-group .select2-container--default .select2-selection--single .select2-selection__placeholder,
.filter-form .form-group .select2-container--default .select2-selection--single:not(.select2-selection--clearable) .select2-selection__rendered {
    background: transparent;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFFCC !important;
    padding: 0!important;
}
/** dropdown **/
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #44268B!important;
    cursor: default;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    font-weight: 300;
    border: none !important;
    border-radius: 4px;
    color: var(--color-secondary);
    padding: 7px 12px;
    
    background: rgba(255, 255, 255, 0.1)!important;
    position: relative;
    padding-right: 12px;
    outline: 0 !important;
    line-height: 20px;
}
.select2-search--dropdown {
    padding: 0 0 8px!important;
    margin: 0!important;
}
.select2-dropdown {
    background-color: rgba(0, 0, 0, 0.5)!important;
    backdrop-filter: blur(30px);
    border: none!important;
    border-radius: 8px !important;
    padding: 8px 8px;
}
.select2-dropdown .select2-results__options .select2-results__option {
    padding: 8px 0px;
    font-family: var(--font-main);
    font-size: 14px;
    color: var(--color-secondary);
    border-radius: 0;
    background-color: transparent!important;
}
.select2-dropdown .select2-results__options .select2-results__option:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: transparent!important;
    color: var(--color-secondary-2)!important;
}
.select2-container--default .select2-results > .select2-results__options {
    padding: 0 16px;
    scrollbar-width: thin; 
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent; 
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.1);
    border-radius: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255,255,255,0.25);
}
/*** price **/
.price-range-slider {
    width: 100%;
    padding: 0 10px 0 0;
    position: relative;
}
.price-range-slider .range-bar {
	margin: 0;
    position: relative;
}
.price-min {
    position: absolute;
    left: -26px;
}
.price-max {
    position: absolute;
    right: 0;
}
.price-max input {
    text-align: right;
}
.price-range-slider  input {
	max-width: fit-content!important;
	min-width: inherit!important;
	width: fit-content!important;
	background: none;
	color: #FFFFFFCC;
	font-size: 14px;
    line-height: 24px;
	border: none;
	margin: 10px 0;
    outline: 0!important;
    box-shadow: none!important;
    height: 24px;
}
.price-range-slider .price-max input {
    max-width: 124px!important;
    text-align: right;
}
.price-range-slider .price-min input {
    max-width: 40px!important;
    text-align: right;
}
.price-range-slider .price-max, .price-range-slider .price-min {
    padding-right: 12px !important;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--font-main);
}
.price-range-slider .price-max:after, .price-range-slider .price-min:after {
    position: absolute;
    font-weight: 400;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFFCC;
    z-index: 1;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--font-main);
    content: "\20AC" !important;
}
.price-range-slider .range-bar {
	border: none!important;
	background: #FFFFFF;
	height: 2px;
    border-radius: 2px;	
	width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: var(--color-secondary-2);
    height: 3px;
    top: -1px;
}
.price-range-slider .range-bar .ui-slider-handle {
    border-radius: 25px;
    background: var(--color-secondary-2);
    border: 2px solid var(--color-secondary-2);
    height: 15px;
    width: 15px;
    top: -7px;
    cursor: pointer;
    color: #FFFFFFCC!important;
    outline: 0!important;
    margin-left: 0;
}
.price-range-slider .range-bar .ui-slider-handle + span {
	background:var(--color-secondary-2);
}
.price-range-slider .range-bar span.ui-slider-handle.ui-corner-all.ui-state-default:hover, .price-range-slider .range-bar span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    box-shadow: 0px 0px 0px 3px rgb(255 255 255 / 10%);
}
.price-range-slider .range-bar span.ui-slider-handle.ui-corner-all.ui-state-default:nth-child(3) {
    margin-left: -2px;
}
#slider-range span.ui-slider-handle.ui-corner-all.ui-state-default:nth-child(2) {
    display: none;
}
.form-group.price-field {
    clear: both;
    padding: 12px 16px;
    background: var(--color-bg-secondary);
    border-radius: 8px;
}
.form-group.price-field .form-label {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
    display: inline-block;
    padding-left: 32px;
    position: relative;
}
.form-group.price-field .form-label:before {
    content: "";
    position: absolute;    
    width: 20px;
    height: 20px;
    z-index: 1;
    background: url(../media/filter/euro-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*** datepicker ***/
.form-group.date-field {
    clear: both;
    padding: 8px 8px;
    background: var(--color-bg-secondary);
    border-radius: 8px;
}
/* datepicker */
.datepicker.datepicker-dropdown {
    background-color: rgba(0, 0, 0, 0.5)!important;
    backdrop-filter: blur(30px);
    border-radius: 8px;
    padding: 8px;
}
.datepicker table {
    min-width: 316px;
    min-height: 240px;
    border-collapse: separate;
    border-spacing: 12px;
}
.datepicker .datepicker-switch {
    width: 145px;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400;
    color: var(--color-secondary)!important;
}

.datepicker table tr td, .datepicker table tr th {
    font-size: 14px;
    font-weight: 400 !important;
    width: 24px !important;
    height: 24px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 24px !important;
    display: table-cell;
    color: var(--color-secondary-2);
    font-family: var(--font-main);
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: rgba(255, 255, 255, 0.2) !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: rgba(255, 255, 255, 0.2) !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled],.datepicker table tr td.active.disabled, 
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.active, 
.datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, 
.datepicker table tr td.active.disabled:hover:active{
    background: var(--color-secondary) !important;
    color: #585268!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover {
    background: var(--color-secondary-2) !important;
    color: #390095!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, 
.datepicker table tr td.active.active,  .datepicker table tr td.active:active, 
.datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, 
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: var(--color-secondary-2) !important;
    color: #390095!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker-dropdown:before , .datepicker-dropdown.datepicker-orient-left:after {
    display: none!important;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #716789!important;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #716789!important; 
}
.datepicker table tr td span {
    height: 40px;
    line-height: 40px;
}
.datepicker-inline {
    width: 100% !important;
    padding: 0!important;
}
.input-control > .datepicker {
    padding: 0 !important;
}
.datepicker table tfoot {
    margin: 0;
    box-sizing: border-box;
    border-spacing: 0 !important;
    height: 0 !important;
    display: none;
}
/*** sort by ***/
.search-result .count-results {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: left;
}
.search-result .artists-sort-order {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: var(--color-bg-secondary);
    border-radius: 8px;
    padding: 12px 16px;
    width: auto !important;
    margin: 0 0 0 auto;
    max-width: max-content;
}
.search-result {
    margin-bottom: 32px;
}
.search-result label.sort-by-label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-right: 16px;
    border-right: 1px solid #FFFFFF4D;
}
.search-result select#orderby {
    background: transparent;
    border: none;
    color: var(--color-secondary);
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    margin-left: 8px;
    outline: 0!important;
    box-shadow: none;
}
.search-result .artists-sort-order .select2-container {
    margin-left: 8px;
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none !important;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    font-family: var(--font-main);
    font-weight: 400;
    color: #FFFFFFCC;
    position: relative;
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__placeholder,
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
    line-height: 28px;    
    background: transparent;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    /* color: #FFFFFFCC !important; */
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none; 
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
    position: absolute;
    top: -1px;
    right: 0px;
    width: 20px;
}
.search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    border-radius: 6px;
    margin-left: 0;
    margin-top: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-result .artists-sort-order .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 6px 6px 6px;
}
.select2-dropdown.sort_by_dorbdown {
    min-width: 200px!important;
    margin-left: -29px;
    margin-left: -92px;
}
.select2-dropdown.sort_by_dorbdown ul#select2-orderby-results, .select2-dropdown.sort_by_dorbdown ul.select2-results__options {
    padding: 0 8px;
}
.select2-dropdown.sort_by_dorbdown ul#select2-orderby-results .select2-results__option {
    white-space: nowrap;
}
/*** pagination ***/

ul.pagination {
    display: flex;
    justify-content: center;
    max-width: 60%;
    margin: 1rem auto;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: .5rem;
}
.page-item .page-link {
    background: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: var(--color-secondary);
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    min-width: 32px;
    height: 32px;
    padding: 6px 2px;
    margin: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    background: var(--color-secondary);
    color: var(--color-bg-main);
    box-shadow: 0px 0px 4px 0px #00000080;
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    line-height: 21px;
    padding: 0;
    text-align: center;
    font-size: 26px;
    font-family: var(--font-main);
    font-weight: 400;
    position: relative;
    margin-top: 3px;
}
.page-item.active>.page-link, .page-item .page-link.active ,
.page-item.active>.page-link:hover, .page-item .page-link.active:hover,
.page-item.active>.page-link:focus, .page-item .page-link.active:focus {
    background: var(--color-secondary-2);
    color: var(--color-bg-main);
}
.page-item.disabled>.page-link, .page-item .page-link.disabled {
    opacity: .1;
}
.page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover 
.page-item:first-child .page-link:focus, .page-item:last-child .page-link:focus {
    background: var(--color-secondary);
    color: var(--color-bg-main);
}
.page-item .page-link:hover, .page-item .page-link:focus {
    background: var(--color-secondary);
    color: var(--color-bg-main);
}
/*** category-header ***/

.category_header {
    background: #320178;
    background: linear-gradient(180deg, rgba(57, 0, 149, 0) 0%, rgba(116, 17, 138, 0.6) 100%);
    padding: 40px 0;
    text-align: center;
}
.category_header h1 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
    color: var(--color-secondary);
    margin: 0 0 1.5rem;
}
.category_header .category_title {
    max-width: 800px;
    margin: 0 auto;
}
.category_header p, .category_header span ,.category_header {
    font-family: var(--font-main)!important;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--color-secondary)!important;
    margin: 0;
}
.category-page {
    --category-header-height: 0px;
}
@media (min-width: 1400px) {
.category-page section.filtre-wrapper:not(.fixed-filter) {
    top: calc(112px + var(--category-header-height));
    max-height: calc(100vh - (112px + var(--category-header-height)));
}
}
.category-footer-text, .category-footer-text p, .category-footer-text span {
    color: var(--color-secondary) !important;
    font-size: 12px !important;
    line-height: 21px !important;
    font-family: 'Sora' !important;
    font-weight: 300 !important;
}
.category-page section.filtre-wrapper {
    padding: 0 5px!important;
}
/*** alert **/
.listartist-page.page-content .alert.alert-danger {
    display: block;
    background: rgb(255 255 255 / 10%) !important;
    border: 1px solid  rgb(255 255 255 / 10%)!important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300; 
    padding: 2rem!important;
    border-radius: 32px!important;
}
.alert.alert-danger > p:last-child {
    margin: 0;
}
.alert .button-style-2 {
    background: transparent;
    text-decoration: none;
    padding: .625rem 2rem .6rem;
    font-size: 14px;
    line-height: 20px;
}
.alert .button-style-2:hover, .alert .button-style-2:focus {
    color: #4a1a8d;
    background: #fff;
}
img.img-notfound {
    width: auto;
    max-width: 100%;
    height: auto;
}
.search-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: none;
    border-radius: 8px;
    background: transparent;
    font-size: 13px;
}
.search-loading__spinner {
    width: 14px;
    height: 14px;
    border: 2px solid var(--color-secondary);
    border-top-color: var(--color-secondary);
    border-radius: 50%;
    animation: search-spin 0.8s linear infinite;
}
.search-results-criteria .criteria-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.search-results-criteria .criteria-item {
    background: transparent;
    border: none;
    border-radius: 14px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.list-artist-withcount.is-loading .artists-list {
    opacity: 0.6;
    pointer-events: none;
}
@keyframes search-spin {
    to { transform: rotate(360deg); }
}
/********** responsive *********/

@media (max-width: 1400px) and (min-width: 992px) {
    
    .category-page section.filtre-wrapper:not(.fixed-filter) {
        top: calc(96px + var(--category-header-height));
        max-height: calc(100vh - (96px + var(--category-header-height)));
    }
}
@media (max-width: 1400px) {
    section.filtre-wrapper {
        max-width: calc(33.33% - 30px);
        left: 15px;
        top: 96px;
        max-height: calc(100vh - 96px);
    }
    .page-content {
        padding: 1rem 0 5.5rem;
    }
    .search-result .count-results {
        font-size: 28px;
        line-height: 48px;
    }
    .right-column {
        padding-left: 0;
    }
    .search-result {
        margin-bottom: 24px;
    }
}
@media (max-width: 1200px) {

    .listartist-page .card-artist .picture img {
    height: 280px;
    }
    .listartist-page .card-artist .thumbnail-wrapper {
        height: 280px;
    }
    .row-wrapper .right-column {
        width: 66.67%;
        padding-left: 15px;
    }
    .row-wrapper .left-column {
        width: 33.33%;
    }
    section.filtre-wrapper {
        max-width: calc(33.33% - 30px);
        width: 100%;
    }
    .search-result .count-results {
        font-size: 24px;
        line-height: 40px;
    }
    .search-result label.sort-by-label,
    .search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__placeholder, 
    .search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        line-height: 20px;
    }
    .search-result label.sort-by-label img {
        width: 18px;
        height: 18px;
    }
    .search-result .artists-sort-order {
    border-radius: 8px;
    padding: 10px 12px;
    }
    .search-result .artists-sort-order .select2-container {
        max-width: 120px;
    }
    .select2-dropdown.sort_by_dorbdown ul#select2-orderby-results, .select2-dropdown.sort_by_dorbdown ul.select2-results__options {
        padding: 0 4px;
    }
    .select2-dropdown.sort_by_dorbdown ul#select2-orderby-results .select2-results__option {
        font-size: 12px;
    }
    .search-result .artists-sort-order .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px; 
    }
    .select2-dropdown.sort_by_dorbdown {
        min-width: 168px !important;
        margin-left: -34px;
        margin-left: -62px;
    }
    /* .datepicker table {
        min-width: 260px;
        min-height: 240px;
        border-collapse: separate;
        border-spacing: 8px;
    } */
        .datepicker table {
        min-width: 290px;
        min-height: 240px;
        border-collapse: separate;
        border-spacing: 8px;
    }
    .form-group.date-field {
        padding: 8px 8px;
    }
    
    .category_header h1 {
        font-size: 40px;
        margin: 0 0 20px;
    }
    span.alert.alert-danger {
    font-size: 12px;
    line-height: 21px;
    font-weight: 300;
    }
}
@media (max-width: 992px) {
    
    .category_header h1 {
        font-size: 36px;
    }
    .search-result .count-results {
        font-size: 20px;
        line-height: 40px;
    }
    .select2-dropdown.sort_by_dorbdown {
        margin-left: -48px;
        margin-left: -62px;
    }
    .row-wrapper .left-column {
        width: 100%;
    }
    section.filtre-wrapper {
        max-width: 100%;
        width: 100%;
        left: 0;
        top: 80px;
        padding: 8px;
        max-height: calc(100vh - 80px);
    }
    .category-page section.filtre-wrapper {
        top: 80px!important;
        max-height: calc(100vh - 80px);
    }
    .row-wrapper .right-column {
        width: 100%; 
    }
    .page-content {
        padding: 5rem 0 5.5rem;
        padding: 0 0 5.5rem;
    }
    .page-content.category-page {
        padding-top: 2rem;
    }
    .category_header {
    padding-top: 5.5rem;
}
    .filter-form button.btn.btn-search span {
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
        position: absolute !important;
    }
    .filter-form .form-group {
        padding: 0;
        width: 25%;
    }
    
    .filter-form .form-group.search-field {
        padding-left: 40px;
    }
    .filter-form .form-group.date-field {
        margin-left: 0 !important;
        padding-left: 0;
        background: transparent !important;
        border: none!important;
    }
    .filter-form .form-group.date-field .input-control {
        position: relative;
    }
    .filter-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
        padding: 0 ;
    }
    .filter-form .form-group:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    form.filter-form {
        border-radius: 30px;
        background: #44268B;
        height: 56px;
        overflow: hidden;
        backdrop-filter: blur(15px);
        padding: 8px 0;
        gap: 0 !important;
    }
    .filter-form .form-group.date-field .input-control::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 24px;
        height: 24px;
        background-image: url(../media/filter/date.svg);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: center;
        background-size: 20px;
        z-index: -1;
        margin-top: 0px;
        margin-left: 10px;
        /* transition: all .2s ease; */
    }
    .filter-form button.btn.btn-search {
        padding: 8px 12px;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background: transparent;
        border: none;
        position: absolute;
        left: 0;
        top: 8px;
        margin: 0;
    }
    .btn.btn-search svg {
        margin-right: 0;
        position: relative;
        top: -1px;
    }
    .select2-container--default .select2-results > .select2-results__options {
    padding: 0;
    }
    .datepicker table {
        min-width: 220px;
        min-height: 180px; 
    }
    .datepicker table tr td, .datepicker table tr th {
    font-weight: 500 !important;
    }
    .form-group.search-field .form-control, .form-group.date-field .form-control {
        background: #ffffff00 !important;
        border-color: #ffffff00 !important;
        height: 40px;
        padding: 8px !important;
        padding-left: 44px!important;
        outline: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none;
        border: none!important;
        border-radius: 0;
    }
    .form-group.search-field .form-control {
        padding-left: 8px !important;
    }
    .form-group.search-field .input-control:before {
        display: none;
    }
    .filter-form .select2-container--default .select2-selection--single, .filter-form .select2-container--default .select2-selection--multiple {
        background: transparent;
        border-color: transparent !important;
        padding-bottom: 8px;
        padding-right: 12px;
        min-height: 40px;
        padding-top: 8px;
        padding-left: 40px;
    }
    .filter-form .select2-container--default .select2-selection--multiple:before, .filter-form .select2-container--default .select2-selection--single:before {
        left: 12px;
        top: 9px; 
    }
    .filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        top: -1px;
    }
    .search-result {
        margin-bottom: 16px;
    }
    .filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        max-width: calc(100% - 50px);
    }
    
    .filter-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 10px;
        width: calc(50% - 8px);
    }
}
@media (max-width : 992px) and (min-width : 576px) {
    nav.navbar {
        backdrop-filter: none!important;
        background: none !important;
    }
    .navbar.fixed-top:after {
        height: calc(100% + 72px);
        backdrop-filter: blur(30px);
        background: var(--color-bg-gradient-header);
    }
    .row-wrapper .left-column {
        z-index: 99;
    }
    section.filtre-wrapper {
        z-index: 99;
    }
}
@media (max-width : 767px) {
    
    .category_header h1 {
        font-size: 32px;
        margin: 0 0 20px;
    }
    .filter-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
        padding: 0 0 0 24px;
        font-size: 0;
    }
    .filter-form .select2-container .select2-selection--multiple .select2-selection__rendered {
        opacity: 0;
        visibility: hidden;
    }
    .filter-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
        width: 100%;
    }
    .filter-form .select2-selection__placeholder {
        font-size: 0!important;
        display: none!important;
    }
    .filter-form .form-group {
        padding: 0 ;
        width: 48px;
    }
    form.filter-form .form-control.datepicker {
        font-size: 0;
    }
    .filter-form .form-group.search-field {
        width: calc(100% - 144px);
        padding: 0 0 0 40px;
    }
    .filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        opacity: 0;
        display: none;
    }
    .select2-dropdown:not(.sort_by_dorbdown) {
        min-width: 200px;
        transform: translateX(-100px);
    }
    form.filter-form {
        position: relative;
    }
    input#search_all::placeholder, input#search_all:-moz-placeholder,
    input#search_all::-moz-placeholder, input#search_all::-webkit-input-placeholder {
        color:  #FFFFFF80!important;
    }
    .datepicker table tr td, .datepicker table tr th {
    font-size: 12px; 
    }
    .datepicker table {
    border-spacing: 4px;
    }
    .datepicker .datepicker-switch {
    font-size: 13px !important;
    line-height: 24px !important;
    }
    .filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
        position: absolute !important;
    }
    section.filtre-wrapper {
        top: 80px;
        max-height: calc(100vh - 80px);
    }
    .category-page section.filtre-wrapper {
        top: 80px!important;
        max-height: calc(100vh - 80px);
    }
    .filter-form .select2-container--default .select2-selection--single, 
    .filter-form .select2-container--default .select2-selection--multiple {
        padding: 0 !important;
        width: 47px !important;
    }
    .form-group.date-field .form-control {
        background: #ffffff00 !important;
        border-color: #ffffff00 !important;
        backdrop-filter: none;
        height: 40px;
        padding: 8px !important;
        padding-left: 39px !important;
    }
.filter-form .select2-container--default .select2-selection--single .select2-selection__clear {
    display: inline-block; 
        position: absolute;
        right: 0;
        margin: 0;
        background: rgba(0, 0, 0, .5);
        width: 20px;
        height: 20px;
        line-height: 20px;
}

    .filter-form .form-group.category-field.filled-in .select2-container--default .select2-selection--multiple:before,
    .filter-form .form-group.category-field.filled-in .select2-container--default .select2-selection--single:before {
        background-image: url(../media/filter/music-fill.svg);
    }

    .filter-form .form-group.city-field.filled-in .select2-container--default .select2-selection--multiple:before,
    .filter-form .form-group.city-field.filled-in .select2-container--default .select2-selection--single:before {
        background-image: url(../media/filter/map-fill.svg);
    }
    .filter-form .form-group.date-field.filled-in .input-control::before {
        background-image: url(../media/filter/date-fill.svg);
    }
    .btn.btn-search:hover svg, .btn.btn-search:focus svg, .btn.btn-search:hover svg path, .btn.btn-search:focus svg path {
        color: var(--color-secondary-2);
        fill: var(--color-secondary-2);
    }
}
@media (max-width: 576px) {
    
    .category_header h1 {
        font-size: 30px;
        margin: 0 0 1rem;
    }
    .card-artist .artist-title .h3 {
        line-height: 28px;
    }
    section.filtre-wrapper {
        top: 64px;
        background: var(--color-main);
        max-height: calc(100vh - 64px);
    }
    .category-page section.filtre-wrapper {
        top: 64px !important;
        background: var(--color-main);
        max-height: calc(100vh - 64px);
        z-index: 999;
        padding: 0px 5px 8px !important;
    }
    .search-result label.sort-by-label span {
        font-size: 0;
    }
    .search-result label.sort-by-label {
        padding: 0;
        border: none;
    }
    .search-result .artists-sort-order .select2-container {
        margin-left: 0;
    }
    .search-result .artists-sort-order .select2-container {
        max-width: 104px;
    }
    ul.pagination {
        max-width: 100%;
        column-gap: .5rem;
    }
    .listartist-page.page-content .alert.alert-danger {
        padding: 1.5rem!important;
        border-radius: 24px!important;
    font-size: 12px;
    line-height: 20px;
    }
    .alert .button-style-2 {
    padding: .5rem 1rem;
    font-size: 12px;
    }
}
@media (max-width: 450px) {

    .select2-dropdown:not(.sort_by_dorbdown) {
        transform: translateX(-150px);
    }
    .select2-dropdown:not(.sort_by_dorbdown) .select2-results__options .select2-results__option {
        padding: 6px 0px;
        font-size: 12px; 
    }
    .page-item .page-link {
        font-size: 16px;
        min-width: 30px;
        height: 30px;
        padding: 4px 2px;
    }
    .page-item:first-child .page-link, .page-item:last-child .page-link {
        margin-top: 2px;
    }

}
/** adjust ***/
.search-result .count-results {
    display: flex;
    align-items: center;
    background: transparent;
    padding: .5rem 0;
}
.search-result .artists-sort-order {
    margin-top: 1rem;
}
.search-result .count-results span.count-span {
    width: calc(100% - 48px);
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}
.search-result .count-results .h2 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--color-secondary);
}
.search-results-criteria .criteria-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
    margin-top: 4px;
}
.search-results-criteria .criteria-item {
    border-radius: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF80;
    font-family: var(--font-main);
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}
.search-results-label {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF80;
    margin-bottom: .25rem;
}
.search-results-criteria .criteria-list .criteria-item:not(:last-child) {
    padding-right: .5rem;
    margin-right: .5rem;
    border-right: 1px solid #FFFFFF80;
}
@media (max-width: 1200px) {
    
    .search-result .count-results .h2 {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
.search-result .artists-sort-order {
        margin-top: .5rem;
    }
.search-result .count-results .h2 {
    font-size: 26x;
    line-height: 36px;
}
}
@media (max-width: 576px) {
    .search-result .count-results span.count-span {
        text-align: center;
    }
    .search-results-criteria .criteria-list {
    justify-content: center;
    }
    .search-result .count-results { 
        display: block;
        text-align: center;
    }
    .search-result .count-results .h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
