#ProductRegistryInnerBody{

}
#ProductRegistryImageDisplayer{
  width: 100%;
  height: 250px;
  margin-top: 10px;
  overflow: hidden;
  overflow-x: auto;
}
#ProductRegistryImageDisplayerVerticalFunction{


}
.productRegistryImageOfItemPreview{
  
  width: 240px;
  height: 240px;
  margin: 5px;

  position: relative;
  border-radius: 5px;
  display:inline-block;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.productRegistryImageOfItemPreviewCamaraInternal{
  text-align: center;
  font-size: 40px;
  color:rgb(200,200,200);
  margin-top: 80px;

}
.productRegistryImageOfItemPreviewCamaraInternalText{
  font-family: raleway;
  text-align: center;
}
#shopproductregistrynameinput{
  width: 80%;
  font-size: 16px;
}
#shopproductrcartextinput{
  font-size: 16px;
  width: 80%;
}

#shopInputPrice{
  width: 100px;
  font-size: 16px
}
#shopregproerrorlbl{
  color:red;
  text-align: center;
}
#shopProductInventarioSection{
  display: inline-block;
  width: 100px;
  vertical-align: top
}
#shopProductPriceSection{
  display: inline-block;
  width: 60%;
  margin-left: 10px;
}
#shopInputInventario{
  width:100%;
  font-size: 16px
}
@media only screen and (max-width: 600px) {
    #shoploadingdescription{
      width: 80%;
    }
    #shopProductInventarioSection{
      width: 100%;
    }
    #shopInputInventario{
      width: 80%;
    }
    #shopProductPriceSection{
      width: 100%;
      margin-left: 0px;
    }
    #shopInputPrice{
      width: 80%;
    }
}
