/*base*/
.box-shadow {
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
}



/*filter*/
.filter-wrapper {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.09);
    padding: 8px 4px;
}

.filter-title {
    font-weight: 400;
    
}
.filter-title .main-title {
    display: inline-block;
    color: #000000;
}
.filter-title .sub-title {
    display: inline-block;
    color: red;
}


/*filterform*/
.filter-form {
    padding: 10px 1px;
    font-size: 1.3rem;
}

.field-place {
    padding: 3px 5px;
    min-width: 121px;
}

    .field-place > .field {
        background: #fff;
        border: 1px solid rgba(34,36,38,.25);
        border-radius: 3px;
        min-height: 48px;
        width: 100%;
        position: relative;
        margin-bottom: 5px;
        padding: 9px 9px 5px 5px;
    }

.field-place > .field>.title {
    position: absolute;
    right: 7px;
    padding: 4px 11px;
    background-color: white;
    top: -8px;
    line-height: 8px;
    color: gray;
    display: none;
    display: block;
}

    .field-place .button:hover {
        background: #bc1212;
    }
    .field-place .button {
        background: #ea2e2e;
        color: white;
        position: relative;
        border-radius: 4px;
        text-align: center;
        /* padding: 6px; */
        font-size: 1.9rem;
        padding-right: 42px;
        line-height: 46px;
        cursor: pointer;
    }
.show-all-button {
    color: gray;
    padding: 12px 8px;
    cursor: pointer;
}

.field-place .button>.icon {
    background-color: rgba(0,0,0,.075);
    width: 2em;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 43px;
    font-size: 2.2rem;
    line-height: 44px;
    text-align: center;
}
.field-place .button>.text{}

/*listbar*/
.list-bar{padding: 6px 14px;margin-bottom: 10px;font-size: 1.4rem;background: white;margin-top: 15px;}
.list-bar .count{color: red}


/*stuff-list*/
.stuff-list {



}



/*home-card*/
.home-cards {
    padding: 4px;
    margin-left: -14px;
    margin-right: -14px;
}
.home-cards >.item {
    padding: 7px;    
}


/*homecard*/

