/* glyn edits
extra
*/

@font-face {
	font-family: 'fwwicons';
	src:
	  url('../fonts/fwwicons.woff2') format('woff2'),
	  url('../fonts/fwwicons.woff') format('woff'),
	  url('../fonts/fwwicons.ttf') format('truetype'),
	  url('../fonts/fwwicons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="fwwicon-"], [class*=" fwwicon-"] {
	font-family: 'fwwicons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.fww-disabled-overlay {
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    pointer-events: all!important;
    z-index: 5;
}
.fwwfilter.fww-disabled {
	position:relative;
	pointer-events:none;
	opacity: .38;
}
.fwwicon-clear:before {
    content: "\e900";
}

.fwwicon-check:before {
    content: "\e901";
}

.fwwicon-keyboard_arrow_down:before {
    content: "\e902";
}

.fwwicon-cancel:before {
    content: "\e903";
}

.fwwicon-radio_button_off:before {
    content: "\e904";
}

.fwwicon-radio_button_on:before {
    content: "\e905";
}

.fwwicon-check_box_outline_blank:before {
    content: "\e906";
}

.fwwicon-check_box:before {
    content: "\e907";
}

.fwwicon-filter_list:before {
    content: "\e908";
}

.fwwicon-arrow_drop_down:before {
    content: "\e909";
}

.fwwicon-search:before {
    content: "\e910";
}

.fwwicon-sort:before {
    content: "\e911";
}

.fwwicon-tune:before {
    content: "\e912";
}

.fwwicon-public:before {
    content: "\e913";
}

.fwwicon-build:before {
    content: "\e914";
}

.fwwicon-sync_alt:before {
    content: "\e915";
}

.fwwicon-west:before {
    content: "\e916";
}

.fwwicon-language:before {
    content: "\e917";
}

.fwwicon-add:before {
    content: "\e918";
}

.fwwicon-more_vert:before {
    content: "\e919";
}

.fwwicon-menu:before {
    content: "\e920";
}

.fwwicon-arrow_back:before {
    content: "\e921";
}

.fwwicon-remove:before {
    content: "\e922";
}

.fwwicon-category:before {
    content: "\e923";
}

.fwwicon-keyboard_backspace:before {
    content: "\e924";
}

.fwwicon-settings:before {
    content: "\e925";
}

.fwwicon-swap_vert:before {
    content: "\e926";
}

.fwwicon-filter_list_alt:before {
    content: "\e927";
}
.removesearch span.fwwname:before {
	content: "Search: ";
}
.awdff span.count:before {
	content:"(";
}
.awdff span.count:after {
	content:")";
}
.fwwfilter ul li.wpilabel a:before, .fwwfilter ul li.wpilabel:before {
	display:none;
}
.fwwfilter ul.product-categories li a, .fwwfilter ul li span.active-attribute {
	float:none;
}
.fwwfilter ul li span.categorycount {
	float:none;
	padding-left:5px;
}
.awdhidearchive {
	display:none!important;
}
html {
	margin-top:0px!important;
}
.awdFFLoadingPage {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(255,255,255,0.9);
	z-index:9999999999;
	text-align:center;

}
.awdFFLoadingPage div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fwwproductsloading {
    height: 100px;
}
.fwwfilter ul li.wpilabel, #secondary .fwwfilter ul li.wpilabel:last-child, #secondary .fwwfilter ul li.wpilabel:last-child {
	display:inline-block;
	position:relative!important;
}
.fwwfilter ul li.wpilabel.toplevel {
	width:100%;
}
.fwwfilter ul li.wpilabel.toplevel:first-child {
	margin-top:0px;
}
.fwwfilter ul li span.count, .fwwfilter ul li span.count {
	font-weight: normal;
	margin-left: auto;
	margin-right: 0;
	padding: 0;
	font-size:12px;
	color:#aaa;
	position:static!important;
}
.fwwfilter ul.label.full, .fwwfilter ul.label.hierarchical, .fwwfilter ul.label.full li ul.children, .fwwfilter ul.label.hierarchical li ul.children {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#fww_topbar .fwwfilter ul.label.full, #fww_topbar .fwwfilter ul.label.hierarchical, #fww_topbar .fwwfilter ul.label.full li ul.children, #fww_topbar .fwwfilter ul.label.hierarchical li ul.children {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
#fww_topbar .fwwfilter ul li.wpilabel.toplevel {
	width:auto;
	margin-right:5px;
}
.fwwfilter ul.label.full li.wpilabel a, .fwwfilter ul.label.hierarchical li.wpilabel a {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}
.fwwfilter.widget > ul > li:first-child, .fwwfilter.widget > ul > li.wpicolour:first-child {
	padding-top:0px;
}
.wpb_widgetised_column aside ul li.wpicolour span.count {
	background-color:transparent;
}
.fwwfilter.widget ul li.wpicolour a.fwwattributelink:hover {
	text-decoration:none;
}

