body{
    background: #11121aed;
}
section.banner{
    background: url('../images/prop-3.jpg');
 width: 100%;
 height: 400px;
 background-size: cover;
 background-position: center;
  
 position: relative;  
 padding: 0;
}
section.banner image{
    height: 100%;
}
section.banner .banner-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #1d0a003b; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcumbs{
    background-image: radial-gradient(#ffaa74, #b8723f);
    padding: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f3a3678c;
}
.breadcumbs .breadcrumb a{
    color: var(--white-color);
    background-image: var(--main-bg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}
.breadcumbs li.breadcrumb-item {
    font-size: var(--f18);
}




.breadcrumb-item+.breadcrumb-item::before{
    color: #1f0a00;
}
.breadcrumb-item.active{
    color: var(--white-color);
}

/* product section css end */



.section-6 .sidebar .accordion-button{
    background: transparent;
    color: var(--white-color);
}
.section-6 .sidebar .accordion-item{
    background: transparent;
    color: var(--white-color);
    margin-bottom: 15px;
}
.section-6 .sidebar .accordion-item h2{
    color: var(--white-color);
}
section.main-shop-page .check-filter{
    /* background-image: var(--main-bg);
    padding-bottom: 20px; */
}
section.main-shop-page .check-filter #view-stone{
    text-align: center;
    color: var(--heading-color);
    display: block;   
}
section.main-shop-page .card{
    background: var(--main-bg);
}
section.main-shop-page .intenstone{
    height: 370px;
    overflow-y: scroll;
    /* background: transparent; */
    /* transition: .5s ease-in-out; */
}
section.main-shop-page .card .form-check-label{
    color: var(--white-color);
    font-family: var(--primary-font);
}
section.main-shop-page .card .form-check input{
    border: 1px solid #fff;
    background: transparent;
}
.section-6 .sidebar .accordion-item .accordion-body .nav-link{
    opacity: .7;
}
section.main-shop-page select#sort{
    background-image: var(--main-bg);
    color: var(--white-color);
    padding: var(--p12);
    border-radius: 0;
    border: 1px solid #575757c7;
    position: relative;
    right: 32px;
    width: 270px;
    font-family: var(--primary-font);
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 2px;
    background: var(--heading-color);
    color: #3e1500;
}
section.main-shop-page select#sort option{
    background: var(--heading-color);
    color: #3e1500;
    display: block;
    font-family: var(--primary-font);
    margin-top: 10px;
}
.sub-title h2 {
margin-bottom: var(--m24);
font-size: var(--f22);
}
.main-sidebar{
    /* position: sticky;
    top: 20px; */
}
.filter-overlay{
    position: sticky;
    top: 20px;
}
.sidebar{
    position: relative;
}
.sort-products{
    display: flex;
    justify-content: end;
    gap: 40px;
}
.reset-btn{
    padding: 12px 22px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid var(--heading-color);
    color: var(--heading-color);
}
/* range slider design */

.main-shop-section .irs--square .irs-handle{
    border: 3px solid var(--btn-color);
    background: var(--btn-color);
}
.main-shop-section  .irs--square .irs-bar{
    background: var(--white-color);
}
.main-shop-section  .irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single{
    /* background: transparent; */
}
.main-shop-section .irs--square .irs-min, .irs--square .irs-max{
    color: #919191;
}
.main-shop-section .irs--square{
    cursor: pointer;
}



.irs--round .irs-handle{
    border: 4px solid var(--heading-color);
    cursor: pointer;
}
.irs--round .irs-bar{
    background: var(--white-color);
    cursor: pointer;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
    background: var(--heading-color);
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
    border-top: var(--btn-color);
}


.accordion-button::after{
    /* background: transparent !important; */
    background: url('../images/down-chevron.png');
    background-size: cover;
}
.accordion-button:not(.collapsed)::after{
    background: url('../images/down-chevron.png');
    background-size: cover;   
}

#purple{
    background: red;
    border: 1px solid red;
}
#green{
    background: green;
    border: 1px solid green;
}
#yellow{
    background: yellow;
    border: 1px solid yellow;
}
#cyan{
    background: cyan;
    border: 1px solid cyan;
}



