.b-product_grid_info h3 a
{
    font-weight: 400;
    color: #252222;
    letter-spacing: .3px;
    font-size: 14px;
    display: inline;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border: 0 ;
    margin-bottom: 0 ;
}
.b-product_grid_info .price
{
    margin-bottom: 5px;
}
.product-title{
    margin-bottom: 0 !important;
}
.b-product_grid_action {
    position: absolute;
    bottom: 20px !important;
    right: 17px;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.img-switch {
    transition: opacity 0.35s ease;
}

.img-switch.fade {
    opacity: 0;
}

.color-option {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.more-text {
    display: none;
}

.read-toggle {
    cursor: pointer;
    font-weight: 600;
    color: #000;
}

.read-toggle:hover {
    text-decoration: underline;
}
.page-content .page-title
{
    font-weight: 700;
    color: #000000;
    font-size: 1.125rem;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    margin: 0;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.toggle-conteinaer
{
    width: 20%;
}
.read-more-text
{
    width: 100%;
}
.element.checkbox.label
{
    margin-top: 11px;
    margin-left: 6px;
}
label {
    display: block;
    font-size: 14px;
    color: #1B1919;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: middle;
    padding-top: 8px;
}
.filter-btn {
    border: 1px solid #000;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
    padding: 8px 14px;
    text-transform: capitalize;
    text-align: left;
}
.filter-btn:hover
{
    border-top: 4px solid #000 !important;
}
#clearAll
{
    color: #000 !important;
}
.filter-dropdown .dropdown-menu {
    width: 300px;
    border-radius: 8px;
}

.filter-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 14px;
}
.filter-item input {
    margin-right: 8px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    margin-left: 65px;
}

.price-slider {
    height: 6px;
    margin: 10px 0;
}

.price-slider .noUi-handle {
    width: 16px;
    height: 16px;
    top: -5px;
}

.price-slider .noUi-connect {
    background: #000;
}

.price-slider .noUi-target {
    background: #e0e0e0;
}

.price-slider .noUi-handle {
    background: #fff;
    border: 2px solid #000;
}
.price-slider .noUi-handle {
    /* background: #fff; */
    border: 2px solid #000;
    border-radius: 50%;
}
.clearAll
{
    color: #000 !important;
}
.filter-item input[type="checkbox"]:checked {
    accent-color: black;
}
.filter-dropdown .dropdown-menu {
    width: 300px;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
}
.b-product_options li span:hover
{
    border: 2px solid #000;
    cursor: pointer;
}
.b-products .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.b-product_grid_header
{
    position: relative;
}
.noUi-horizontal
{
    height: 5px !important;
}
.noUi-horizontal .noUi-handle {
    width: 15px !important;
    height: 15px !important;
    right: -11px !important;
    top: -6px !important;
}
.noUi-handle:after, .noUi-handle:before
{
    display: none !important;
}