.fwwfilter ul li ul.children {
	display:block;
	margin-left:10px!important;
	margin-top:0px;
	padding-left:0px;
}
.fwwfilter.widget ul li.selected ul li {
	font-weight:normal;
}
.fwwfilter.widget ul li.selected, .fwwfilter.widget ul li.selected ul li.selected {
	font-weight:bold;
}
option.fwwchildoption {
	padding-left:10px;
}
option.chosen {
	font-weight:bold;
}
.fwwattributesearcharea {
	position:relative;
}
.fwwattributesearchresults {
	position:absolute;
	top:35px;
	background-color:white;
	width:100%;
	z-index: 999999;
    border: 1px solid #bbb;
}
.fwwfilter.widget .fwwattributesearchresults ul {
	padding:5px 10px;
}
.fwwattributesearchresults li {
	padding:0px;
	line-height:1em;
}
aside .fwwfilter {
	overflow:visible!important;
}
.fww_ipa {
	text-align:left; 
	color:#666;
	padding: 5px 15px;
	width:100%;
	z-index: 1;
}
.fwwfilter ul li.wpilabel a:hover, .fwwfilter ul.label li a:hover, .fwwfilter ul.show-existing-filters.label li.chosen a:hover {
	background-color: #eee;
}
.fwwfilter ul.checkboxlist li a:before, 
.fwwfilter ul.checkboxlist li.selected a:before, 
.fwwfilter ul.radio li a:before, 
.fwwfilter ul.radio li.selected a:before, 
.fwwfilter ul.label.multiselect li.selected a:before,
.fwwfilter ul.colour2col.multiselect li.selected a:before,
.fwwfilter ul.colour.multiselect li.selected a:before {
	font-family: 'fwwicons' !important;
	display: inline-block;
	font-size: 21px;
	margin: 2px 8px 4px 0;
	width: unset;
	line-height: 1;
	font-weight: normal;
	vertical-align:middle;
}
.fwwfilter ul.checkboxlist li a:before, .fwwfilter ul.checkboxlist li a:hover:before {
	content: "\e906";
}
.fwwfilter ul.checkboxlist a.chosen:before, .fwwfilter ul.checkboxlist li a:hover:before {
	content: "\e907";
}
.fwwfilter ul.radio li a:before, .fwwfilter ul.radio li a:hover:before {
	content: "\e904";
}
.fwwfilter ul.radio li.ssf-has-children.selected > a:before, .fwwfilter ul.radio li a.chosen:before, .fwwfilter ul.radio li a:hover:before,
.fwwfilter ul.radio li.active-price a:before, .fwwfilter ul.radio li.active-price a:hover:before {
	content: "\e905";
}
.fwwfilter ul.checkboxlist li a:hover:before, .fwwfilter ul.radio li a:hover:before, .fww-checkbox span:hover:before, .fww-radio span:hover:before {
	font-weight: bold;
}
.fwwfilter ul.label.multiselect li.chosen a:before {
	content: "\e901";
	font-size: 18px;
	margin: 0 4px 0 -8px;
	color: #000000;
}
.fwwfilter ul.label.multiselect li.chosen a:hover:before {
	content: "\e900";
}
.fwwfilter span.colour-style {
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin: 2px 8px 2px 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-sizing: border-box;
}
.fwwfilter ul.colourlist span.colour-style {
	margin: 4px 8px 4px 0;;
}
.fwwfilter ul.colour span.colour-style, .fwwfilter ul.colour2col span.colour-style {
	margin-left: -8px;
}
.fwwfilter ul.colourcircular span.colour-style {
	margin: 8px;
	width: 32px;
	height: 32px;
}
.fwwfilter span.colour-style[style="background-color:#ffffff"] {
	border: 1px solid #E0E0E0;
}
.fwwfilter span.colour-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: initial;
	font-size: 14px;
}
#fww_topbar .fwwcontainer button.fwwpopout, #fww_topbar .fwwcontainer button.fwwpopover, .fwwfilter ul li.wpicolour a.fwwattributelink, .fwwfilter ul li.wpicolour a.fwwremovefilter, .fwwfilter ul.label li a, .fwwfilter ul.show-existing-filters.label li.chosen a {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 12px;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	border-radius: 16px;
	height: 32px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none
}
.fwwfilter ul.list li a.chosen, .fwwfilter ul.checkboxlist li a.chosen, .fwwfilter ul.radio li a.chosen {
    font-weight: 700;
}
.fwwfilter ul li.wpicolour a.fwwremovefilter, .fwwfilter li.wpilabel.active-attribute a, .fwwfilter ul.label li.active-price a, .fwwfilter ul.show-existing-filters.label li.chosen a, .fwwfilter ul > li.wc-layered-nav-term.cat-item.wpilabel.selected.chosen a {
	background-color: #E0E0E0;
	font-weight: normal;
}
.fwwfilter ul.label, .fwwfilter ul.colour, .fwwfilter ul.colourcircular, .fwwfilter ul.colourcircular li a, .fwwfilter ul.colour2col, .fwwfilter ul.show-existing-filters.label {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style: none;
}
.fwwfilter ul.colourcircular {
	margin: -8px !important;
}
ul.colourcircular li span.colour-text, ul.colourcircular li span.count {
	display: none !important;
}
.fwwfilter ul.colour2col {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fwwfilter ul.colour2col > li.wpicolour {
	width: calc(50% - 4px);
	margin-bottom: 8px;
	user-select: none;
	margin-left:0px;
	margin-right:0px;
	line-height: 1;
	margin-top:3px;
}
.fwwfilter a.fwwremovefilter .colour-style::after, .fwwfilter a.fwwremovefilter:hover > .colour-style::after, .fwwfilter a:hover > .colour-style::after {
	font-family: 'fwwicons' !important;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}
.fwwfilter a:hover > .colour-style::after, .fwwfilter a.fwwremovefilter .colour-style::after {
	content: "\e901";
}
.fwwfilter a.fwwremovefilter:hover > .colour-style::after {
	content: "\e900";
}
.fwwfilter a:hover .colour-style[style="background-color:#ffffff"]::after, .fwwfilter a.fwwremovefilter .colour-style[style="background-color:#ffffff"]::after {
	color: #000000;
}
.fwwfilter ul.label li, .fwwfilter ul.colour li, .fwwfilter ul.show-existing-filters.label li {
	margin: 4px 8px 8px 0;
	padding: 0;
	line-height: 1;
}
.fwwfilter ul.label li.toplevel {
	margin: 0 0 8px 0;
}
.fwwfilter ul.label li span.count.categorycount, .fwwfilter ul.colour li span.count.categorycount {
	margin: 0 -4px 0 4px;
}
.fwwfilter ul.list li a, .fwwfilter ul.checkboxlist li a, .fwwfilter ul.radio li a, .fwwfilter ul.show-existing-filters.list li a, .fwwfilter ul.colourlist a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0;
	overflow: hidden;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	color: #111;
}
.fwwfilter ul.list li a:hover {
	background-color:#eee;
}

