/*!
 * // -----------------------------------------------------------------------------
 * // NOTICE OF LICENSE
 * //
 * // This source file is released under commercial license by Lamia Oy.
 * //
 * // @copyright Copyright (c) 2018 Lamia Oy (https://lamia.fi)
 * // @author Peter Takacs <peter@lamia.fi>
 */
/*!
 * // -----------------------------------------------------------------------------
 * // NOTICE OF LICENSE
 * //
 * // This source file is released under commercial license by Lamia Oy.
 * //
 * // @copyright Copyright (c) 2018 Lamia Oy (https://lamia.fi)
 */
.order-text,
.field {
  margin-top: 1em; }

p {
  line-height: 1.5;
  margin: 2em 0; }

img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 3em; }

.main ul {
  list-style-type: disc;
  list-style-position: inside; }

.dropdown__flex {
  display: flex;
  flex-direction: column; }

.dropdown__image {
  min-width: 71px;
  width: 71px;
  margin: 1em 1em 1em 0; }

.label {
  margin-top: 1em; }

h4 {
  margin: 2em 0 0 0; }

.actions-toolbar {
  margin-top: 1em; }

.page-title-wrapper {
  margin-top: 1em; }

.field--has-image .control {
  display: flex; }
  .field--has-image .control .qty__wrapper {
    align-self: center; }

@media (min-width: 992px) {
  .columns {
    margin: 0 auto;
    width: 60%; }
  .b2b-form__products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
    .b2b-form__products .field {
      width: 50%;
      padding-right: 0.5em; }
  .dropdown__flex {
    flex-direction: row; }
  .dropdown__label {
    width: 100%; }
  .dropdown__content--thin {
    margin-left: auto;
    width: calc(100% - 71px - 1em); }
  .dropdown__image {
    margin: 0 1em 0 0; } }
