/*
 Theme Name:   Homeo Child
 Theme URI:    https://themeforest.net/item/homeo-real-estate-wordpress-theme/26372986
 Description:  Homeo Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     homeo
 Version:      1.0.0
 Text Domain:  homeo-child
*/


#apus-breadscrumb {
    display:none;
}

.astra-single-product {
    font-family: "ARQUITECTA", Sans-serif;
}

.astra-single-product .astra-product-wrapper {
    max-width:1440px;
    margin:0 auto;
    width:90%;
}

@media only screen and (min-width: 768px) {
    
    .astra-single-product .astra-product-wrapper {
         width:95%;
    }
    
}

@media only screen and (min-width: 1600px) {
    .astra-single-product .astra-product-wrapper {
         width:100%;
    }
}

/* Featured image */
.astra-single-product .astra-product-featured-image {
    position:relative;
}

.astra-single-product .astra-product-featured-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #1d293e;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.astra-single-product .astra-product-featured-image img {
    height:460px!important;
    width:100%;
    object-fit:cover;
    text-align:center;
}

.astra-single-product .slide-product-content {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    margin:auto;
    left:0;
    right:0;
    width:90%;
    font-family: "Galano Grotesque" !important;
    color:#fff;
    z-index:9;
}

.astra-single-product .slide-product-content h1 {
    text-align:center;
    font-size: 24px !important;
    line-height:28px;
    color:#fff;
    margin-bottom:10px!important;
    margin-top:0px!important;
}

.astra-single-product .slide-product-content .property-location,
.astra-single-product .slide-product-content .property-price {
    text-align:center!important;
    font-size: 18px !important;
    line-height:20px!important;
    color:#fff!important;
    padding:0!important;
    margin-bottom:10px!important;
    margin-top:0px!important;
    display:block;
}

@media only screen and (min-width: 768px) {
    
    .astra-single-product .slide-product-content h1 {
        font-size:28px!important;
        line-height:32px;
        margin-bottom: 40px!important;
    }
    
}

@media only screen and (min-width: 1024px) {
    
    .astra-single-product .slide-product-content h1 {
        font-size:64px!important;
        line-height:68px;
        margin-bottom: 40px!important;
    }
    
    .astra-single-product .slide-product-content .property-location {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 20px !important;
    } 
    
    .astra-single-product .slide-product-content .property-price {
        
    }
    
}

/* END Featured image */

/* Detail header */
.product-detail-header {
    background-color: #AB5491;
    padding: 20px 0 25px;
}

.astra-single-product .product-detail-header .astra-product-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.product-detail-header .title {
    color:#fff!important;
    font-weight: 600;
    padding-bottom: 40px;
    font-size: 18px !important;
    line-height:22px;
}

.product-detail-header .property-price {
    font-size: 20px !important;
    line-height:20px!important;
   color: #EFDFED!important;
    padding:0!important;

    margin-top:0px!important;
    display:block;
}

@media only screen and (min-width: 768px) {
    
    .product-detail-header {
        padding:40px 0;
    }
    
    .astra-single-product .product-detail-header .astra-product-wrapper {
        flex-direction:row;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 1440px) {
    
    .product-detail-header .property-price {
        font-size:36px!important;
    }
    
}

/* END Detail header */


/* Property details */
.astra-single-product .property-details {
    padding:15px;
}

.astra-single-product .property-details h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #343434;
    margin: 0 0 20px;
}

.astra-single-product .property-details .detail-metas-top {
    margin-bottom:0;
}

@media only screen and (min-width: 1024px) {
    .astra-single-product .property-details {
        padding: 30px 0;
    }
}

/* END Property details */

/* Property description */
.property-description {
    padding:0 0 30px;
    color: #484848;
    font-family: "Galano Grotesque", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.property-description h3 {
    margin-top:0px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #343434;
    margin: 0 0 20px;
}

/* END Property description */

/* Property features */

.property-features {
    padding-bottom:30px;
}

.property-features h3 {
    font-family: "Galano Grotesque" !important;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #343434;
}
/* END Property features */

/* Related Products */
.astra-single-product .astra-releted-products {
    max-width:100%;
    padding:0 20px;
}

.astra-single-product .astra-releted-products .widget-title {
    font-size:14px;
}

.astra-single-product .astra-releted-products ul.products li {
    width:100%!important;
    padding: 10px!important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.astra-single-product .astra-releted-products ul.products li a {
    display:block;
}

.astra-single-product .astra-releted-products ul.products li a .woocommerce-Price-amount.amount {
        font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #1F4183;
}

.astra-single-product .astra-releted-products ul.products li a .woocommerce-loop-product__title {
        font-family: "Galano Grotesque", Sans-serif;
    color: #AB5491 !important;
    font-size: 18px !important;
    line-height:22px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-location {
    color: #9B9B9B;
    font-family: "Galano Grotesque", Sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    
    .astra-single-product .astra-releted-products ul.products {
       display: grid;
        grid-template-columns: auto auto;
        gap:20px;
    }
    
    .astra-single-product .astra-releted-products ul.products:before {
        display:none;
    }
    
    .astra-single-product .astra-releted-products ul.products li {
        
        width:100%!important;
        margin:0!important;
    }
    
    .astra-single-product .astra-releted-products ul.products li a img {
        height:300px!important;
        object-fit:cover;
    }
    
}

@media only screen and (min-width: 1024px) {
    
    .astra-single-product .astra-releted-products ul.products {
       display: grid;
        grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
        gap:1%;
    }
    
}


.filter-result-block .fwpl-result img {
    width:100%;
    height:300px;
    object-fit:cover;
    margin-bottom: 20px;
}

.filter-result-block .fwpl-result a {
    font-size: 18px !important;
    line-height: 22px;
    text-transform: uppercase;
    color: #AB5491 !important;
    display:block;
}