
/* new services section design */

/* featured property section */

section.home-list{
    padding: var(--p60) var(--p12);
    background: #fff;
}
.how-we-value-heading {
    text-align: center;
    margin-bottom: 40px;
}
.how-we-value-heading span{
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50px;
    padding: 4px 18px;
}
section.home-list .view {
    position: absolute;
    bottom: -22px;
    right: 8%;
    
}
section.home-list .view a{
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}
section.home-list .view i{
    margin-right: 0;
}


section.home-list .col-4{
    width: 32%;
}
section.home-list .pro{
    display:flex;
    justify-content:center;
    margin-top: var(--m30);
}
section.home-list img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 25px;
}
section.home-list .pro-img:hover img{
    transform: scale(1.14);
}
section.home-list .pro-img a::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.home-list .pro-img a::after{
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


section.home-list .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
    border-radius: 25px;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p60) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    border-radius: 0 0 25px 25px;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
}

section.home-list .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.home-list .rating i.checked {
    color: #FCAF3D;
}
section.home-list .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.home-list h3.title {
    font-size: var(--f20);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:29px;
    overflow:hidden;
}
section.home-list h3.title a{
    color: var(--heading-color);
}
section.home-list p.adr {
    font-size: var(--f14);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: var(--m15);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}
section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--heading-color);
}
section.home-list ul li{
    font-size: var(--f14);
    color: var(--primary-color);
    font-weight: 500;
}
section.home-list ul.last li{
    color: var(--other-color);
}
section.home-list h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    top: 60px;
    border-radius: 30px;
    left: 20px;
    z-index: 1;
    text-shadow: 0px 0px 3px #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: var(--p6) var(--p15);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list h5 span{
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
  font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}
section.home-list .featured{
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}
.how-we-value-heading p{
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}
.how-we-value-heading  h2 {
   padding-top: 15px;
    padding-bottom: 15px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-heading h6{
    line-height: 1.3;
    color: #bcbcbc;
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}
.main-shop-page .col-md-9{
    width: 100%;
}
.sidebar-service{
    width: 100%;
}
div#accordionExample {
    display: flex;
    gap: 35px;
}


.not-found{
    text-align: center;
}
.not-found img{
    width: 90px;
    margin-bottom: 30px;
}

/* product section css end */



.section-6 .sidebar-service .accordion-button{
    background: transparent;
    color: var(--heading-color);
}
.accordion-button:focus {
border: none !important;
box-shadow: none !important;
}
.section-6 .sidebar-service .accordion-item{
    background: transparent;
    color: var(--white-color);
    margin-bottom: 15px;
}
.section-6 .sidebar-service .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.section-6.pt-5.main-shop-page{
    background: #fff;
    padding: 0;
}
section.section-6.pt-5.main-shop-page .container-fluid{
    padding: 0;
}
section.section-6.pt-5.main-shop-page .col-9{
    padding: 0;
}
section.main-shop-page .text-primary{
    color: var(--white-color) !important;
    background: var(--btn-color);
}
section.main-shop-page .nav-link{
    color: var(--heading-color) !important;
}
section.main-shop-page .card{
    background: #F1F1F1;
}
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-service .accordion-item .accordion-body .nav-link{
    opacity: 1;
    color: #000 !important;
    padding-left: 10px;
}
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-service{
    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: #21222a;
    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;
}


@media (max-width: 980px){
    section.home-list .col-3{
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 980px){
    section.home-list .col-3{
        width: 100%;
        margin-bottom: 20px;
    }
    .how-we-value-heading h2{
        font-size: 24px;
    }
}