.headerart {
  background-position: center;
  background-size: cover;
  padding-top: 0;
  height: 200px;
}

.categoryDesc {
  padding: 10px;
}

.subheading15px {
  line-height: 1.3;
}

.category-header-img {
  width: 100%;
  padding-bottom: 20px;
}

.category-header-img img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

/* Item List */

.related-items-wrapper {
  padding-top: 20px;
}

.related-items-wrapper h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #1E5593;
}

.related-items-container {
  display: flex;
  width: 100%;
}

.related-items-container #prevRelated,
.related-items-container #nextRelated {
  margin-top: auto;
  margin-bottom: auto;
}

.relatedProds-plain {
  width: 100%;
}

/* End Item List */

/* Row Layout */

.item-row-title {
  text-align: center;
	color: #1E5593;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
  margin-top: 25px;
}

.item-row-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom:dashed #CCCCCC 1px;
}

.item-row-img-container {
  flex: 2;
  margin-right: 10px;
  text-align: center;
}

.item-row-img {
  width: 150px;
	height: 150px;
  object-fit: contain;
}

.item-row-summary-container {
  flex: 2;
  padding-right: 10px;
  padding-bottom: 25px;
  min-width: 200px;
}

.item-row-variants-container {
  flex: 1;
}

.item-row-variant {
  display: flex;
  min-width: 225px;
  margin-bottom: 20px;
}

.item-row-variant div {
  flex: 0;
}

.item-row-variant-ref-price {
  min-width: 110px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}

.item-row-variant-btnAdd-container {
  min-width: 110px;
}

/* End Row Layout */

/* Grid Layout */

.item-grid-container {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.item-grid-item {
  display: flex;
  flex-direction: column;
  border-bottom: solid #cccccc 2px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.item-grid-img-container {
	display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;  
	margin-top: 10px;
	margin-bottom: 10px;
}

.item-grid-img-container img {
  width: 100%;
	height: 150px;

  object-fit: contain;
}

.item-grid-info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.item-grid-title-ref {
  padding-top: 10px;
  padding-bottom: 10px;

  font-weight: 700;
  line-height: 1.5;
}

.item-grid-sku {
  color: #000000;
}

.item-grid-sku span {
  font-weight: 700;
}

.item-grid-price-rating {
  padding-bottom: 10px;
}

.item-grid-price {
  color: #000000;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-card-rating  {
  /* Hide ratings until rating info is fixed */
  display: none;
}

.item-card-rating a {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  gap: 2px;
}

.item-card-rating a:hover {
  text-decoration: none !important;
}

/* End Grid Layout */

/* Items Per Page Selection Section */

.item-per-page-selection-container {
  display: flex;
  justify-content: space-between;
  background-color: #E5ECF3;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.item-selection-container {
  display: flex;
  align-items: center;
}

.item-selection-container span {
  padding: 10px;
}

.item-selection-active {
  background-color: white;
}

.item-per-page-container {
  padding: 10px;
}

/* End Items Per Page Selection Section */

/* Pagination */

.item-pagination-container {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  text-align: center;
  align-items: center;
}

/* End Pagination */

