.cart_container {
  position: relative; }

.jqcart-layout {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  height: 100%;
  background: transparent; }

.jqcart-checkout {
  position: absolute;
  right: 0;
  top: 100%;
  width: 750px;
  box-shadow: none;
  border-radius: 4px 0 4px 4px;
  z-index: 99999;
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.jqcart-table-wrapper {
  height: auto; }

.jqcart-thead {
  display: none !important; }

.jqcart-tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 70px; }
  .jqcart-tr div {
    border: none !important; }
    .jqcart-tr div:nth-child(1) {
      display: none; }
    .jqcart-tr div:nth-child(4) {
      display: none; }

.cart_cont {
  width: 100%;
  height: auto; }

#js_cart {
  width: 100%;
  height: auto; }
  #js_cart .jqcart-layout {
    position: static; }
  #js_cart .jqcart-checkout {
    position: static;
    width: 100%; }

.company_order {
  display: none; }

/*# sourceMappingURL=jqcart_theme.css.map */
