/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .woocommerce .widget_price_filter .price_slider_amount .price_label {
    color:black;
 }

 .woocommerce .widget_price_filter.price_slider_wrapper .price_slider {
    margin-bottom: 0px;
}

.woocommerce .widget_price_filter.price_slider_wrapper .price_slider_amount {
    line-height: inherit;
}

.widget_price_filter .weight_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
}
.pack-wrapper {
    margin-bottom: 20px;
}

.ale-tag-filter-btn {
    background: #ff4e00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-family: Roboto,Arial,"Helvetica Neue",Helvetica,sans-serif;
    border-radius: 5px;
}



.widget-form .ale-tag-filter-btn {
    margin-top: 20px;
    display: block;
}

.header-form .ale-tag-filter-btn {
    margin-left:5px;
}

.header-form .select2_tags,
.header-form .ale-tag-filter-btn
{
    display: inline;
}

.header-form {
    margin-bottom: 15px;
}



/*tag form */

.tag-search-title {
    margin-left: 5px;
    font-weight: bold;
}



.tag-search-wrapper {
    width: 99%;
    position: relative;
    
    margin-left: 3px;
    margin-bottom: 20px;
}

.tag-search-text {
    width: 100%;
}

.checkbox-tag-wrapper {
    margin-bottom: 10px;
    display: block;
}

.tags_list{
    width: 100%; 
    position: relative;
    color: #192430; 
}
.tags_item{
    box-sizing: border-box;
    padding: 10px 0 10px 0px;
}

.tags_show_all .tags_item_title{
    font-weight: 900;
    padding-left: 23px;
    margin-top: 20px;
}

.checkbox-tag-wrapper input{
    margin-right: 5px;
   
}
.tags_item_body {
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    overflow-y:scroll;
    overflow-x:hidden;
    display: none;
    width: 100%; 
    max-height: 150px; 
    padding: 5px; 
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.ale-tag-filter-btn-wrapp {
    margin-top: 15px;
    display: flex;
   
    justify-content: space-between;
}

.fold-tags-container {
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
}
.fold-tags {
    font-size: 12px;
    margin-top: 5px;
}

.ale-tag-filter-form-wrapper {
    padding-left: 40px;
    margin-bottom: 20px;
    max-width: 400px;
}

@media screen and (max-width: 1200px) {
    .ale-tag-filter-form-wrapper {
        padding-left: 20px;
    }
    
  }



.tag-search-selected {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tag-search-selected div {
    border: 1px solid black;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding-right: 3px;
    padding-left: 3px;
}

.ale-tag-filter-error {
    display:none;
}

.delete-tag {
    color: red;
    cursor: pointer;
}

.helper-q {
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -190px -264px !important;
    background: url(./icons.png) no-repeat;
    
}
.filter_hint {
    margin-top: 5px;
    background-color: #fcfbd7;
    display: none;
    padding:5px;
    border: 1px solid #6b6a45;
    border-radius: 5px;
}

.tag-search-text::placeholder {
    font-size: 10px;
    color: black;
    font-weight: bold;
}

.ale-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 5px 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-right: 2px;
    margin-left: 2px;
    display: none;
}

.results-cnt {
    font-family: "Roboto" ,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: red;
    vertical-align:bottom;
    font-size: 12px;
    display: none;
}
.results-cnt span {
    font-size: 22px;
    
}
