@charset "utf-8";
/**
 * Theme color (#fe4c50) - isolated from main_styles.rtl.css
 * Load this file after main_styles.rtl.css to apply theme.
 * Change --theme-primary to customize the accent color.
 */
:root {
	--theme-primary: #fe4c50;
}

/* 3.4 Main Navigation - Checkout badge */
.checkout_items {
	background: var(--theme-primary);
}

/* 3.6 Logo */
.logo_container a span {
	color: var(--theme-primary);
}

/* 3.7 Main Slider - Red button */
.red_button {
	background: var(--theme-primary);
}

/* 5.1 New Arrivals Sorting */
.grid_sorting_button.active {
	background: var(--theme-primary);
}

/* 5.2 New Arrivals Products Grid */
.product_price {
	color: var(--theme-primary);
}

.product_bubble_red::after {
	border-color: transparent var(--theme-primary) transparent transparent;
}

.product_bubble_red {
	background: var(--theme-primary);
}

.favorite.active::after,
.favorite:hover::after {
	color: var(--theme-primary);
}

/* 6. Deal of the week */
.section_title::after {
	background: var(--theme-primary);
}

.timer_num {
	color: var(--theme-primary);
}

/* 8. Benefit */
.benefit_icon i {
	color: var(--theme-primary);
}

/* 9. Blogs */
.blog_more {
	color: var(--theme-primary);
	border-bottom: solid 1px var(--theme-primary);
}

/* 10. Newsletter */
.newsletter_submit_btn {
	background: var(--theme-primary);
}

/* 11. Footer */
.footer_nav li a:hover,
.cr a,
.cr i,
.footer_social ul li a:hover {
	color: var(--theme-primary);
}
