/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.target-checkout #header-area {
  z-index: 2000;
}

.checkout-totals .cart-sums
{
  list-style: none;
}

.order-success-box .reason
{
  font-size: 11px;
  color: #EE0000;
  padding-bottom: 25px;
}

.item-custom_state {
  display: none;
}

.item-custom_state.single-state-field {
  display: block;
}

.address-text-label,
  .address-text-comma
{
  display: none;
}

ul.address-box > li {
  padding: 0px 0px 2px 2px;
  float: left;
  clear: left;
}

ul.address-box li ul li {
  float: left;
  clear: none;
}

.cc-form-container {
  margin-bottom: 40px;
}

.place .regular-main-button.place-order.disabled:hover,
.place .regular-main-button.place-order[disabled]:hover {
  cursor: not-allowed !important;
}

.place .regular-main-button.place-order.disabled,
.place .regular-main-button.place-order[disabled] {
  transition: opacity ease-in-out .1s;
  cursor: pointer !important;
}
