/*!
Theme Name: fastest theme
Theme URI: http://underscores.me/
Author: Md. Saiduzzaman
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fastest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

input,
textarea,
select {
	font-size: 16px;
	line-height: 1.4;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* this checkout css */
h3#ship-to-different-address {
    display: none;
}


/* Container Styling */
.checkout-wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'SolaimanLipi', Arial, sans-serif;
}

/* Hide coupon section */
.woocommerce-form-coupon-toggle,
.checkout_coupon {
	display: none;
}

/* Main Form Styling */
.woocommerce-checkout {
	background: #fff;
	border-radius: 8px;
	/* padding: 30px; */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Section Title */
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

/* Form Fields Wrapper */
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Form Row Styling */
.form-row {
	width: 100% !important;
	margin-bottom: 0 !important;
	position: relative;
}

/* Labels */
.form-row label {
	display: block;
	font-size: 10px;
	font-weight: 500;
	color: #333;
	margin-bottom: 8px;
	position: absolute;
	top: -8px;
	left: 17px;
	background: white;
	padding: 2px;
}

/* Hide required asterisk */
.form-row label .required {
	display: none;
}

/* Input Fields */
.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row textarea,
.form-row select {
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	transition: border-color 0.3s;
	box-sizing: border-box;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
	outline: none;
	border-color: #FF8C00;
}

/* Placeholder Styling */
.form-row input::placeholder,
.form-row textarea::placeholder {
	color: #999;
	font-size: 14px;
}

/* Order Review Section */
#order_review {
	background: #f9f9f9;
	border-radius: 8px;
	margin-top: 10px;
}

/* Order Table */
.shop_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.shop_table thead {
	display: none;
}

.shop_table tbody tr,
.shop_table tfoot tr {
	border-bottom: 1px solid #e5e5e5;
}

.shop_table td,
.shop_table th {
	padding: 15px 0;
	font-size: 16px;
}

.shop_table .product-name {
	color: #666;
	font-weight: 400;
}

.shop_table .product-total,
.shop_table td:last-child {
	text-align: right;
	font-weight: 600;
	color: #333;
}

/* Subtotal and Total Rows */
.shop_table tfoot th {
	font-weight: 500;
	color: #666;
	text-align: left;
}

.shop_table .order-total th {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.shop_table .order-total td {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

/* Payment Methods */
.wc_payment_methods {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.wc_payment_method {
	padding: 0;
}

.wc_payment_method label {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
}

.payment_box {
	margin-top: 10px;
	padding: 15px;
	background: #f5f5f5;
	border-radius: 6px;
	font-size: 14px;
	color: #666;
}

/* Place Order Button */
.place-order {}

#place_order {
	width: 100%;
	padding: 16px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #FF8C00;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.3s;
	text-transform: none;
}

#place_order:hover {
	background: #E67E00;
}

/* Privacy Policy Text */
.woocommerce-privacy-policy-text {
	margin: 15px 0;
	font-size: 13px;
	color: #666;
	text-align: center;
}

.woocommerce-privacy-policy-text a {
	color: #FF8C00;
	text-decoration: underline;
}

/* Column Layout */
.col2-set {
	display: block;
}

.col-1,
.col-2 {
	width: 100%;
}

/* Hide Additional Fields if Empty */
.woocommerce-additional-fields__field-wrapper:empty {
	display: none;
}

.woocommerce-additional-fields h3:has(+ .woocommerce-additional-fields__field-wrapper:empty) {
	display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
	.checkout-wrapper {
		padding: 15px;
	}

	.woocommerce-billing-fields h3,
	#order_review_heading {
		font-size: 20px;
	}

	#place_order {
		font-size: 16px;
		padding: 14px;
	}
}

/* Currency Symbol Styling */
.woocommerce-Price-currencySymbol {
	font-size: 0.9em;
}

/* Input Wrapper */
.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.checkout-product-selector label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 6px;
}

.checkout-product-selector label img {
	border-radius: 10px;
	height: 100px;
	width: 100px;
}

.checkout-product-selector input {
	margin-right: 8px;
}

.checkout-product-selector input:checked+span {
	font-weight: 600;
	color: #000;
}

.woocommerce-additional-fields {
	display: none;
}

h3#order_review_heading {
	display: none;
}

.form-row.place-order {
	display: flex;
	flex-flow: column;
}

.woocommerce-terms-and-conditions-wrapper {
	display: none;
}

div#payment {
	display: flex;
	flex-flow: column;
}

ul.wc_payment_methods.payment_methods.methods {
	display: none;
}

div#order_review {
	display: flex;
	flex-flow: column;
}

