
/*  Product Information Box Styles */

#ProductInfoBox {
  width: 100%;
  color: #333;
  margin-top: 30px;
}

#ProductInfoBox h1 {
  font-size: 30px;
  font-weight: 600;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

.getting-started {
  font-size: 14px;
}

#ProductInfoBox .product-name-container {
  display: block;
}

@media screen and (min-width:640px) {
  #ProductInfoBox .product-name-container {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

#ProductInfoBox .pdt-icon {
  float: left;
  position: relative;
}

#ProductInfoHeader {
  display: flex;
  float: left;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
}

#ProductInfoHeader .HeaderBody {
  font-weight: bold;
  font-size: 30px;
  margin-top: 40px;
  margin-left: 10px;
}

#ProductInfoBody {
  width: 560px;
  height: 178px;
  /*display:table;*/
  padding-top: 10px;
  border: 0px;
}

#ProductInfoBody #Content {
  width: 225px;
  float: left;
  text-align: left;
  margin-left: 5px;
  font-weight: bold;
  border: 0px;
}

#ProductInfoBox .ProdInfoList a {
  color: ##26afff;
  font-size: 13px;
}

#ShowEOSLMessage {
	border-bottom: 1px solid #ccc;
}

.EOSLheader {
	width: 560px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
}

.EOSLHeaderText {
  text-align: left;
  padding-right: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.EOSLheaderDetail {
	background-color: #E1E5E6;
	text-align: left;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ProductBackground {
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
  height: 136px;
  overflow: hidden;
  width: 100%;
}

.ProductBackground2 {
  background-position: center 1px;
  background-repeat: no-repeat;
  /*margin-top: 15px;*/
  /* height: 162px; */
  /* padding-bottom: 100%;  */
}

#ProductInfoBox {
  border-bottom: 1px solid #ccc;
}

.ProdInfoList {
  margin-top: 5px;
}

#ProductPane #prodName {
  overflow: auto;
  max-height: 360px;
}

.productTitle {
  background-color: #eee;
  font-weight: 600;
  padding: 2px;
}

.localnav_hoz {
  overflow: hidden;
}

.localnav_hoz ul {
  overflow: hidden;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding-left: 0;
}

/* .localnav_hoz li + li {
  padding-left: 20px;
} */

.ProductBox {

  height: 180px;
}

@media screen and (min-width:640px) {
  .ProductBox {
    overflow: hidden;
  }
}

#Content {
  text-align: right;
  margin-top: 30px;
}

#Content .ProdInfoList table td {
  text-align: right;
}

.maincat-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	/*word-break: break-word;*/
}

/* Warranty */
.FAQAnswerStyle li {
	list-style: disc;
}


a.ViewAll:after {
    content: " \00BB";
}