.align-items-end {
    align-items: flex-end;
    display: flex;
}

.cBox {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
    height: 170px;
}

.align-item-right {
    text-align: right;
}

ul.cat_nav li {
    list-style: none;
    display: inline;
}

ul.cat_nav li a {
    border: 1px solid #E5E7EB;
    padding: 15px 20px;
    border-radius: 50%;
    text-align: center;
    margin-left: 12px;
}

ul.cat_nav li a.active {
    background-color: #4C8FFF;
    color: #fff;
}

a.cCatTitle {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.awbico::before {
    font-family: awb-icons;
}

.ico-arrow-down::before {
    content: "\f107";
}

.pTaxonomyHeading {
    display: flex;
    font-weight: 700;
    font-size: 16px !important;
    color: #000000;
}

.pTaxonomyHeading i {
    margin-left: auto;
}

.products_filter_wrapper {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    background: #F9F9F9;
}

.products_filter_wrapper h4 {
    font-weight: 500 !important;
    font-size: 16px !important;
}

a.clearall {
    font-size: 14px;
    font-weight: 500;
    color: #4C8FFF;
}

.p-1 {
    padding: 7px;
}

.p-2 {
    padding: 14px;
}

.ohr {
    border-bottom: 0.5px solid #E0E0E0;
}

.products_filter_wrapper input[type="checkbox"] {
    margin-left: 0;
}

form#frmWooProducts h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 24px;
    padding-top: 0;
    line-height: 23px !important;
    margin-bottom: 20px;
}

.pBox {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.f14 {
    font-size: 14px;
}

#leafHandlingTaxonomy .slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    height: 60px;
}
#leafHandlingTaxonomy .slider {
    width: 90%;
    cursor: pointer;
    margin-left: 5%;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transform: translateY(-50%);
}

#leafHandlingTaxonomy .slider::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #002C53;
    background-color: #F9F9F9;
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    margin-bottom: 1px;
  }

#leafHandlingTaxonomy .labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#leafHandlingTaxonomy #sliderValue {
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    top: 67%;
    padding: 5px 10px;
    left: -1%;
}

#leafHandlingTaxonomy #sliderValue::before {
    font: normal normal normal 14px/1 FontAwesome;
    /* content: "\f106"; */
    content: "";
    position: absolute;
    top: -14px;
    left: 33%;
    color: #e0e0e0 !important;
    background: url('../images/uparrow_v2.png') no-repeat center center;
    width: 14px;
    height: 14px;
  }

  .pProductName a {
    color: #000000;
  }

  .cobox {
	padding: 20px 10px 0 20px;
    color: #6b7280;
}

.cobox_title {
	font-size: 20px;
	font-weight: 600;
    color: #111827;
}