.btn-primary, .btn-primary:hover, .btn-primary:active {
    color: #ffffff;
    background-color: #f7941e;
    border-color: #f7941e;
}


.md-opt-price-btn a {
    width: 185px;
    height: 28px;
    padding-left: 20px;
    background: #cc3d3d;
    display: inline-block;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #ff4c4c;
    border-radius: 3px;
}

.md-opt-price-btn a:hover {
    background:  #ff4c4c;
}


.md-bottom-sticky-price {
    display: block;
    position: fixed;
    height: 40px;
    bottom: 0;
    z-index: 1000;
    width: 100%;

}

.md-bottom-btn {
    width: 200px;
    margin: 0 auto;
}

.md-bottom-btn a {
    width: 185px;
    height: 28px;
    padding-left: 20px;
    background: #cc3d3d;
    display: inline-block;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #ff4c4c;
    border-radius: 3px;
}

.md-bottom-btn a:hover {
    background:  #ff4c4c;
}

.notif_popup p {
    padding: 0 0 5px;
}