table.shop_table.woocommerce-checkout-review-order-table {
	order: 2;
	border-top: 3px solid #dcd9d9;
	margin-top: 5px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Hero Section */
.hero {
	background: linear-gradient(135deg, #8B6914 0%, #D4AF37 100%);
	padding: 40px 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><circle cx="200" cy="100" r="80" fill="rgba(255,255,255,0.05)"/><circle cx="800" cy="400" r="100" fill="rgba(255,255,255,0.05)"/></svg>');
	opacity: 0.3;
}

.hero-content {
	position: relative;
	z-index: 1;
}

.logo {
	width: 120px;
	margin: 0 auto 20px;
}

.product-badge {
	background: #000;
	color: #D4AF37;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 1px;
}

.hero-title {
	font-size: clamp(24px, 5vw, 42px);
	color: #fff;
	margin-bottom: 15px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	font-weight: bold;
}

.hero-subtitle {
	font-size: clamp(14px, 3vw, 18px);
	color: #fff;
	margin-bottom: 20px;
}

.cta-btn {
	background: #FFD700;
	color: #000;
	padding: 15px 40px;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: transform 0.3s, box-shadow 0.3s;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
}

.cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

/* Trust Section */
.trust-section {
	background: #fff;
	padding: 30px 20px;
	text-align: center;
}

.trust-title {
	color: #C41E3A;
	font-size: clamp(18px, 4vw, 24px);
	margin-bottom: 20px;
	font-weight: bold;
}

.trust-text {
	font-size: clamp(12px, 2.5vw, 14px);
	color: #666;
	line-height: 1.8;
}

/* Features Section */
.features-section {
	background: #C41E3A;
	color: #fff;
	padding: 40px 20px;
}

.features-title {
	text-align: center;
	font-size: clamp(20px, 4vw, 28px);
	margin-bottom: 30px;
	font-weight: bold;
}

.features-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.features-grid {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(13px, 2.5vw, 16px);
}

.feature-item::before {
	content: '✓';
	background: #FFD700;
	color: #C41E3A;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-weight: bold;
}

.product-image-container {
	text-align: center;
	padding: 20px;
}

.product-image {
	max-width: 250px;
	margin: 0 auto;
	border-radius: 10px;
}

/* Gallery Section */
.gallery {
	padding: 40px 20px;
	background: #f9f9f9;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.gallery-item {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}

.gallery-item:hover {
	transform: translateY(-5px);
}

.gallery-item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

/* Benefits Section */
.benefits-section {
	background: #C41E3A;
	color: #fff;
	padding: 40px 20px;
	text-align: center;
}

.benefits-title {
	font-size: clamp(20px, 4vw, 32px);
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.3;
}

.benefits-subtitle {
	font-size: clamp(16px, 3vw, 20px);
	margin-bottom: 30px;
}

/* Additional Info */
.info-section {
	background: #fff;
	padding: 40px 20px;
}

.info-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 30px;
	align-items: center;
}

@media (min-width: 768px) {
	.info-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.info-card {
	background: #f5f5f5;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
}

.info-card h3 {
	color: #D4AF37;
	margin-bottom: 15px;
	font-size: clamp(16px, 3vw, 20px);
}

.info-list {
	list-style: none;
	text-align: left;
}

.info-list li {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	font-size: clamp(13px, 2.5vw, 15px);
}

.info-list li::before {
	content: '✓ ';
	color: #D4AF37;
	font-weight: bold;
}

/* Stats Section */
.stats-section {
	background: #fff;
	padding: 40px 20px;
	text-align: center;
}

.stats-title {
	color: #C41E3A;
	font-size: clamp(18px, 4vw, 24px);
	margin-bottom: 20px;
	font-weight: bold;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	max-width: 800px;
	margin: 30px auto;
}

.stat-box {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #C41E3A;
}

.stat-number {
	font-size: clamp(32px, 6vw, 48px);
	color: #C41E3A;
	font-weight: bold;
}

.stat-label {
	font-size: clamp(12px, 2.5vw, 14px);
	color: #666;
	margin-top: 5px;
}

.guarantee-text {
	font-size: clamp(14px, 3vw, 18px);
	color: #333;
	margin: 20px 0;
	font-weight: bold;
}

/* Order Form */
.order-section {
	background: #C41E3A;
	padding: 40px 5px;
	color: #000000;
}

.order-form {
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
}

.form-title {
	color: #C41E3A;
	text-align: center;
	font-size: clamp(18px, 4vw, 24px);
	padding-top: 14px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	color: #333;
	margin-bottom: 5px;
	font-size: 14px;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
}

.submit-btn {
	width: 100%;
	background: #FFD700;
	color: #000;
	padding: 15px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s;
}

.submit-btn:hover {
	background: #FFC700;
}

/* Footer */
footer {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 20px;
	font-size: 14px;
}

/* Utility Classes */
.text-center {
	text-align: center;
}

.mb-20 {
	margin-bottom: 20px;
}



.checkout-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.checkout-product-selector {
	display: flex;
	gap: 15px;
	/* margin-bottom: 40px; */
	padding: 20px;
	background: #f9f9f9;
	border-radius: 12px;
	overflow-x: auto;
}

.checkout-product-selector label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	padding: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 320px;
	flex-shrink: 0;
}

.checkout-product-selector label:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border-color: #D4AF37;
}

.checkout-product-selector input[type="radio"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	accent-color: #D4AF37;
	flex-shrink: 0;
}

.checkout-product-selector label:has(input[type="radio"]:checked) {
	border-color: #D4AF37;
	background: linear-gradient(135deg, #fffef7 0%, #fff 100%);
	box-shadow: 0 6px 15px rgba(212, 175, 55, 0.2);
}

.checkout-product-selector label>span {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
}

.checkout-product-selector input[type="radio"]:checked+span {
	color: #D4AF37;
	font-weight: 600;
}

.checkout-product-selector .price {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
	display: block;
}

.checkout-product-selector .price del {
	color: #999;
	font-size: 14px;
	margin-right: 5px;
}

.checkout-product-selector .price ins {
	text-decoration: none;
	color: #27ae60;
}

.checkout-product-selector label>div {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	flex-shrink: 0;
	background: #fafafa;
}

.checkout-product-selector label>div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.checkout-product-selector label:hover>div img {
	transform: scale(1.1);
}

.checkout-product-selector label::after {
	content: '✓';
	position: absolute;
	top: -8px;
	right: -8px;
	background: #D4AF37;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.checkout-product-selector label:has(input[type="radio"]:checked)::after {
	opacity: 1;
	transform: scale(1);
}

@media (max-width: 768px) {
	.checkout-product-selector {
		flex-direction: column;
		padding: 15px;
	}

	.checkout-product-selector label {
		min-width: auto;
		width: 100%;
	}

	.checkout-product-selector label>div {
		width: 70px;
		height: 70px;
	}
}

.woocommerce-checkout {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.countdown {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	text-align: center;
	padding: 40px 15px;
	background: #fff;
}

/* Offer badge */
.countdown .offer-badge {
	display: inline-block;
	border: 2px solid #e11d48;
	color: #e11d48;
	padding: 12px 28px;
	border-radius: 12px;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

/* Delivery text */
.countdown .delivery-text {
	color: #10b981;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

/* Timer wrapper */
.countdown .timer {
	display: flex;
	gap: 25px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

/* Individual time box */
.countdown .time-box {
	min-width: 220px;
	background: #f3f3f3;
	border: 3px solid #0284c7;
	border-radius: 20px;
	padding: 20px 10px;
}

/* Numbers */
.countdown .time-box .number {
	font-size: 64px;
	font-weight: 800;
	color: #e11d48;
	line-height: 1;
}

/* Labels */
.countdown .time-box .label {
	font-size: 20px;
	color: #111;
	margin-top: 8px;
}

/* Price text */
.countdown .price {
	font-size: 28px;
	font-weight: 700;
	margin-top: 15px;
}

/* Regular price */
.countdown .price.regular {
	color: #000;
}

.countdown .price .strike {
	color: #dc2626;
	text-decoration: line-through;
	font-weight: 800;
}

/* Discount price */
.countdown .price.discount {
	font-size: 34px;
	color: #000;
}

.countdown .price .highlight {
	color: #e11d48;
	font-weight: 900;
}

.info-list p {
	background: #efefef;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 14px;
}

.info-list {
	margin: 0px
}

.info-list li {
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.time-box {
		min-width: 100px !important;
	}

	.countdown .time-box .number {
		font-size: 40px;
	}
}


/* thankyou page css */
/* ==========================================================================
   Thank You Page Styles
=============================================================================== */

/* ===== THANK YOU PAGE WRAPPER ===== */
.woocommerce-order {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ===== SUCCESS MESSAGE ===== */
.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #16a34a;
    margin-bottom: 25px;
}

/* ===== ORDER OVERVIEW BOX ===== */
.woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
    background: #f9fafb;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.woocommerce-order-overview li {
    list-style: none;
    font-size: 14px;
    color: #6b7280;
}

.woocommerce-order-overview li strong {
    display: block;
    font-size: 16px;
    color: #111827;
    margin-top: 4px;
}

/* ===== SECTION HEADINGS ===== */
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e7eb;
    color: #111827;
}

/* ===== ORDER DETAILS TABLE ===== */
.woocommerce-order-details table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-order-details th,
.woocommerce-order-details td {
    padding: 14px 16px;
    font-size: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.woocommerce-order-details th {
    background: #f3f4f6;
    text-align: left;
    font-weight: 600;
    color: #374151;
}

.woocommerce-order-details td {
    color: #111827;
}

/* ===== TOTAL ROW HIGHLIGHT ===== */
.woocommerce-order-details tfoot tr:last-child th,
.woocommerce-order-details tfoot tr:last-child td {
    font-size: 16px;
    font-weight: 700;
    color: #16a34a;
}

/* ===== CUSTOMER DETAILS ===== */
.woocommerce-customer-details {
    margin-top: 30px;
}

.woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.woocommerce-column__title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #111827;
}

.woocommerce-customer-details address {
    background: #f9fafb;
    padding: 16px;
    border-radius: 10px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
}

/* ===== PAYMENT METHOD BADGE ===== */
.woocommerce-order-overview__payment-method strong {
    display: inline-block;
    background: #e0f2fe;
    color: #0369a1;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 600px) {
    .woocommerce-order {
        padding: 20px;
        margin: 20px;
    }

    .woocommerce-thankyou-order-received {
        font-size: 20px;
    }
}
/*--------------------------------------------------------------
# End of file