/* .btn-primary,
.btn-success {
    padding: 10px 12px;
    font-weight: 600;
} */

.input-group .btn-primary {
    padding: 5px 10px;
}

a:hover {
    text-decoration: none;
}

.badge {
    padding: 6px 8px 7px 8px;
    border-radius: 0;
    font-weight: 600;
}

.header__top__hover ul {
    min-width: 135px;
}

.header__top__hover ul li a {
    list-style: none;
    font-size: 13px;
    color: #111111;
    padding: 5px 0;
    cursor: pointer;
    display: block;
    text-align: left;
}

/* .custom-control-label {
    cursor: pointer;
    display: flex;
    align-items: center;
} */

.custom-control.custom-control {
    padding-left: 28px;
}

.custom-control-label::before {
    top: 0px;
    left: -28px;
    width: 20px;
    height: 20px;
    border: #127af8 solid 1px;
}

.custom-control-label::after {
    top: 0;
    left: -28px;
    width: 20px;
    height: 20px;
}

.mfp-bg,
.mfp-wrap {
    z-index: 1051;
}

.btnShowHidePassword {
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.title {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.property__filter .card {
    border: transparent;
    box-shadow: 0px 0px 10px 0px #dddddd;
}

.property__filter .property-listing-card__images .owl-stage-outer {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.property__filter .property-listing-card__images .item {
    cursor: pointer;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.3s ease;
}

.property__filter .property-listing-card__images .item:hover {
    transform: scale(1.08);
}

.property__filter .property-listing-card__name {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.property__filter .property-listing-card__address {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.property__filter .property-listing-card__price {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.property__filter .property-listing-card__bedroom {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.property__filter .property-listing-card__bedroom img {
    margin-right: 8px;
}

.ddlmyaccount {
    border: 1px solid #dddddd;
    border-radius: 8px;
}

.ddlmyaccount > a {
    padding: 4px 8px;
}

.ddlmyaccount a {
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .ddlmyaccount {
        display: none;
    }
}

.product-description {
    margin: 15px 0;
}

.options-group-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 5px 0;
    min-height: 40px;
}

.options-group-list:hover .custom-control-label {
    color: #127af8;
}

.options-group-list .custom-control-label {
    cursor: pointer;
    display: flex;
}

.options-list-image {
    display: flex;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #dddddd;
}

.accordion-header:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: right;
}

.accordion-header.collapsed:after {
    content: "\f054";
}

.accordion-body-container {
    padding: 10px 0 15px 0;
}

.accordion-body.collapse.show .accordion-body-container,
.accordion-body.collapsing .accordion-body-container {
    padding: 0 15px 0px 15px;
}

.category1-label {
    color: #5b5b5b;
    font-weight: 700;
}

.category2-label {
    font-weight: 600;
    padding: 20px 0 10px 0;
}

.category3-label {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0 10px 0;
    color: #626262;
}

#ModalProduct .modal-content {
    border-radius: 0;
    border: 0;
}

#ModalProduct .modal-header {
    border-radius: 0;
    border: 0;
}

@media only screen and (max-width: 576px) {
    #ModalProduct .modal-dialog {
        margin: 0;
    }

    #ModalProduct .modal-dialog-scrollable {
        max-height: none;
    }

    #ModalProduct .modal-content {
        height: 100%;
    }

    .property__filter .property-listing-card__images .item {
        height: 250px;
    }
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: "\f00c";
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    display: flex;
    justify-content: center;
    font-weight: 600;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
}

#ModalProduct .productorderquantity {
    font-size: 18px;
}
