.x13recieptorinvoice-info{
  margin-bottom: 10px !important;
}
.x13recieptorinvoice{
  margin: 0 0 1.6rem 0;
  padding: 2.4rem 0;
}
.x13recieptorinvoice .radio{
  padding-top:6px;
}

.x13recieptorinvoice img,
.x13recieptorinvoice-my-account img{
  max-width: 32px;
  max-height: 22px;
  height: auto;
  object-fit: contain;
  margin-right: 3px;
}

.x13recieptorinvoice input{
  position:relative;
  top:3px;
}

.x13recieptorinvoice label{
  display:inline;
  padding:5px 0;
  cursor:pointer;
  margin:0;
}

.x13recieptorinvoice .radio, .x13recieptorinvoice input:not(:disabled){
  cursor:pointer;
}

.x13recieptorinvoice-error{
  padding:7px 10px;
  color:#FFF;
  background:orange;
  margin-top: -10px;
  margin-bottom: 10px;
}

.x13recieptorinvoice-error a{
  color:#FFF;
  text-decoration: underline;
  font-weight: bold;
}
.x13recieptorinvoice-error a:hover{
  color:#FFF;
}

/* supercheckout fix */
#x13recieptorinvoice-reciept, #x13recieptorinvoice-invoice {
  position: relative;
}

.x13recieptorinvoice {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

@media only screen and (max-width: 600px) {
  .x13recieptorinvoice {
    border-top: unset;
    border-bottom: unset;
    padding: 0;
  }
}
