#ecommContainer .header_steps {
    margin: 0 0 20px;
    padding: 0px;
    list-style: none;
}
#ecommContainer .header_steps li {
    display: block;
    float: left;
    width: 33.3333%;
}
#ecommContainer .header_steps li a {
    display: block;
    padding: 10px;
    /*background-color: #efefef;*/
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 1.5em;
    color: #222;
}
#ecommContainer .header_steps li:last-child a {
    border-right: 0px none;
}
#ecommContainer .header_steps li a:hover {
    text-decoration: none;
    color: #222;
}
#ecommContainer .header_steps li a.active {
    background-color: #e2e2e2;
}
#ecommContainer .header_steps li a .num {
    padding-right: 3px;
    opacity: .6;
}
#ecommContainer .header_steps li a[href="javascript:;"] {
    cursor: default;
}

#ecommSidebar .cart_widget > h3 {
    background-color: #e2e2e2;
    line-height: 54px;
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    color: #00B6DD;
}

#ecommSidebar .cart_widget table tr:nth-child(even) {
    background: #f5f5f5;
}
#ecommSidebar .cart_widget table tr:nth-child(odd) {
    /*background: #FFF;*/
}

#ecommSidebar .cart_widget table th {
    padding: 5px;
}
#ecommSidebar .cart_widget table td {
    padding: 5px;
}

#ecommSidebar .cart_widget table .thumb {
    vertical-align: top;
}

#ecommSidebar .cart_widget table .title {
    width: 70%;
    line-height: 1em;
}
#ecommSidebar .cart_widget table .title a {
    display: block;
    margin-bottom: 3px;
}
#ecommSidebar .cart_widget table .title a i {
    padding-left: 5px;
    line-height: .8em;
}
#ecommSidebar .cart_widget table .title .booking {
    margin-bottom: 3px;
    font-size: .9em;
}
#ecommSidebar .cart_widget table .title .booking .title {
    padding-left: 0px;
}
#ecommSidebar .cart_widget table .title ul.options {
    list-style: initial;
    margin: 0px;
    padding: 0 0 0 10px;
    font-size: .8em;
    line-height: 1em;
}
#ecommSidebar .cart_widget table .title ul.options li {
    margin: 0px;
    padding: 0px;
}
#ecommSidebar .cart_widget table .quantity {
    text-align: right;
    line-height: 1em;
}

#ecommSidebar .cart_widget table th.title {
    text-align: left;
}
#ecommSidebar .cart_widget table th.quantity {
    text-align: left;
}
#ecommSidebar .cart_widget table .price, #ecommSidebar .cart_widget table th.total, #ecommSidebar .cart_widget table td.total {
    display: none;
}

#ecommSidebar .cart_widget table .sub {
    text-align: right;
    background-color: transparent !important;
}
#ecommSidebar .cart_widget table .sub td {
    padding: 0;
}
#ecommSidebar .cart_widget table .sub.subtotal {
    border-top: 1px solid #f5f5f5;
}
#ecommSidebar .cart_widget table .sub.total {
    font-weight: bold;
}

.credit_card_logos {
    margin-top: 10px;
    text-align: center;
}


@media screen and (max-width: 474px) {

    #ecommContainer .header_steps li a {
        height: 50px;
        line-height: 1.2em;
    }

}