h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
  padding: 1rem 0;
}

.table thead > tr > th {
  border: 1px solid #dee2e6;
}

.sidebar-category-style {
  padding: 20px 0;
  background: #244263;
  border-bottom: 5px solid white;
}
.sidebar-category-style a {
  font-size: 16px;
  color: #f5f5f5;
  padding-left: 20px;
}

.breadcrumb a:hover {
  color: #f5f5f5 !important;
  font-weight: bold;
}

.table-sm td {
  padding: 0.5rem 1rem !important;
}

.bg-color {
  background-color: #00472c;
}
.bg-color-10 {
  background-color: rgba(0, 71, 44, 0.1);
}
.bg-color-20 {
  background-color: rgba(0, 71, 44, 0.2);
}
.bg-color-40 {
  background-color: rgba(0, 71, 44, 0.4);
}
.bg-color-60 {
  background-color: rgba(0, 71, 44, 0.6);
}
.bg-color-80 {
  background-color: rgba(0, 71, 44, 0.8);
}

.label-md {
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: none;
}

.btn-xs {
  line-height: 10px;
  padding: 5px 10px;
}

#order-container {
  cursor: pointer;
  border: 1px solid #00472c;
}

#order-container:hover {
  border: 2px dashed #000101;
}

.img-eq-height {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-filter-area {
  margin-top: 30px;
}

.grid-col-icon {
  font-size: 44px;
  color: #00472c;
  cursor: pointer;
}

.product-thumb {
  border: 1px solid #ebedf2;
  border-bottom: none;
}

ul.order-status {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.order-status li {
  display: block;
  margin-right: 10px;
  margin-top: 10px;
}
ul.order-status li i {
  margin-right: 10px;
}
ul.order-status li i .fa {
  font-size: 16px;
}

.badge-16 {
  font-size: 16px;
}

.product-excerpt p {
  font-size: 16px;
}
.product-excerpt p a {
  color: inherit;
}
.product-excerpt p .favourite {
  cursor: pointer;
}

.favourite-item {
  color: #00472c;
}

.add-to-cart-button:hover > span {
  color: #fff !important;
}

.btn-outline-secondary:focus:not(:hover) {
  color: #5c4057;
}
.btn-outline-secondary:focus:not(:hover) > span {
  color: #5c4057 !important;
}

hr.style-two {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.activity-log {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 2rem;
}

ul.list li {
  list-style-type: disc;
  margin: 10px 20px;
}

.price-span {
  border: 1px solid #dbdbdb;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  width: 150px;
}

td.text-center.no-padding {
  width: 60px !important;
  padding: 5px !important;
  margin: 0 !important;
}
