
.wrap {
    background: radial-gradient(ellipse at top left, rgba(105,155,200,1) 0%,rgba(181,197,216,1) 57%);
}

.advanced-filter {
    background: #f7f7f7;
    border: 1px dashed #aebcc5;
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 10000;
}

.browse-container {
    position: relative;
}

.browse-container .dropdown-menu {
    min-width: 4rem;
}

.browse-container .dropdown-divider {
    border-width: 2px;
}

.browse-container .dropdown-item {
    padding: 5px 2px;
}

.browse-description {
    height: 31px;
    line-height: 1rem;
    overflow: hidden; 
    text-align: justify;
    text-overflow: ellipsis;
}

.browses-list {
    background: white;
    list-style: none;
    width: 100%;
}

.image-browse {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    height: 110px;
    max-width: 100%;
    width: 240px;
}

hr {
    height: 1px !important;
}

.filter-group {
    background: white;
    border: 2px solid #dfdfdf;
    border-radius: 10px;
    min-height: 15px;
    padding: 5px;
    position: relative;
    width: 100%;
}

.filter-group .show-hide-group {
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 100;
}

.filter-set {   
    background: white;
    height: 100%;
}

.info h3 {
    font-size: 24px;
    font-weight: 350;
    line-height: 46px;
    color: #3791ca;
}

img.rate-browse {
    width: 15px;
    height: 15px;
}

.show-hide-filter, .all-browses, .my-browses {
    cursor: pointer;
}

.slider_area .owl-item ul {
    padding: 0px !important;
}

.slider_area .owl-item li {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    border-radius: 10px;
    list-style: none;
    margin: 10px 0px;
    padding: 5px;
}

.slider_area {
    background: white;
}

.slider_area .single_slider {
    min-height: 50vh;
}

.view-browse {
    width: 4rem;   
}