div#example_filter {
    float: right;
}
div#example_paginate {
    float: right;
}
.filter-card {
    padding: 8px 10px;
    width: 100%;
    background: #428f6a;
    display: flex;
}
.filter-card h4{
    color: #fff;
    font-size: 15px;
    padding-right: 4px;
}
.filter-card p{
    color: #E061E6;
    font-size: 12px;
}
.filter-card h4, .filter-card p {
    margin-bottom: 0px;
    line-height: 18px;
}
.icons-sec ul{
    margin-left: 0px;
}
.icons-sec ul: after,.icons-sec ul: before{
    content: " ";
    display: table;
}

.icons-sec li.shape_subfilter {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
}
ul.shape_filter {
    padding: 0px;
}
.icons-sec li.shape_subfilter.row1>a {
    border-bottom: 0;
}
.icons-sec.col-12.row {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}

.ls_shape {
    background: url("http://rajeshwarjewels.com/public/download.jpg") no-repeat;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    display: inline-block;
}
.price-range input{
    color: -internal-light-dark(#000, #fff) !important;
}
a.round.ls_shape:hover {
    background-position: -6px -86px !important;
}
.princess:hover{
    background-position: -173px -86px !important;
}
.pear:hover{
    background-position: -60px -86px !important;
}
.heart:hover{
    background-position: -114px -86px !important;
}
.asscher:hover{
    background-position: -231px -86px !important;
}
.cushion:hover{
    background-position: -501px -86px !important;
}
.marquise:hover{
    background-position: -282px -86px !important;
}
.oval:hover{
    background-position: -330px -86px !important;
}
.emerald:hover{
    background-position: -386px -86px !important;
}
.radiant:hover{
    background-position: -441px -86px !important;
}
.price-range input{
    width: 100%;
    margin-top: 20px;
}
.price-range-input {
    display: flex;
}
.min-range input {
    width: 40%;
    font-size: 14px;
    padding: 2px;
}
.max-range input{
    width: 40%;
    font-size: 14px;
    padding: 2px;

}
.max-range {
    text-align: right;
}
.alpha-d-to-k.d-flex a {
    padding: 5px 12px;
    border: 1px solid #0000002b;
    font-size: 12px;
    margin-top: 15px;
    border-radius: 5px;
    margin-right: 4px;
}
.fl-d-to-si1 a {
    padding: 5px 6.5px;
    border: 1px solid #0000002b;
    font-size: 12px;
    margin-top: 15px;
    border-radius: 3px;
    margin-right: 4px;
}
.alpha-d-to-k.d-flex a:hover {
    background: #00000040;
}
.fl-d-to-si1 a:hover{
    background: #00000040;
}
ul.shape_filter:hover {
    cursor: pointer;
}
.loader-wrap img {
    width: 200px;
    margin: 0 auto;
    position: relative;
    left: 40%;
    top: 20%;
}
.loader-wrap {
    position: absolute;
    z-index: 1;
    background: #ffffffe6;
    width: 100%;
    height: 100%;
    display: none;
}
.current{
    background: #00000040;
    text-decoration: none;
    color: var(--hov-primary);
}