/**************************************
	 This is custom css.
***************************************/

.glasses-measurement-container {
  position: relative;
  max-width: 500px;
}

.glasses-measurement-container img {
  width: 100%;
  height: auto;
}

.measurement {
  position: absolute;
  color: white;
  font-size: 9px;
  padding: 1px 2px;
  border-radius: 4px;
}

/* approximate positions based on your uploaded PNG */

.verre1 {
  top: 73%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.verre2 {
  top: 61%;
  left: 83%;
  transform: translate(-50%, -50%);
}

.pont {
  top: 36%;
  left: 58%;
	transform: rotate(-9deg);
}

.branches {
  top: 26%;
  left: 14%;
	transform: rotate(36deg);
}
.searchHeader{
margin-left:15px;
padding-top:5px;
padding-bottom:5px;
padding-left:8px;
padding-right:8px;
color:white;
background-color:grey;
}

