/*-----------------------------------------------------------------------------------
    
    Template Name: By Mr Verkysse
    Version: 2
    
----------------------------------------------------------------------------------- */



.add_cart_btn{
    cursor: pointer;
    text-align: center;
    background: orange;
    border-radius: 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    
}

#add_money_box .btn {
    background-color: #4CAF50;
    border: medium none;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    height: 44px;
    margin-top: 0px;
    border-radius: 15px;
}

.header-middle {
    padding: 30px 0 26px;
    background: #f7f7f7;
}

.black-bg {
    background: #1b2f5d;
}
 