.product-add-form .amform-show {
    margin: 0px;
    display: block;
}

.product-add-form .amform-show .action.primary {
    background: #fff;
    border-color: #cccccc;
    color: #4a4a4a;
}

/*button.amform-show-popup{
    background-color: #f46b03;
    writing-mode: vertical-lr;
    right: calc(0% - 80px);
    transform: rotate(270deg);
    position: fixed !important;
    z-index: 9999;
    top: 250px;
}
@media all and (min-width:0px) and (max-width: 480px) {
    button.amform-show-popup{
        top: 450px;
    }
}*/
button.amform-show-popup{
    background-color: #f46b03 !important;
    min-width: 170px !important;
    font-size: 1.2rem !important;
}
.amcform-button.-default:focus{
    box-shadow: none !important;
}
.amcform-button.-default{
    width: 100%;
    border-radius: inherit !important;
}