/* view cart */
div#sw2_view_cart .row .col-md-2:last-child .row {
    background: transparent;
    margin-bottom: 5px;
    border-bottom: 1px solid #cecece;
}

div#sw2_view_cart .col-md-10 .row .col-md-2:last-child .row {
    margin: 0 !important;
    border-bottom: 0;
    color: #070068;
    font-weight: bold;
}
div#sw2_view_cart_details .col-md-8 a {
    font-weight: bold;
}
div#sw2_view_cart_details .row .row:nth-child(odd) {
    background: #f2f2f2;
}
div#sw2_view_cart_details .row .row div {
    margin: initial;
    padding-left: 0;
    background: transparent !important;
}
div#sw2_view_cart_details .row .row > div:nth-child(2) {
    padding-top: 32px;
}
div#sw2_view_cart_details .col-md-8 .col-md-1 {
    padding-top: 0 !important;
}
div#sw2_view_cart_details .row .row > div:nth-child(3) {
    padding-top: 50px;
}
div#sw2_view_cart_details .col-md-10 > .row:last-child {
    display: none !important;
}
div#sw2_view_cart_details .row .row {
  margin-right: 10px;
}
div#sw2_view_cart_details button.btn.btn-success {
  background: #070068;
  border-color: #070068;
}
div#sw2_view_cart_details button.btn.btn-success:hover {
  opacity: 0.8;
}
div#sw2_view_cart_details .col-md-12 button.btn.btn-success {
    margin-top: 20px;
}
div#sw2_view_cart_details span.miniCartItemSpanItemid a,
div#sw2_view_cart_details .col-md-8 a {
    color: #070068;
}