/*!
Theme Name: tktxtattoo
Theme URI: http://tktxtattoo.com
Author: TKTXTattoo
Author URI: http://tktxtattoo.com
Description: TKTXTattoo Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tktxtattoo

based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.text-orange {
 color: #f39c12;
}

.review-stars i {
	cursor: pointer;
}


.hero-animated-carousel .slick-track,
.hero-animated-carousel .slick-list {
	height: 100% !important;
}

.product-archive-badge {
	position: absolute;
    display: block;
    height: 70px;
    width: 70px;
    background: #1eb772;
    border-radius: 20000px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 80%;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 1.2;
}