.tws-checkout--field-id-comment .tws-checkout--field-label:before {
	content: "Personlig hälsning";
}

.tws-checkout--field-id-comment .tws-checkout--field-label-text {
	  border: 0;  
    clip: rect(0 0 0 0);  
    height: auto; /* new - was 1px */
    margin: 0; /* new - was -1px */  
    overflow: hidden;  
    padding: 0;  
    position: absolute;  
    width: 1px;  
    white-space: nowrap; /* 1 */ 
}

/* ------- KASSA ------ */

.tws-checkout .tws-checkout--heading-delivery-address {
    display: none;
}
.tws-checkout .tws-checkout--box.tws-checkout--delivery-address::before {
    content: "Mottagarens adress";
	  font-size: 18px;
		font-weight: 600;
}
.tws-checkout--delivery-address-form.tws-checkout--delivery-address-form-valid.clearfix  {
		margin-top: 10px;
}


.tws-checkout--field.tws-checkout--field-type-checkbox.tws-checkout--field-id-copyAddress .tws-checkout--field-label-text {
    position: relative;
}
.tws-checkout--field.tws-checkout--field-type-checkbox.tws-checkout--field-id-copyAddress .tws-checkout--field-label-text {
		font-size: 0px;
}
.tws-checkout--field.tws-checkout--field-type-checkbox.tws-checkout--field-id-copyAddress .tws-checkout--field-label-text::after {
		content: "Bocka i rutan om du vill få chokladen levererad till dig själv!";
	  font-size: 15px;
		font-weight: 600;
    color: black;
} 
.tws-checkout--field-optional-label, .tws-checkout--field-required-label {
    display: none;
}

/* ------- FORMULÄR CHOKLADBUD ------ */

.chocolate-form {
  max-width: 900px;
  background: #ffe7b1;
  padding: 25px 50px;
  margin: 0 auto;
}

.chocolate-form .chocolate-form-heading {
  font-size: 22px;
  margin: 20px 0 0 0;
}

.chocolate-form .chocolate-form-first-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.chocolate-form .chocolate-form-first-block .form-fieldset {
  width: 50%;
}

.chocolate-form .form-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  border: none;
  padding: 0;
  margin: 10px 0;
}

.chocolate-form .form-fieldset .form-legend {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0;
  border-bottom: none;
}

.chocolate-form .form-fieldset div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 50%;
}

.chocolate-form .form-fieldset div label {
  margin: 0;
}

.chocolate-form .form-fieldset div label span {
  color: #ff6060;
}

.chocolate-form .form-fieldset div input[type="text"] {
  height: 30px;
}

.chocolate-form .form-fieldset div input[type="text"],
.chocolate-form .form-fieldset div textarea {
  border: 1px solid #d5dae0;
  border-radius: 5px;
}

.chocolate-form .form-fieldset div textarea {
  padding: 10px;
}

.chocolate-form .form-fieldset div.form-radio-input {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
}

.chocolate-form .form-fieldset div.form-radio-input input {
  margin: 0 5px;
}

.chocolate-form .form-fieldset div.form-radio-input #datepicker {
  width: 0px;
  height: 0px;
  border: none;
}

.chocolate-form .form-fieldset div.date-picker {
  position: relative;
}

.chocolate-form .form-fieldset div.chocolate-form-text-input {
  margin-bottom: 10px;
}

.chocolate-form .form-fieldset div.chocolate-form-text-input label {
  margin-bottom: 10px;
}

.chocolate-form .chocolate-form-second-block {
  margin-bottom: 0;
}

.chocolate-form .form-fieldset.chocolate-form-second-block .form-radio-input {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.chocolate-form .form-fieldset.chocolate-form-second-block .form-radio-input .vat-info {
  width: 50%;
}

.chocolate-form .chocolate-form-second-block .form-radio-input div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 5px;
}

.chocolate-form .chocolate-form-second-block .form-radio-input div div {
  width: 100%;
}

.chocolate-form .chocolate-form-second-block,
.chocolate-form .chocolate-form-third-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.chocolate-form .chocolate-form-second-block div,
.chocolate-form .chocolate-form-third-block div {
  width: 45%;
}

.chocolate-form .chocolate-form-second-block div:nth-child(3),
.chocolate-form .chocolate-form-third-block div:nth-child(odd) {
  margin-left: 5%;
  width: 50%;
}

.chocolate-form .chocolate-form-third-block {
  margin-top: 0;
}

.chocolate-form .chocolate-form-third-block .chocolate-form-text-area {
  width: 100%;
}

.chocolate-form .chocolate-form-third-block .chocolate-form-text-area textarea {
  resize: none;
}

.chocolate-form .chocolate-form-text-area .text-area-label {
  margin-bottom: 10px;
}

.chocolate-form .g-recaptcha {
  margin-bottom: 20px;
}

.chocolate-form .last-words {
  margin: 15px 0;
  font-weight: bold;
  border-bottom: none;
  text-transform: none;
}

.chocolate-form input[type="submit"] {
  background: #00b67a;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
}

@media screen and (max-width: 765px) {
  .chocolate-form .chocolate-form-first-block,
  .chocolate-form .chocolate-form-second-block,
  .chocolate-form .chocolate-form-third-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chocolate-form .chocolate-form-first-block .form-fieldset {
    width: 100%;
  }
  .chocolate-form .form-fieldset div.chocolate-form-text-input,
  .chocolate-form .chocolate-form-third-block .chocolate-form-text-area {
    width: 75%;
    margin-left: 0;
  }
  .chocolate-form .chocolate-form-second-block .form-radio-input.budget-radio-input,
  .last-words {
    width: 75%;
  }
}

@media screen and (max-width: 567px) {
  .chocolate-form {
    padding: 25px;
  }
}

@media only screen and (min-width: 480px) {
  .form-legend {
    font-size: 20px;
  }
}