/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.etsy-shop-btn {
    background-color: #fff !important;
    color: #F1641E !important;
    border: 2px solid #F1641E !important;
    border-radius: 8px !important;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    margin-bottom: 5px !important;
    transition: all 0.3s ease;
}

.etsy-shop-btn:hover {
    background-color: #F1641E !important;
    color: #fff !important;
    text-decoration: none !important;
}