@charset "UTF-8";
/**
* @author      Dominik Douděra(doudera@grow-studio.eu)
* @copyright   (C) 2016 Všechna práva vyhrazena.
* @link        https://grow-studio.eu/
* 
*/
@media (max-width: 990px) {
  .reload-small-cart {
    display: inline-block;
    vertical-align: top; } }
.cart {
  position: relative;
  top: 1px;
  z-index: 6; }
  .cart .small-cart {
    border: 1px solid #28201a;
    border-radius: 18px;
    padding: 3px 12px;
    color: #28201a;
    position: relative;
    font-size: 12px;
    width: 120px;
    float: right;
    text-align: left; }
    @media (max-width: 768px) {
      .cart .small-cart {
        width: 50px; } }
    .cart .small-cart .icon {
      font-size: 24px;
      padding-right: 0;
      position: relative;
      top: -1px; }
    .cart .small-cart .text {
      padding-left: 4px; }
    .cart .small-cart .count {
      position: absolute;
      right: 0;
      top: -10px;
      border: 1px solid #28201a;
      padding: 0;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      font-size: 12px;
      text-align: center;
      background: white; }
      .cart .small-cart .count span {
        position: relative;
        top: 1px; }
    .cart .small-cart.active {
      border: 1px solid black;
      background: black;
      color: white; }
      .cart .small-cart.active .count {
        border: 1px solid black;
        color: #28201a; }
  .cart .cart-content {
    position: absolute;
    display: none;
    background: white;
    right: 0;
    top: 30px;
    width: 500px;
    border-top: 3px solid black;
    -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.35); }
    .cart .cart-content .top {
      padding: 10px 17px; }
      .cart .cart-content .top .name {
        color: #28201a;
        font-size: 16px;
        font-weight: 500; }
      .cart .cart-content .top .amount {
        margin-top: 3px;
        font-size: 12px;
        color: black;
        text-align: right; }
    .cart .cart-content .products-header .product .wrap {
      border-top: 1px solid #dedbd4; }
      .cart .cart-content .products-header .product .wrap .image {
        line-height: 83px;
        text-align: center; }
        .cart .cart-content .products-header .product .wrap .image img {
          max-width: 100%;
          height: auto;
          max-height: 60px; }
      .cart .cart-content .products-header .product .wrap .name {
        color: black;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0; }
      .cart .cart-content .products-header .product .wrap .remove {
        color: black;
        line-height: 83px;
        cursor: pointer; }
        .cart .cart-content .products-header .product .wrap .remove .wrap {
          border: none;
          background: #f2f2f1;
          text-align: center; }
        .cart .cart-content .products-header .product .wrap .remove .fa {
          font-weight: normal;
          margin-left: -3px; }
      .cart .cart-content .products-header .product .wrap .price {
        color: black;
        text-align: right;
        font-size: 14px;
        margin-top: 4px; }
        .cart .cart-content .products-header .product .wrap .price span {
          font-weight: bold; }
      .cart .cart-content .products-header .product .wrap .quantity .minus {
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 50%;
        -webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        border: 1px solid black;
        width: 30px;
        height: 30px;
        font-size: 20px;
        color: black;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        cursor: pointer; }
        .cart .cart-content .products-header .product .wrap .quantity .minus:before {
          content: '-';
          position: relative;
          top: -3px; }
      .cart .cart-content .products-header .product .wrap .quantity .totalinput {
        display: inline-block;
        vertical-align: top;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        width: 44px;
        height: 30px;
        line-height: 26px;
        color: black;
        padding: 0 2px;
        font-size: 14px;
        position: relative;
        left: -4px; }
        .cart .cart-content .products-header .product .wrap .quantity .totalinput input {
          width: 47%;
          border: none;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          color: black;
          font-size: 14px; }
        .cart .cart-content .products-header .product .wrap .quantity .totalinput .unit {
          width: 39%;
          display: inline-block;
          vertical-align: top;
          margin-top: 1px; }
      .cart .cart-content .products-header .product .wrap .quantity .plus {
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        -moz-border-radius-bottomright: 50%;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 50%;
        -webkit-border-bottom-right-radius: 50%;
        -webkit-border-bottom-left-radius: 0;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border: 1px solid black;
        width: 30px;
        height: 30px;
        font-size: 20px;
        color: black;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        position: relative;
        left: -8px;
        cursor: pointer; }
        .cart .cart-content .products-header .product .wrap .quantity .plus:before {
          content: '+';
          position: relative;
          top: -3px;
          left: -2px; }
    .cart .cart-content .bottom .total {
      padding: 10px 17px;
      background: #f2f2f1;
      border-top: 2px solid #dedbd4; }
      .cart .cart-content .bottom .total .name {
        color: black;
        font-size: 16px;
        font-weight: bold;
        margin-top: 3px; }
      .cart .cart-content .bottom .total .value {
        color: #28201a;
        font-size: 20px;
        font-weight: bold;
        text-align: right; }
    .cart .cart-content .bottom .button {
      padding: 7px 17px;
      text-align: right; }
      .cart .cart-content .bottom .button .btn {
        box-shadow: none;
        padding: 9px 20px; }
  .cart .white-space {
    position: absolute;
    height: 10px;
    width: 150px; }
  @media (min-width: 990px) {
    .cart:hover .cart-content {
      display: inline-block;
      vertical-align: top; } }
  .cart.reloaded .cart-content {
    display: block; }

.cart-pre-modal .modal-content {
  border-radius: 0; }
  .cart-pre-modal .modal-content .modal-header {
    border-top: 4px solid black;
    border-bottom: 1px solid #dedbd4; }
    .cart-pre-modal .modal-content .modal-header .modal-title {
      font-size: 16px;
      color: #28201a;
      font-weight: 500; }
  .cart-pre-modal .modal-content .modal-body .added-product {
    color: black; }
    .cart-pre-modal .modal-content .modal-body .added-product .image {
      text-align: center; }
      @media (max-width: 400px) {
        .cart-pre-modal .modal-content .modal-body .added-product .image {
          width: 100%; } }
      .cart-pre-modal .modal-content .modal-body .added-product .image img {
        max-width: 100%; }
    @media (max-width: 400px) {
      .cart-pre-modal .modal-content .modal-body .added-product .info {
        width: 100%;
        text-align: center;
        margin-top: 10px; } }
    .cart-pre-modal .modal-content .modal-body .added-product .info .name {
      font-size: 16px;
      font-weight: 400; }
    .cart-pre-modal .modal-content .modal-body .added-product .info .price {
      font-size: 16px;
      font-weight: 600;
      line-height: 30px; }
    .cart-pre-modal .modal-content .modal-body .added-product .info .total-in-cart {
      font-size: 14px; }
  .cart-pre-modal .modal-content .modal-footer {
    border-top: 0;
    margin-top: 0;
    display: block; }
    .cart-pre-modal .modal-content .modal-footer button {
      padding: 9px 20px;
      box-shadow: none; }
      @media (max-width: 400px) {
        .cart-pre-modal .modal-content .modal-footer button {
          width: 100%;
          margin-bottom: 15px; } }
      .cart-pre-modal .modal-content .modal-footer button.btn-arrow-left {
        background: black; }
        .cart-pre-modal .modal-content .modal-footer button.btn-arrow-left:before {
          content: " < ";
          display: inline-block;
          vertical-align: top;
          margin-right: 10px; }
        .cart-pre-modal .modal-content .modal-footer button.btn-arrow-left:hover {
          background: black; }
      .cart-pre-modal .modal-content .modal-footer button.btn-arrow-right {
        position: relative;
        top: 4px;
        float: right;
        margin-right: 4px; }
        .cart-pre-modal .modal-content .modal-footer button.btn-arrow-right:after {
          content: " > ";
          display: inline-block;
          vertical-align: top;
          margin-left: 10px; }
