.btnCustom {
    color: #565656;
    text-align: center;
    width: 80%;
    padding: 5px 10px;
    background: lightgrey;
    border: 1px solid #E12221;
    font-weight: bold;
    transition: color 0.4s ease, background 0.4s ease;
    bottom: 0;
}

.btnOffer {
	color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px 10px;
    background: #E12221;
    text-decoration: none !important;
    border: 1px solid #E12221;
	margin-top: 0;
    font-weight: bold;
    transition: color 0.4s ease, background 0.4s ease;
}

.page_title_custom {
    text-align: center
}

.favorite-icon {
    top: 10px;
    right: 10px;
	color: #fff;
	font-size: 30px !important;
}

.newConstruction {
	height: 50px;
	inset: 0;
	background: #8ECEC1;
	width: 60%;
}

.newConstruction span.position-absolute.w-100.text-center.text-danger{
	line-height: 1.2;
    bottom: 0;
    font-family: "Chakra Petch";
    font-weight: bold;
}

.valore {
    color: #565656;
    font-size: 12px;
    width: 100%;
    display: block;
    padding: 5px 0;
    text-decoration: none !important;
}

.valore .redPrice {
    color: red;
	padding-left: 10px;
}

.location-container {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.location {
    color: #000;
    position: relative;
}

.location::after {
    content: '>';
    color: #000;
    font-size: 20px;
}



.location:last-child:after {
    content: '';
}

#pills-tab {
    background-color: #6CC4B4;
    display: flex;
    justify-content: center;
}

.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    flex: 0 0 auto;
    padding: 10px 10rem 5px 10rem !important;
}

#bordo {
    position: relative !important;
    border-bottom: 3px solid red !important;
}

.nav-link {
    font-family: "Chakra Petch";
    text-decoration: none !important;
    color: #565656;
    font-weight: bold;
    border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    -ms-border-radius: 0% !important;
    -o-border-radius: 0% !important;
}

.nav-pills .nav-link.active {
    background-color: red !important;
    position: relative;
}

.nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -42px;
    border-width: 20px 20px 20px;
    border-style: solid;
    border-color: red transparent transparent;
    transform: translateX(-50%);
}

.form-select-sm {
    width: 100%;
    border: none !important;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 2px solid red !important;
    background-color: transparent !important;
}

.form-select-sm:focus {
    box-shadow: none;
}

#search-input::placeholder, .input-group-text {
    color: red !important;
}

.bi-search::before {
    color: red !important;
}

.bi-search:hover {
    color: red !important;
}

.bgGreen {
    background: #6CC4B4;
}

.kps_btn_search {
    display: flex !important;
    align-items: center;
    padding: 0.7rem 1rem !important;
    background-color: transparent !important;
}

.img-container {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.owl-carousel-house .card .img-container.position-relative img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel-house.owl-carousel .owl-nav button {
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}
.owl-carousel-house.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel-house.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #EBEBEB;
	color: #72C2B2;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.owl-carousel-house .owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}

.owl-carousel-house.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
	color: #E12221;
}

.owl-carousel-house.owl-carousel .owl-nav button.owl-next {
    right: -50px;
	color: #E12221;
}

.owl-carousel-house .owl-nav {
    margin: 0;
}

@media (max-width: 480px) {
    .owl-carousel-house.owl-carousel .owl-nav button.owl-prev {
        left: 25px!important;
    }
    .owl-carousel-house.owl-carousel .owl-nav button.owl-next {
        right: 25px!important;
    }
    .owl-carousel-house.owl-carousel .owl-item {
        /*width: 280px !important;*/
        padding: 0 75px!important;
    }
}


.custom-tabs {
    background: #6CC4B4;
    justify-content: center;
    transition: 0.3s box-shadow ease;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
}

.custom-tabs label {
    flex: 1;
    font-family: 'Chakra Petch';
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem 2rem;
    margin: 0;
    cursor: pointer;
    background-color: #6CC4B4;
    font-weight: bold;
    transition: background ease 0.3s;
    border-bottom: 3px solid red;
    max-width: 350px;
}

.custom-tabs .custom-tab-content {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    padding: 20px;
}

.custom-tabs input[type="radio"] {
    display: none;
}

.custom-tabs input[type="radio"]:checked+label {
    background: red;
    color: #fff
}

.custom-tabs input[type="radio"]:checked+label+.custom-tab-content {
    display: block;
}


/*
@media (max-width: 465px) {
    .custom-tabs label {
        width: 100%;
        max-width: 100%;

    }*/
}