#af_form .h-el {
    max-width: 12.5%;
}
#af_form .h-el.type-2 {width: 8% }
#af_form .h-el.f34 { max-width: 16%; }
#af_form .h-el.f35 { max-width: 18%; }
#af_form .h-el.f21 { max-width: 17%; }
#af_form .h-el.f2 { max-width: 13%; }
#af_form .h-el.f68 { max-width: 8%; }


.selectedFilters {
    display: none;
}
#af_form .closed .af_subtitle {
    border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    text-transform: none;
    font-size: 1em;
    padding: 12px 22px 12px 12px;
    z-index: 10;
	border-radius: 10px;
}
#af_form .af_subtitle {

	
}
#af_form .af_filter:not(.closed) {
    z-index: 99999;

}
#af_form .af_filter.closed .af_subtitle { 
border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  }
#af_form .af_filter:not(.closed) .af_subtitle {
    padding-bottom: 18px;
    margin-bottom: -5px;
   
	border-top: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-bottom: 0px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    text-transform: none;
    font-size: 1em;
    padding: 12px 22px 12px 12px;
    z-index: 10;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#af_form .af_filter .af_filter_content {
    border: 1px solid #c4c4c4;
    margin-top: 3px;
    z-index: 9;
    white-space: nowrap;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.af_filter:not(.closed) .af_filter_content {
    min-width: calc(100% - 10px);
    display: table;
}
.has-selection:not(.closed) .af_filter_content {
   border-color: #474747!important;
   border-width: 2px!important;
   
}

.af_filter.p .af_filter_content {
    min-width: 200px;
    padding-top: 20px;
}
#af_form .toggle-content:before {
    border-color: #7b7a7a;
}
#af_form .af_filter:not(.has-selection) .toggle-content:before {
    border-width: 1px 0 0 1px;
}
#af_form .af_filter.closed:not(.has-selection) .toggle-content:before {
    border-width: 0 1px 1px 0;
}
#af_form .af_filter.special .af_filter_content {
    border: 1px solid #333;
    padding-left: 10px;
    padding-right: 10px;
}
#af_form .has-selection .toggle-content {
    color: #333;
    padding: 11px 22px 11px 12px;
    border-width: 2px;
    border-color: #474747;
  font-weight: 400;
  background: #ebebeb;
}

#af_form .has-selection:not(.closed) .toggle-content {
    
    border-width: 2px 2px 0 2px;
	border-color:#474747!important;
   
}
#af_form .has-selection:not(.closed) .toggle-content{background: #fff!important}
/* custom sorting */
.af_filter.o .radio,
.af_filter.o .count {
    display: none;
}
.af_filter.o .name {
    padding-right: 5px;
}

.af_filter.o .active {
    background: #EEE;
}
.af_filter_content ul li:hover { background: #f5f3f3;}
/* action button */
#amazzing_filter #af_form .btn,
#amazzing_filter #af_form .btn:focus {
    background: #FFF;
    border: 1px solid #c4c4c4;
    margin: 0;
    color: #666666;
	text-transform: none;
	font-size: 1em;
    text-transform: none;
    padding: 12px 12px 11px 12px;
    letter-spacing: 0;
	border-radius: 10px;
	font-weight:400; 
}
#af_form .btn i {
    float: none;
    margin-right: 3px;
}
.af-close-fixed,
.af-fixed-btn {
    display: none;
}
@media (max-width: 768px) {
    .af-fixed-btn {
        display: block;
        position: fixed;
        right: 0;
        top: 20%;
        background: #373737;
        color: #FFF;
        font-size: 1.1em;
        font-weight: bold;
        padding: 5px 10px;
        z-index: 9998;
    }
    #amazzing_filter:not(.af-fixed) .af-form {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
    }
    #amazzing_filter:not(.af-fixed) .af-form::-webkit-scrollbar {
        display: none;
    }
    #af_form {
        gap: 5px;
    }
    #af_form .h-el {
        max-width: none;
    }
    .af-fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background: #FFF;
        margin: 0;
        z-index: 9999;
    }
	#af_form .h-el.type-2 {width: unset; }
#af_form .h-el.f34 { max-width: none; }
#af_form .h-el.f35 { max-width: none; }
#af_form .h-el.f21 { max-width: none; }
#af_form .h-el.f2 { max-width: none; }
#af_form .h-el.f68 { max-width: none; }

    /* fixed panel with all filters */
    #amazzing_filter.af-fixed {
        margin: 0;
        padding: 10px 20px;
    }
    #amazzing_filter.af-fixed #af_form {
        display: block;
    }
    #amazzing_filter.af-fixed .af_filter {
        padding: 0;
        margin: 2px 0 0 0;
        border-bottom: 0px solid #CCC;
    }
		.has-selection {border-bottom: 0px}
    #amazzing_filter.af-fixed .af_subtitle {
        border: 0;
        padding: 15px 22px 15px 15px;
        margin-bottom: 3px;
		font-size: 14px;
    }
    #amazzing_filter.af-fixed .af_filter_content {
        position: relative;
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        border: 0;
    }
    #amazzing_filter.af-fixed .af_filter.has-slider .af_filter_content {
        padding: 5px 10px 30px 10px;
		border: 1px solid #c4c4c4; 
    }
    #amazzing_filter.af-fixed .af_filter.special .af_filter_content {
        border: 0;
        padding-right: 0;
    }
    #amazzing_filter.af-fixed .more-f-wrapper {
        display: none;
    }
    #amazzing_filter.af-fixed .btn-holder {
        position: unset;
        bottom: 0;
        left: 0;
        right: 0;
        background: #FFF;
        padding: 10px 0px;
        z-index: 999999;
    }
	.theiaStickySidebar .btn-primary { border-radius: 10px; background: #ee750a; padding: 12px 0;}
    /* fixed panel with one filter */
    #af_form .af_filter.af-fixed {
        padding: 15px;
    }
    #af_form .af_filter.af-fixed .af_subtitle {
        color: #333;
        padding: 0 0 10px 0;
        border: 0;
        border-bottom: 1px solid #333;
    }
    #af_form .af_filter.af-fixed .af_filter_content {
        position: relative;
        left: 0;
        right: 0;
        border: 0;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
    }
    #af_form .af-fixed .viewFilteredProducts {
        margin-top: 20px;
    }
    #amazzing_filter.af-fixed > .af-close-fixed,
    .af_filter.af-fixed .af-close-fixed {
        display: inline-block;
        padding: 10px;
        margin-left: -10px;
        color: inherit;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 20px;
        line-height: 10px;
    }
    #amazzing_filter.af-fixed > .af-close-fixed {
        display: block;
        text-align: right; /* temporary */
        padding: 10px 3px 10px 0;
    }
}
.no-scroll {
    overflow: hidden;
}
.icon-plusm, .icon-minusm
{
	
  width: 16px;
  height: 16px;
  background: url(/img/icons/tune_20dp_666666.png) left top no-repeat;
  padding-left: 20px;
  background-size: contain;
 
}