/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
--rwk-container: var(--content-width);
}
h1, h2, h3, h4, h5, h6 {
	font-family: "CabinetGrotesk", sans-serif;
	color: #151515;
	font-weight: 800;
}
.rwk-full-container {
	width: calc(100% + (100vw - (100% + 20px)) / 2);
	max-width: revert;
}
.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 0;
}
.star-empty {
    color: #ccc; /* Customize the color for empty stars */
}
.rwk-star-rating {
	display: flex;
	align-items: center;
	gap: 5px;
}
.elementor-widget-container ins {
	text-decoration: none !important;
}
.single .elementor-widget-container ins .woocommerce-Price-amount.amount {
	font-size: 28px !important;
}
.rwk-product-info .variations, .rwk-product-info .variations tr td {
	background: #FFFFFF !important;
}
.rwk-product-info .variations .label {
	display: none !important;
}
.woo-variation-swatches .variable-items-wrapper {
	flex-direction: column !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: 100%;
	height: 45px;
}
.rwk-product-info .variations {
	margin-top: 30px !important;
}
.woocommerce-variation.single_variation {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px;
    font-weight: 700;
}
.woocommerce-variation.single_variation .woocommerce-variation-price .price {
	color: #000000;
	font-family: "CabinetGrotesk", sans-serif;
}
.reset_variations {
    position: absolute;
    display: block;
    top: 10px;
    left: 5px;
	font-weight: 500;
	font-family: "Satoshi", sans-serif;
	font-size: 16px !important;
	text-transform: uppercase;
	color: #FF5454 !important;
}
#copyLinkButton {
	cursor: pointer;
	position: relative;
}
#copyLinkButton.link-copied {
	background-color: #BEEED7;
	border-color: #3CD39D;
}
#copyLinkButton.link-copied::before {
	content: "Link Copied!";
    display: block;
    position: absolute;
    top: -30px;
    padding: 5px;
    background-color: #3CD39D;
    font-size: 14px;
    border-radius: 2px;
    width: 88px;
    font-weight: 500;
    left: 50%;
    margin-left: -44px;
}
.rwk-product-features-list {
	display: flex;
	flex-direction: column;
}
.rwk-features-list-item {
	padding: 15px;
	border-bottom: 1px solid #000000;
	font-family: "Satoshi", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
	color: #151515;
}
.feature-list-label {
	font-family: "CabinetGrotesk", Sans-serif;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 10px;
	color: #000000;
}
.rwk-features-list-item:last-child {
	border: none;
}
@media (max-width: 1024px) {
	.rwk-full-container {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 1024px) {
	.post-content h1 { font-size: 30px !important; }
	.post-content h2 { font-size: 26px !important; }
	.post-content h3 { font-size: 22px !important; }
	.post-content h4 { font-size: 18px !important; }
}