#grossYieldProperties {
    margin-top: 90px;
    padding-bottom: 120px;
    overflow: hidden;
}

#grossYieldProperties *,
#grossYieldProperties {
    box-sizing: border-box;
}

#grossYieldProperties .owl-stage {
    display: flex;
    padding-left: 5px;
}

@media screen and (max-width: 860px) {
    #grossYieldProperties .owl-stage {
        padding-left: 0px;
    }
}

#grossYieldProperties .owl-carousel .owl-stage-outer {
    margin-right: -50%;
}

#grossYieldProperties .title-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

#grossYieldProperties .carousel-navigation {
    display: flex;
}

#grossYieldProperties .carousel-navigation .button {
    cursor: pointer;
    width: 56px;
    height: 56px;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#grossYieldProperties .carousel-navigation .button.disabled {
    cursor: not-allowed !important;
    background: whitesmoke !important;
}

#grossYieldProperties .carousel-navigation .button:not(:last-child) {
    margin-right: 10px;
}

div#listGrossYieldProperties {
    margin-bottom: 38px;
    width: 100%;
    display: flex;
}

#grossYieldProperties .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

#listGrossYieldProperties .card-wrapper {
    margin-left: 1px;
    width: 100%;
}

#listGrossYieldProperties .card-wrapper:not(:last-child) {
    margin-right: 1rem;
}

@media screen and (max-width: 860px) {
    div#listGrossYieldProperties {
        margin-bottom: 11px;
    }

    #grossYieldProperties {
        padding-bottom: 42px;
        margin-top: 50px;
    }

    #grossYieldProperties .title-wrapper .title {
        font-size: 26px!important;
    }

    #listGrossYieldProperties .card-wrapper {
        margin-left: 1px;
    }

    #grossYieldProperties .title-wrapper {
        margin-bottom: 16px;
    }

    #grossYieldProperties .owl-item.active {
        width: auto!important;
    }
}

#grossYieldProperties .text-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#grossYieldProperties .text-center .icon {
    padding-left: 2rem;
}

#grossYieldProperties .title-wrapper .title {
    display: flex;
    justify-content: space-between;
    font-size: 42px;
    line-height: 44px;
    font-family: "adobe-garamond-pro",serif;
    font-weight: 600;
    padding-top: 25px;
    position: relative;
}

#grossYieldProperties .title-wrapper .title:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    left: 0px;
    top: 0px;
}

#grossYieldProperties .carousel-navigation {
    display: flex;
}

#grossYieldProperties .carousel-navigation .button {
    cursor: pointer;
    font-size: 1rem;
    font-weight: lighter;
    text-align: center;
    vertical-align: middle;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    padding: 1.5rem;
    color: rgba(0, 35, 104, 1);
    border: 1px solid rgba(0, 35, 104, 1);
}

#grossYieldProperties .carousel-navigation .button.disabled {
    cursor: not-allowed !important;
    background: whitesmoke !important;
}

#grossYieldProperties .carousel-navigation .button:not(:last-child) {
    margin-right: 10px;
}

#grossYieldProperties .card-wrapper:not(:last-child) {
    margin-right: 1rem;
}

#grossYieldProperties .property-card .description.price {
    margin-top: 0;
    padding-top: 0;
}

#grossYieldProperties .property-card .description.price p {
    font-size: 24px;
}

.property-card .favorite-button-wrapper {
    top: -1rem !important;
}

@media screen and (max-width: 860px) {
    #grossYieldProperties .title-wrapper .title {
        margin-bottom: 0;
    }

    #grossYieldProperties .title-wrapper .title:before {
        position: absolute;
        content: "";
        width: 36px;
    }

    #grossYieldProperties .text-center {
        justify-content: center;
    }

    #grossYieldProperties .carousel-navigation {
        display: none;
    }
}

.icon .checkbox:checked+.icon-wrapper {
    background-image: none, url("../svg/favorite-hover.svg");
}

.property-card .icon .icon-wrapper {
    content: "";
    background-image: url("../svg/favorite.svg"), none;
    width: 24px;
    height: 24px;
    display: block;
}

.property-card .icon {
    cursor: pointer;
}

.property-card .icon .icon-wrapper:hover {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: none, url("../svg/favorite-hover.svg");
}

.property-card .icon .icon-wrapper {
    content: "";
    background-image: url("../svg/favorite.svg"), none;
    width: 24px;
    height: 24px;
    display: block;
}

.icon .checkbox{
    display: none;
}

.icon .checkbox:checked+.icon-wrapper {
    background-image: none,url("../svg/favorite-hover.svg");
}

.favorite-button a {
    text-decoration: none;
    color: inherit;
}

