a.btn.btn-conversion {
    border-radius: 5px;
}

button.btn.next-step-back.colorbox-close {
    color: black;
}


button.btn.next-step-back.colorbox-close::before{
    content: '\e90f';
    margin-right: 8px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 11px;
    position: relative;
    top: -1px;
    font-family: "shoptet";
}

.extra.delivery > span::before {
    content: '\e92e';
    font-size: 17px;
    font-family: "shoptet";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    top: -1px;
    position: relative;
}
