﻿.selectBox {
  position: relative;
}
.selectBox select {
  width: 100%;
  font-weight: bold;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#checkboxes {
	display: none;
	border: 1px #dadada solid;
	position: absolute;
	z-index: 999;
	background: #d1d3d4;
	padding: 0px;
}
#checkboxes label {
  display: block;
}
ul.list-checkboxes li {
    display: block;
    width: 100%;
}
#checkboxes label:hover {
    background-color: #f18a00;
    padding-left: 35px;
	color: #fff;
}
.list-checkboxes .checkbox label {
    padding-left: 30px !important;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/wp-content/themes/parallelus-go-explore/assets/images/icons/icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 46px;
}

/* .optc-filter-select select option:hover,
 .optc-filter-select select option:focus,
    .optc-filter-select  select option:active {
        background: linear-gradient(#000000, #000000);
        background-color: #000000 !important; 
        color: #ffed00 !important;
    }

    .optc-filter-select select option:checked {
        background: linear-gradient(#d6d6d6, #d6d6d6);
        background-color: #d6d6d6 !important; 
        color: #000000 !important;
    } */