.product > .row {
  background: #F3F3F3;
  border-radius: 15px;
  padding: 18px 10px;
}

.product > .row > div {
  background: #F3F3F3;
}

.product > .row > div:first-child {
  padding-left: 10px;
  border-radius: 6px 0px 0px 6px;
}

.product > .row > div:last-child {
  padding-right: 10px;
  border-radius: 0px 6px 6px 0px;
}

.product > .row .checkbox {
  margin: 0px;
}

.product .product-information {
  max-width: 90%;
}

.product .product-information > * {
  /*display: inline-block;*/
  display: table-cell;
  vertical-align: middle;
}

.product .when-send {
  margin-left: 10px;
}

.product .product-information .image {
  max-width: 64px;
}

.product .product-information .name {
  padding-left: 8px;
  margin-left: 5px;
  margin-top: 1px;
}

.white-input {
  padding: 8px 0px 8px 20px !important;
  background: #FFFFFF !important;
}

.white-textarea {
  background: #FFFFFF !important;
}

div[data-active="false"] {
  opacity: 0;
  visibility: hidden;
}

@media all and (min-width: 768px) {
  .mobile-information {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .desktop-information {
    display: none;
  }
}
