body {
    background-color: white !important;
}

.search--page-banner {
    /* padding-bottom: 100px; */
    position: relative;
}

.search--page-wrapper-container {
    width: 1780px;
    margin: 0 auto;
    padding: 0 15px;
}

.search--page-banner-image {
    background-image: url(/wp-content/themes/dellastore/newhome/images/searchpage/searchpagebanner.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 550px;
}

.search--page-banner-content {
    position: absolute !important;
    top: 50%;
    left: 50%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}


.search--page-title {
    font-size: 40px;
    color: #323232;
    font-family: "Playfair Display", serif;
}

.search--page-breadcrumb {
    display: flex;
    justify-content: center;
    color: #323232;
    list-style: none;
}

.search--page-breadcrumb li {
    font-size: 16px;
    font-family: 'Figtree';
}

.search--page-breadcrumb li a {
    color: #c3c3c3;
    font-size: 16px;
    position: relative;
}

.search--page-breadcrumb li a::after {
    content: "/";
    margin: 7px 10px;
    color: #c3c3c3;
    width: 6px;
    height: 20px;
    font-size: 15px;
    line-height: 12px;
}

.search--page-wrapper {
    padding: 30px 0 60px;
}

.template-search__search {
    max-width: 570px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control:focus {
    box-shadow: unset !important;
}


.search--page-wrapper .dgwt-wcas-search-wrapp {
    max-width: 100% !important;
}

.search--page-wrapper .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 25px 15px;
    border: 1px solid #ced4da !important;
}

.search--page-wrapper .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    top: 15px !important;
}

.search-field-title {
    margin-bottom: 20px;
    color: #201f1f;
    font-size: 30px;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.result-text {
    color: #606060;
    font-family: 'Figtree';
}

.collection-grid-wrap .ProductsthisCollectionBox .product-checkbox {
    border: 1px solid;
    border-radius: 25px;
    margin: auto;
    right: 5%;
    height: 20px;
    width: 20px;
}







.icon-search {
    color: #000;
    /* any color you want */
}

.search--page-project-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.search--page-project-list li {
    width: calc(16% - 0px);
    /* margin-right: 10px; */
    margin-bottom: 20px;
}

.search--page-project-list-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    margin: auto;
    right: 0;
}

.search--page-project-list-content::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 150px;
    width: 100%;
    background: linear-gradient(to top, black, transparent);
    z-index: -1;
}

figure {
    margin: 0 !important;
}

.project-name {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: "Playfair Display", serif;
}

small {
    display: block;
}

.category-title {
    font-family: "Playfair Display", serif;
    color: #201f1f;
}

.dellaanimationcontainer .dellaanimationbordertwo::before,
.dellaanimationcontainer .dellaanimationbordertwo::after {
    z-index: 10 !important;
}

.search-grid .product-image {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {

    .search--page-wrapper-container {
        width: 100%;
    }

    .search--page-banner-image {
        padding-top: 190px;
    }

    .search--page-project-list li {
        width: calc(48% - 0px);
        margin-right: 13px;
        margin-bottom: 20px;
    }

    .search--page-project-list li:nth-child(2n) {
        margin-right: 0;
    }

    .search--page-title {
        font-size: 18px;
        color: #323232;
    }

    .search--page-breadcrumb li {
        margin-right: 0;
        font-size: 14px;
    }

    .search--page-banner-content {
        top: 65%;
    }

    .search-field-title {
        margin-bottom: 0;
    }

    html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
        position: static !important;
        display: block !important;
    }
}