.chosen-container{
position:relative;
display:inline-block;
vertical-align:middle;
font-size:13px;
user-select:none
}
.chosen-container *{
box-sizing:border-box
}
.chosen-container .chosen-drop{
position:absolute;
top:100%;
z-index:1010;
width:100%;
border:1px solid #aaa;
border-top:0;
background:#fff;
clip:rect(0,0,0,0);
clip-path:inset(100% 100%)
}
.chosen-container.chosen-with-drop .chosen-drop{
clip:auto;
clip-path:none
}
.chosen-container a{
cursor:pointer
}
.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{
margin-right:4px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:400;
color:#999
}
.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{
content:":";
padding-left:2px;
vertical-align:top
}
.chosen-container-single .chosen-single{
position:relative;
display:block;
overflow:hidden;
padding:2px 0 2px 8px;
height:25px;
border:1px solid #eee;
border-radius:2px;
background-color:#fff;
background-clip:padding-box;
color:#444;
text-decoration:none;
white-space:nowrap;
line-height:24px
}
.chosen-container-single .chosen-default{
color:#999
}
.chosen-container-single .chosen-single span{
display:block;
overflow:hidden;
margin-right:26px;
text-overflow:ellipsis;
white-space:nowrap
}
.chosen-container-single .chosen-single-with-deselect span{
margin-right:38px
}
.chosen-container-single .chosen-single abbr{
position:absolute;
top:6px;
right:26px;
display:block;
width:12px;
height:12px;
background:url(//remcobg.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;
font-size:1px
}
.chosen-container-single .chosen-single abbr:hover{
background-position:-42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{
background-position:-42px -10px
}
.chosen-container-single .chosen-single div{
position:absolute;
top:0;
right:0;
display:block;
width:18px;
height:100%
}
.chosen-container-single .chosen-single div b{
display:block;
width:100%;
height:100%;
background:url(//remcobg.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 0 2px
}
.chosen-container-single .chosen-search{
position:relative;
z-index:1010;
margin:0;
padding:3px 4px;
white-space:nowrap
}
.chosen-container-single .chosen-search input[type=text]{
margin:1px 0;
padding:6px 20px 5px 5px;
width:100%;
height:auto;
outline:0;
border:1px solid #eee;
background:url(//remcobg.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 100% -20px;
font-size:1em;
font-family:sans-serif;
line-height:normal;
border-radius:0;
box-shadow: none;
}
.chosen-container-single .chosen-drop{
margin-top:-1px;
border-radius: 0;
background-clip:padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search{
position:absolute;
clip:rect(0,0,0,0);
clip-path:inset(100% 100%)
}
.chosen-container .chosen-results{
color:#444;
position:relative;
overflow-x:hidden;
overflow-y:auto;
margin:0 4px 4px 0;
padding:0 0 0 4px;
max-height:240px;
-webkit-overflow-scrolling:touch
}
.chosen-container .chosen-results li{
display:none;
margin:0 !important;
padding:8px 6px !important;
list-style:none;
line-height:15px;
word-wrap:break-word;
-webkit-touch-callout:none
}
.chosen-container .chosen-results li.active-result{
display:list-item;
cursor:pointer
}
.chosen-container .chosen-results li.disabled-result{
display:list-item;
color:#ccc;
cursor:default
}
.chosen-container .chosen-results li.highlighted{
background-color:#3875d7;
background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);
color:#fff
}
.chosen-container .chosen-results li.no-results{
color:#777;
display:list-item;
background:#f4f4f4
}
.chosen-container .chosen-results li.group-result{
display:list-item;
font-weight:700;
cursor:default
}
.chosen-container .chosen-results li.group-option{
padding-left:15px
}
.chosen-container .chosen-results li em{
font-style:normal;
text-decoration:underline
}
.chosen-container-multi .chosen-choices{
position:relative;
overflow:hidden;
margin:0;
padding:0 5px;
width:100%;
height:auto;
border:1px solid #eee;
background-color:#fff;
cursor:text
}
.chosen-container-multi .chosen-choices li{
float:left;
list-style:none
}
.chosen-container-multi .chosen-choices li.search-field{
margin:0;
padding:0;
white-space:nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
margin:1px 0;
padding:0;
height:25px;
outline:0;
border:0!important;
background:0 0!important;
box-shadow:none;
color:#999;
font-size:100%;
font-family:sans-serif;
line-height:normal;
border-radius:0;
width:25px
}
.chosen-container-multi .chosen-choices li.search-choice{
position:relative;
margin:1px 3px 1px 0;
padding:7px 20px 7px 5px;
border:1px solid #eee;
max-width:100%;
border-radius:2px;
background-color:#fff;
background-repeat:repeat-x;
background-clip:padding-box;
color:#333;
line-height:13px;
cursor:default
}
.chosen-container-multi .chosen-choices li.search-choice span{
word-wrap:break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
position:absolute;
top:7px;
right:3px;
display:block;
width:12px;
height:12px;
background:url(//remcobg.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;
font-size:1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{
background-position:-42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled{
padding-right:5px;
border:1px solid #ccc;
background-color:#e4e4e4;
background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
color:#666
}
.chosen-container-multi .chosen-choices li.search-choice-focus{
background:#d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{
background-position:-42px -10px
}
.chosen-container-multi .chosen-results{
margin:0;
padding:0
}
.chosen-container-multi .chosen-drop .result-selected{
display:list-item;
color:#ccc;
cursor:default
}
.chosen-container-active .chosen-single{
border:1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single{
border:1px solid #aaa;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
}
.chosen-container-active.chosen-with-drop .chosen-single div{
border-left:none;
background:0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
background-position:-18px 2px
}
.chosen-container-active .chosen-choices{
border:1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type=text]{
color:#222!important
}
.chosen-disabled{
opacity:.5!important;
cursor:default
}
.chosen-disabled .chosen-single{
cursor:default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close{
cursor:default
}
.chosen-rtl{
text-align:right
}
.chosen-rtl .chosen-single{
overflow:visible;
padding:0 8px 0 0
}
.chosen-rtl .chosen-single span{
margin-right:0;
margin-left:26px;
direction:rtl
}
.chosen-rtl .chosen-single-with-deselect span{
margin-left:38px
}
.chosen-rtl .chosen-single div{
right:auto;
left:3px
}
.chosen-rtl .chosen-single abbr{
right:auto;
left:26px
}
.chosen-rtl .chosen-choices li{
float:right
}
.chosen-rtl .chosen-choices li.search-field input[type=text]{
direction:rtl
}
.chosen-rtl .chosen-choices li.search-choice{
margin:3px 5px 3px 0;
padding:3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close{
right:auto;
left:4px
}
.chosen-rtl.chosen-container-single .chosen-results{
margin:0 0 4px 4px;
padding:0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option{
padding-right:15px;
padding-left:0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{
border-right:none
}
.chosen-rtl .chosen-search input[type=text]{
padding:4px 5px 4px 20px;
background:url(//remcobg.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat -30px -20px;
direction:rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b{
background-position:6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{
background-position:-12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){
.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{
background-image:url(//remcobg.com/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite@2x.png)!important;
background-size:52px 37px!important;
background-repeat:no-repeat!important
}
}.icheckbox_minimal-red,
.iradio_minimal-red {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 18px;
height: 18px;
background: url(//remcobg.com/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/red.png) no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_minimal-red {
background-position: 0 0;
}
.icheckbox_minimal-red.hover {
background-position: -20px 0;
}
.icheckbox_minimal-red.checked {
background-position: -40px 0;
}
.icheckbox_minimal-red.disabled {
background-position: -60px 0;
cursor: default;
}
.icheckbox_minimal-red.checked.disabled {
background-position: -80px 0;
}
.iradio_minimal-red {
background-position: -100px 0;
}
.iradio_minimal-red.hover {
background-position: -120px 0;
}
.iradio_minimal-red.checked {
background-position: -140px 0;
}
.iradio_minimal-red.disabled {
background-position: -160px 0;
cursor: default;
}
.iradio_minimal-red.checked.disabled {
background-position: -180px 0;
} @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
.icheckbox_minimal-red,
.iradio_minimal-red {
background-image: url(//remcobg.com/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/red@2x.png);
-webkit-background-size: 200px 20px;
background-size: 200px 20px;
}
}select.fixed_time:disabled {
background-color: rgb(235, 235, 228);
}
select.fixed_time {
color: #666;
margin: 0 10px 0 0;
}
#speedy_form table {
border-width: 0;
margin-bottom: 15px;
}
#speedy_form table tbody tr td {
border: none;
font-size: 14px;
}
#speedy_form input, #speedy_form select {
font-size: 14px;
padding: 7px 3px;
}
#speedy_form td {
padding: 6px;
}
#speedy_methods {
margin: 15px 10px;
}
#speedy_methods table {
width: 100%;
table-layout: auto;
}
#speedy_methods table select {
font-size: 14px;
}
#speedy_methods td {
padding: 3px 0;
font-size: 14px;
}
#speedy_methods td:first-child {
width: 50%;
}
#speedy_methods td input, #speedy_methods td label {
cursor: pointer;
}
#speedy_methods table.speedy_table {
border: 1px solid #AEB0AF;
width: 100%;
margin-top: 6px;
margin-bottom: 6px;
}
#speedy_methods table.speedy_table  td {
border: 1px solid #AEB0AF;
padding: 4px;
}
td.right {
text-align: right;
}
#speedy_methods table.speedy_table  td.right {
vertical-align: top;
}
td.speedy_table_right {
vertical-align: top;
}
.woocommerce table.shop_table td.speedy_table_right {
vertical-align: top;
} #speedy_form_admin table tbody tr td {
border: none;
font-size: 14px;
}
#speedy_methods table.speedy_table_admin {
width: 80%;
}
.speedy_generate .required {
color: #f00;
}
.speedy_required::after {
color: #f00;
content: "*";
} #speedy_form {
width: 100%;
max-width: 800px;
}
#speedy_address_1, #speedy_address_2 {
width: 86%;
}
#speedy_city, #speedy_street {
width: 60%;
}
#speedy_country, #speedy_state {
width: 40%;
}
#speedy_postcode, #speedy_street_no {
width: 14%;
}
#speedy_quarter, #speedy_note {
width: 85%;
}
#speedy_block_no, #speedy_entrance_no, #speedy_floor_no, #speedy_apartment_no {
width: 16%;
} .ui-menu .ui-menu-item {
font-size: 13px;
}
#parcels_size input {
width: 150px;
}
#speedy-settings .speedy-group {
background-color: #D5D5D5;
border-top: 1px solid #F1F1F1;
}
#speedy-settings .speedy-group.speedy-first-in-group {
border-top: 10px solid #F1F1F1;
}
#speedy-settings th.titledesc {
padding-left: 10px;
width: 350px;
}
#system_requirements {
background: white;
}
#system_requirements td,
#system_requirements th{
text-align: center;
}
#system_requirements td{
border-top: 1px solid black;
}
#speedy_client_table input[type=radio] {
margin: 10px 5px;
}
#speedy_client_table #speedy_fixed_time_hour,
#speedy_client_table #speedy_fixed_time_min {
padding: 5px 0;
border-color: #CCCCCC;
color: #666666;
width: 12%;
border-radius: 3px;
}
#speedy_client_table tr > td:first-child {
width: 1%;
}
#speedy_client_table tr * {
word-break: keep-all;
}
#speedy_client_table input,
#speedy_client_table select,
#speedy_client_table tr td:last-child label {
float: left;
}
#speedy_client_table #speedy_fixed_time_cb.fixed_time {
float: initial;
vertical-align: middle;
height: 14px;
}
#speedy_client_table tr td:last-child label {
line-height: 23px;
padding: 5px;
}
#speedy_client_table td {
text-align: right;
}
#speedy_client_table td ul {
text-align: left;
}
#speedy_form td ul {
text-align: left;
}
#speedy_client_table {
width: 100%;
}
#speedy_client_table #speedy_street,
#speedy_client_table #speedy_city {
width: 71.7%;
}
#speedy_client_table label[for=speedy_street_no],
#speedy_client_table label[for=speedy_postcode] {
width: 13.3%;
}
#speedy_client_table #speedy_street_no,
#speedy_client_table #speedy_postcode {
width: 15%;
}
#speedy_client_table #speedy_address_1,
#speedy_client_table #speedy_address_2,
#speedy_client_table #speedy_note,
#speedy_client_table #speedy_quarter {
width: 100%;
}
#speedy_client_table label[for=speedy_entrance_no],
#speedy_client_table label[for=speedy_floor_no],
#speedy_client_table label[for=speedy_apartment_no] {
width: 13.3%;
}
#speedy_client_table #speedy_block_no,
#speedy_client_table #speedy_entrance_no,
#speedy_client_table #speedy_floor_no,
#speedy_client_table #speedy_apartment_no {
width: 15%;
}
#speedy_client_table #speedy_country,
#speedy_client_table #speedy_state {
width: 40%;
}
#speedy_client_table label[for=speedy_state] {
width: 20%;
}
#to_office input[type=radio] {
margin: 7px;
}
[for="speedy_shipping_to_apt"] {
text-align: left;
}
@media screen and (max-width: 800px) {
#speedy_form td {
padding: 6px;
}
#speedy_client_table,
#speedy_form {
width: 100%;
}
}
@media screen and (max-width: 501px) {
#speedy_form td {
padding: 6px 1px;
}
#speedy_form #speedy_client_table label {
font-size: 13px;
}
#speedy_client_table #speedy_fixed_time_hour,
#speedy_client_table #speedy_fixed_time_min {
width: 20%;
}
#speedy_client_table tr > td:first-child {
width: 1%;
word-break: keep-all;
}
}
.flatsome-speedy-autocomplete .ui-menu-item {
text-align: left;
}
.flatsome-speedy-autocomplete {
z-index: 999999;
width: max-content; 
background: white;
border: 1px solid;
width: max-content;
}
.flatsome-speedy-autocomplete li {
padding: 3px 7px;
}
.flatsome-speedy-autocomplete li:hover {
background: #e8e8e8;
}
.flatsome-speedy-autocomplete li a {
color: #141414;
font-size: 12px;
font-weight: 100;
}