/* property-form
------------------------------------------------------------------- */
@media (max-width: 767px) {
    .property-form {
        font-size: 12px;
    }
}

.property-form br {
    display: none;
}

.property-form p {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .property-form p {
        margin-top: 6px;
        padding-bottom: 6px;
    }
}

.property-form label {
    margin-top: 10px;
    position: relative;
}

.property-form select {
    margin-top: 10px;
    border: 1px solid rgb(187, 187, 187);
}

.property-form .property-title {
    font-size: 11px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    letter-spacing: .1em;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
}

.property-form .checkbox-label [type='checkbox'],
.property-form .mg__prop_label_radio [type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.property-form .label-black::before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 15px;
    content: '';
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    position: absolute;
    top: 0;
}

.property-form .mg__prop_label_radio .label-black::before {
    border-radius: 50%;
}
.property-form .label-black,
.property-form .c-variant__value {
    margin-left: 25px;
}

.property-form [type='checkbox']:checked + .label-black:before {
    background-color: var(--main-color);
}

.property-form [type='radio']:checked + .label-black:before {
    background-color: var(--main-color);
}

.last-items-dropdown {
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 0 10px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
}
