section.cart{
  padding: 30px 0 0 0;
}

section.cart .row{
  margin-bottom: 30px;
}

.badge {
  background-color: #6394F8;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.shopping-cart {
  margin: 20px 0;
  float: right;
  background: white;
  width: 320px;
  /*position: relative;*/
  border-radius: 3px;
  padding: 20px;

  position: absolute;
  top: 50px;
}
.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
  font-weight: 600;
}
.shopping-cart .shopping-cart-items {
  padding: 10px 0 15px 0;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  float: none !important;
}
.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #6394F8;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
  font-size: 14px;
  float: right;
}

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}









.filter-section.type-color .filter-row {
    display: inline-block;
    margin: 4px;
    float: left;
}

.payment-cards label{
  cursor: pointer;
}

.payment-cards label input[type="radio"]{
  position: absolute;
  margin: 25px;
}

.payment-cards label img{
  position: relative;
  z-index: 100;
}

.payment-cards .active .card .card-header {
    background: #ff6d41;
    color: white;
}

.payment-cards .active .card {
    border-color: #ff6d41;
}

/*.payment-cards .active .card {
    border: solid 3px #ff6d41;
}*/

/****** Style Star Rating Widget *****/

.rating {
  border: none;
  float: left;
}

.rating > input { display: none; }
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
 float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }



/* ul.reviews {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.reviews li {
    background: #eee;
    padding: 20px;
    margin: 0;
    border-radius: 4px;
    position: relative;
    margin-top: 12px;
}





.reviews span.review-rating {
    float: right;
}

.reviews span.review-date {
    display: none;
}

.reviews .review-body {
    margin: 12px 0;
}

.reviews .review-rating .star {
    font-size: x-large;
    width: 17px;
    display: inline-block;
    color: #cacaca;
    position: relative;
    font-size: 18px;
}
.reviews .review-rating .star:last-child {
    margin-right: 0;
}
.reviews .review-rating .star:before {
    content:'\2605';
}
.reviews .review-rating .star.on {
    color: gold;
}
.reviews .review-rating .star.half:after {
    content:'\2605';
    color: gold;
    position: absolute;
    width: 12px;
    overflow: hidden;
    top: 0;
}

i.recommending {
    font-size: 40px;
    margin-right: 10px;
    position: absolute;
    bottom: 10px;
    transform: rotate(-25deg);
    right: 0;
}

i.recommending.fa.fa-thumbs-up {
    color: #87d087;
}

i.recommending.fa.fa-thumbs-down {
    color: #d08787;
} */


.address-primary{
    display: inline-block;
    border: solid 2px rgba(0,0,0,0.0);
    line-height: 10px;
    padding: 3px;
    border-radius: 6px;
}

.address-primary:hover{
    border-color: rgba(0,0,0,0.15);
}

.address-primary i{
    color:rgba(0,0,0,0.15);
}

.address-primary.active{
    border-color: green;
}

.address-primary.active i{
    color: green;
}

.card.address-active{
  font-weight: bold;
}

.input-wrap {
    background: #eee;
    padding: 5px 15px;
    border-radius: 4px;
    margin-top: 7px;
    height: 40px;
}