.fwwfilter ul.list li {
	list-style-type:none;
}
.fwwfilter ul.image  li .chosen{
	font-weight:bold;
}
.fwwfilter ul.show-existing-filters li.chosen a:after {
	font-family: 'fwwicons' !important;
	content: "\e900";
	font-size: 18px;
	font-weight: normal;
}
.fwwfilter ul.show-existing-filters.label li.chosen a:after {
	margin: 0 -4px 0 4px;
	color: rgba(0, 0, 0, 0.54);
}
.fwwfilter ul.show-existing-filters.list li.chosen a:after {
	margin: 0 0 0 auto;
	color: #9E9E9E;
}
.fwwfilter ul.show-existing-filters li a:hover span.fwwname {
	text-decoration: line-through;
}
.fww-checkbox input[type="checkbox"], .fww-radio input[type="radio"] {
	display: none;
}
.fww-checkbox span:before, .fww-radio span:before {
	font-family: 'fwwicons' !important;
	font-size: 20px;
	margin: 4px 8px 4px 0;
	font-weight: normal;
}
.fww-checkbox span:before {
	content: "\e906";
}
.fww-checkbox input[type="checkbox"]:checked ~ span:before {
	content: '\e907';
}
.fww-radio span:before {
	content: "\e904";
}
.fww-radio input[type="radio"]:checked ~ span:before {
	content: '\e905';
}
.fww-radio span, .fww-checkbox span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}
.fww-toggle-switch {
	position: relative;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	min-width: 32px;
	min-height: 14px;
	user-select: none;
	cursor: pointer;
}
.fww-toggle-switch.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.fww-toggle-switch > input, .fww-toggle-switch-input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.fww-toggle-switch > label, .fww-toggle-switch-label {
	position: relative;
	display: -webkit-inline-box !important;
	display: -moz-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 32px;
	height: 14px;
	margin: 8px 0 8px auto !important;
	user-select: none;
	cursor: pointer;
	right:15px;
}
.fww-toggle-switch > label::before, .fww-toggle-switch-label::before {
	box-sizing: border-box;
	width: 32px;
	height: 14px;
	background: #000;
	border-radius: 14px;
	opacity: 0.38;
	transition: all 200ms ease-in-out;
	content: "";
}
.fww-toggle-switch > :checked + label::before, :checked + .fww-toggle-switch-label::before {
	background: rgb(26, 115, 232);
}
.fww-toggle-switch > label::after, .fww-toggle-switch-label::after {
	position: absolute;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
	transform: translateX(-9px);
	transition: all 200ms ease-in-out;
	content: "";
}
.fww-toggle-switch > :checked + label::after, :checked + .fww-toggle-switch-label::after {
	background: rgb(26, 115, 232);
	-webkit-transform: translateX(9px);
	-ms-transform: translateX(9px);
	transform: translateX(9px);	
}
.fww-toggle-switch > :focus + label::after, :focus + .fww-toggle-switch-label::after, .fww-toggle-switch:hover > label::after, :hover > .fww-toggle-switch-label::after {
	box-shadow: 0 0 6px #11111180, 0 0 0 10px rgba(26, 115, 232, 0.2);
}
.fww-toggle-switch-style2 {
	min-width: 42px;
	min-height: 24px;
}
.fww-toggle-switch-style2.fww-toggle-switch > label, .fww-toggle-switch-style2.fww-toggle-switch-label {
	width: 42px;
	height: 24px;
}
.fww-toggle-switch-style2.fww-toggle-switch > label::before, .fww-toggle-switch-style2.fww-toggle-switch-label::before {
	width: 42px;
	height: 24px;
	background: #000;
	border-radius: 24px;
	opacity: 0.38;
}
.fww-toggle-switch-style2.fww-toggle-switch > :checked + label::before, :checked + .fww-toggle-switch-style2.fww-toggle-switch-label::before {
	background: rgb(52,199, 89);
	opacity: 1;
}
.fww-toggle-switch-style2.fww-toggle-switch > label::after, .fww-toggle-switch-style2.fww-toggle-switch-label::after {
	width: 18px;
	height: 18px;
	background: #fff;
	-webkit-box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
	box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
.fww-toggle-switch-style2.fww-toggle-switch > :focus + label::after, :focus + .fww-toggle-switch-style2.fww-toggle-switch-label::after, .fww-toggle-switch-style2.fww-toggle-switch:hover > label::after, :hover > .fww-toggle-switch-label::after {
	box-shadow: 0 0 6px #11111180, 0 0 0 10px rgba(52, 199, 89, 0.2);
}

.fwwfilter ul li.wpilabel.fww-hidden-item, .fww-hidden-item {
	display:none!important;
}
.fww-widget-toggle .fwwicon-keyboard_arrow_down {
	float:right;
	transition: all 0.26s ease;
	font-size: 24px;
}
.fww-widget-toggle:hover {
	cursor:pointer;
}
.fwwicon-keyboard_arrow_down {
	transform: rotate(180deg);
}
.hide-fww-content .fwwicon-keyboard_arrow_down {
	transform: rotate(0deg);
}
.fww-widget-content {
  	transition: max-height 0.26s ease;
	max-height:none;
	overflow-y:auto;
	overflow-x:hidden;
}
.hide-fww-content .fww-widget-content {
	max-height:0px; 
}
.fwwfilter.alwaysshow .fww-widget-content {
	max-height:none;
}
.fwwcontainer.popout .fwwfilter.alwaysshow .fww-widget-content {
	max-height:200px;
}
.fwwfilter.alwaysshow .fww-widget-content.ssf_ajax, .fww-widget-content.ssf_ajax {
	max-height:200px;
}
.ssf_next_page {
	display:none;
}
.fwwfilter ul.awdff li {
	margin-bottom:0px;
	padding-bottom:0px;
	position:relative;
	padding-right: 0px;
}
.widget_product_categories ul.awdff li a {
	text-decoration:none;
}
.fwwfilter {
	overflow:visible;
	margin-bottom:5px;
}
.noUi-value-horizontal {
	margin-top:10px;
}
.fwwfilter .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	bottom:32px;
	right:0px;
}
.fwwfilter .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	top:auto;
	bottom:32px;
	left:0px;
}
.fwwpriceform.nopriceboxes, .ssf_range_form.nopriceboxes .range-filter-fields {
	visibility:hidden; height:0px; overflow:hidden;
}
.ssf_range_form.nopriceboxes.noapplybutton {
	display:none;
}
.fwwfilter .btn-price-filter, .fwwfilter .ssf_apply_range_filter {
	display: inline-block;
    margin: 12px 0 0 0;
	padding: 0 16px;
	border-radius: 4px;
	box-shadow: none;
	height: 36px;
	width:auto;
}
.fwwfilter .price-filter-fields, .price-filter-fields, .fwwfilter .range-filter-fields, .range-filter-fields {
	display: flex;
	flex: auto;
	margin-right: 8px;
}
.fwwfilter .price-filter-fields input[type="number"], form .price-filter-fields input[type="number"], .fwwfilter .range-filter-fields input[type="number"], form .range-filter-fields input[type="number"] { 
	max-width:none;
	-moz-appearance: none;
    -ms-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    appearance: none;
    background-color: #fff;
	border: 1px solid;
    border-color: #E0E0E0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    height: 36px;
    line-height: 1;
    margin: 0;
    min-width: 0;
    outline: none;
    padding: 0 12px;
    text-size-adjust: 100%;
    width: 100%;
}
.pff-field {
	position: relative;
    display: flex;
	flex: auto;
    margin-top: 12px;
}
.pff-field-input {
    vertical-align: top;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.pff-field-input:focus,
.pff-field-input:hover {
    border-color: #111 !important;
    box-shadow: inset 0 0 0 1px #111;
}
.pff-field-input::placeholder {
    color: transparent;
}
.pff-field-input::-ms-input-placeholder {
    color: transparent;
}
.pff-field-input::-ms-clear {
    display: none;
}
.pff-field-input:placeholder-shown + .pff-field-label,
.pff-field-input:placeholder-shown:not(:-webkit-autofill):not(:focus)+.pff-field-label {
    font-size: 14px;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: rgba(0,0,0,.87);
    cursor: text;
    transform: translateY(18px);
}
.pff-field-input:focus+.pff-field-label, .pff-field-label {
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: visible;
	position: absolute;
	top: -7px;
	left: 10px;
	padding: 0 2px;
	max-width: calc(100% - 19px);
	color: rgba(0,0,0,.6);
	background-color: #fff;
	transform: translateY(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: transform .2s ease-in-out,font-size .2s ease-in-out;
	pointer-events: none;
}
.awdpricerange, .ssf_range_slider {
	margin-bottom:15px;
	margin-left:8px;
	margin-right:8px;
}
.ssf_range_slider.default {
	margin-bottom: 25px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 15px;
    top: 25px;
}
.ssf_range_slider.rounded {
	height: 10px;
	top:20px;
	padding-left:8px;
	margin-right:0px;
	margin-bottom:20px;
}	
.ssf_range_slider.square {
	top:20px;
	padding-left:8px;
	margin-right:0px;
	margin-bottom:20px;
}	

.fwwfilter .ssf_range_slider.rounded.noUi-horizontal .noUi-handle-upper .noUi-tooltip, .fwwfilter .ssf_range_slider.rounded.noUi-horizontal .noUi-handle-lower .noUi-tooltip,
.fwwfilter .ssf_range_slider.square.noUi-horizontal .noUi-handle-upper .noUi-tooltip, .fwwfilter .ssf_range_slider.square.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	bottom:20px;
	right:auto;
}
.ssf_range_slider .noUi-connect {
	background-color:rgba(100,100,100,0.2);
	box-shadow:none;
}	
.ssf_range_slider.rounded .noUi-handle {
	height: 18px;
	width: 18px;
	top: -5px;
	right: -9px; /* half the width */
	border-radius: 9px;
}
.ssf_range_slider.rounded .noUi-handle:after, .ssf_range_slider.rounded .noUi-handle:before, .ssf_range_slider.square .noUi-handle:after, .ssf_range_slider.square .noUi-handle:before {
	display:none;
}
.ssf_range_slider.square {
    border-radius: 0;
}
.ssf_range_slider.square .noUi-handle {
	box-shadow:none;
}
.ssf_range_slider.square .noUi-handle {
    border-radius: 0;
    background: #2980b9;
    height: 18px;
    width: 18px;
    top: -1px;
    right: -9px;
}

.noUi-pips-horizontal {
	height:40px!important;
}
.fwwpriceform, .range-filter-fields, .ssf_range_form  {
	display: flex;
	margin-bottom:15px;
}
.wpidash {
	display: flex;
	align-items: center;
	text-align: center;
	padding: 8px 8px 0 8px;
}
#fww_topbar {
	display: block;
}
#fww_topbar > div {	
	margin-right:8px;
}
/*
#fww_topbar .fwwfilter .fww-widget-content {
	display:inline-block;
}
*/
#awdffrecentproducts ul.product_list_widget > li {
	position:relative;
}
#awdffrecentproducts .removerecentproduct {
    position: absolute;
    right: 0px;
    top: -4px;
    font-size: 20px;
}
#awdffrecentproducts .removerecentproduct:hover {
	cursor:pointer;
} 
.fwwtaxaccordion {
	display:block;
	position:absolute;
	right:0px;
	top:7px;
}
.fwwfilter ul.product-categories.accordion li a {
	display:block;
}
.fwwfilter ul.product-categories.accordion ul.children {
	display:none;
}
.fwwfilter ul.product-categories.accordion li.showaccordionchildren > ul.children {
	display:flex;
}
.fwwfilter ul.product-categories.accordion .fwwicon-keyboard_arrow_down {
	transform: rotate(0deg);
	transition: all 200ms ease-in-out;
}
.fwwfilter ul.product-categories.accordion li.showaccordionchildren > .fwwicon-keyboard_arrow_down {
	transform:rotate(180deg);
}

