#html-body.ln-skin {
  /*
File created to Overide the Shopping Cart Table for Tablet
*/
}
#html-body.ln-skin.checkout-cart-index .page-title-wrapper {
  display: none;
}
#html-body.ln-skin.checkout-cart-index .cart.main.actions .ln-btn {
  padding: 1rem 1.38rem;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  opacity: 1;
  line-height: 1.15;
}
#html-body.ln-skin.checkout-cart-index .cart.main.actions .ln-btn span {
  text-transform: capitalize;
  color: var(--darkTheme-900);
  font-weight: 600;
}
#html-body.ln-skin .cart-summary {
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
#html-body.ln-skin .cart-summary #block-discount {
  height: 5.5rem;
  margin-bottom: 2rem;
}
#html-body.ln-skin .cart-summary #coupon_code-error {
  position: absolute;
}
#html-body.ln-skin .cart-summary .tr.totals.sub,
#html-body.ln-skin .cart-summary tr.totals-tax {
  height: 2rem;
}
#html-body.ln-skin .cart-summary .discount .title {
  display: none;
}
#html-body.ln-skin .cart-summary .cart-totals {
  border: none;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--border-color);
}
#html-body.ln-skin .cart-summary .totals {
  color: var(--blue-gray);
}
#html-body.ln-skin .cart-summary .totals th,
#html-body.ln-skin .cart-summary .totals td {
  padding-left: 0;
  padding-right: 0;
}
#html-body.ln-skin .cart-summary .totals .price {
  color: var(--blue-gray);
}
#html-body.ln-skin .cart-summary .totals .grand.totals th,
#html-body.ln-skin .cart-summary .totals .grand.totals td {
  border-top: 0;
}
#html-body.ln-skin .cart-summary .totals .grand.totals strong {
  font-size: 1.25rem;
  color: var(--darkTheme-900);
}
#html-body.ln-skin .cart-summary .totals .grand.totals strong .price {
  color: var(--darkTheme-900);
}
#html-body.ln-skin .cart-summary .totals .item {
  font-size: 1rem;
}
#html-body.ln-skin .cart-summary .totals .title {
  font-size: 1rem;
}
#html-body.ln-skin .cart-summary .title {
  font-size: 1.5rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  border: none;
  padding: 0;
}
#html-body.ln-skin .cart-summary .title.summary {
  margin-bottom: 2rem;
}
#html-body.ln-skin .cart-summary .title strong {
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}
#html-body.ln-skin .cart-summary .content {
  display: block !important;
  padding: 0;
}
#html-body.ln-skin .cart-summary #co-shipping-method-form .item-title span {
  font-size: 1.5rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  border: none;
  padding: 0;
}
#html-body.ln-skin .cart-summary #co-shipping-method-form .item-title span.summary {
  margin-bottom: 2rem;
}
#html-body.ln-skin .cart-summary #co-shipping-method-form .item-title span strong {
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}
#html-body.ln-skin .cart-summary #co-shipping-method-form label {
  margin: 0;
}
#html-body.ln-skin .cart-summary .field label {
  margin-bottom: 1rem;
}
#html-body.ln-skin .cart-summary .field label span {
  color: var(--blue-gray);
  font-weight: 600;
  font-size: 1rem;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon .field {
  margin: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon .field .input-text {
  border-right: 0;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon .action {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon .action.primary:not(.cancel) {
  margin: 0;
  border-radius: 0.25rem;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: var(--darkTheme-900);
  color: #fff;
  height: 3rem;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon .action.primary:not(.cancel):hover {
  background-color: var(--darkTheme-700);
}
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon .action.primary:not(.cancel).ln-btn-sm {
  height: auto;
  line-height: 1.25 !important;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon .action.primary:not(.cancel):before,
#html-body.ln-skin .cart-summary #discount-coupon-form .fieldset.coupon .action.primary:not(.cancel):after {
  display: none;
}
#html-body.ln-skin .cart-summary #discount-coupon-form dt.item-title {
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  margin-bottom: 1rem;
}
#html-body.ln-skin .cart-summary #discount-coupon-form #coupon_code {
  border-radius: 5px 0 0 5px;
  border-right: 0;
  height: 3rem;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .block .title strong {
  color: var(--blue-gray);
  font-size: 1rem;
}
#html-body.ln-skin .cart-summary #discount-coupon-form .cart-totals {
  font-size: 13px;
  padding: 0;
  border-color: #e7e7e7;
}
#html-body.ln-skin .cart-summary .checkout {
  width: 100%;
  height: 3.5rem;
}
@media screen and (min-width: 1201px) and (max-width: 1439px) {
  #html-body.ln-skin.checkout-cart-index .page-main,
  #html-body.ln-skin .layout-1220 .page-wrapper > .breadcrumbs > ul {
    max-width: 90vw;
  }
}
@media (min-width: 1200px) {
  #html-body.ln-skin #shopping-cart-table {
    margin-top: -1em;
  }
  #html-body.ln-skin .cart-container .form-cart {
    padding-right: 2%;
  }
}
@media (max-width: 768px) {
  #html-body.ln-skin.checkout-cart-index .cart-container .cart.table-wrapper {
    border-top: 0px !important;
  }
  #html-body.ln-skin.checkout-cart-index .cart-container .cart.main.actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 1rem;
  }
  #html-body.ln-skin.checkout-cart-index .cart-container .cart-price .price,
  #html-body.ln-skin.checkout-cart-index .cart-container .special-price .price {
    font-size: 0.875rem !important;
  }
  #html-body.ln-skin #shopping-cart-table tr {
    row-gap: 1rem;
  }
  #html-body.ln-skin #shopping-cart-table .item tr .col.item {
    margin-bottom: 1rem;
  }
  #html-body.ln-skin #shopping-cart-table .item tr .col.subtotal {
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #html-body.ln-skin .cart-summary ul.checkout.methods.items.checkout-methods-items li.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #html-body.ln-skin .cart-summary ul.checkout.methods.items.checkout-methods-items .ln-btn-primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #html-body.ln-skin .cart-summary tr.grand.totals,
  #html-body.ln-skin .cart-summary tr.grand.totals th,
  #html-body.ln-skin .cart-summary tr.grand.totals td {
    opacity: 1;
  }
  #html-body.ln-skin .cart-summary.ln-tab-close #order_total_id {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #html-body.ln-skin .cart-summary.ln-tab-close #order_total_id .ln-heading-tag-3 {
    margin: 0;
    line-height: 1;
    margin-top: 1.5rem;
    margin-right: 0.5rem;
  }
  #html-body.ln-skin .cart-summary.ln-tab-close #order_total_id strong {
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 1rem !important;
    margin-bottom: 0px !important;
  }
  #html-body.ln-skin .cart-summary.ln-tab-close #block-discount,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals.sub,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals-tax,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals.discountlabel,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals.sub *,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals-tax *,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.grand.totals,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.grand.totals th,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.grand.totals td {
    opacity: 0;
    margin: 0;
    padding: 0;
  }
  #html-body.ln-skin .cart-summary.ln-tab-close tr.grand.totals th,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.grand.totals td {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  #html-body.ln-skin .cart-summary .title.summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #html-body.ln-skin .cart-summary .title.summary:after {
    content: "\e81c";
    font-family: "porto-icons";
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    -webkit-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
  }
  #html-body.ln-skin .cart-summary #block-discount,
  #html-body.ln-skin .cart-summary .tr.totals.sub,
  #html-body.ln-skin .cart-summary tr.totals-tax {
    -webkit-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    opacity: 1;
  }
  #html-body.ln-skin .cart-summary.ln-tab-close .cart-summary .title.summary {
    margin-bottom: 0;
  }
  #html-body.ln-skin .cart-summary.ln-tab-close .title.summary:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #html-body.ln-skin .cart-summary.ln-tab-close #block-discount,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals.sub,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals-tax,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals.discountlabel,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals.sub *,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.totals-tax * {
    height: 0;
    opacity: 0;
    min-width: auto;
    padding: 0;
    margin: 0;
    line-height: 0;
  }
  #html-body.ln-skin .cart-summary.ln-tab-close tr.grand.totals th,
  #html-body.ln-skin .cart-summary.ln-tab-close tr.grand.totals td {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  #html-body.ln-skin .cart-container .form-cart,
  #html-body.ln-skin .cart-container .cart-summary {
    width: 100%;
  }
  #html-body.ln-skin .cart-summary #block-discount {
    margin-top: 1.2rem !important;
  }
  #html-body.ln-skin .cart-summary .title.summary {
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #html-body.ln-skin .cart-container .form-cart {
    padding-right: 0;
  }
}
#html-body.ln-skin #shopping-cart-table {
  border-collapse: separate;
  border-spacing: 0 1em;
}
#html-body.ln-skin #shopping-cart-table .special-price .price {
  color: var(--darkTheme-900);
  font-size: 1rem;
}
#html-body.ln-skin #shopping-cart-table tr {
  display: grid;
  grid-template-columns: 40% 13% repeat(3, 12%);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 1rem 1.5rem;
}
#html-body.ln-skin #shopping-cart-table tr.item-info {
  padding: 1.5rem;
  overflow: hidden;
}
#html-body.ln-skin #shopping-cart-table caption.table-caption {
  display: none;
}
#html-body.ln-skin #shopping-cart-table thead tr {
  background: #fff;
  -webkit-box-shadow: 0px 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
