#image111 {
  display:flex;
  opacity:0.8;
  background-color:#ccc;
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:1000;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
}
#productInfo{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#stdFrm3 #frmContainer{
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: center;  
}
#productInfo .noData{
  display: none;
  flex-direction: column;  
  background: #fff;
  width: 100%;
  text-align: center;
  min-height: 200px;
  align-items: center;
  justify-content: center;	
}
#productInfo .noData button{
	margin-top: 10px;	
}
#stdFrm3 #frmContContext{
  width: 100%;
  max-width: 800px;
  display: table;
  margin: auto;
  justify-content: center;
}
#productInfo .header{
  display:flex;
  width:100%;
  box-sizing: border-box;	
  background:blue;
  color:#fff;
  padding: 15px 10px 15px 10px;
}
#productInfo .mainContent{
  display: block;
  width:100%;
  height: 100%;
  vertical-align: middle;
  text-align: left;
  max-width: 800px;
}
#productInfo .formContent{
  display: block;
  position: relative;
  max-height: 100%;
  overflow: auto;
  width:100%;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px 40px 10px;
  flex-direction: column;
  align-items: center;  
}
#productInfo .formContentCont{
  display: flex;
  justify-content: center;
}
#productInfo .formContainer{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;	
  justify-content: center;
}
#productInfo #info1,#productInfo #info2,#productInfo #info3,#productInfo #info4{
	position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom:10px;
  box-sizing: border-box;
  width: 100%;
}
#productInfo .listEdit{
  text-align: center;
  position: relative;
  min-width: 80px;
  margin-bottom:20px;
}
#productInfo .privatecType{
  white-space: nowrap;
  display: inline-block;
  margin-right: 10px;
  background: #afafaf;
  color: #fff;
  padding: 2px 5px 2px 5px;
}
#productInfo .date,#productInfo .ptype{
  display: inline-block;
  padding: 2px 0px 2px 0px;
}
#productInfo .ptype{
  display: block;
  padding: 2px 0px 2px 0px;
  margin-top: 5px;
  margin-bottom: 8px;	
}

#productInfo .date{
  margin-right: 10px;
}
#productInfo .sdescr{font-weight:bold;margin-bottom:2px;  
}
#productInfo .price{
  display: inline-block;
  white-space: nowrap;
  color:#03b200;
  font-weight:bold;
  margin-top: 10px;
}
#productInfo #addBid{
  display:block;
  margin: 10px 0 0 0;
  width: 150px;
}
#productInfo .addbidDiv{display:none;}
#productInfo .input_contact,#productInfo .input_productlink  {
  margin-top: 10px;
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word; /* IE 5+ */  
}
#productInfo .cinfo{
  margin-top:2px;
}
#productInfo #imagesContainer{
display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 800px));
    grid-column-gap: 6px;
    grid-row-gap: 4px;
    justify-content: flex-start;  justify-content: center;
  max-width: 600px;
  width: 100%;
}

#productInfo #mainImage{
  display: flex;
  position: relative;
  bsorder:1px solid #000;
  background: #fff;
  justify-content: center;  
}
#productInfo #mainImage{
  position: relative;
  width: 100%;
  max-height: 300px;
  min-height: 150px;
  background: #ececec;
}

#productInfo #mainImage .content {
  display: flex;
  justify-content: center;
    align-items: center;
}
#productInfo #mainImage img{
  object-fit: contain;
  max-width: 100%;
    max-height: 100%;
	
}

#productInfo #thumbContainer {
  display: flex;
  position: relative;
  width: 100%;
  border: solid 1px #ccc;
  box-sizing: border-box; 
  background: #afafaf;
  object-fit: contain;
}

#productInfo #thumbContainer .content {
  display: flex;
  height: 100%;
  width: 100%;
  background: #ccc;
  align-items: center;
}
#productInfo #thumbContainer .container {
  display:flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}
#productInfo #thumbContainer .image {
  flex-basis: calc(100% / 5);
  width: calc(100% / 5);
}
#productInfo #thumbContainer .image .imageCont {
  width: 100%;
  justify-content: center;
  display: flex;
  height: 100%;
}
#productInfo #thumbContainer img {
  display: none;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  transition: all .2s ease-in-out; 
  cursor:pointer;
}
#productInfo #thumbContainer img:active {
  transform: scale(1.5); 
}
#listheader.product{
  background: #fffffff2;
}
#productInfo #pinfoCancel {
	position:absolute;
  top:10px;right:5px;
}
#productInfo .value_descr1 {
  font-size: 22px;
  align-self: baseline;
  font-weight: bold;
  margin: 20px 0 20px 0;
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word; /* IE 5+ */  
}	
#productInfo .value_descr,#productInfo .value_productlink,#productInfo .value_contact,#productInfo #value_reqdescr,#productInfo .value_address {
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word; /* IE 5+ */  
}
#productInfo .infoContainer{
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
#productInfo .infoContainer:nth-child(3){
  padding: 4px;
  border: 1px solid #ccc;
}
#productInfo .infoContainer .facilitiesNone){
  font-weight:normal;
}
#productInfo .labelDiv {
  margin-bottom:5px;;
}	
#productInfo .label {
  display:inline-block;
  min-width: 140px;
  text-align: right;
  font-weight:bold;
  margin-right: 5px;
}	
#productInfo .labelDiv .text{
  display: inline-block;
  font-weight:normal;
}	
#productInfo .color{
  display:none;
}
#productInfo label.checkContainer{
  display:block !important;
  margin-bottom: 15px !important;
}
#productInfo .value_central{
  margin-top: 10px;
  margin-bottom: 10px;
}
#productInfo #custImage{
  border: 1px solid #ccc;
  display:table;
  margin-bottom: 10px;
  cursor: pointer;
}
#productInfo #custImage .container{
  display:inline-block;
}
#productInfo #nickname{
  background:#fffb78;
  margin: 0;
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  word-wrap: break-word; /* IE 5+ */  
  padding: 2px 4px 2px 4px;
}
#productInfo #custImage .image{
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  width: 100%;
}
#productInfo #custImage .image img{
  display: block;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
#productInfo #contactInfo{
  margin-top: 10px;
  margin-left: 0;
}
#productInfo .input_phone,#productInfo .input_email{
    margin-top: 10px;
}
@media (max-width:340px) {
  #productInfo .formContent{
    padding: 0 0px 40px 0px;
  }	
}

