.custom-check {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
  user-select: none;
  margin: 0;
  /* border: 1px solid #f2f4f1; */
  text-transform: uppercase;
  /* padding: 5px; */
}
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    border: 1px solid #f2f4f1;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 12px;
}
.custom-check:hover input ~ .checkmark {
  background-color: #f2f4f1;
  margin-bottom:5px
}
.custom-check input:checked ~ .checkmark {
  background-color: #f2f4f1;
}
.my-photo h3 {
	    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.my-hair-inner h3 {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    color: #988988;
	position: relative;
    top: 4px;
	 margin-right: 5px;
}
.hair-options {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.hair-options  input.hair-input {
    background: #f2f4f1;
    border: 0;
    border-radius: 5px;
    height: 32px;
    width: 111px;
	    padding: 0 10px;
    outline: none;
}
.hair-options  .custom-input {
    display: inline-block;
    margin-left: 0px!important;
}
.hair-options  input.hair-input.full {
    width: 100%;
}
.hair-options .form-group {
    margin-bottom: 5px;
}
.hair-options .custom-input.full {
    display: block;
    margin: 0;
}
.my-hair {
    box-shadow: 0px 2px 11px #f2f4f1;
    padding: 25px;
}

.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation {
    margin: 140px 0 30px;
}
.elementor-section.elementor-section-height-full {
    height: auto;
}
.my-hair-inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.my-hair-inner .my-photo .file-input input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
}
.my-hair-inner .my-photo {
    width: 34%;
    padding-right: 40px;
}
.my-hair-inner .hair-options {
	 width: 55%;
}
.my-photo .file-input {
    position: relative;
	
    margin-bottom: 5px;

}
.my-photo img {
    border-radius: 30px;
	max-height: 270px;
	width:100%;
	object-fit:cover;
}

.my-photo label {
	cursor:pointer
}
.my-photo label h4 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #f2f4f1;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
}

@media (max-width:767px){
.my-hair-inner h3 {
    display: block;
}
.my-photo .file-input {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
}