.listing_div_1 {
    width: 24%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100%;
    margin-right: 2%;
}

.listing_div_2 {
    width: 74%;
    padding-left: 5px;
}

.listing_pic {
    width: 100%;
    height: 100%;
    min-height: 102px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    animation-timing-function: steps(1, end);
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.profile {
    margin: 1px auto;
}

.listing_panel {
    width: 80%;
    padding: 10px;
}

.review_panel {
    position: absolute;
    top: 2%;
    right: 3px;
    height: 96%;
    background-color: #f3f3f3;
    color: #000;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review_panel>div {
    padding: 2px 5%;
    height: 33.33%;
}

.pnel_rating {
    min-height: 47px;
}

.panel_price {
    background-color: #c6c6c6;
    min-height: 43px;
}

.rating_reading {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: block;
    line-height: 22px;
    position: relative;
    left: 4px;
    color: #fff;
}

.price_reading {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    display: block;
    margin-top: 3px;
    line-height: 15px;
}

.results_table h3 {
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 1.25em;
}

.results_table p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 2px 0;
}

#results>ul {
    width: 102%;
    margin: 6px -1%;
}

#results>ul>li {
    height: 97px;
    margin-bottom: 8px;
    background-color: #fff;
    padding: 8px 6px;
    border: 3px solid white;
}

.view_count {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    line-height: 17px;
    margin: 2px 0px -5px;
    color: #606060;
}

.view_count img {
    height: 10px;
    position: relative;
    top: 1px;
    right: 4px;
}

.compare_tick_box {
    position: absolute;
    z-index: 399;
    left: 21%;
    bottom: 7px;
}

.flag_corner {
    height: 47px;
    width: 77px;
    position: absolute;
    z-index: 1;
    top: 0px;
    background-size: 77px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ribbon {
    top: -9px;
    left: -9px;
}

.profile_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.compare_tick_box input {
    position: relative;
    top: 2px;
}

.complete_radio_table {
    padding: 14px 0px 14px 10px;
}

.complete_radio_table h4 {
    font-size: 14px;
    line-height: 27px;
}

.mini_profile {
    border-radius: 12px;
}

#filter_form_flavours input,
#filter_form_flavours label {
    position: relative;
    left: 12px;
}

.lightbox1 {
    width: 90%;
    max-width: 600px;
}

.breed_filters_button {
    margin: 15px auto;
    display: block;
    width: 173px;
    height: 40px;
    line-height: 41px;
    font-size: 16px;
}

.breed_filters_button.button_grey {
    margin-bottom: 0px;
    line-height: 42px;
}

.noUi-target {
    -webkit-box-shadow: inset 1px 1px 4px 0px rgb(61 61 61 / 20%);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(61, 61, 61, 0.2);
    box-shadow: inset 1px 1px 4px 0px rgb(61 61 61 / 20%);
    padding: 0px 3px;
}

.noUi-connect {
    background: #72E217;
    box-shadow: inset 0 0 3px rgb(51 51 51 / 45%);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.xsmall_slider .noUi-horizontal {
    height: 10px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 19px;
    left: -1px;
    top: -6px;
    box-shadow: 0px 0px 1px #FFF inset, 0px 1px 4px #EBEBEB inset, 1px 1px 4px 0px rgba(61, 61, 61, 0.2);
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
}

.xsmall_slider .noUi-handle:before,
.xsmall_slider .noUi-handle:after {
    height: 8px;
    top: 5px;
    left: 6px;
}

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.xsmall_slider .noUi-handle:after {
    left: 9px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-background {
    background: #f2f2f2;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgb(61 61 61 / 20%);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(61, 61, 61, 0.2);
    box-shadow: inset 1px 1px 4px 0px rgb(61 61 61 / 20%);
}

.slider_table {
    width: 90%;
}

.directory_page_content_box {
    padding: 10px !important;
}

.filter_accordian{
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

.filter_accordian img{
    width: 24px;
    height: 24px;
    display: block;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.filter_accordian.expanded img{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.filter_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}
.filter_header label {
    flex: 0 0 auto;
}
.filter_selected_count {
    background-color: #CDEDB3;
    color: #000;
    border-radius: 10px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 500;
    min-width: 6px;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    line-height: 1.4;
}

.inp_slider_wpr .noUi-horizontal .noUi-handle.noUi-handle-lower{
    right: -14px;
    left: auto;
    height: 18px;
}

.inp_slider_wpr .noUi-horizontal .noUi-handle.noUi-handle-upper{
    right: -4px;
    left: auto;
    height: 18px;
}