/*-----------------------------------------------------------------------------
	Name	    : Filters buttons
	Description	: filters buttons setings
	Author		: abcreativity
	Author URL	: https://abcreativity.pl/
	Created		: 01 September 2019
	License		: All Rights Reserved. Do Not Copy!
-------------------------------------------------------------------------------*/

.shuffle-sizer {
/*     position: absolute;*/
/*  visibility: hidden;*/

}


.btn-filter-dropdown {
}
.btn-filter-group a {
    margin: 0 0.5rem 1rem;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    
}
.btn-filter-group.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-top: 0.5rem;
    border: 1px solid #f3eaea;
    min-width: 12rem;
}
.btn-filter-group.dropdown-menu.center {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
}
.btn-filter-group .dropdown-item {
    background: transparent;
    margin: 0;
    border: none;
    padding: 1rem;
}
.btn-filter-group .dropdown-item:hover, .btn-filter-group .dropdown-item.active {
    background: #0db8ca;
    color: #FFF !important;
}
