
.shop-services ul,
.shop-services ol,
.shop-services p {
  margin-bottom: 40px;
  font-family: font-7;
  font-size: 15px;
}

.shop-services h1,
.shop-services h2,
.shop-services h3,
.shop-services h4,
.shop-services h5,
.shop-services h6 {
  margin-bottom: 20px;
  font-family: font-8;
}

.shop-services a {
  text-decoration: underline;
  font-weight: bold;
  color: #0a756a;
}

.shop-services ul li,
.shop-services ol li {
  margin-bottom: 10px;
}

.shop-services ul li,
.shop-services ol li {
  list-style-position: inside;
}

.shop-services ul li {
  list-style-type: square;
}

.shop-services ol li {
  list-style-type: decimal;
}

.services-description {
  border: 1px solid #dddddd;
  padding: 20px;
  background-color: #fafafa;
}

.shop-services .shop-services-list ul li {
  list-style-type: none;
}

.shop-services .nav-tabs {
  border-bottom: none;
}

.shop-services .nav-tabs .nav-link {
  border: 1px solid #595959;
  border-radius: 0;
  margin-right: 10px;
  text-decoration: none;
  background-color: #fff;
  color: #595959;
  font-weight: normal;
  font-family: font-6;
}

.shop-services .nav-tabs .nav-link.active {
  background-color: #595959;
  color: #fff;
}

.shop-services-list {
  position: relative;
}

.shop-services-list .tab-content {
    overflow-x: auto;
}

.shop-services-list .tab-content {
  --sb-track-color: #c7c7c7;
  --sb-thumb-color: #4e4e4e;
  --sb-size: 10px;
}

.shop-services-list .tab-content::-webkit-scrollbar {
  height: var(--sb-size);
}

.shop-services-list .tab-content::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

.shop-services-list .tab-content::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
}

.shop-services-list .table {
  border: 1px solid #d4d0d0;
  background-color: #fff;
}

.shop-services-list .table tr {
  cursor: pointer;
}

.shop-services-list .table th {
  font-family: font-8;
}

.shop-services-list .table tbody tr:hover {
  background-color: #efefef;
}

.shop-services-list .table>:not(caption)>*>* {
  padding: 0.8rem 0.8rem;
}

@media only screen and (max-width: 500px) {
  .shop-services .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
  }
  
  .shop-services .nav-tabs .nav-link {
      margin-right: 0;
  }
}
