.project-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly !important;
}
.project-card{
    width: 32%;
    max-width: 32%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px;
    margin-bottom: 80px;
    box-shadow: none;
    transition: box-shadow .5s;
}
.project-card:hover{
    box-shadow: 0px 0px 11px 12px #f2f2f2;
    transition: .5s ease-in-out box-shadow;
}
.project-card .card-link{
    display: flex;
    align-content: stretch;
    align-items: center;
}
.project-card .card-link:hover{
    color: #bda071;
}
.project-card .line{
    height: 2px;
    /* flex: 1; */
    background-color: #bda071;
    width: 35px;
    margin-right: 5px;
}
.grid-item { width: 33%; }
.project-card .card-image{
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.project-card .card-body{
    padding: 20px 0;
}
.searchFilter{
    display: flex;
    justify-content: center;
}
.search-box,
.filter-box{
    width: 80%;
    text-align: left;
    padding: 0 10px;
}
.searchFilter .input-group{
    position: relative;
}
.search-box .icon-salient-search{
    position: absolute;
    right: 0;
    top: 50%;
}
.searchFilter input,
.searchFilter select{
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #bda071;
    border-radius: 0px;
    min-height: 50px;
}
.searchFilter input:focus,
.searchFilter select:focus{
    box-shadow: none;
}
.projectBanner{
    position: absolute;
    background-color: #bda071;
    bottom: -50px;
}
.projectBannerTranslate{
    transform: translateY(60px) translateX(20px) !important;
    max-height: 400px;
    object-fit: cover;
}
.project-info{
    font-size: 18px !important;
    font-weight: 600;
    color: #000713;
}
.projectBannerContainer{
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    right: 0;
    bottom: 0;
}
/* .nectar-shop-header{
    display: none;
} */

@media only screen and (min-width:1000px){
    .filters-button-group{
        text-align: center;
        width: fit-content;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        /* height: 40px; */
    }
    
    .filters-button-group .button {
        border-bottom: 4px solid #E3E2E0 !important;
    }
    .filters-button-group .button.is-checked::after{
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: #bda071;
        transition: width .3s;
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
    }

    #custom-filters{
        overflow: auto;
        display: flex;
        justify-content: left;
    }
}

@media only screen and (max-width:1000px){
    .filters-button-group .button {
        width: 100%;
    }
}

.filters-button-group .button.is-checked span{
    color: #bda071 !important;
}
#custom-filters .button>.is-checked{
    color: #bda071 !important;
}

