.website-logo {
    width: 120px;
}

.active-page {
    color: #f87300 !important;
}

.full-width {
    width: 100% !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #0B2C3D !important;
}

.nav-link {
    color: #000000;
    font-weight: bold;
}

.nav-link:focus, .nav-link:hover {
    color: #0B2C3D;
}

.bg-primary, .btn-primary {
    background-color: #0B2C3D !important;
}

.btn-primary:hover {
    color: #fff;
    border-color: #0B2C3D;
}

.btn-sm {
    font-size: 12px;
    padding: 10px;
    margin: 10px;
}

.text-vertical {
    vertical-align: middle !important;
}


input[type="number"], select{
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
}

.ltn__product-item-5 .real-estate-agent .agent-img img{
    border: none;
}

.ck-editor__editable_inline {
    height: 400px !important;
}

.property-image-header {
    height: 500px !important;
}

.property-image-gallery {
    height: 300px !important;
}

.property-image{
    width: 100% !important;
    object-fit: cover !important;
}

.cart-property-image{
    height: 64px !important;
    width: 100% !important;
    object-fit: cover !important;
}
