.amshopby-hightlighted {
    background-color: yellow;
}


.ui-tooltip, .arrow:after {
    background: white;
    border: 1px solid black;
    box-shadow: 0 0 7px black;
}
.ui-tooltip {
    padding: 10px 20px;
    box-shadow: 0 0 7px black;
}
.ui-tooltip .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.ui-tooltip .arrow.top {
    top: -16px;
    bottom: auto;
}
.ui-tooltip .arrow.left {
    left: 7%;
}
.ui-tooltip .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui-tooltip .arrow.top:after {
    bottom: -20px;
    top: auto;
}

input[type="text"].amshopby-filter-price-to,
input[type="text"].amshopby-filter-price-from
{
    width: 33%;
}

input[type="text"].amshopby-filter-price-to.right{
    float: right;
}

button.amshopby-filter-price-go{
    width: 25%;
}

.am_shopby_slider_container .ui-slider.ui-slider-horizontal .ui-slider-handle {
    padding:0;
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.am_shopby_slider_container {
    margin-left: 5px;
    margin-right: 15px;
}

.amasty-shopby-swatch-attribute-options
{
    display: flex;
    flex-direction: column;
}

.filter-options-content .amasty-shopby-swatch-attribute-options a:hover{
    background-color:transparent;
}

.amasty-shopby-swatch-attribute-options-images-labels .swatch-option-link-layered{
    display: flex;
    align-items: center;
    padding-bottom: 4px !important;
}

.amasty-shopby-swatch-attribute-options-images-labels .swatch-option{
    margin: 0 3px 0 0;
}

.amasty-shopby-swatch-attribute-options-images-labels .am_shopby_swatch_label
{
    max-width: 50%;
    white-space: nowrap;
}

.am_shopby_state_container{
    display: flex;
    flex-wrap: wrap;
}

.am_shopby_state_container .swatch-attribute-options{
    margin-top: 0px;
}

.am_shopby_state_container .filter-label{
    padding-right: 5px;
}

.am_shopby_state_container a:hover,
.am_shopby_state_container a:visited,
.am_shopby_state_container a{
    color: #858585;
    text-decoration: none;
}

.catalog-topnav .filter-options .filter-options-item {
    max-width: 300px;
    float: left;
}

.catalog-topnav .filter-options {
    min-height: 50px;
}

.catalog-topnav .filter-options-content {
    position: absolute;
    background-color: white;
    z-index:3;
}

.catalog-topnav .block-actions {
    display: none;
}

.am_shopby_filter_items_attr_price{
    min-width: 150px;
}

.am_shopby_apply_filters{
    width: 100%;
    /*margin-bottom: 40px;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.am_shopby_apply_filters button{
    width: 100%;
}

.am_shopby_slider_display{
    text-align: center;
}

.amasty-catalog-topnav.block.filter{
    flex-basis: auto;
}

.am_shopby_filter_items_stock a.am_shopby_link_selected,
.am_shopby_filter_items_rating a.am_shopby_link_selected{
    background-color: #e8e8e8;
    text-decoration: none;
}

.amasty-catalog-topnav .am_shopby_apply_filters{
    max-width: 240px;
    padding-top: 10px;
    clear: both;
}

.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    /*background: rgba(0, 0, 0, 0) url("chosen-sprite.png") no-repeat scroll -42px 1px; */
    display: block; font-size: 1px; height: 12px; position: absolute; right: 8px; top: 5px; width: 12px;
}

.filter-options .chosen-container-multi .chosen-choices li.search-choice {
    background-clip: padding-box;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-repeat: repeat-x;
    background-size: 100% 19px; border: 1px solid #aaa; border-radius: 3px;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333; cursor: default; line-height: 13px; margin: 3px 5px 3px 0; max-width: 100%;
    padding: 3px 23px 5px 5px; position: relative;
}

@media only screen and (max-width: 767px) {
    .catalog-topnav {
        display: none;
    }
}