#property-detail-template .property-header{
    padding-top: 260px;
    background: rgb(50,42,95);
    background: linear-gradient(90deg, rgba(50,42,95,1) 0%, rgba(53,51,99,1) 9%, rgba(54,42,95,1) 41%, rgba(63,55,135,1) 100%);
    margin-bottom: 0;
    padding-bottom: 243px;
}
@media screen and (max-width:425px){
    #property-detail-template .property-header{
        padding-top: 180px;
    }
}
#property-detail-template .property-header .boxed{
    margin-bottom: 0;
}

#property-detail-template h1 span{
    color: #fff!important;
    display: block;
}
#property-detail-template h1 span:first-child{
    font-size: 30px;
}
#property-detail-template h1 span:nth-child(2){
    font-size: 4vw;
}

#property-detail-template h2{
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #2d2d2d!important;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 30px;
}
#property-detail-template .description.boxed{
    margin-top: 70px;
    margin-bottom: 100px;
}
#property-detail-template .details-wrapper{
    padding: 30px 0;
    margin: 30px 0;
}

#property-detail-template .details-wrapper:nth-child(odd){
    background-color: rgba(225,222,232,0.39)!important;
    padding: 60px 0;
}

#property-detail-template div.details ul,
#property-detail-template div.general ul{
    column-count: 3;
    list-style-type: none;
    padding: 0;   
}
@media screen and (max-width:425px){
    #property-detail-template div.details ul,
    #property-detail-template div.general ul{
        column-count: 1;  
    }
}

#property-detail-template div.details ul li span:nth-child(2),
#property-detail-template div.general ul li span:nth-child(2){
    color: #6150b1;
    font-weight: bold;
}

#property-detail-template div.details ul li,
#property-detail-template div.general ul li{
    display: flex;
    justify-content: space-between;
    max-width: 75%;
    border-top: 1px solid rgba(97, 80, 176, 0.3);
    padding: 15px 0;
}
@media screen and (max-width:425px){
    #property-detail-template div.details ul li,
    #property-detail-template div.general ul li{
        max-width: 100%;
    }
}

#property-detail-template div.details ul li sup,
#property-detail-template div.general ul li sup{
    font-size: 10px;
}

#property-detail-template div.boxed{
    max-width: 1280px;
    margin: 0 auto;
}
@media screen and (max-width: 1280px){
    #property-detail-template div.boxed{
        max-width: 80%;
        margin: 0 auto;
    } 
}

#property-detail-template .property-swipper{
    max-width: 80%;
    margin-right: 0;
    margin-top: -142px;
}

@media screen and (max-width: 1680px){
    #property-detail-template .property-swipper{
        max-width: 90%;
    }
}


@media screen and (max-width: 1280px){
    #property-detail-template .property-swipper{
        max-width: 1280px;
    }
}


#property-detail-template .swiper-button-prev,
#property-detail-template .swiper-button-next{
    background-color: #F27404;
    background-image: inherit;
}

#property-detail-template .swiper-button-prev{
    left: 0;
}

#property-detail-template .swiper-button-next{
    right: 0;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
    color: #fff;
    font-size: inherit!important;
}

  [lightbox-toggle] {
    cursor: zoom-in;
  }
  [lightbox-toggle]:after {
    position: absolute;
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="white" stroke="black" stroke-opacity="0.25" stroke-width="0.25" d="M16.32 14.9l5.39 5.4a1 1 0 0 1-1.42 1.4l-5.38-5.38a8 8 0 1 1 1.41-1.41zM10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm1-7h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-2H7a1 1 0 0 1 0-2h2V7a1 1 0 1 1 2 0v2z"/></svg>');
    height: 32px;
    width: 32px;
    bottom: 0;
    right: 0;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.2s;
  }
  [lightbox-toggle]:hover:after {
    opacity: 1;
    filter: drop-shadow(2px 4px 6px black);
  }
  .c-lightbox {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    pointer-events: none;
    position: fixed;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
  }
  .c-lightbox.open {
    opacity: 1;
    pointer-events: all;
  }
  .c-lightbox .c-lightbox__container {
    width: 100%;
    height: 100%;
  }
  .c-lightbox .c-lightbox__close {
    z-index: 999999;
    position: absolute;
    cursor: pointer;
    top: 1vh;
    right: 1vw;
    font-size: 30px;
    padding: 20px;
    color: white;
  }
  .c-lightbox .c-lightbox__close:hover {
    color: #f27405;
  }
  .c-lightbox .swiper-container {
    width: 100%;
    height: 100%;
  }
  .c-lightbox .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-lightbox .swiper-pagination {
    color: white;
  }
  .c-lightbox .swiper-button-next, .c-lightbox .swiper-button-prev {
    color: white;
    background-image: none;
  }
  .c-lightbox .swiper-button-next:hover, .c-lightbox .swiper-button-prev:hover {
    color: red;
  }
  .c-lightbox .swiper-button-next:after, .c-lightbox .swiper-button-prev:after {
    font-size: 30px;
  }
  .c-lightbox .c-lightbox__image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 75%;
    width: 75%;
    text-align: center;
    cursor: zoom-in;
  }
  .c-lightbox .c-lightbox__image img {
    width: auto;
    height: auto;
    max-height: 90vh;
    max-width: 90vw;
  }
  