/*
Theme Name: Voevod
Theme URI: https://voevod.qodeinteractive.com/
Description: A Bespoke WooCommerce Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: voevod
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* Download Center Button Style */
.vendor-download-btn {
    display: inline-block;
    padding: 18px 40px;
    background-color: #1f3239;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-weight:400;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.vendor-download-btn:hover {
    background-color: #000000;
    color: #ffffff;
}