.fwwfilter ul.product-categories.accordion .fwwicon-keyboard_arrow_down:hover {
	cursor:pointer;
}
.fwwfilter.alwaysshow, .fwwfilter.alwaysshow ul {
	max-height:none;
	height:auto;
} 
.fwwfilter .fww-widget-content > ul {
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom:20px;
	padding-left:0px;
}

.fwwfilter .awdff.list, .fwwfilter .awdff.list ul.children {
	display: flex;
	flex-direction: column;
	clear:both;
}
.fwwfilter .selectedcount, .fwwcontainer .selectedcount {
	border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #6262ff;
    color: white;
    font-size: 10px;
    line-height: 18px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -2px;
}

.fww-inline-search-form {
    display: flex;
    align-items: center;
    position: relative;
	margin-bottom: 8px;
}

.fww-inline-search-clear-button {
    display: flex;
    align-items: center;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 6px 10px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

.fww-inline-search:not(:valid)~.fww-inline-search-clear-button {
    display: none;
}

.fww-inline-search-form .fwwicon-search {
    position: absolute;
    left: 10px;
    right: auto;
	color: rgba(0, 0, 0, 0.54);
}

.fww-inline-search-form .fwwicon-clear, .fww-inline-search-form .fwwicon-search {
    font-size: 20px;
	color: rgba(0, 0, 0, 0.54);
}

.wpi-fww-preloader {
    clear: both;
    position: relative;
    width: 100%;
}

wpi-fww-spinner {
    margin: 16px auto;
    display: block;
    position: relative;
    width: var(--wpi-fww-spinner-size, 28px);
    height: var(--wpi-fww-spinner-size, 28px);
    --wpi-fww-spinner-size: 28px;
    --wpi-fww-spinner-stroke-width: 3px;
    --wpi-fww-spinner-color: #909090;
    --wpi-fww-spinner-container-rotation-duration: 1568ms;
    --wpi-fww-spinner-expand-contract-duration: 1333ms;
    --wpi-fww-spinner-full-cycle-duration: 5332ms;
    --wpi-fww-spinner-cooldown-duration: 400ms;
}

.wpi-fww-spinner-container {
    width: 100%;
    height: 100%;
    direction: ltr;
}

.wpi-fww-spinner-container.active {
    -webkit-animation: wpi-fww-spinner-container-rotate var(--wpi-fww-spinner-container-rotation-duration) linear infinite;
    animation: wpi-fww-spinner-container-rotate var(--wpi-fww-spinner-container-rotation-duration) linear infinite;
}

@-webkit-keyframes wpi-fww-spinner-container-rotate {
    to { -webkit-transform: rotate(360deg); }
}
@keyframes wpi-fww-spinner-container-rotate {
    to { transform: rotate(360deg); }
}

.wpi-fww-spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    white-space: nowrap;
    color: var(--wpi-fww-spinner-color, #909090);
}

.wpi-fww-spinner-container.active .wpi-fww-spinner-layer {
    -webkit-animation-name: wpi-fww-spinner-fill-unfill-rotate;
    -webkit-animation-duration: var(--wpi-fww-spinner-full-cycle-duration);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-iteration-count: infinite;
    animation-name: wpi-fww-spinner-fill-unfill-rotate;
    animation-duration: var(--wpi-fww-spinner-full-cycle-duration);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-iteration-count: infinite;
    opacity: 1;
}

@-webkit-keyframes wpi-fww-spinner-fill-unfill-rotate {
    12.5% { -webkit-transform: rotate(135deg); }
    25% { -webkit-transform: rotate(270deg); }
    37.5% { -webkit-transform: rotate(405deg); }
    50% { -webkit-transform: rotate(540deg); }
    62.5% { -webkit-transform: rotate(675deg); }
    75% { -webkit-transform: rotate(810deg); }
    87.5% { -webkit-transform: rotate(945deg); }
    to { -webkit-transform: rotate(1080deg); }
}
@keyframes wpi-fww-spinner-fill-unfill-rotate {
    12.5% { transform: rotate(135deg); }
    25% { transform: rotate(270deg); }
    37.5% { transform: rotate(405deg); }
    50% { transform: rotate(540deg); }
    62.5% { transform: rotate(675deg); }
    75% { transform: rotate(810deg); }
    87.5% { transform: rotate(945deg); }
    to { transform: rotate(1080deg); }
}

.wpi-fww-spinner-circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.wpi-fww-spinner-layer::after {
    content: "";
    left: 45%;
    width: 10%;
    border-top-style: solid;
}

.wpi-fww-spinner-layer::after,
.wpi-fww-spinner-circle-clipper .wpi-fww-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    border-width: var(--wpi-fww-spinner-stroke-width, 3px);
    border-radius: 50%;
}

