/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_WebToPrint
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wtp-customize-button.action.primary {
    background: #58AF50;
    border: 1px solid #58AF50;
    text-align: center;
}
.wtp-customize-button > p{
    margin: 0 !important;
}
.button-customization {
    line-height: 1.6rem;
}
.button, a.action.primary{
    border-radius:0px;
}

/* css for mobile view of Customize button*/
@media all and (max-width: 767px), print {
    .wtp_btn{
        margin-top: 5px;
    }
}