/* span.brand-selected {
    background: #d8d8d8;
    color: black;
    padding: 2px 7px;
    margin: 0px 4px 1px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
} */
span.brand-selected {
    background: #d8d8d8;
    color: black;
    padding: 2px 7px;
    margin: 0px 0px 0px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
}

/* span.fa.fa-times.amsify-remove-tag {
    cursor: pointer;
} */
span.fa.fa-times.amsify-remove-tag {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.control.catalog-search-box {
    text-align: left;
    height: auto;
}

.control.catalog-search-box {
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /* font-size: 12px; */
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* input#search {
    width: auto !important;
    max-width: 200px;
    padding: 0px 4px;
    border: 0;
} */
/* .brand-filter-select input#search {
    width: 255px;
    max-width: 200px;
    padding: 0px 4px;
    border: 0;
    height: 32px;
} */
.page-products .brand-filter-select .catalog-search-box input#search {
    width: 255px;
    /* max-width: 200px; */
    padding: 0px 4px;
    border: 0;
    height: 32px !important;
}
.brand-filter-select .control.catalog-search-box {
    /* border-top: 1px solid #ccc !important;
    border-right: 0; */
    border: 1px solid #ccc;
}
.brand-filter-select .search-autocomplete{
    width:358px !important
}

@media screen and (max-width:400px){
    .page-products .brand-filter-select .catalog-search-box input#search {
        width: 50%;
    }
}
@media screen and (min-width:401px) and (max-width:480px){
    .page-products .brand-filter-select .catalog-search-box input#search {
        width: 60%;
    }
}
@media screen and (min-width:481px) and (max-width:768px){
.control.catalog-search-box {
        padding: 0px;
    }
.page-products .brand-filter-select .control.catalog-search-box {
    width: auto;
    padding: 0.375rem 0.75rem;
}
.brand-filter-select .control.catalog-search-box {
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc;
}
.page-products .brand-filter-select .catalog-search-box input#search {
   position:absolute;
   width: 100%;
}
.page-products .brand-filter-select .label.active + .control input{
    position: static !important;
}
.page-products .header.wrapper ul.right-menu {
    position: relative;
    bottom: 6px;
    right: 0px;
    top:52px;
}
.page-products .header.wrapper ul.right-menu {
   
    float: right;
}
}
/* @media screen and (min-width:640px) and (max-width:767px){
    .page-products .brand-filter-select .catalog-search-box input#search {
        width: 216px; 
    }
    .page-products .brand-filter-select .control.catalog-search-box {
        padding: 0;
    }
} */
@media screen and (min-width:768px) and (max-width:990px){
    .page-products .brand-filter-select .catalog-search-box input#search {
        width: 135px;
    }
}
