
  .container2 {
    display: inline-block;
    position: relative;
    /*padding-left: 0px;
    padding-right: 20px;
    padding-top: 0px;
    margin-right: 5px;
    margin-bottom: 12px;*/
    cursor: pointer;

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /*line-height: 18px;*/

    color: #202020;


    align-items: center;

    right: 0;

    text-decoration: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .container2 input {
    position: absolute;
    height: 20px;
    width: 20px;
    opacity: 0;
    cursor: pointer;
  }

  button.container2 {
    /*position: absolute;*/
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
  }

  /*.container button + label::before {
    position: absolute;
    top: 0;
    left: 0;

    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
  }

  .container:focus {
    outline: 3px solid #C4C;
  }

  .container:focus-within {
    outline: 3px solid #C4C;
  }*/

  .checkmark2 {
    position: absolute;
    top: 1px;
    left: 1px;

    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
  }

  .checkmark2:focus {
    outline: 3px solid #C4C;
  }

  .checkmark2:focus-within {
    outline: 3px solid #C4C;
  }

  button.container2:hover .checkmark2 {
    background-color: #c4c4c4;

  }

  button.container2 .checkmark2 {
    background-color: #f1f1f1;
    border: 1px solid #606060;
  }

  button[aria-checked=true].container2 .checkmark2 {
    background-color: #f1f1f1;
    height: 4px;
    width: 4px;
    top: 6px;
    left: 6px;
  }

  button[aria-checked=true].container2 {
    background-color: #606060;
  }

  button.container2 ::after {
    content: "";
    position: absolute;
    opacity: 0;
  }

  button[aria-checked=true].container2 .checkmark2:after {
    display: block;
  }

  .container2 .checkmark2:after {
   	top: 4px;
  	left: 4px;
  	width: 5px;
  	height: 5px;
  	border-radius: 50%;
  	background: white;
  }

/*
@media only screen and (min-width:  351px)  {
.container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 0px;
  margin-bottom: 12px;
  cursor: pointer;

  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;

  color: #202020;


  align-items: center;

  right: 0;

  text-decoration: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container button {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/*.container:focus {
  outline: 3px solid #C4C;
}

.container:focus-within {
  outline: 3px solid #C4C;
}*/

.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

.checkmark2:focus {
  outline: 3px solid #C4C;
}

.checkmark2:focus-within {
  outline: 3px solid #C4C;
}

  button.container2:hover .checkmark2 {
  background-color: #c4c4c4;

}

  button.container2 .checkmark2 {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}

  button.container2:checked .checkmark2 {
  background-color: #606060;
}

.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

  button[aria-checked=true].container2 .checkmark2:after {
  display: block;
}

.container2 .checkmark2:after {
 	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}
