#amazzing_filter .block_content	 {
    padding: 1.1rem 1.9rem;
}
.af_subtitle {
    position: relative;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
}

.af_filter li {
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 4px;
    font-size: 1rem !important;
    text-align: center;
    color: #707070 !important;
    padding: .3rem 0.5rem;
    min-width: 5.3rem;
    display: inline-block;
}
.af_filter li.active {
	border: 2px solid #1D1D1B;
}
.af_filter li.active .name {
	color: #1D1D1B;
}
.af_filter label {
	display: block;
	text-align: center;
	padding-left: 0px !important;
}
.af_filter .af-color-box {
	vertical-align: middle;
}

.active > .af-checkbox-label:before, .active > .af-radio-label:before,
.af_filter .checkbox, .af_filter .radio, .af-checkbox-label:after, .af-radio-label:after {
    display: none !important;
}
.selectedFilters .cf {
	padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    background: #f8f8f8;
    color: #2e2323;
    border: none 1px #695c52;
}

.selectedFilters .clearAll {
	background: #9a9692;
    border: none 1px #695c52;
    padding: .25rem .5rem !important;
}
.selectedFilters .clearAll .txt {
    font-size: .875rem;
    line-height: 1.5;
    margin-top: 0px;
    color: #fff;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
}
.selectedFilters.inline .clearAll {
	display: inline-block;
    float: none;
    vertical-align: top;
}

.af_filter_content {
	padding-top: 1.5em;
}
.af_filter {
	padding-bottom: 1.1em;
}
.select-title .select-title-name {
	max-width: 230px;
}
.btn.compact-toggle.external, .btn.compact-toggle.sticky {
	background-color: #C82A8C;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.125rem;
    padding: 0 4.8rem;
    height: 55px;
    display: flex  !important;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width: 100%;
}
.products-selection-container {
	gap: 10px
}
@media (max-width: 767px) {
    .btn.compact-toggle.external, .btn.compact-toggle.sticky {
        width: 49%;
    }
}
.btn.compact-toggle.external .fa, .btn.compact-toggle.sticky .fa {
	font-weight: 300;
    padding-left: 0.75rem;
    margin-right: 0;
}
.has-compact-filter #amazzing_filter {
	max-width: 500px;
}
#amazzing_filter .btn {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.125rem;
    padding: 0 5.5rem;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
}
#amazzing_filter .btn .af-total-count {
	margin-left: 0.3em;
}
.has-compact-filter #amazzing_filter.animation-ready {
    transition: transform 0.350s ease;
    box-shadow: none;
}

#amazzing_filter .facet_sidebar_header .facet_sidebar_header_title {
    font-family: 'Didot', serif;
    font-size: 2.188rem;
    font-weight: 600;
}
.has-compact-filter #amazzing_filter .title_block {
	font-family: 'Didot', serif;
    font-size: 2.188rem;
    font-weight: 600;
    text-transform: none;
    padding: 1.6rem 1.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1DCD3;
    background: none;
    color: #1d1d1b;
    
}

.has-compact-filter #amazzing_filter .title_block .compact-close {
    font-size: 1.95rem;
    font-weight: 300;
    background: none;
    border: none;
    float: right;
    vertical-align: middle;
    color: #1d1d1b;
    position: relative;
    padding: 0;
}

.has-compact-filter #amazzing_filter .title_block .compact-close .fa {
	font-size: 1.95rem;
    font-weight: 300;
}
#amazzing_filter .compact-close:after {
	content: none;
	display: none;
}
.has-compact-filter .selected-filters-label,
.has-compact-filter #amazzing_filter .title_block .compact-close {
	display: inline-block !important
}
.has-compact-filter.show-filter {
	padding-right: 15px;
}
