#view_cart {
  cursor: pointer;
}

.lcs_cart {
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  width: 940px;
  height: 614px;
  padding-left: 43px;
  padding-right: 38px;
  padding-top: 14px;

  background-image: url('../images/cart-background-2.png');
  background-repeat: no-repeat;
  background-position: right bottom;

  transition-duration: 1s;
  transition-property: right, bottom, transform, opacity;

  transform-origin: right bottom;

  font-family: 'Ubuntu', sans-serif;
}

.lcs_cart_show {
  right: calc(50% - 470px);
  bottom: calc(50% - 300px);
}

.lcs_cart_hide {
  right: 0;
  bottom: 0;
  opacity: 0.0;
  transform: scale(0.2, 0.2);
}

.lcs_cart_error {
  margin-bottom: 1em;
  color: red;
}

.lcs_cart_close_button {
  position: absolute;
  top: 0;
  right: 19px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-width: 0;
  background-color: transparent;
  background-image: url('../images/close.png');
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.lcs_cart_delete_button {
  width: 36px;
  height: 36px;
  border-width: 0;
  background-color: transparent;
  background-image: url('../images/close.png');
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
}

.lcs_cart h1 {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 4px;
  font-weight: normal;
  font-size: 33px;
  line-height: 41px;
  text-align: center;
}

.lcs_cart_inner {
  box-sizing: border-box;
  margin-left: 9px;
  margin-right: 9px;
  margin-top: 6px;
  padding: 12px;
  height: 401px;
  overflow: auto;
  background-color: #ffffff;
}

/*
The only reason this element exists is to have something that show() and hide()
can be called on (calling $('.lcs_cart_loading).show() does not work because it
changes the element from 'display: flex' to 'display: block').
*/
.lcs_cart_loading_wrapper {
  height: 100%;
}

.lcs_cart_loading {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.lcs-design-proof {
  max-width: 80px;
}

.lcs_cart_buttons {
  width: 536px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;

  border: 1px solid #02021F;
  background-color: #ffffff;

  text-align: center;
}

.lcs_cart_button {
  display: inline-block;
  width: 258px;
  height: 40px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;

  text-decoration: none;
  text-align: center;
  cursor: pointer;

  background-color: #8E0404;
  color: #ffffff;

  font-family: Ubuntu, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
}

.lcs_cart_button:hover {
  background-color: #262626;
}

a.lcs_cart_button,
a.lcs_cart_button:link,
a.lcs_cart_button:visited,
a.lcs_cart_button:focus,
a.lcs_cart_button:hover,
a.lcs_cart_button:active {
  color: #ffffff;
}

.lcs_cart_button::-moz-focus-inner,
.lcs_cart_button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#lcs_cart_keep_shopping {
  background-color: #3f3f3f;
}

#lcs_cart_keep_shopping:hover {
  background-color: #8d0000;
}

#lcs_cart_button_checkout {
  background-color: #8d0000;
}

#lcs_cart_button_checkout:hover {
  background-color: #5f5f5f;
}

.lcs_cart_table {
  width: 100%;
}

.lcs_cart_table th {
  text-align: left;
  font-weight: normal;
}

.lcs_cart_table .lcs_cart_table_center {
  text-align: center;
}

.lcs_cart_table .lcs_cart_table_right {
  text-align: right;
}

.lcs_cart_table .lcs_cart_table_pad_left {
  padding-left: 12px;
}

.lcs_cart_table .lcs_cart_table_pad_right {
  padding-right: 12px;
}

.lcs_cart_product_attribute {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lcs_cart_update_form input[type="text"] {
  width: 30px;
}

.lcs_cart_update_form button {
  display: inline-block;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;

  text-decoration: none;
  text-align: center;
  cursor: pointer;

  background-color: #676767;
  color: #ffffff;

  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.lcs_cart_update_form button:hover {
  background-color: #8E0404;
}

#lcs_cart  .lcs_cart_table .lcs_cart_table_pad_left {
  padding-left: 0;
}

#lcs_cart  .lcs_cart_table .lcs_cart_table_pad_right {
  padding-right: 0;
}

#lcs_cart {
  font-size: 14px;
}

.lcs_cart_table_hr hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

thead .lcs_cart_table_hr hr {
  margin-top: 0;
}

#lcs_cart .lcs_color_printing_notice {
  display: none;
}

.lcs_color_printing_notice {
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.31;
}

.lcs_color_printing_notice h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.27;
}

.lcs_all_sales_are_final {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.27;
}

.lcs_cart_table_summary {
  width: 200px;
}

.lcs_cart_table_amount {
  width: 130px;
  padding-right: 10px;
}

