﻿/* Main landing page and product selection page */

#MainCat_Hoz {
  margin-bottom: 20px;
}

#MainCat_Hoz li {
  width: 50%;
  box-sizing: content-box;
}

@media screen and (min-width:480px) {
  #MainCat_Hoz li {
    width: 33.3333%;
  }
}

@media screen and (min-width:768px) {
  #MainCat_Hoz li {
    width: calc((100% - 120px) / 4);
  }
  #MainCat_Hoz li+li {
    margin-left: 20px;
  }
  #MainCat_Hoz li:nth-child(5) {
    margin-left: 0;
  }
}

@media screen and (min-width:991px) {
  #MainCat_Hoz li {
    width: calc((100% - 120px) / 5);
  }
}

@media screen and (min-width:991px) {
  #MainCat_Hoz li {
    width: calc((100% - 120px) / 8);
  }
  #MainCat_Hoz li+li {
    margin-left: 20px;
  }
}

#MainCat_Hoz li .cat-icon {
  width: 100%;
	
  min-width: calc((100% - 120px) / 8);
  padding: 5px;
  min-height: 160px;
  border: 2px solid transparent;
  padding-bottom: 5px;
  display: block;
}

#MainCat_Hoz li .cat-icon img {
  max-width: 100%;
}

	#MainCat_Hoz li .cat-icon:hover, .cat-icon.active {
		border-bottom: 2px solid #26afff !important;
	}

#MainCat li .cat-icon {
  margin: 10px 0;
  /* background-color: #dbf2ff; */
  background-color: #fafafa;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 20px;
  transition: 0.3s;
}

#MainCat li .cat-icon:hover {
  /* background-color: #b6e3fc; */
  background-color: #eee;
}

#MainCat_Hoz li {
  float: left;
}

#MainCat li {
  float: left;
  width: calc((100% - 20px) / 2);
}

#MainCat ul, #MainCat_Hoz li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

#MainCat li+li {
  margin-left: 20px;
}

@media screen and (max-width:639px) {
  #MainCat li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  #MainCat li {
    width: calc((100% - 2 * 20px) / 3);
  }
  #MainCat li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  #MainCat li {
    width: calc((100% - 3 * 20px) / 4);
  }
  #MainCat li:nth-child(4n+1) {
    margin-left: 0;
  }
}

#MainCat_Hoz a, #MainCat_Hoz a:hover {
  text-decoration: none;
}

.maincat-name {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.5em;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

#SubCat ul {
  list-style-type: none;
  margin-left: 0px;
}

.mainlink {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: 300;
  font-size: 14px;
  border-bottom: none !important;
  transition: 0.3s;
}

.mainlink:hover {
  text-decoration: none;
  border-bottom: none !important;
  color: currentColor;
}

#ProductBackground {
  background-image: url(/images/products/pdtNotAvail.gif);
}

.localnav-pdt-hoz {
  overflow: hidden;
}

.localnav-pdt-hoz ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.localnav-pdt-hoz li {
  width: calc((100% - 20px) / 2);
  background-color: #fafafa;
  float: left;
  box-sizing: content-box;
  margin-bottom: 20px;
  transition: 0.3s;
}

.localnav-pdt-hoz li:hover {
  background-color: #eee;
}

.localnav-pdt-hoz li+li {
  margin-left: 20px;
}

.localnav-pdt-hoz li:nth-child(3n) {
  margin-left: 0;
}

.localnav-pdt-hoz li img {
  margin: 0 auto;
}

/* @media screen and (min-width:480px) {
  .localnav-pdt-hoz li {
    width: 33.3333%;
  }

  .localnav-pdt-hoz li:nth-child(3n) {
    margin-left: 20px;
  }
} */

@media screen and (min-width:768px) {
  .localnav-pdt-hoz li {
    width: calc((100% - 60px) / 4);
  }
  .localnav-pdt-hoz li:nth-child(3n) {
    margin-left: 20px;
  }
}

@media screen and (min-width:991px) {}

@media screen and (min-width:991px) {}

.localnav-pdt-others-hoz {
  width: 100%;
}

.localnav-pdt-others-hoz ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.localnav-pdt-others-hoz li {
  width: 160px;
  height: 50px;
  background-color: #ffffff;
  float: left;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  margin: 0 10px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: solid 1px #f1eeee;
}

.pdt-icon-others {
  width: 100%;
}

.pdt-icon a {
  display: block;
  padding: 0;
}

.pdt-icon .pdt-desc {
  width: 100%;
  padding: 20px 10px;
  margin-top: 20px;
  background: #fff;
  text-align: left;
  height: 68px;
  font-size: 14px;
  letter-spacing: 0.5px
}

.category-name {
  font-size: 24px;
  color: black;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 3px solid #26afff;
}

.breakout {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

.localnav-pdt-others-hoz li:hover {
  background-color: #dbf2ff;
}

.localnav-pdt-others-hoz li a:hover {
  text-decoration: none;
}

.localnav-pdt-others-hoz .highlight {
  background-color: #dbf2ff;
}

.category-name, .product-list-sort {
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 2px solid #26afff;
  margin-right: 10px;
  /* min-height: 80px; */
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.5px;
	height: 45px;
}

.product-display {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
  width: 100%;
  border: 1px solid #26afff;
  background-color: #ffffff;
}

.prod-image-not-avail {
  background: url(/images/products/pdtNotAvail.gif) center no-repeat;
  width: 200px;
  height: 200px;
}

.prod-image {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

.prod-image.selected {
  cursor: pointer;
}

.prod-name {
  height: 40px;
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.prod-select {
  height: 60px;
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 10px auto;
}

#prodList ul, #prodName ul {
  margin-left: 0;
  padding-left: 0;
}

#prodList li, #prodName li {
  list-style: none;
  margin-bottom: 0.25em;
}

#prodName li.click {
  background-color: #6DBDFA;
}

#prodName li.click a:visited {
  color: black;
}

#prodList li a:hover, #prodName li a:hover {
  border-bottom: solid 1px #26afff;
}

#prodName #ulSubCat, #prodName #ulSubCatTwo {
	max-height: 300px;
	overflow: auto;
	position: relative;
}
#ulSubCat .productTitle, #ulSubCatTwo .productTitle {
	position: sticky;
	top: 0px;
}