.theme-new-btn {
}
.arrow-up {
    border-width: 0px 5px 5px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255);
    border-image: none;
    width: 0px;
    height: 0px;
    margin-right: 2px;
    vertical-align: middle;
    display: none;
}
.arrow-down {
    border-width: 5px 5px 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent;
    border-image: none;
    width: 0px;
    height: 0px;
    margin-right: 2px;
    vertical-align: middle;
    display: none;
}
.theme-new-btn .arrow-down {
    display: inline-block;
}
.theme-new-btn .arrow-up {
    display: inline-block;
}
.theme-new-btn .mc-btn span {
    padding: 0px !important;
}
.theme-new-btn .mc-btn span b {
    padding-left: 4px;
    display: inline;
}
.theme-new-btn .svg-ico-put {
    display: none;
}
.theme-new-btn .svg-ico-call {
    display: none;
}
.theme-new-btn .mc-btn_call {
    background: rgb(2, 178, 140);
}
.theme-new-btn .mc-btn_call:hover {
    background: rgb(14, 199, 158);
}
.theme-new-btn .mc-btn_put {
    background: rgb(69, 163, 240);
}
.theme-new-btn .mc-btn_put:hover {
    background: rgb(69, 163, 240);
}
.theme-new-btn .mc-btn {
    font-size: 16px;
}
