.product-info-block {
    border: none;
}

.product-info-block .product__details__text .finished-status{
    display: inline-block;
    padding: 12px 20px;
    background-color: #F8F8F8;
    border-radius: 30px;
    margin-bottom: 20px;
}

.product-info-block .product__details__text .finished-status h5{
    font-size: 14px;
    line-height: 18px;
    color:#0A0D14;
    font-weight: 500;
    margin: 0;
}

.product__details__text .rating{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product__details__text .rating p{
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color:#0A0D14;
    font-weight: 500;
    margin-right: 10px;
}

.product__details__text .product-title{
    font-size: 16px;
    line-height: 24px;
    color:#0A0D14;
    font-weight: 600;
    margin-bottom: 10px;
}

.product__details__text .product-fields-list{
    font-size: 14px;
    line-height: 20px;
    color:#0A0D14;
    font-weight: 400;
}

.product__details__tab__desc{
    font-size: 14px;
    line-height: 20px;
    color:#0A0D14;
    font-weight: 400;
}

.product-price-box{
    padding: 20px;
    border: 1px solid #E2E4E9;
    border-radius: 20px;
}

.product__details__price{
    padding: 10px ;
    width: 100%;
    background-color: #F8F8F8;
    border-radius: 12px;
}

.product__details__price h5{
    font-size: 24px;
    line-height: 20px;
    color:#0A0D14;
    font-weight: 600;
    text-align: center;
}

.profile-area .text-dark{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color:#0A0D14;
}

.profile-area .text-dark img{
    margin-right: 10px;
}

.product__details__contact{
    padding: 10px;
    width: 100%;
    background-color: #EBFFF0;
    border: 1px solid #35B655;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product__details__contact a{
    font-size: 14px;
    line-height: 20px;
    color:#354052;
    font-weight: 500;
    text-decoration: none;
}

.product__details__contact a img{
    margin-right: 4px;
}

.message-btn{
    padding: 10px;
    width: 100%;
    background-color: #F8F8F8;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color:#354052;
    font-weight: 500;
    text-decoration: none;
}

.message-btn:hover{
    color:#354052;
}

.message-btn img{
    margin-right: 4px;
}

.categories-tree-breadcrumb{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 14px;
}

.categories-tree-breadcrumb a{
    padding: 8px;
    background-color: #F8F8F8;
    border-radius: 8px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-btn{
    padding: 10px;
    width: 100%;
    background-color: #FA3A4D;
    box-shadow: 0px 1px 2px 0px #375DFB14;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    color:#FFFFFF;
    font-weight: 500;
    margin-top: 10px;
}

.viewcount-btn{
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    color:#354052;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
}

.viewcount-btn img{
    margin-right: 4px;
}

.viewcount-btn:hover{
    color:#354052;
}

.favorite-btn img{
    margin-right: 4px;
}

.favorite-btn:hover{
    color:#fff;
}



.product-inline-map {
    width: 100%;
    height: 140px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.product-inline-map__header {
    padding: 12px 14px;
    background: #f8f9fb;
    border-bottom: 1px solid #eeeeee;
}

.product-inline-map__header h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-inline-map__header h6 i {
    color: #e3342f;
}

.product-inline-map__header p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #777777;
}

.product-openlayer-map {
    width: 100%;
    height: 220px;
}

.ol-control button {
    background-color: #ffffff !important;
    color: #222222 !important;
    border-radius: 6px !important;
}

.ol-zoom {
    top: 10px;
    left: 10px;
}

.product-map-popup {
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #222222;
    border: 1px solid #dddddd;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
    white-space: nowrap;
}

.product-report{
    margin-top: 10px;
}

.product-report a{
    display: block;
    border-radius: 30px;
    text-align: center;
    padding: 10px;
    width: 100%;
    background-color: #F8F8F8;
    border: 1px solid #F0F0F0;
    color:#DF1C41;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.product-report a img{
    margin-right: 4px;
}