.lcs_total {
  font-size: 24px !important;
  line-height: 1.5 !important;
}

/* checkout form */

.lcs_final_checkout_inner {
  box-sizing: border-box;
  padding: 12px;
  height: 100%;
  overflow-y: scroll;

  color: #262626;
  font-family: 'Ubuntu', sans-serif;
  font-size: 19px;
  line-height: 1.32;
}

.lcs_final_checkout_inner input,
.lcs_final_checkout_inner select,
.lcs_final_checkout_inner textarea,
.lcs_final_checkout_inner button {
  font-family: 'Ubuntu', sans-serif;
}

.lcs_final_checkout_heading {
  margin-bottom: 0;
}

.lcs_same_as_billing_address {
  height: 30px;
}

.lcs_billing_address {
  width: 49%;
  float: left;
}

.lcs_shipping_address {
  width: 49%;
  float: right;
}

.lcs_checkout_field label {
  display: block;
}

.lcs_additional_comments {
  clear: both;
}

.lcs_additional_comments label {
  display: block;
}

.lcs_additional_comments textarea {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
}

.lcs_disabled {
  background-color: #ccc;
}

.lcs_sales_tax_throbber {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: 'Ubuntu', sans-serif;
}

.lcs_sales_tax_throbber_inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 200px;
  text-align: center;
}

/* progress bar */

.lcs_upload_file_progress_wrapper {
  display: flex;

  text-align: center;
}

.lcs_upload_file_progress {
  /* https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
  margin: auto;
}

/* upload buttons */
a.lcs_upload_link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* PayPal */

.final-checkout-form-paypal {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 550px;
  width: 100%;
  height: 500px;
  padding: 20px;
}

.final-checkout-form-left-column {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  float: left;
  padding-right: 12px;
}

.final-checkout-form-right-column {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  float: right;
  padding-left: 12px;
  border-left: 1px solid black;
}

.final-checkout-form-paypal h3 {
  margin-top: 0;
  color: #262626;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 0.95em;
}

.final-checkout-form-group {
  margin-bottom: 2px;
}

.final-checkout-form-label {
  display: block;
  margin-bottom: 3px;
  color: #676767;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 0.95em;
}

.final-checkout-form-paypal button[type='submit'] {
  position: relative;
  width: 286px;
  width: 100%;
  height: 64px;
  padding: 0;
  border-width: 0;
  text-align: center;
  background-color: #8e0404;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 27px;
  cursor: pointer;
}

.final-checkout-form-paypal button[type='submit']:hover {
  background-color: #262626;
}

.final-checkout-form-paypal button[type='submit']:active {
  background-color: #676767;
}

.final-checkout-form-paypal button[type='submit'] span {
  position: absolute;
  width: 100%;
  height: 38px;
  left: 0;
  top: 13px;
}

.final-checkout-form-label span.po-boxes {
  margin-left: 10px;
  font-size: 11px;
  line-height: 0.95em;
}

.pickup-address {
  font-size: 11px;
  line-height: 0.95em;
}

.final-checkout-form-paypal input[type='text'],
.final-checkout-form-paypal input[type='email'],
.final-checkout-form-paypal input[type='tel'],
.final-checkout-form-paypal select,
.final-checkout-form-paypal textarea {
  box-sizing: border-box;
  max-width: 100%;
  width: 270px;
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
}

.final-checkout-form-required-fields {
  color: #676767;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  line-height: 0.95em;
}

.final-checkout-form-tos {
  color: #676767;
  font-family: 'Ubuntu', sans-serif;
  font-size: 11px;
  line-height: 0.95em;
}

.final-checkout-form-paypal a {
  color: #8E0404;
}

.final-checkout-form-group-address {
  float: left;
  width: 65%;
}

.final-checkout-form-group-address2 {
  float: left;
  margin-left: 5%;
  width: 30%;
}

.final-checkout-form-group-city {
  float: left;
  width: 45%;
}

.final-checkout-form-group-state {
  float: left;
  margin-left: 5%;
  width: 30%;
}

.final-checkout-form-group-zip {
  float: left;
  margin-left: 5%;
  width: 15%;
}

.final-checkout-form-group-email {
  clear: left;
}

.final-checkout-form-notice {
  margin-bottom: 20px;
  color: #676767;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  line-height: 0.95em;
}

.final-checkout-form-paypal-logo {
  margin-bottom: 20px;
  text-align: center;
}

.final-checkout-form-tos {
  margin-bottom: 20px;
  text-align: center;
}

.final-checkout-form-tos a {
  margin-left: 10px;
}