form.main-filtering {
    border-top: 1px dashed #2C4C3B;
    border-bottom: 1px dashed #2C4C3B;
    background: #2C4C3B0A;
    padding: 60px 0;
    margin-bottom: 60px;
}

form.main-filtering .section-head .title h2,
form.main-filtering .section-head .description {
    max-width: 1016px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
    row-gap: 60px;
    align-items: center;
}

.filter-row-options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
}

.filter-col {
    width: calc(100% / 3);
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    gap: 10px;
    padding: 0 9px;
    justify-content: space-between;
}

.filter-col .shapes-row-inline {
    padding: 0;
    row-gap: 20px;
}

.filter-col .filter-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--dark-gray);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.filter-col .filter-label .label-tooltip {
    position: relative;
    display: flex;
}
.filter-col .filter-label .label-tooltip i.tooltip-info {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: var(--primary);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: var(--white);
    cursor: pointer;
    font-style: normal;
}
.filter-col .filter-label .label-tooltip span.tooltip_txt {
    display: none;
    background: var(--white);
    color: var(--dark-gray);
    left: -54px;
    padding: 10px 15px 13px;
    border-radius: 5px;
    width: 300px;
    position: absolute;
    z-index: 9;
    top: 25px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid var(--color-border);
    box-shadow: 0px 3px 6px 0px #00000052;
    word-break: break-word;
    text-transform: none;
}
.filter-col .filter-label .label-tooltip .tooltip-info:hover ~.tooltip_txt {
    display: block;
}

.filter-col .col_custom {
    display: inline-flex;
    justify-content: center;
    height: fit-content;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    /* padding-bottom: 20px; */
    position: relative;
}

.filter-col .col_custom.shape-more-btn a p {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    color: var(--white);
}

.filter-col .col_custom a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    min-width: 36px;
    padding: 6px;
    width: fit-content;
    margin: auto;
    border: 1px solid transparent;
}

.filter-col .col_custom a img {
    height: 22px;
    width: auto;
    display: inline-flex;
    object-fit: contain;
}

.filter-col .col_custom p {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--color-text);
    opacity: 0;
    visibility: hidden;
}

.filter-col .shapes-row-inline .col_custom p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    bottom: -20px;
}

.filter-col .hidden-shape {
    display: none;
}

.filter-col .shape-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    cursor: pointer;
    font-weight: 600;
    border-radius: 50%;
    min-width: 26px;
    min-height: 26px;
    padding: 3px;
}

.filter-col .shape-more-btn a {
    text-decoration: none;
}

/* start table css */
.filter-col .col_custom:hover a,
.filter-col .col_custom.bg-active a {
    border: 1px solid var(--color-border);
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #efefef;
}

.filter-col .col_custom:hover p {
    opacity: 1;
    visibility: visible;
}

.filter-col .col_custom:hover p {
    opacity: 1;
    visibility: visible;
}
/* end filter button css */

/* start shape table css */
.col_custom_table img {
    width: 30px;
}

.shape-table .main-shape {
    border: 1px solid #0000001A;
}

.shape-table .row.heading .col_custom_table {
    background: var(--primary);
    color: var(--white);
}

.shape-table .row:last-child {
    border-bottom: none;
}
.shape-table .display_data .row .col_custom_table:last-child {
    padding: 5px 10px;
    text-align: right;
}

.shape-table .row {
    border-bottom: 1px solid var(--color-box-border);
    margin: 0;
    align-items: center;
}
.shape-table .row:nth-child(odd) {
    background-color: var(--color-bg-gray);
}
.shape-table .row .col_custom_table:first-child {
    text-align: left;
}
.shape-table .row .col_custom_table:first-child p{
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 23px 10px;
}
.shape-table .row .col_custom_table:first-child p img{
    max-width: 24px;
    width: 100%;
    display: inline-block;
}

.main-shape .row.heading {
    background: var(--primary);
    border: none;
}

.shape-table .col_custom_table p {
    padding: 23px 40px;
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--black);
}

.main-shape .heading p {
    padding: 23px 40px;
    text-transform: uppercase;
    color: var(--white);
}

.shape-table .col_custom_table.action_div .secondary-btn{
    padding: 12px 20px;
}
.shape-table .add-to-cart a:hover {
    text-decoration: none;
    background: var(--primary);
    color: var(--white);
}

.shape-table .add-to-cart a {
    border: 1px solid var(--primary);
    color: var(--black);
    border-radius: 5px;
    padding: 5px;
    transition: 0.5s;
}

.shapes-row-inline {
    margin-left: 0;
    margin-right: 0;
    justify-content: start;
    gap: 0;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* end shape table css */

.show_loader img {
    width: auto;
}

.show_loader {
    position: fixed;
    top: calc(50% - 130px);
    right: calc(50% - 270px);
    display: none !important;
}

.shape-table .col_custom_table {
    width: calc(100% / 7);
}
.load-more-wrap{
    text-align:center; 
    margin:40px 0 100px;
}
.load-more-wrap .load-more-btn{
    max-width: 236px;
    width: 100%;
}

/* Range Slider Styles */
.filter-col>div {
    width: 100%;
    max-width: calc(100% - 100px);
    position: relative;
    padding: 0 0 20px;
}

.filter-col .slider-inline {
    padding: 27px 0 20px;
}

.filter-col .slider-inline .slider-input {
    position: absolute;
    top: 0;
    max-width: 80px;
    width: 100%;
    text-align: center;
    padding: 2px 6px;
    background: var(--white);
    border: 1px solid var(--color-border);
    border-radius: 5px;
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--dark-gray);
    display: inline-block;
}

.filter-col .slider-inline .slider-input::placeholder {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--dark-gray);
}

.filter-col .slider-inline .slider-input:first-child {
    left: 0;
}

.filter-col .slider-inline .slider-input:last-child {
    right: 0;
}

.filter-col .range-slider-wrap {
    /* padding: 10px 15px 5px; */
    width: 100%;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.range-labels span {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--color-text);
}

.range-track-container {
    position: relative;
    height: 24px;
}

.range-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-border);
    border-radius: 3px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

.range-fill {
    position: absolute;
    height: 100%;
    background: var(--primary);
    border-radius: 3px;
    width: 100%;
}

.range-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: var(--white);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0px 3px 6px 0px #00000052;
    position: relative;
    z-index: 3;
}

.range-input::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: var(--white);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0px 3px 6px 0px #00000052;
    position: relative;
    z-index: 3;
}

.range-values {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    margin-top: 2px;
}