.page-title{
    background: white;
    border: solid 1px #d3d7da;
    padding: 10px 20px;
    margin: 30px 0 0;
}
.page-title h1{
    font-size: 30px;
    margin: 15px 0px;
    color: #333;
}
.content_requests_list {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    border: 1px solid #CED9EE;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

input#search_store_txt {
    width: 100%;
}

.counttxt {
    float: left;
    max-width: 17%;
    margin-left: 15px;
    margin-top: 5px;
    font-weight: 500;
}

.supplier_country_status{
    margin-top: 30px !important;
}

.searc_store {
    width: 100%;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.searc_store span{
    color: #1180b0;
    margin-right: 10px;
}

i#fa-search {
    margin-left: 10px;
}

span.searchtxt {
    float: left;
    min-width: 120px;
    padding: 6px;
    color: #1180b0;
}

.btn_medium{
    height: 25px !important;
    background: #617083 !important;
    border-radius: 3px !important;
    border: solid 1px #617083 !important;
}

.btn_medium:hover {
    height: 25px  !important;
    font-size: 12px !important;
    padding: 0px 10px !important;
    font-weight: bold;
    letter-spacing: 0.6px !important;
    padding-top: 2px !important;
    border-radius: 3px !important;
    background-color: #3c495b !important;
    color: #d2de2e !important;
}

.cmverify{
    color: #17c27d !important;
}

a.click_detail{
    color: #1180b0 !important;
}

.detail_hover_area::after{

    border-left: 8px solid transparent;
    border-right: 8px solid red;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 80px;
    left: -11px;
    margin-left: -5px;
}
.detail_hover_area{
    position: absolute;
    background-color: #fff;
    border: 1px solid #ced9ee;
    box-shadow: 0px 2px 4px 0px rgba(206, 217, 238, 0.30);
    width: 79%;
    z-index: 2;
    padding: 5px;
    right: 38px;
    top: 70px;
    display: none;
}

.rightcenter{
    text-align: center;
}

.search_box{
    /*display: none;*/
}

a.search_gird_product{
display: table-cell;
vertical-align: middle;
    height: 150px;
}

.dlist-content_product_list-name{
    font-size: 16px;
    font-weight: 700;
    padding: 0px !important;
    margin: 0px;
}
.dlist-content_product_list-name a{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
}

.ul-horizontal span {
    padding: 8px 0px !important;
    display: inline-block !important;
    letter-spacing: 1px !important;
    color: #333333 !important;
    font-size: 12px !important;
}

.request_prd_item{
    border-bottom: 1px #ced9ee solid;
}

/* .margin-no {
    margin-left: 0px;
    margin-right: 20px;
} */

.content_requests_list ul {
    padding: 0;
    display: inline-block;
    width: 100%;
    font-size: 12px !important;
    color: #9aa4b0 !important;
    line-height: 18px;
}

.dlist-content_product_list-1 {
    border:  1px #ced9ee solid;
    border-radius: 5px;
}

.attr-name{
    color: #666666;
}

.attr-value{
    color: #666666;
    font-weight: 700;
}

#childcategorylevels li.rm{
    display: block;
}

.reqquotes{
    margin-top: 10px;
}

.quotelefttxt {
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}

.dlist-content_product_list-2{
    border-right: 0px;
}

.content_requests_list_inner{
    border-bottom: 1px solid #ced9ee;
    padding: 25px 30px;
    background-color: #fff;
    text-align: left;
}

.dlist-content_product_list-img img{
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
    border-radius: 5px;
    /* width: 120px; */
    /* height: 120px; */
    padding: 2px;
}

.buyrequest-description {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    text-transform: capitalize;

}

@media (max-width: 991px){
    .request_prd_item{
        border: 1px #ced9ee solid;
        padding: 10px;
        margin-bottom: 10px;
    }
    .dlist-content_product_list-2{
        border: 0px;
        text-align: center;
    }
    .dlist-content_product_list-1{
        text-align: center;
        border: 0px;
    }
    .rightcenter{
        text-align: center;
    }
    .reqquotes{
        margin: 0 !important;
    }
}
