/*cart page responsive design*/
/*  .checkout-cart-index.page-layout-1column .page-main,
.checkout-cart-index.page-layout-1column .full-slideshow-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}*/

.checkout-index-index .action.primary {
    background-color: #ee542d !important;
}


@media only screen and (max-width: 960px)
{
  /*.checkout-cart-index.page-layout-1column .full-slideshow-wrapper {
      padding:0 10px !important;
  }*/
}

@media (max-width: 767px)
{
  .checkout-cart-index.page-layout-1column .ss_jklj_kfn {
      padding-top: 0;
      padding-bottom: 0;
      line-height: 12px;
  }



  .cart-summary .checkout-methods-items .action.primary.checkout
  {
      font-size: 20px;
      border: 0 !important;
  }

  .checkout-cart-index .price-excluding-tax>.cart-price>.price {
      line-height: 0;
  }
  /*.cart.table-wrapper .col.qty::before,
  .cart.table-wrapper .col.price::before,
  .cart.table-wrapper .col.subtotal::before, 
  .cart.table-wrapper .col.msrp::before
  {
    color: #000 !important; 
    width: 50%;
    font-size: 15px;
    float: left;
  }*/

  .checkout-cart-index .cart.item .price {
      color: #000 !important;
  }

  .checkout-cart-index #shopping-cart-table td {
      vertical-align: middle;
      text-align: left;
      display: block;
      width: 100%;
      padding: 11px 6px !important;
      border: 1px solid #d8d8d8;
      padding-left: 20px !important;
      border-bottom: 0;
  }
  .checkout-cart-index .cart.item .field.qty,
  .checkout-cart-index .cart.item .remove-item{
    display: inline-block;
  }
  .checkout-cart-index .cart.item .remove-item{
    margin: 0 13px;
  }

  .checkout-cart-index .cart.table-wrapper .product-item-photo {
      position: unset !important;
  }

  .checkout-cart-index .cart.table-wrapper .product-item-photo{
    max-width: 100%;
    text-align: right;
    padding-right: 21% !important;
    padding-left: 0 !important;
  }

  .checkout-cart-index .cart.table-wrapper .product-item-details{
      text-align: right;
      padding-right: 21%;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo:before {
      content: 'Item';
      color: #000;
      float: left;
      line-height: 10;
      padding: 0;
      font-size: 15px;
      font-weight: 600;
  }

  #shopping-cart-table tbody.cart.item:nth-child(2n+2) {
      background: #f6f6f6;
  }

  #shopping-cart-table tbody.cart.item:nth-child(2n+1) {
      background: #fff;
  }
}

@media (max-width: 490px){
  .checkout-cart-index a.action.continue,
  .checkout-cart-index .cart>button{
    width: 100%;
    font-weight: 700;
    margin: 0;
    text-align: center;
    padding: 13px 0;
  }
  .checkout-cart-index a.action.clear{
    background: #000 !important;
  }

  .checkout-cart-index .cart>button.clear{
    background: #000 !important;
  }
}