/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */

#cart-pane table.cart-review td,
#cart-pane table.cart-review th,
#cart-pane table.cart-review {
  border: 1px solid #d1d1d1;
}

.banners {
  margin-bottom: 0;
}

.banners .carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: 0;
}

.shopcada-checkout .product-description {
    padding-left: 0px;
    margin: 0px;
}

.order-history .return-request-action {
    padding-left: 25px;
    padding-right: 25px;
}