/*!
Theme Name: Rishi Child
Theme URI: https://rishitheme.com/
Author: Rishi Theme
Author URI: https://rishitheme.com/
Description: This is child theme for Rishi Theme.
Version: 2.0.0
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.9.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rishi-child
Template: rishi
*/

.buy-now-button {
vertical-align: middle;
float: unset !important;
display: inline;
z-index:1;
border: solid 1px #6e59a4;
}
.buy-now-button:hover {
background-color: #EEA934;
}

/*product timer*/
.sale-timer {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(110,89,164,1) 0%, rgba(158,140,203,1) 35%, rgba(197,178,245,1) 100%);
    color: #FFF;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.timer-heading {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.timer {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
}

.timer span {
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 3px;
}