.wpi-fww-spinner-circle-clipper .wpi-fww-spinner-circle {
    bottom: 0;
    width: 200%;
    border-style: solid;
    border-bottom-color: transparent !important;
}

.wpi-fww-spinner-circle-clipper.left .wpi-fww-spinner-circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}

.wpi-fww-spinner-circle-clipper.right .wpi-fww-spinner-circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.wpi-fww-spinner-container.active .wpi-fww-spinner-gap-patch::after,
.wpi-fww-spinner-container.active .wpi-fww-spinner-circle-clipper .wpi-fww-spinner-circle {
    -webkit-animation-duration: var(--wpi-fww-spinner-expand-contract-duration);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-iteration-count: infinite;
    animation-duration: var(--wpi-fww-spinner-expand-contract-duration);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-iteration-count: infinite;
}

.wpi-fww-spinner-container.active .wpi-fww-spinner-circle-clipper.left .wpi-fww-spinner-circle {
    -webkit-animation-name: wpi-fww-spinner-left-spin;
    animation-name: wpi-fww-spinner-left-spin;
}

.wpi-fww-spinner-container.active .wpi-fww-spinner-circle-clipper.right .wpi-fww-spinner-circle {
    -webkit-animation-name: wpi-fww-spinner-right-spin;
    animation-name: wpi-fww-spinner-right-spin;
}