.home-card {
    min-height: 100px;
    border-radius: 2px;
    overflow: hidden;
    font-size: 1.4em;
    position: relative;
    padding: 6px;
    padding-right: 211px;
    padding-bottom: 39px;
    min-height: 179px;
    transition: box-shadow .3s;
    
    display: block;
    color: #444444;
}
    .home-card:hover {
        color: black;
    }

    .home-card:hover {
        box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
    }

    .home-card a:visited,
    .home-card a {
        color: #8a8a8a;
    }

    .home-card .image-area {
        width: 200px;
        overflow: hidden;
        position: relative;
        background: gray;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

.home-card .image-area  .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    .home-card .image-area img.invisible {
        top: -100000px;
        position: absolute;
    }


    .home-card .title {
        font-weight: 700;
        margin-bottom: 1px;
        font-size: 1.4rem;
        padding: 0;
        margin: 7px 0 5px 0;
        line-height: 1.7em;
    }
    .home-card .info {
        color: gray;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 6px;
    }
    .home-card .price {
        line-height: 1.6em;
    }
    .home-card .price.price-1 { }
    .home-card .price.price-2 { }
    
    .home-card .detail-button {
        background: #f7f7f7;
        bottom: 0;
        left: 0;
        line-height: 32px;
        min-height: 30px;
        position: absolute;
        right: 201px;
        text-align: center;
        display: block;
        color: gray;
        transition: all .3s;
        margin-right: -5px;
        padding-top: 4px;
        border-radius: 0 0 0 3px;
    }
    
        .home-card:hover .detail-button,
        .home-card .detail-button:hover {
            color: white;
            background-color: red;
        }





    /*home details card*/
    .home-detail-card {
        box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
        padding: 10px;
    }

.home-detail-card .top-bar {
    padding: 7px;
    text-align: left;
    color: gray;
    font-size: 1.2em;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 12px;
    font-weight: 400;
}

    

        .home-detail-card .top-bar a:visited,
        .home-detail-card .top-bar a {
            color: gray;
            margin-right: 12px;
        }


.home-detail-card .top-bar a:hover {
    color: red;

}

            .home-detail-card .top-bar .fa {
                font-size: 1.3em;
                padding-left: 3px;
            }
            .home-slides {
                position: relative;
                background-color: #ccced0;
                height: 500px;
            }

    .home-slides .image {
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
    }

    .home-slides .owl-next,
    .home-slides .owl-prev {
        position: absolute;
        top: 50%;
        left: auto;
        right: auto;
        background: rgba(0, 0, 0, 0.54);
        padding: 3px 9px;
        color: white;
        /* font-family: font-awesome; */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 34px;
        line-height: 28px;
        border-radius: 3px;
        opacity: .8;
        transition: all .2s;
    }
.home-slides .owl-next:hover,
.home-slides .owl-prev:hover {
    opacity: 1;
}

    .home-slides .owl-prev {
        
        right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;        

    }
    .home-slides .owl-prev:hover {
        padding-right: 15px;
        
    }

        .home-slides .owl-prev:after {
            content: "\f0da";
           
            
        }





    .home-slides .owl-next {
        left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;

    }
    .home-slides .owl-next:hover {
        padding-left: 15px;
    }

        .home-slides .owl-next:after {
            content: "\f0d9";
        }



.home-detail-card h1 {
    color: #2d2d2d;
    font-weight: 700;
    margin-top: 21px;
    font-size: 2em;
}

.home-detail-card h2 {
    font-size: 1.1em;
}

.home-detail-card .des-region {
    font-size: 1.6em;
}

.home-detail-card .price-region {
    font-weight: 700;
}

    .home-detail-card .price-region .lbl {
        color: gray;
        font-weight: 400;
    }

.home-detail-card .equipments {
    color: gray;
    margin-top: 20px;
}

.home-detail-card .equipments>.values {
    color: #3a3a3a;
}


.home-detail-card h3 {

    color: black;
    margin:10px 0;
}

.home-detail-card .agent-des-region {
    margin-top: 39px;
}

.home-detail-card .agent-message {
    border-radius: 4px;
    padding: 5px 8px;
    border: 1px solid #4d8eff;
    background: #a9cfff82;
    font-size: 1.3em;
    color: #00236fe8;
    margin-top: 16px;
}

.home-side-card {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 9px;
    padding-bottom: 14px;
}

.home-side-card:last-child {
    border-bottom: none;
}

.home-side-cards {
    padding: 5px;
    font-size: 1.3em;
}
.home-side-cards img {
    width: 100%;

}

    .home-side-cards h2 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 3px;
    }


.home-side-cards a{
    color: black;

}

    .home-side-cards .price {
        line-height: 1.6em;
    }

.home-side-cards .info {
    color: gray
}



.my-dropdown {
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .3s;
    user-select: none;
    border-radius: 5px;
    padding: 1px 6px;
    display: inline-block;
    color: #6f6f6f;
    position: relative;
}
.my-dropdown:hover {
    /* border-color: #e2e2e2; */
    background: #ee1616;
    color: white;
}

.my-dropdown .dropdown-menu{
    font-size: 1.4rem;
    border-radius: 4px;
    margin-top: 1px;
    padding: 4px 0px;
    margin-right: -3px;
}



.more-button {
    background-color: red;
    color: white;
    padding: 6px 21px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    display: block;
    width: auto;
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: 700;
}
    .more-button.loading {
        display: none;
    }

    .load-more-wrapper.is-loading .more-button {
        cursor: wait;
        background-color: lightgray;
        display: none;
    }


.load-more-wrapper.is-loading .more-button.loading {
    display: block;
}

.my-select-2 {
    width: 100%;
    border: none;
}


.select2-container--default .select2-selection--multiple {
    border-color: transparent;
    line-height: 24px;
    /* min-height: 32px; */
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: transparent;
    /* height: 36px; */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    float: right;
    /* background-color: #e4e4e4; */
    /* border: 1px solid #aaa; */
}

.select2-container--default .select2-search--inline .select2-search__field {
    text-align: right;
    direction: rtl;
    padding-right: 6px;
}
.select2-container--default .select2-results>.select2-results__options {
    direction: rtl;
    /* margin-right: -11px; */
    /* margin-right: -11px; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4ad;
    border: 1px solid #bdbdbd;

}