a,b,p,span,button{
    font-family: 'Montserrat', sans-serif;
}

#product-container{
    margin-top: 0px;
}

#product-container .breadcrumb{
    display: block !important;
}

#product-container .content-top{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 12px;
    padding: 20px 0;
}

.back-ad{
    margin-right: 30px;
    padding: 0 15px;
    background: transparent;
    border: 1px solid black;
    color: black;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    float: left;
}

i.dda{
    margin: 0;
    margin-right: 0px;
    padding: 0;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin-right: 10px;
}
a.back-ad {

    margin-right: 30px;
    padding: 0 15px;
    background: transparent;
    border: 1px solid #F52E3D;
    color: #F52E3D;
    height: 30px;
    font-size: 13px;
    font-weight: 300;
    float: left;
    line-height: 29px;

}
i.back{
    background: url("../image/icon/back.svg") no-repeat;
    top: 3px;
}
a > i.back{
    top: 7px;
}
.breadcrumb li{
    padding: 0 10px;
}
.breadcrumb li a{
    color:black;
}
.breadcrumb {
    float: left;
    position: relative;
    text-transform: inherit;
    color:black;
    top: 7px
}
.breadcrumb > li:last-child::after {
    border: none;
}
.breadcrumb > li::after {

    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.breadcrumb > li + li::before, .bread-crumb > li + li::before {
    content: none;
    padding: 0 3px;
}


.product-info .image {
    border-radius: 0px;
    display: block;
    margin: 0;
    text-align: center;
    border: none;
}
.thumbnail{
    margin-bottom: 0px !important;
}
.thumbnail > img, .thumbnail a > img{
    width: 100%;
}

#product-container .swiper-viewport {
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    position: relative !important;
}

span.zoom{
    display: block;
    width: 100px;
    height: 59px;
    position: absolute;
    top: -40px;
    left: calc(50% - 50px);
    padding-top: 16px;
    font-size: 13px;
    color: white;
    padding-left: 25px;
}
i.zoom {
    background: url("../image/icon/zoom.svg") no-repeat;
}
.description{
    background-color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: -10px;
    z-index: 111;
    position: relative;
    box-shadow: 0 -9px 6px -8px;
    padding: 20px;
    font-weight: 300;
}
i.pin {
    background: url("../image/icon/pin.svg") no-repeat;
    width: 18px;
    height: 18px;
}

i.room {
    background: url("../image/icon/kat.svg") no-repeat;
    width: 18px;
    height: 18px;
}

i.m2 {
    background: url("../image/icon/m2.svg") no-repeat;
    width: 18px;
    height: 18px;
}

i.villa {
    background: url("../image/icon/type.svg") no-repeat;
    width: 18px;
    height: 18px;
}

i.up {
    background: url("../image/up.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    background-position: center;
    cursor: pointer;
}

i.down {
    background: url("../image/down.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    background-position: center;
    cursor: pointer;
}
.ad-options{
    display: block;
}

.ad-options h3{
    height: 30px;
    position: relative;
    width: 100%;
    display: block;
    background-color: #F52E3D;
    color: white !important;
    padding: 5px 20px;
    text-transform: initial !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.ad-options .option-content{
    padding: 10px;
    padding-bottom: 20px;
    background: white;
}
.ad-options ul{
    margin: 0;
    padding: 0;
    clear: both;
}
.ad-options ul li.selected::before{
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background: url("../image/icon/select.svg") no-repeat;
    float: left;
    background-size: cover;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.ad-options ul li::before{
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background: url("../image/icon/unselect.svg") no-repeat;
    float: left;
    background-size: cover;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.ad-options ul li{
    list-style: none;
    width: 24%;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0;
}

.content-center{
    margin-bottom: 30px;
}
.content-center h1.title{
    color: #8D1819;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-center ul li{
    list-style: none;
    display: inline-block;
    color: #8D1819;
    text-transform: initial;
    margin-right: 20px;
}
.content-center ul{
    margin: 0;
    padding: 0;
}
.right-top{
    text-align: right;
    margin-bottom: 27px;
}

span.prices{
    color: #8D1819;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
a.favori{
    color: #8D1819;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 19px 0;
    position: relative;
    margin-bottom: 0;
}

a.favori::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../image/icon/favori.svg") no-repeat;
    position: absolute;
    left: -23px;
}

i.right{
    background: url("../image/icon/right.svg") no-repeat;
    float: right;
    margin-right: 0;
    margin-left: 10px;
    top: 7px;
}

hr{
    border-color: #D8D8D8;
}
.company-info{
    padding: 10px 20px;
    margin-bottom: 30px;
    background-color: white;
}

.company-info a.phone{
    background-color: #F52E3D;
    width: 100%;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    color: white;
}
.company-info h4{
    text-align: center;
    margin-bottom: 20px;
}
.company-info h2{
    color: #8D1819;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    text-transform: initial;
    font-weight: 500;
}

.company-info a.back-ad{
    display: block;
    width: 100%;
    margin: 10px 0;
    float: initial;
}

.product-description .description-right {
    padding-left: 15px;
    font-weight: 600;
    text-align: right;
}
.product-description{
    width: 100%;
}
.product-description td{
    padding: 5px 0;
}
.product-description td span{
    font-weight: 300;
}
.product-description tr{
    border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 780px) {
    .option-content,.content-top {
        display: none;
    }

    .right-top {

        text-align: center;
        margin-bottom: 27px;
        margin-top: 20px;

    }
}

.product-product .footer-img{
    display: none;
}