@-webkit-keyframes wpi-fww-spinner-left-spin {
    0% { -webkit-transform: rotate(130deg); }
    50% { -webkit-transform: rotate(-5deg); }
    to { -webkit-transform: rotate(130deg); }
}

@keyframes wpi-fww-spinner-left-spin {
    0% { transform: rotate(130deg); }
    50% { transform: rotate(-5deg); }
    to { transform: rotate(130deg); }
}

@-webkit-keyframes wpi-fww-spinner-right-spin {
    0% { -webkit-transform: rotate(-130deg); }
    50% { -webkit-transform: rotate(5deg); }
    to { -webkit-transform: rotate(-130deg); }
}

@keyframes wpi-fww-spinner-right-spin {
    0% { transform: rotate(-130deg); }
    50% { transform: rotate(5deg); }
    to { transform: rotate(-130deg); }
}
input[type="text"].fww-inline-search {
    position: relative;
    padding-left: 40px!important;
    padding-right: 40px;
    width: 100%;
    background-color: #fff;
    border: 1px solid;
    border-color: #E0E0E0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    height: 32px;
    line-height: 1em;
    margin: 0;
    outline: none;
}
.fww-no-results-found {display:none;}
.fwwfilter.fwwmove .active-attribute, .fwwfilter.fwwmove .selected { -webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -ms-flex-order: -1; -webkit-order: -1; order: -1; }

