.theme-new-btn {

}


.arrow-up{
    display: none;
    width: 0;
    height:0;
    border:5px solid transparent;
    border-bottom-color:#fff;
    border-top-width: 0;
    margin-right: 2px;
    vertical-align: middle;
}
.arrow-down{
    display: none;
    width: 0;
    height:0;
    border:5px solid transparent;
    border-top-color:#fff;
    border-bottom-width: 0;
    vertical-align: middle;
    margin-right: 2px;
}
.theme-new-btn .arrow-down,.theme-new-btn .arrow-up{
    display: inline-block;
}

.theme-new-btn .mc-btn span {
    padding:0 !important;
}
.theme-new-btn .mc-btn span b {
    display:inline;
    padding-left: 4px;
}
.theme-new-btn .svg-ico-put,.theme-new-btn .svg-ico-call {
    display: none;
}
.theme-new-btn .mc-btn_call {
    background: #02b28c;
}
.theme-new-btn .mc-btn_call:hover {
    background: #0ec79e;
}

.theme-new-btn .mc-btn_put {
    background:#f7495c ;
}

.theme-new-btn .mc-btn_put:hover {
    background: #ff6071;
}

.theme-new-btn .mc-btn {
    font-size: 16px;
}