.top-filters{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 40px;
    justify-content: end;
    position: sticky;
    top: 0px;
    z-index: 4;
    background: var(--black-color);
    padding: 10px;
}
.top-filters #tags{
    display: none;
    background-image: var(--main-bg);
    padding: 12px;
    border: 1px solid #575757c7;
    color: var(--heading-color);
    font-family: var(--primary-font);
    border-radius: 2px;
    width: 550px;
    background: var(--heading-color);
    color: #3e1500;
}
.top-filters #tags::placeholder{
    font-family: var(--primary-font);
    color: #3e1500;
}
.top-filters .search-form{
    position: relative;
    width: 550px;
}
.top-filters .search-form button{
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    top: 24%;
    color: #3e1500;
}
 .ui-menu .ui-menu-item-wrapper {
    position: relative;
    /* padding: 3px 1em 3px .4em; */
    color: #3e1500;
    background: var(--heading-color);
    padding: 12px;
    font-size: var(--f16);
}
 .ui-menu .ui-menu-item-wrapper:hover{
    background: var(--btn-color);
    color: var(--heading-color);
    border: none;
}




/* product list */
/* All Property secttion */

section.property-listing{
    background: transparent;
}

section.property-listing .container{
    padding: 0;
}
section.property-listing h3{
    font-size: 22px;
    margin-bottom:7px ;
}
section.property-listing .card-content p{
    opacity: 0.8;
}

section.property-listing .card-sec {
    border-radius: 15px;
    margin-bottom: 30px;
    background: var(--black-color);
}

section.property-listing .card-sec img {
    border-radius: 15px 15px 0 0 ;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
}

section.property-listing .card-body {
    padding: 15px;
    color: #fff;
}

section.property-listing .card-title{
    margin-bottom: 0;
}

section.property-listing .card-body .card-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.property-listing .card-body .card-text p{
    font-size: 12px;
    margin-bottom: 0;
}

section.property-listing .card-body .card-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.property-listing .card-body .card-title p{
    line-height: 25px;
    font-size: 12px;
    margin-bottom:0;
}

section.property-listing .card-content hr{
    margin: 10px 0;
}

section.property-listing .card-body .card-price p{
    margin-bottom: 0;
    font-size: 13px;
}

section.property-listing .card-price .btn-contact a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: var(--main-color)

}

section.property-listing .card-body .btn-contact {
    border-radius: 10px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    width: 25%;
}



section.product-listing{
    padding: 0;
}
section.product-listing .col-3{
    width: 33%;

}
section.product-listing .p-img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
}
section.product-listing .price h6{
    max-height: 30px;
    overflow: hidden;
    margin-bottom: var(--m5);
    margin-top: var(--m10);
}
.product-card {
background: var(--white-color);
transition: all 1s ease-in;
border-radius: 10px;
}
.price {
    padding: 10px 15px;
    background: #040f1d;
    border-radius: 0 0 10px 10px;
}
.price p{
    color: #fff;
    font-size: var(--f16);
}
a.wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: #11121a;
    height: 35px;
    width: 35px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.p-img{
    position: relative;
}
.buy {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
    transition: .6s ease-in-out;

}
h4.cart {
    position: absolute;
    top: 55px;
    right: 20px;
    font-size: var(--f20);
    padding-top: 10px;
    border-top: 1px solid var(--para-color);
    display: none;
    cursor: pointer;
    transition: all 1s ease-in;
}
.buy .button{
    color: var(--white-color);
    border-radius: 0;
    width: 100%;
    display: block;
    margin: 0;
    border: none;
    background-image: linear-gradient(to right, #1d3781, #b8b4fd 51%, #3054bb);
}
a.offer {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #11121a;
    height: 35px;
    width: 35px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.product-card:hover .buy{
    display: block;
}
.product-card:hover h4.cart{
    display: block;
}
section.product-listing .row{
    gap: 30px 0;
}
.prop-btn .button{
background: var(--btn-color);
display: block;
width: 200px;
padding: var(--p10);
border-radius: 0;
}
.prop-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m30);
}