.cart td {
  vertical-align: middle; }
.cart .price, .cart .amount, .cart .quantity {
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  text-align: right; }
.cart .quantity-edit input {
  width: 4em; }
.cart .draft-counter {
  white-space: nowrap; }
  .cart .draft-counter input {
    display: inline-block;
    width: 60px;
    height: 22px;
    border: 1px solid #86e32b;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px;
    border-radius: 0; }
  .cart .draft-counter button {
    vertical-align: middle;
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    border: 1px solid #86e32b;
    text-align: center;
    font: bold 14px/7px "PT Sans", sans-serif;
    color: #dddddd;
    cursor: pointer; }
    .cart .draft-counter button:hover {
      color: #000000; }
    .cart .draft-counter button.up {
      border-left: none; }
    .cart .draft-counter button.down {
      border-right: none; }
.cart .outOfStock {
  color: red;
  white-space: nowrap; }
.cart .item-mini .delete {
  position: relative;
  float: right;
  top: -2px !important;
  /*padding-top: 6px;
  padding-bottom: 0;
  right: -20px !important;
  top: -7px !important;
  display: none;*/ }
.cart .totals .item-mini .name {
  font-weight: bold; }
.cart .totals .item-mini .price {
  font-weight: bold; }
  .cart .totals .item-mini .price span {
    font-size: 24px; }
.cart h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px; }
.cart h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px; }
.cart .form-group {
  margin-bottom: 10px; }
  @media all and (min-width: 768px) {
    .cart .form-group {
      width: 50%; } }
.cart .item-mini .buy .price {
  text-align: left; }
.cart #delivery-0 .price {
  width: auto;
  text-align: left;
  max-width: 100%; }
.cart #delivery-0 .free-shipping-wrapper {
  font-size: 16px;
  margin-top: 10px; }
  @media all and (max-width: 1020px) {
    .cart #delivery-0 .free-shipping-wrapper {
      margin-left: auto;
      display: inline-block;
      white-space: normal; } }
.cart .catalog.view-table .item-mini .photo {
  order: 1; }
.cart .catalog.view-table .item-mini .name {
  order: 2;
  margin: 0 27px 0 0; }
.cart .catalog.view-table .item-mini .buy {
  width: 70px; }
  @media only screen and (max-width: 1020px) {
    .cart .catalog.view-table .item-mini .buy .price {
      padding-left: 0; } }
@media only screen and (max-width: 1020px) {
  .cart .catalog.view-table .item-mini .btns {
    display: block; } }
.cart .catalog.view-table .item-mini .btns2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 6;
  width: 119px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 -5px 0;
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0;
  padding-left: 20px;
  opacity: 1; }
  @media only screen and (max-width: 1020px) {
    .cart .catalog.view-table .item-mini .btns2 {
      padding-left: 0px; } }
.cart .errors {
  color: red; }
.cart .grid {
  margin-bottom: 40px; }
.cart .catalog.view-table .item-mini .name {
  flex: 1 0 auto; }

.cart-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media all and (min-width: 1024px) {
    .cart-page {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .cart-page main {
    width: 100%;
    padding-right: 20px; }
  .cart-page aside {
    width: 100%; }
    @media all and (min-width: 1024px) {
      .cart-page aside {
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        width: 284px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .cart-page aside .promo {
      margin-bottom: 8px;
      padding: 16px;
      background-color: #f5f5f5;
      border-radius: 4px;
      border: 1px solid #e9e9e9; }
      .cart-page aside .promo .delete {
        cursor: pointer;
        width: 27px !important;
        min-width: 27px;
        max-width: 27px;
        height: 27px;
        border-radius: 50%;
        background: url(/img/cross-red.svg) no-repeat 50% 50%;
        background-size: auto 12px; }
      .cart-page aside .promo .promo-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .cart-page aside .promo .promo-input {
        display: none; }
        .cart-page aside .promo .promo-input input {
          width: 100%; }
          .cart-page aside .promo .promo-input input.error {
            border: 1px solid #ff0000; }
        .cart-page aside .promo .promo-input button {
          width: 100%; }
      .cart-page aside .promo .add-promo {
        border: none;
        background: none;
        color: #0000ff;
        cursor: pointer; }
        .cart-page aside .promo .add-promo:hover {
          text-decoration: underline; }
    .cart-page aside .total-block {
      padding: 16px;
      background-color: #f5f5f5;
      border-radius: 4px;
      border: 1px solid #e9e9e9; }
      .cart-page aside .total-block .total-title {
        font-size: 28px;
        margin-bottom: 16px; }
      .cart-page aside .total-block .total-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; }
        .cart-page aside .total-block .total-row.bordered {
          border-top: 1px solid #e9e9e9;
          border-bottom: 1px solid #e9e9e9;
          padding-top: 16px;
          padding-bottom: 16px; }
        .cart-page aside .total-block .total-row .big {
          font-size: 24px; }

.select2-container .select2-choice {
  -webkit-appearance: none !important;
  border-radius: 3px !important;
  color: #383c45 !important;
  box-shadow: none !important;
  border: 1px solid #d4d4de !important;
  background: #fff !important;
  margin: 0 !important;
  padding: 9px !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  height: auto !important; }

.select2-container .select2-choice .select2-arrow {
  background: #ffffff !important;
  border: none !important; }

.has-error a {
  border: 1px solid #ff0000 !important; }
.has-error .select2-container .select2-selection--single {
  border: 1px solid #ff0000 !important; }
.has-error .help-block {
  display: none !important; }

.cart-address {
  display: none; }

.select2-container .select2-selection--single {
  height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px; }

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
  line-height: 30px; }

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 48px;
  border-left: none; }

.block-radio {
  display: inline-block;
  cursor: pointer;
  width: 200px;
  height: 100px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  vertical-align: top;
  padding: 20px 40px;
  position: relative;
  font-weight: normal; }
  .block-radio input {
    position: absolute;
    left: 2px;
    top: 2px; }
  .block-radio span {
    display: block;
    font-size: 20px;
    margin-bottom: 10px; }

.form-group {
  position: relative; }
  .form-group .control-label {
    position: absolute;
    top: 0;
    white-space: nowrap;
    pointer-events: none;
    left: 12px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #d4d4de; }
  .form-group input[type=text] {
    line-height: 30px; }
  .form-group textarea {
    padding-top: 14px !important; }

.confirmOrder {
  width: 100%; }
  .confirmOrder:disabled {
    text-indent: -3000px;
    background-image: url("/images/ui-anim_basic_16x16.gif") !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important; }

/*# sourceMappingURL=cart.css.map */