#html-body.ln-skin #shopping-cart-table thead tr th {
  border: none;
  color: var(--blue-gray);
  text-transform: capitalize;
  line-height: 2;
  padding: 0;
}
#html-body.ln-skin #shopping-cart-table thead tr th.subtotal {
  padding-right: 1rem;
  text-align: left;
}
#html-body.ln-skin #shopping-cart-table thead tr th.col.qty {
  text-align: center;
}
#html-body.ln-skin #shopping-cart-table .product-item-photo {
  margin-right: 1.5rem;
  width: 100%;
  padding: 0.5rem 1rem;
  background: var(--gray-200);
  max-width: 128px;
  max-height: 100px;
}
#html-body.ln-skin #shopping-cart-table .product-item-photo .product-image-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: initial;
}
#html-body.ln-skin #shopping-cart-table .product-item-photo .product-image-container .product-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: inherit;
}
#html-body.ln-skin #shopping-cart-table .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  -o-object-fit: contain;
     object-fit: contain;
  height: calc(100% - 1rem);
  -webkit-box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.12), -4px 4px 6px 0px rgba(0, 0, 0, 0.1), -8px 8px 8px 0px rgba(0, 0, 0, 0.08), -10px 10px 10px 0px rgba(0, 0, 0, 0.06), -12px 12px 12px 0px rgba(0, 0, 0, 0.04), -14px 14px 14px 0px rgba(0, 0, 0, 0.03), -16px 16px 16px 0px rgba(0, 0, 0, 0.03), -18px 18px 18px 0px rgba(0, 0, 0, 0.02), -20px 20px 10px 0px rgba(0, 0, 0, 0.01), -22px 22px 10px 0px rgba(0, 0, 0, 0.01);
          box-shadow: -10px 0px 12px 0px rgba(0, 0, 0, 0.12), -4px 4px 6px 0px rgba(0, 0, 0, 0.1), -8px 8px 8px 0px rgba(0, 0, 0, 0.08), -10px 10px 10px 0px rgba(0, 0, 0, 0.06), -12px 12px 12px 0px rgba(0, 0, 0, 0.04), -14px 14px 14px 0px rgba(0, 0, 0, 0.03), -16px 16px 16px 0px rgba(0, 0, 0, 0.03), -18px 18px 18px 0px rgba(0, 0, 0, 0.02), -20px 20px 10px 0px rgba(0, 0, 0, 0.01), -22px 22px 10px 0px rgba(0, 0, 0, 0.01);
}
#html-body.ln-skin #shopping-cart-table .product-item-name a {
  font-weight: 600;
  white-space: initial;
  line-height: 1.2;
  text-align: left;
  font-size: 1rem;
}
#html-body.ln-skin #shopping-cart-table .cart-price .price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--darkTheme-900) !important;
}
#html-body.ln-skin #shopping-cart-table .item tr {
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 1rem;
}
#html-body.ln-skin #shopping-cart-table .item tr .item-actions .actions-toolbar {
  padding: 0;
}
#html-body.ln-skin #shopping-cart-table .item tr .item-actions .actions-toolbar:after,
#html-body.ln-skin #shopping-cart-table .item tr .item-actions .actions-toolbar:before {
  display: none;
}
#html-body.ln-skin #shopping-cart-table .item tr .item-actions .actions-toolbar .action span {
  position: static;
}
#html-body.ln-skin #shopping-cart-table .item tr .item-actions .actions-toolbar .action-edit:before,
#html-body.ln-skin #shopping-cart-table .item tr .item-actions .actions-toolbar .action-delete:before {
  color: #0d47a1 !important;
}
#html-body.ln-skin #shopping-cart-table .item tr .item-actions a.action.action-delete {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#html-body.ln-skin #shopping-cart-table .item tr .item-actions a.action.action-delete:before {
  content: url(/media/svg-icons/icon-delete.svg);
}
#html-body.ln-skin #shopping-cart-table .item tr .item-actions a.action.action-delete span {
  margin-left: 0.5rem;
  line-height: 1.25;
  overflow: visible;
}
#html-body.ln-skin #shopping-cart-table .item tr .col {
  vertical-align: top;
  padding: 0;
  line-height: 1;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item > *:not(.product-item-photo, style) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  line-height: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item img {
  max-width: 3.5rem;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item .ln_customattribute span.ln_attribute {
  margin-right: 0.5rem;
  color: var(--blue-gray);
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item .ln-product-tags span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item .item-options {
  display: none;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item .ln_customattribute a {
  font-size: 0.875rem;
  text-decoration: underline;
  color: var(--blue-deep);
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item .ln-item__info {
  width: calc(100% - 128px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.item .ln-item__info > div:not(:last-child) {
  margin-bottom: 0.75rem;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.price {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.price > span {
  line-height: 1.5;
  display: block;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.price .old-price .price-wrapper {
  margin-left: 0;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.subtotal {
  line-height: 1.1;
  text-align: left;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.subtotal > span {
  line-height: 1.5;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.qty .field.qty {
  width: 100%;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.qty .field.qty .control {
  width: auto;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.qty .field.qty .control input + .mage-error {
  line-height: 1.2;
  margin-top: 0.5rem;
  text-align: center;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.ln-subscription {
  grid-column: 1 / -1;
  padding-top: 1.5rem;
}
#html-body.ln-skin #shopping-cart-table .item tr .col.ln-subscription:before {
  content: "";
  width: calc(100% + 3rem);
  background: var(--grey-alert-border);
  height: 1px;
  position: absolute;
  top: 0;
  left: -1.5rem;
}
#html-body.ln-skin #shopping-cart-table .item tr .grand.totals * {
  font-size: 1.25rem;
}
#html-body.ln-skin #shopping-cart-table .item tr .ln_attributeval strong {
  font-size: 14px;
}
#html-body.ln-skin #shopping-cart-table .action-edit:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#html-body.ln-skin #shopping-cart-table .col.price span.tax-info .price {
  font-size: 14px ;
  width: 100%;
  display: block;
  font-weight: 400 !important;
  white-space: normal;
}
@media only screen and (max-width: 1199.98px) {
  #html-body.ln-skin #shopping-cart-table {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  #html-body.ln-skin #shopping-cart-table thead {
    display: none;
  }
  #html-body.ln-skin #shopping-cart-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr 0.75fr;
  }
  #html-body.ln-skin #shopping-cart-table tbody tr .col {
    text-align: center;
  }
  #html-body.ln-skin #shopping-cart-table tbody tr .col:before {
    font-size: 1rem;
    color: var(--blue-gray);
  }
  #html-body.ln-skin #shopping-cart-table tbody tr .col.item {
    grid-column: 1 / -1;
  }
  #html-body.ln-skin #shopping-cart-table tbody tr .col.item:before {
    display: none;
  }
  #html-body.ln-skin #shopping-cart-table .item tr .item-actions a.action.action-delete {
    margin-right: 0;
  }
  #html-body.ln-skin #shopping-cart-table .item tr .col.item .ln-item__info > div {
    width: 100%;
    text-wrap-mode: wrap;
    text-align: left;
  }
}
@media only screen and (max-width: 575.98px) {
  #html-body.ln-skin #shopping-cart-table .product-item-photo {
    max-width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #html-body.ln-skin .cart.table-wrapper .col.item:before,
  #html-body.ln-skin .cart.table-wrapper .col.qty:before,
  #html-body.ln-skin .cart.table-wrapper .col.price:before,
  #html-body.ln-skin .cart.table-wrapper .col.subtotal:before,
  #html-body.ln-skin .cart.table-wrapper .col.msrp:before {
    display: none;
  }
  #html-body.ln-skin .cart.table-wrapper thead .col.item,
  #html-body.ln-skin .cart.table-wrapper thead .col.qty,
  #html-body.ln-skin .cart.table-wrapper thead .col.price,
  #html-body.ln-skin .cart.table-wrapper thead .col.subtotal,
  #html-body.ln-skin .cart.table-wrapper thead .col.msrp {
    display: block;
  }
  #html-body.ln-skin #shopping-cart-table .item tr .col.item .ln-item__info > div {
    width: 100%;
    text-wrap-mode: wrap;
    text-align: left;
  }
}
