.sc-cart-item-list {
  min-height:50px;
  border: 0 !important;
  margin-bottom: 30px !important
}

.sc-cart-item{
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,0.1)!important;
  margin-top: 30px !important
}

.sc-cart-item h4{
  font-size: 16px !important;
  color: #000;
  font-weight: bolder
}

.sc-cart-item-price {
  font-size: 14px !important
}

.sc-cart-remove {
  background:0 0;
  border:none;
  font-size:20px;
  position:absolute;
  top:0;
  right:0;
  background-color: #f1f1f1;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.sc-cart-remove:hover {
  color:red;
}

.sc-cart-empty-msg {
  color:#999;
  margin:0;
  padding:10px;
  text-align:center;
}

.sc-cart-item-qty {
  width:55px;
  font-size:12px;
  padding:4px 0 3px 6px;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.075) inset;
  box-shadow:0 1px 1px rgba(0,0,0,.075) inset;
  -webkit-transition:border-color .15s ease-in-out 0s,-webkit-box-shadow .15s ease-in-out 0s;
  transition:border-color .15s ease-in-out 0s,-webkit-box-shadow .15s ease-in-out 0s;
  transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
  transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s,-webkit-box-shadow .15s ease-in-out 0s;
}

.sc-cart-item-summary {
  text-align:right;
  width: 190px;
  float: right
}

.sc-cart-summary {
  text-align:right;
  font-size:1.5em;
}

.sc-cart-toolbar {
  margin-top:10px;
  text-align:right;
}

.sc-cart-toolbar button {
  margin-left:5px;
}

.sc-cart-toolbar button.disabled img {
  opacity:.5;
}

.sc-cart-item img {
  margin-right:10px;
  width:60px;
}

.sc-highlight {
  -webkit-animation:highlight 1s;
  animation:highlight 1s;
}

@keyframes highlight {
  from {
    background:#faebcc;
  }
  to {
    background:0 0;
  }
}

.sc-product-item {
  position:relative;
}

.sc-product-item:after, .sc-product-item:before {
  -webkit-transition:all .2s ease-in-out 0s;
  transition:all .2s ease-in-out 0s;
}

.sc-added-item {
  
}

.sc-added-item:after {
  
}

.sc-added-item:before {
  
}

.sc-button-checkout-paypal {
  border:0;
  cursor:pointer;
  padding:0;
  width:170px;
  height:32px;
}

.sc-cart, .panel-heading, .sc-cart-heading {
  border-radius:0px !important;
  font-family:'Quicksand';
}

.sc-cart-heading {
  background:#FFF !important;
}




.sc-cart-checkout {
    font-size: 18px;
    color: #FFF;
    background-color: #e5a22d;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 50%;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 0 !important;
    text-align: center;
    margin: 20px 0 ;
}

.sc-cart-clear {
    font-size: 18px;
    color: #111;
    background-color: transparent;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 141px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 0 !important;
    text-align: center;
    margin: 20px 0 ;
}

.sc-cart-clear:hover {
    font-size: 18px;
    color:  #e5a22d;
    background-color: transparent;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 141px;
    padding: 0 20px;
    border: 1px solid  #e5a22d;
    border-radius: 0 !important;
    text-align: center;
}

