/*!
 * // -----------------------------------------------------------------------------
 * // 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)
 */
.cart-container {
  display: flex;
  flex-direction: column; }

.cart-summary {
  margin-top: 1em;
  order: 1; }

.cart-empty {
  padding: 2em;
  margin: auto; }

[id=block-discount],
[id=cart-totals],
.checkout-methods-items {
  padding: 1em; }

@media (min-width: 1200px) {
  .cart-container {
    display: block; }
  .cart-empty {
    width: 64.58333%; }
  .form-cart {
    width: 64.58333%;
    float: left; }
  .cart-summary {
    margin-top: 0;
    width: 31.25%;
    float: right; } }

.cart.item td {
  padding: 1em; }

.cart.item .item {
  text-align: left; }
  .cart.item .item::before {
    display: none; }

[id=shopping-cart-table] caption {
  font-family: Ubuntu, sans-serif;
  color: #3c4044;
  font-size: 16px;
  background: #fff;
  padding: 1em;
  border-bottom: 2px solid #f1f2f3;
  text-transform: uppercase;
  text-align: left; }

[id=shopping-cart-table] thead th {
  font-size: 16px;
  background: #fff;
  padding: 1em;
  border-bottom: 2px solid #f1f2f3; }

[id=shopping-cart-table] tbody {
  background: #fff; }
  [id=shopping-cart-table] tbody:nth-child(even) {
    background: #f8fafc; }

[id=shopping-cart-table] .photo {
  text-align: center;
  min-width: 100px; }

[id=shopping-cart-table] .product-image-photo {
  height: auto;
  width: 100%; }

.cart.main.actions {
  display: none; }

@media (max-width: 767px) {
  .field.qty {
    float: right; } }

.cart-summary {
  background: #fff; }
  .cart-summary caption {
    display: none; }
  .cart-summary .summary.title {
    font-family: Ubuntu, sans-serif;
    color: #3c4044;
    font-size: 16px;
    background: #fff;
    padding: 1em;
    border-bottom: 2px solid #f1f2f3;
    display: block;
    text-align: left;
    text-transform: uppercase; }
  .cart-summary .coupon {
    display: flex;
    flex-direction: column; }
    .cart-summary .coupon .control,
    .cart-summary .coupon input {
      height: 100%; }
    .cart-summary .coupon button {
      width: 100%; }
    .cart-summary .coupon .field {
      flex-grow: 1; }
  .cart-summary .primary.checkout {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 1em;
    border-radius: 2px;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    user-select: none;
    text-decoration: none;
    background: transparent;
    transition: background 100ms ease-in, color 100ms ease-in;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 1em;
    border-radius: 2px;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    user-select: none;
    text-decoration: none;
    background: transparent;
    transition: background 100ms ease-in, color 100ms ease-in;
    background: #005eb9;
    color: #fff;
    box-shadow: 0 2px 14px 0 rgba(160, 166, 172, 0.5);
    width: 100%; }
    .cart-summary .primary.checkout .icon {
      pointer-events: none;
      transition: transform 100ms ease-in; }
    .cart-summary .primary.checkout .svg {
      transition: fill 100ms ease-in, stroke 100ms ease-in; }
    .cart-summary .primary.checkout .icon {
      pointer-events: none;
      transition: transform 100ms ease-in; }
    .cart-summary .primary.checkout .svg {
      transition: fill 100ms ease-in, stroke 100ms ease-in; }
    .cart-summary .primary.checkout:hover {
      background: #69c3e8; }
  .cart-summary table {
    font-size: 14px; }
  .cart-summary th {
    font-weight: 400; }
  .cart-summary td {
    text-align: right;
    font-weight: 700; }
  .cart-summary .grand.totals {
    font-family: Ubuntu, sans-serif;
    color: #3c4044;
    font-size: 18px;
    text-transform: uppercase; }
  .cart-summary tr.totals {
    /* stylelint-disable-line selector-no-qualifying-type */
    line-height: 2.5; }
  .cart-summary tr.totals.grand {
    /* stylelint-disable-line selector-no-qualifying-type */
    line-height: 3; }

@media (min-width: 768px) {
  .cart-summary .coupon {
    flex-direction: row; }
    .cart-summary .coupon .control,
    .cart-summary .coupon input {
      height: 100%;
      margin-right: 1em; }
    .cart-summary .coupon button {
      width: auto; } }

.cart-empty-icon {
  display: flex;
  padding: 1em 0; }

.cart-empty {
  background-color: #fff;
  text-align: center; }
  .cart-empty .icon {
    margin: 1em auto;
    width: 4em;
    height: 4em;
    border: 1px solid #6b737a;
    border-radius: 50%; }
    .cart-empty .icon svg {
      fill: #6b737a;
      padding-top: 1em;
      width: 3em;
      height: 3em; }
  .cart-empty p {
    line-height: 1.5; }
  .cart-empty a {
    color: #005eb9; }

.express-notification {
  padding: 1em;
  text-align: center;
  font-weight: bold; }

@media (max-width: 767px) {
  .cart-summary td::before {
    display: none; } }