.fwwcontainer .popout-container {
	background-color:white;
	padding:16px;
	border-radius:8px;
	z-index:1;
	position:relative;
	display:none;
	left:0px;
	width:100%;
	opacity:0;
	transition: all 0.26s ease;
	margin-top:-15px;
	visibility:hidden;
	-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
.fwwcontainer .widget:first-child:last-child, .fwwcontainer .widget:first-child:last-child ul, .fwwcontainer .widget:last-child { 
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.fwwcontainer ul > li {
    list-style: none;
}
.fwwcontainer .fww-widget-content > ul.children > li {
	margin: 0;
}
.fwwcontainer.open .popout-container {
	margin-top:0px;
	opacity:1;
	visibility:visible;
	position: absolute;
    z-index: 9999;
    max-height: 50vh;
    overflow-y: auto;
}

.fwwcontainer.popout, .fwwcontainer.popoutgroup {
	position:relative;
}
#fww_topbar .fwwcontainer.popout, #fww_topbar .fwwcontainer.popoutgroup, #fww_topbar .fwwcontainer.popover, #fww_topbar .fwwcontainer.popovergroup {
	position:static;
	float:left;
}
#fww_topbar {
	position:relative;
}
.fwwcontainer button span.fwwicon-arrow_drop_down {
	transition: all 0.1s ease;
	transform: rotate(0deg);
	line-height:1em;
	position:relative;
	font-size: 24px;
    margin: 0;
	margin-left: auto;
	color: rgba(0, 0, 0, 0.54);
}
.fwwcontainer.open button span.fwwicon-arrow_drop_down {
	transform:rotate(180deg);	
}
#fww_topbar .fwwcontainer button span.fwwicon-arrow_drop_down, #fww_topbar .fwwcontainer button span.fwwicon-arrow_drop_down {
	margin: 0 -8px 0 0;
}
.fwwcontainer button.fwwpopout, .fwwcontainer button.fwwpopover {
	background-color:white;
	color:black;
	transition: all 0.26s ease;
	font-size:14px;
	width:100%;
	margin-bottom:8px;
	padding: 0px 5px 0 14px;
	border-radius: 4px;
    height: 36px;
	display: inline-flex;
    justify-content: flex-start;
	align-items: center;
	position: relative;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	cursor: pointer;
}
#fww_topbar .fwwcontainer button.fwwpopout, #fww_topbar .fwwcontainer button.fwwpopover {
	width:auto;
}
.fwwpopoutbuttontitle {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: initial;
}
.fwwcontainer.open button {
	background-color:#E0E0E0;
}
/* WooCommerce does something weird where it has CSS that changes all the children of chosen items to look like they're chosen */
.fwwfilter.widget_layered_nav ul li.selected a:before, .widget_layered_nav_filters ul li.selected a:before {
	content: "\f111";
}
.fwwfilter.widget_layered_nav ul li.selected > a:before, .widget_layered_nav_filters ul li.selected > a:before {
	content: "\f058"; 
}

/* a11ydailog CSS for our popovers */
.ssf.dialog-container {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999999;
	opacity: 1;
	animation: dialog-fadein 250ms cubic-bezier(0.4, 0, 0.2, 1);
 }
  
 .ssf.dialog-container[aria-hidden='true'] {
	display: none;
	opacity: 0;
}
  
.ssf .dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.ssf .dialog-content {
	background-color: rgb(255, 255, 255);
	margin: auto;
	z-index: 999999999;
	position: relative;
	animation: dialog-scale 250ms cubic-bezier(0.4, 0, 0.2, 1);
	padding: 1em;
	max-width: 90%;
	width: 600px;
	border-radius: 8px;
	box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    overflow-y: scroll;
    height: 80vh;
}
  
@media screen and (min-width: 700px) {
	.dialog-content {
	  padding: 2em;
	}
}

@keyframes dialog-fadein {
     0% {
          opacity: 0;
     }

     100% {
          opacity: 1;
     }
}
 
@keyframes dialog-scale {
     0% {
          transform: scale(.8)
     }

     100% {
          transform: scale(1)
     }
}

.dialog h1 {
	margin: 0;
	font-size: 1.25em;
}
  
.dialog-close {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	border: 0;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.25em;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	cursor: pointer;
	transition: 0.15s;
}
  
@media screen and (min-width: 700px) {
	.dialog-close {
	  top: 1em;
	  right: 1em;
	}
}