#custom-filters::-webkit-scrollbar {
    /* display: none; */
}
.filters-button-group button:hover::after {
    width: 100%;
    /* transition: width .3s; */
}
.filters-button-group .button{
    background-color: transparent !important;
    color: #000713 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 0;
    border: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.filters-button-group .button span{
    padding: 8px 30px !important;
    white-space: nowrap;
}
#custom-filters .button:hover{
    background-color: transparent !important;
    color: #bda071 !important;
}
.filters-button-group .button:hover{
    background-color: transparent !important;
}
.product-tabs ul{
    border-bottom: 4px solid #E3E2E0;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}
.product-tabs ul li .active-tab{
    background-color: transparent !important;
    color: #bda071;
}.product-tabs ul li .active-tab::after{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(189 160 113);
    transition: width .3s;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.product-tabs ul li a{
    border-right: 0px;
    background-color: transparent;
    padding: 20px 45px;
}
.nectar-quick-view-box .variations, 
.woocommerce .nectar-quick-view-box div.product form.cart .variations, 
.woocommerce .variations, 
.woocommerce div.product form.cart .variations{
    width: 100%;
}
.woocommerce div.product form.cart .variations select{
    border: 0;
    border-bottom: 2px solid;
    border-radius: 0;
}
.woocommerce div.product .nectar-prod-wrap form.cart div.quantity{
    border: 1px solid rgb(0 7 19);
    border-radius: 50px;
    width: auto !important;
        min-width: 200px;
    display: flex;
    justify-content: center;
    margin-right: 45px;
}
.woocommerce div.product .nectar-prod-wrap form.cart div.quantity input{
    box-shadow: none !important;
}
.product_title {
    font-weight: 300;
}
.woocommerce-Price-amount{
    /* font-size: 40px; */
    font-weight: 300;
}
.products .woocommerce-Price-amount{
    display: none;
}
.single_add_to_cart_button{
    /* max-width: 30%; */
    background-color: #BDA071 !important;
}

.featured-projects .project-card{
    width: 45%;
    max-width: unset;
    margin-bottom: 0;
}



/* .request-btns .nectar-button{
    border-color: transparent !important;
    color: #fff;
    margin-bottom: 25px;
    background: #fff;
    transition: .2s ease-in-out background;
}
.request-btns .nectar-button:hover{
    background: #bca174 !important;
    border-color: transparent !important;
    transition: .2s ease-in-out background;
}
.request-btns .nectar-button::before{
    background-color: #000713 !important;
}
.request-btns .nectar-button:hover span{
    color: #fff !important;
} */
.request-btns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* .request-btns .nectar-button:hover{
    background-color: transparent !important;
} */
table .half{
    width: 50%;
    padding: 10px 20px;
}
table .full{
    width: 100%;
    padding: 10px 20px;
}
[id^="wpcf7-"] table{
    width: 100%;
    margin-bottom:0;
}
[id^="wpcf7-"] table td:first-child {
    padding-left: 0;
    
}
[id^="wpcf7-"] table td:last-child {
    padding-right: 0;   
}
[id^="wpcf7-"] table tr{
    display: flex;
}
[id^="wpcf7-"] table tr:not(:last-child){
    margin-bottom: 1rem;
}
[id^="wpcf7-"] table label{
    font-size: 24px !important;
    font-weight: 300 !important;
    text-transform: capitalize;
}

[id^="wpcf7-"] table input,
[id^="wpcf7-"] table select,
[id^="wpcf7-"] input::placeholder,
[id^="wpcf7-"] select::placeholder,
[id^="wpcf7-"] option{
    color: #000;
}

.pum-container [id^="wpcf7-"] table input,
.pum-container [id^="wpcf7-"] table select,
.pum-container [id^="wpcf7-"] input::placeholder,
.pum-container [id^="wpcf7-"] select::placeholder,
.pum-container [id^="wpcf7-"] option{
    color: #fff;
}

[id^="wpcf7-"] table input,
[id^="wpcf7-"] table select{
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

[id^="wpcf7-"] input::placeholder,
[id^="wpcf7-"] select::placeholder{
    font-size: 14px;
}

[id^="wpcf7-"] input:focus,
[id^="wpcf7-"] select:focus{
    box-shadow: none;
}

body.single-product [id^="wpcf7-"] input.wpcf7-submit[type=submit]{
    background-color: #fff !important;
    color: #bca174;
    border-radius: 50px !important;
    box-shadow: none;
    margin-bottom: 0;
}
@media only screen and (max-width: 999px){
    .projectBanner {
        position: relative !important;
        transform: none;
    }
    .projectBannerContainer{
        position: relative !important;
        transform: none;
    }

    table .half{ width: 100%; }

    [id^="wpcf7-"] table tr { flex-wrap: wrap; }

    [id^="wpcf7-"] table td { padding-left:0; padding-right: 0; }

    .project-container { display: block;}

    
    .project-card{
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        display: block;
        float: left;
        top: unset !important;
        left: unset !important;
        position: relative !important;
    }


    .searchFilter {
        display: block;
    }
    
    .search-box,
    .filter-box{
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .project-card .card-image {
        min-height: 300px;
    }
}

@media only screen and (max-width: 768px)
{
    .wrap-add-to-cart {
        margin-bottom: 1rem;
    }
    .single_add_to_cart_button{
        /* max-width: 50% !important; */
    }
    .woocommerce div.product .nectar-prod-wrap form.cart div.quantity{
        margin-bottom: 1rem;
    }
    

    .project-card{
        width: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
	
	.featured-projects .project-card h6 a{
	font-size: 16px;
		line-height: 1.2em
}
}
@media only screen and (min-width: 1000px)
{
    .single-product [data-tab-pos=fullwidth_stacked] .products.related{
        padding: 0 !important;
    }
}
