.product-box .cat-title {    
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    font-size:1em;
    font-weight: 500;
}

.row-categories {
    display: flex;
    flex-wrap: wrap;
}
.category-box {
    margin-bottom: 30px;
}
.product-box .cat-title .star {
    max-width: 15px;
    margin-top: 2px;
}
.product-box .main-img {
    padding: 15px;
}
.product-box .main-img:hover {
    border-color: #e81b23;
}
.opening-bar {
    border-bottom: 1px solid #ee1c24;
    padding: 18px 0 12px 0;
  }
  .opening-bar h4 {
    font-size: 17px;
    color: #333333;
  }
  .opening-bar .icon {
    text-align: end;
  }
  .opening-bar .icon i {
    color: #333333;
    font-size: 18px;
  }
  .basic-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .basic-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
  }
  .basic-list li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ee1c24;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
  }
  .details-box {
    background-color: #f9fafd;
    padding: 36px;
  }
  .job-id {
    font-size: 20px;
    font-weight: 400;
  }
  .job-id span {
    font-weight: 600;
  }
  