/*
Bank details Page
*/
.para_margin_left{
margin-left:10px;
}
.payment-step{
font-size: 14px !important;
font-weight: bold;
}
.payment_details{
position: relative;
padding: 15px;
line-height: 30px;
background-color: #f2f2f2;
border: 1px solid #e1e1e1;
margin-bottom:10px;
}
.bank-logo{
 padding-top: 30px !important;
 text-align: left;
}
/*
Payment style
*/
.grouped-list{
  position: relative;
  border-radius: 3px;
  border-color: #e7e7e7;
  margin-right: 0;
  padding-right:0;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.08);

}
.grouped-list li{
    list-style-type: none;
}
.payment-sub-title{
  background-color: #f3f3f3;
  text-transform: none!important;
}
.grouped-list span{
  color:#4ab65f;
  font-weight: 700;
}
.product-grouped-list .level-1, .product-grouped-list li {
    padding: 1rem .5714285714rem;
}
.grouped-list .level-1 {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 3px 3px 0 0;
    color: #333;
}
.payment-method .block .info {
    float: right;
    position: relative;
    width:70%
}
.payment-method .block .info input[type=radio] {
    margin-top: .2857142857rem;
    vertical-align: top;
}
.payment-method .block .icon {
    float: left;
    margin-top: .3571428571rem;
}
.payment-method .block .icon .ncb-icon {
    width: 180px;
    height: 50px;
}
.ncb-icon{
    display: inline-block;
    background: url('../images/ncb-logo.png') no-repeat;
}
.payment-method .block .icon .sadad-icon {
    width: 117px;
    height: 50px;
    background-position: 8px -418px;
}
.sadad-icon{
    display: inline-block;
    background: url(/images/payment-icons-V13.png) no-repeat;
}
.your-shopping-cart {
    margin-bottom: .7142857143rem;
}
.your-shopping-cart-list {
    max-height: 20.2142857143rem;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding-top: .7142857143rem;
    padding-right: .7142857143rem;
}
.your-shopping-cart-summary {
    background-color: #fafafa;
    padding: .7142857143rem 1.0714285714rem;
}
.your-shopping-cart-total {
    background-color: #eee;
    padding: 5px 10px 10px;
    text-align: center;
}
.your-shopping-cart-total .grand-total {
    min-height: 32px;
    padding: 5px 5px 0;
}
.vat_message {
    margin-top: 5px;
    padding-bottom: 5px;
    max-width: 99%;
}
.is {
    color: #4ab65f;
    font-weight: 700;
}
.small-cart-qty {
    margin-top: 4px;
    color: #333 !important;
}
.your-shopping-cart-total .grand-total {
    min-height: 32px;
    padding: 5px 5px 0;
}
.grand-total-label {
    font-weight: 700;
    position: relative;
    float: right;
    font-size: 16px;
}
#GrandTotal, #GrandTotalCOD {
    float: left;
    font-size: 16px;
    font-weight: 700;
}