.woocommerce .widget_layered_nav ul.children {
	max-height:none;
	overflow-y:none;
}
.ssf-ajax-more-preloader {
	display:none;
}
.ssf-ajax-more-preloader wpi-fww-spinner {
    margin: 0px auto;
    display: block;
    position: relative;
    width: var(--wpi-fww-spinner-size, 13px);
/*    height: var(--wpi-fww-spinner-size, 13px); */
    --wpi-fww-spinner-size: 17px;
    --wpi-fww-spinner-stroke-width: 3px;
    --wpi-fww-spinner-color: #909090;
    --wpi-fww-spinner-container-rotation-duration: 1568ms;
    --wpi-fww-spinner-expand-contract-duration: 1333ms;
    --wpi-fww-spinner-full-cycle-duration: 5332ms;
    --wpi-fww-spinner-cooldown-duration: 400ms;
	height: 17px;
    overflow: hidden;
}
.ssf_loading .ssf-ajax-more-preloader {
	display:block;
}
#fww_topbar .fww-widget-content > ul {
    margin-bottom:5px;
}
#fww_topbar .widget {
    margin-bottom:10px;
}

.fwwfilter ul.hierarchical ul.hierarchical {
	display:none;
}
.fwwfilter ul.hierarchical li.selected > ul.hierarchical {
	display:block;
}
.fwwcontainer button icon {
	margin-right:5px;
}
.fwwfilter ul.imagecircular, .fwwfilter ul.image2col {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.fwwfilter ul.image2col {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fwwfilter ul.image2col > li {
	width: calc(50% - 4px);
	margin-bottom: 8px;
	user-select: none;
	margin-left:0px;
	margin-right:0px;
	line-height: 1;
	margin-top:3px;
}

.fww-widget-content ul.image li > a > img, .fww-widget-content ul.image2col li > a > img, .fww-widget-content ul.imagelist li > a > img, .fww-widget-content ul.imagecircular li > a > img {
	max-height:90%;
	margin-right:5px;
	border-radius:50%;
}
.fwwfilter ul.awdff.imagelist li {
	height:30px;
}
.fwwfilter ul.imagecircular img {
	margin: 8px;
    width: 32px;
    height: 32px;
}
.fwwfilter ul.imagecircular .fwwname {
	display:none;
} 
.fww-widget-content ul.imagecircular li > a > img {
	border-radius:50%;
}
.ssf_layer_over_image .fww_ipa .term_name {
    background-color: rgba(0, 0, 0, .2);
    color: white;
    padding: 2px 6px;
}
.woocommerce .products .product .fww_ipa.image a img {
	width:64px!important;
	height:64px!important;
	object-fit: cover;
}
.woocommerce .products .product .fww_ipa.image a img {
    display: inline;
}
.fwwfilter ul.imagelarge {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: grid;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-flow: row wrap;
	grid-template-columns: repeat(auto-fill,minmax(100px, 1fr));
}
.fwwfilter ul.imagelarge li {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: calc(33% - 4px);
    margin-bottom: 8px;
    user-select: none;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1;
    margin-top: 3px;
}
.fwwfilter ul.imagelarge img {
	max-width:none;
	width:100px;
}
.fwwfilter ul.imagelarge .ssf_image_text {
	display:block;
	text-align:center;
}
button.ssf_show_filters {
	margin-bottom:5px;
}
.ssf_range_content .noUi-tooltip {
	padding:0px 3px;
	line-height:1.5em;
}
.ssf_layer_over_image {
	position:relative;
	display:block;
}
.woocommerce .products .product .ssf_layer_over_image .fww_ipa.image a img {
	margin:0px;
}
.ssf_layer_over_image .fww_ipa.top_left {
	position:absolute;
	top: 2px;
	left: 2px;
	padding: 0px;
}
.ssf_layer_over_image .fww_ipa.top_right {
	position:absolute;
	top: 2px;
	left: inherit;
	right: 2px;
	padding: 0px;
}
.ssf_layer_over_image .fww_ipa.bottom_left {
	position:absolute;
	bottom: 2px;
	left: 2px;
	padding: 0px
}
.ssf_layer_over_image .fww_ipa.bottom_right	 {
	position:absolute;
	bottom: 2px;
	left: inherit;
	right: 2px;
	padding: 0px
}
ul.products li.product .fww_ipa a {
	display: inline;
}
.woocommerce .products .product .fww_ipa.image.inline a img {
	width: auto!important;
}
.fww_ipa.right_align {
	text-align: right;
}
.fww_ipa.center {
	text-align: center;
}
div.ssf-close-popover {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin: 1px 0 -1px 2px;
	padding: 0 1px;
	min-width: 21px;
	height: 21px;
	border: 2px solid #444;
	border-radius: 13px;
	background-color: transparent;
	color: #444;
	text-align: center;
	z-index: 26;
	font-size: 21px !important;
	line-height: 13px !important;
	position: absolute;
	top: 2px;
	right: 2px;
}
div.ssf-close-popover:hover {
	cursor:pointer;
	background-color:#444;
	color:#f1f1f1;
}
.widget_ssf_apply_button_widget {
	display:inline-block;
}