.cart_header .cart_bar ul {
    position: relative;
    z-index: 20;
    overflow: hidden;
    text-align: center;
}
.cart_header .cart_bar.has-calendar ul .step1 {

}
.cart_header .cart_bar .step {
    float: left;
    display: block;
    margin-right: 30px;
}
.cart_header .cart_bar.has-calendar ul .step1 .step_content {
    padding-left: 0px;
}
.cart_header .cart_bar .step.active .step_content, .cart_header .cart_bar .step.active_m .step_content {
    color: #44bc42;
}
.cart_header .cart_bar .step_content {
    display: inline-block;
    vertical-align: top;
}
.cart_header .cart_bar .step.active .step_content .step_nr, .cart_header .cart_bar .step.active_m .step_content .step_nr {
    border-color: #44bc42;
}
.cart_header .cart_bar .step.active .step_nr, .cart_header .cart_bar .step.active_m .step_nr {
    padding-top: 3px;
    padding-left: 1px;
}
.cart_header .cart_bar .step_nr.active {
    color: white;
    background: #44bc42;
}
.cart_header .cart_bar .step_nr {
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    color: #d1d1d1;
    border: 1px solid #d1d1d1;
    position: relative;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 50%;
    padding-top: 3px;
    padding-left: 1px;
}
.cart_header .cart_bar .step_txt.active {
    color: #44bc42;
}
.cart_header .cart_bar .step_txt {
    display: inline;
    line-height: 46px;
    color: #d1d1d1;
    padding-left: 15px;
}

.cart_header .cart_bar .step_txt {
    display: inline;
    line-height: 46px;
    color: #d1d1d1;
    padding-left: 15px;
}

.cart_header .cart_bar .step_content {
    display: inline-block;
    vertical-align: top;
}

.cart_header .cart_bar .step_txt {
    font-size: 16px;
}
.quantity-input {
    width:50px!important;
}

.cart-table td, .table th {
    font-size:15px;
}


.cart-table {
    margin-top:50px;
}

.is-promotion-product {
    position:absolute;
    top:7px;
    right:7px;
    width:50px;
    height:50px;
    z-index:1;
    background:url(../images/promo.png)no-repeat center center;
    background-size:contain;
}

.hash-tag a {
    color: #44bc42!important;
    text-decoration: underline;
}
.hash-tag {
    color: #44bc42!important;
    font-size:15px;
}