.wc-catalog-pdf-button  { 
    display:inline-block; margin-top:6px; 
}

.wc-catalog-pdf-button::before {
    display: none;
}

.woocommerce .product .button{ 
    margin-top: 20px;
    color: #FFFFFF;
    background: #348dc1;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: unset;
    display: flex;
    align-items: center;
    width: fit-content;
}

.wc-catalog-pdf-single .button::before {
    display: none !important;
}

.woocommerce .product .button:hover {
    cursor: pointer;
    background: #a0342c;
    color: #FFFFFF;
} 