/*!
Theme Name: Pahla Store
Theme URI: https://wp-pahlastore.almasthemes.com/
Author: Almas Rafaqat
Description: WooCommerce compatible theme
Version: 1.1.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: pahla-store
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.

Pahla Store 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
# Home Page Components
	- Header
	- Navigation
	- Slider
	- Product
	- Footer
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
## Media Query

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

/* Oswald- Extra Light   */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/oswald/Oswald-Light.woff');
}

/* Oswald-Regular   */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/oswald/Oswald-Regular.woff');
}

/* Oswald-Medium   */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/oswald/Oswald-Medium.woff');
}

/* Oswald-SemiBold   */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/oswald/Oswald-SemiBold.woff');
}

/* Oswald-Bold   */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/oswald/Oswald-Bold.woff');
}



/* Montserrat-Regular   */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/montserrat/Montserrat-Regular.woff');
}

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

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

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

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

:root {
	--primary: #E55604;
	--accent: #26577C;
	--lightPink: #FF6969;
	--lightYellow: #EBE4D1;
	--black: #303030;
	--white: #fff;
	--border: #eee;
	--oswald: 'Oswald', sans-serif;
	--montserrat: 'Montserrat', sans-serif;
}

/**
 * 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 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400;
	margin: 0;
}

.content-area {
	min-height: 500px;
	padding: 3rem 0;
}

.post-type-archive-product .content-area {
	padding: 3rem 0 !important;
}

.page-template-template-home-php .content-area {
	padding: 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: .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: -.25em;
}

sup {
	top: -.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: .35em .75em .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;
	font-family: var(--oswald);
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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: var(--white);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 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: var(--primary);
	outline: none !important;
	text-decoration: none;
}

a:visited {
	color: var(--primary);
}

a:hover,
a:focus,
a:active {
	color: var(--primary);

}

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: .6em 1em .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
--------------------------------------------------------------*/


/* Header
--------------------------------------------- */

.header-desktop {
	background-color: #fdfdfd;
	border-bottom: 1px solid var(--border);
}

.small-header {
	background-color: var(--primary);
	padding: 10px 20px;

}

.site--container {
	position: relative;
}

.site--container .header-desktop {
	border-left: 1px solid var(--border);
	border-right: 1px solid var(--border);
	margin-top: 5px;
}

.site--container .small-header {
	border-radius: 5px 5px 0 0;
}

.wrapp-serach-category .wrapper {
	height: 40px;
}

.wrapp-serach-category .wrapper .input-container {
	height: 100%;
	width: 55%;
}

.wrapp-serach-category .wrapper .input-container input {
	border: none;
	border-radius: 5px 0 0 5px;
	font-size: 12px;
	height: 100%;
	outline: none;
	padding: 10px;
	width: 100%;
}

.wrapp-serach-category .wrapper .category-container {
	border-left: 1px solid var(--lightYellow);
	height: 100%;
	width: 35%;
}

.wrapp-serach-category .wrapper .category-dropdown {
	border: none;
	font-size: 12px;
	font-weight: 500;
	height: 100%;
	outline: none;
	padding: 10px;
	text-indent: 2px;
	width: 100%;
}

.wrapp-serach-category .wrapper .button-container {
	background-color: var(--white);
	border-radius: 0 5px 5px 0;
	height: 100%;
	width: 10%;
}

.wrapp-serach-category .wrapper .button-container button {
	background-color: var(--black);
	border: none;
	border-radius: 0 5px 5px 0;
	color: #fff;
	height: 100%;
	outline: none;
	padding: 10px;
	width: 100%;
}


/* Navigation
--------------------------------------------- */
header .brand {
	ms-word-wrap: break-word;
	padding-bottom: 15px;
	word-break: break-word;
}

.main-menu {
	padding: 0;
}

.main-menu ul {
	border-radius: 0;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.main-menu ul li {
	display: inline;
	margin: 0 5px 0 0;
}

.main-menu ul li:last-child {
	margin: 0;
}

.main-menu a,
.account .navbar-nav .nav-link {
	outline: none;
}

.main-menu>ul li a,
.navbar-light .navbar-nav .nav-link {
	color: var(--black);
	text-decoration: none;
	padding: 7px 15px 20px;

}

.main-menu ul li a.nav-link:first-child {
	padding-left: 0 !important;
}

.main-menu ul li ul {
	background-color: #000;
}

.main-menu ul li ul li {
	margin: 0;
}

.main-menu ul li ul li a {
	color: #fff;
	padding: .5rem;
}

.main-menu .navbar-nav .active>.nav-link {
	color: var(--primary);
}

.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover {
	color: #fff;
	background-color: #272c33;
}

.main-menu .dropdown:hover>.dropdown-menu,
.main-menu .dropup:hover>.dropdown-menu {
	display: block;
}

.main-menu .dropdown-item.active,
.main-menu .dropdown-item:active {
	background-color: var(--primary);
}

.main-menu .navbar-toggler {
	border: none;
	padding-right: 0;
}

.main-menu .dropdown-toggle::after {
	vertical-align: 0.155em;
}

.main-menu ul li .dropdown-menu .dropdown>a::after {
	border-bottom: 0;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	border-top: .3em solid;
	content: "";
	display: inline-block;
	margin-left: .355em;
	moz-transform: rotate(-90deg);
	ms-transform: rotate(-90deg);
	o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	vertical-align: .2em;
	webkit-transform: rotate(-90deg);
}

.main-menu .dropdown-menu li {
	display: block;
	margin: 0;
	padding: 0;
}

.main-menu .dropdown-menu .dropdown-menu {
	left: 100%;
	top: -1px;

}

.main-menu .navbar-toggler-icon {
	background-image: url('assets/img/hamburger-menu.svg');
}



/*Account - Navlink*/
.account {
	font-weight: 700;
}

.account .navbar-nav .nav-link {
	color: var(--primary);
	font-size: 18px;
}


/* Cart */
.cart .cart-icon {
	background: url('assets/img/cart.svg');
	background-repeat: no-repeat;
	display: inline-block;
	height: 25px;
	vertical-align: bottom;
	width: 25px;
}

.cart .items {
	background: var(--primary);
	border-radius: 50%;
	color: var(--white);
	display: inline-block;
	height: 20px;
	text-align: center;
	width: 20px;
}


/* Slider
--------------------------------------------- */
.flexslider {
	border: 0;
	position: relative;
	overflow: hidden;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.flex-control-nav {
	bottom: 10px;
}

.slider-details-container {
	color: var(--white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 800px;
}

.slider-details-container h1 {
	font-size: 3.7rem;
}

.slider-details-container .subtitle {
	font-size: 1.3em;
	margin-bottom: 15px;
}

.slider-details-container .slider-title {
	color: var(--accent);
	font-weight: 700;
}

.slider-details-container a {
	background-color: var(--primary);
	border-radius: 5px;
	color: var(--white);
	display: inline-block;
	font-size: 1.2em;
	padding: .8em;
	text-transform: uppercase;
}

.slider-details-container a:hover {
	color: var(--white);
}

.flexslider .slides {
	padding: 0;
}

.flex-control-paging li a {
	background: rgba(189, 189, 189, 0.5);
	height: 10px;
	width: 15px;
}

.flex-control-paging li a.flex-active {
	background: var(--primary);
	width: 25px;
}

.flex-control-nav li {
	margin: 0 2px;
}

/* Specific Media Queries for responsive adjustments */
@media screen and (max-width: 35em) {
	.flexslider {
		height: 250px;
	}

	.flexslider .slides img {
		min-height: 250px;
		width: 100%;
	}

}


/* Product
--------------------------------------------- */
.home main .section-title {
	position: relative;

}

.home main .section-title h2 {
	background: var(--white);
	display: inline-block;
	font-size: 3rem;
	padding: 0 20px 0 0;
	position: relative;
	vertical-align: top;
}

.home main .section-title::before {
	background: #ddd;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-40%) !important;
	width: 100%;
}


/* Category */
.category {
	margin: 0 0 3em;
}

.category .category-body {
	padding: 30px;
}

.category .category-body a {
	color: var(--black);
	text-decoration: none;
}

.category .category-body .cateogry-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.category .category-body .cateogry-container .image-container {
	border: 2px solid var(--primary);
	border-radius: 50%;
	height: 200px;
	overflow: hidden;
	width: 200px;
}

.category .category-body .cateogry-container .image-container img {
	height: 100%;
	object-fit: cover;
	width: 100%;

}

.category .category-body .cateogry-container .category-title {
	margin: 1em 0;
	font-size: 18px;
}


/* Deal Of The Week */
.deal-of-the-week {
	padding: 60px 0;
}

.deal-of-the-week .row {
	padding: 30px 0;
}

.deal-of-the-week .discount {
	background: var(--primary);
	color: #fff;
	display: inline-block;
	margin: 20px 0;
	padding: .5rem;
	position: relative;
}

.deal-of-the-week .discount:before {
	border: 1px dashed var(--white);
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 6%;
	width: 100%;
}

.deal-of-the-week .discount:after {
	border: 1px dashed var(--white);
	bottom: 5%;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.deal-of-the-week .section-title {
	margin: 0 !important;
}

.deal-of-the-week h3 {
	margin: 0 0 20px;
	padding: 0;
}

.deal-of-the-week h3 a {
	color: var(--primary);
	font-size: 2rem;
	font-weight: 700;
	transition: .5s;
}

.deal-of-the-week h3 a:hover {
	color: var(--accent);
}

.deal-of-the-week p {
	color: #aeaeae;
	font-size: 1.2rem;
}

.deal-of-the-week .prices .regular {
	font-size: 1.4rem;
	font-weight: 600;
	opacity: .4;
	text-decoration: line-through;
}

.deal-of-the-week .prices .sale {
	font-size: 2rem;
	font-weight: 700;
}

.deal-of-the-week a.add-to-cart {
	background-color: var(--primary);
	border-radius: 3px;
	color: var(--white);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px;
	padding: .618em 1em;
	text-decoration: none;
}


/*
Footer
---------------------------------------------*/
footer.site-footer {
	left: 0;
	position: absolute;
	width: 100%;
}

.copyright {
	background-color: var(--black);
	color: var(--white);
}

.copyright p {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.tb-mb {
		margin-bottom: 25px;
		/* Adjust the value as needed */
	}
}

/* Posts and pages
--------------------------------------------- */
.home section.lab-blog {
	padding: 40px 0;
}

.home section.lab-blog .row {
	margin-top: 20px;
}

.home section.lab-blog h3 {
	margin: 10px 0;
}

.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;
}


/* Blog and Archive Pages */
.blog article,
.archive article {
	margin-bottom: 3rem;
}

.blog article .title,
.archive article .title {
	font-weight: 600;
}

.blog article .meta,
.archive article .meta {
	font-weight: 700;
	margin: 1rem 0;
}

.archive-title {
	border-bottom: 1px solid #efefef;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 0 0 .7rem;
}

.archive-title span {
	color: #b58e8e;
	font-weight: 400;
}

.blog .post-thumbnail,
.archive .post-thumbnail {
	margin: 1rem 0;
}

.nav-links {
	font-weight: 700;
}

.nav-links span,
.nav-links a {
	padding: .4rem;
}


/* Single */
.single header h1 {
	font-weight: 700;
}

.single .post-thumbnail {
	margin: 1rem 0;
}

.comments-area {
	border-top: 1px solid var(--border);
	margin-top: 2rem;
	padding: 1rem 0 2rem;
}

.comment-form label {
	display: block;
}

.comment-form input[type="submit"] {
	background-color: var(--primary);
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: .8em;
	text-transform: uppercase;
}


/* Comments
--------------------------------------------- */
.reply .comment-reply-link:visited {
	color: var(--white);
}

.comment-body {
	padding: 0 10px;
}

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

.bypostauthor {
	display: block;
}

#comments ol,
#comments ul {
	list-style: none;
	padding: 0;
}

#comments .depth-1 {
	padding: 2rem 0;
}

#comments .nav-links a {
	padding: 0;
}

#comments .bypostauthor {
	background-color: #bf95941a;
	margin: 10px 0;
}

.entry-pings,
.entry-comments {
	background: var(--white);
	border: 1px solid var(--border);
	border-left: 4px solid #444;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	color: #444;
	moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding: 20px 45px 40px;
	webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.entry-comments h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

.comment-respond {
	margin: 1.5rem 0;
}

.comment-header {
	color: #adaeb3;
	font-size: 14px;
	margin-bottom: 20px;
}

.comment-header cite a {
	border: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

.comment-header .comment-meta a {
	border: none;
	color: #adaeb3;
}

li.comment {
	background-color: var(--white);
	border-right: none;
}

.comment-content {
	clear: both;
	overflow: hidden;
}

.comment-list li {
	font-size: 14px;
	padding: 20px 30px 20px 25px;
}

.comment-list .children {
	border: 1px solid #cccccc40;
	margin-left: 1rem;
	margin-top: 40px;
}

.comment-list li li {
	background-color: #f5f5f6;
}

.comment-list li li li {
	background-color: var(--white);
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	position: relative;
}

.entry-comments .comment-author img {
	border: 5px solid var(--white);
	border-radius: 50%;
	left: -80px;
	position: absolute;
	top: -5px;
	width: 60px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

.comment-reply-link {
	background-color: #444;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 4px 10px;
	text-transform: uppercase;
	width: auto;
}

.comment-reply-link:hover {
	color: var(--white);
}

.comment-notes {
	display: none;
}

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

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

.pahla-store-widget h1,
.pahla-store-widget h2,
.pahla-store-widget h3,
.pahla-store-widget h4,
.pahla-store-widget h5,
.pahla-store-widget h6 {
	border-bottom: 1px solid var(--border);
	padding-bottom: 1.2rem;
	position: relative;

}

.shop-content .pahla-store-widget h1,
.shop-content .pahla-store-widget h2,
.shop-content .pahla-store-widget h3,
.shop-content .pahla-store-widget h4,
.shop-content .pahla-store-widget h5,
.shop-content .pahla-store-widget h6 {
	border-bottom: 0;
	padding: 1rem 0;
}

.pahla-store-widget h1:after,
.pahla-store-widget h2:after,
.pahla-store-widget h3:after,
.pahla-store-widget h4:after,
.pahla-store-widget h5:after,
.pahla-store-widget h6:after {
	background-color: var(--primary);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 80px;
}

.shop-content .pahla-store-widget h1:after,
.shop-content .pahla-store-widget h2:after,
.shop-content .pahla-store-widget h3:after,
.shop-content .pahla-store-widget h4:after,
.shop-content .pahla-store-widget h5:after,
.shop-content .pahla-store-widget h6:after {
	background-color: unset;
	content: none;
	height: 0;
	width: 0;
}

.pahla-store-widget a {
	color: var(--accent);
}

.pahla-store-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pahla-store-widget ul li {
	margin-top: 5px;
}

.pahla-store-widget .wc-block-grid__product {
	border-bottom: 0;
	border-left: 0;
	text-align: left;
}


/* Footer Widets
------------------*/
.pahla-store-footer-widgets {
	background-color: #f5f5f5;
}

.pahla-store-widget-container {
	border-radius: 10px;
	padding: 15px;
}

.pahla-store-widget-container .subsriber-container {
	margin-top: -40px;
}

.pahla-store-widget .pahla-store-subscriber-form {
	color: var(--black);
}

.pahla-store-widget .pahla-store-subscriber-form input[type="email"] {
	outline: none;
	padding: 10px;
	width: 100%;
}

.pahla-store-widget form input[type="submit"] {
	background-color: var(--primary);
	border: none;
	border-color: unset;
	color: #fff;
	margin-top: 10px;
	outline: none;
	padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	color: #000;
}

.wpcf7-spinner {
	margin: -5px 24px;
}

.pahla-store-widget.social-icons .is-layout-flex {
	flex-wrap: nowrap;
}

.pahla-store-widget-container .site-links {
	margin-top: 50px;
}

.pahla-store-widget-container .subsriber-container {
	background-color: var(--lightYellow);
	border-radius: 7px;
	padding: 15px;
}

.pahla-store-widget-container .subsriber-container .pahla-store-widget {
	margin-bottom: 0;
}

/*------------------
 * contact 7 Form
 * -------------------*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus {
	border-color: #007bff;
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

.wpcf7-form-control {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.wpcf7-submit {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background-color: #0056b3;
}


/*
Social Widget
--------------*/
.social-widget-container {
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: end;
}

.social-widget-container .widget.social-icons {
	margin: 0 !important;
}

.social-widget-container .widget.social-icons ul li {
	background-color: var(--black) !important;
	margin-right: 10px !important;
}

.social-widget-container .widget.social-icons ul li a {
	font-size: 18px;
}

/* 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: .8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	display: grid;
	grid-gap: 1.5em;
	margin-bottom: 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: .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
--------------------------------------------- */
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6,
.content-area p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.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-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
}


/* Media Query
	========================================================================== */
@media only screen and (max-width: 767px) {

	/* Social Widget Top Not Showing. 
	   ------------------------------- */
	.social-widget-container {
		display: none;
		visibility: hidden;
	}


	/* Main Header  
	   ------------------------------- */
	.main-header {
		padding: 0;
	}


	/* Small Header  
	   ------------------------------- */
	.wrapp-serach-category .wrapper .category-container {
		width: unset;
	}

	.wrapp-serach-category .wrapper .button-container button {
		width: unset;
	}

	/* Navigation Menu  
	   ------------------------------- */
	.main-menu {
		border-top: 2px solid #f2f2f2;
		padding: 10px;
		margin-top: 10px;
	}

	.main-menu ul li {
		margin: 0;
	}

	.main-menu .dropdown-menu {
		display: block;
		margin-left: 1rem;
	}

	.main-menu ul li .dropdown-menu .dropdown>a::before {
		border-bottom: 0;
		border-left: .3em solid transparent;
		border-right: .3em solid transparent;
		border-top: .3em solid;
		content: "";
		display: inline-block;
		margin-right: .255em;
		moz-transform: rotate(-90deg);
		ms-transform: rotate(-90deg);
		o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		vertical-align: .255em;
		webkit-transform: rotate(-90deg);
	}

	.main-menu ul li .dropdown-menu .dropdown>a::after {
		display: none;
	}

	.main-menu .dropdown-menu .dropdown-menu {
		margin-left: 0;
	}

	.main-menu .dropdown-menu .dropdown-menu a {
		padding-left: 1rem;
	}

	.main-menu ul li a,
	.navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
	}

	/*Section Title  
	------------------------------- */
	.home main .section-title h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}


	/*Footer  
	------------------------------- */
	.site-footer .copyright p {
		font-size: 14px;

	}
}

/*===================================
Home V1
=====================================*/


/* General Transparent Header Settings */
.home .transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: transparent;
	padding: 20px 0;
}

.transparent-header {
	background-color: rgb(0, 0, 0, 1.0);
}

.header-logo img {
	max-width: 200px
}

/* Fixing logo size */

/* Mobile (max-width: 991px) */
@media (max-width: 991px) {

	.header-logo img {
		max-width: 150px;
		/* Smaller logo for mobile */
	}

	/* Center the logo in mobile view */
	.header-logo {
		margin: 0 auto;
	}


	/* Background color for collapsed menu */
	.navbar-collapse {
		background-color: rgba(0, 0, 0, 0.8);
		padding: 20px;
	}

	/* Make sure the menu and icon color is white */
	.home .navbar-collapse .nav-link {
		color: white;
	}

	.navbar-toggler {
		color: white;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}

	/* Slide-in effect for the mobile menu */
	.slide-in-left {
		transform: translateX(-100vw);
		/* Full viewport width off-screen */
		transition: transform 0.4s ease-in-out;
	}

	.collapse.show.slide-in-left {
		transform: translateX(0);
		/* Slide menu in from the left */
	}
}

/* Desktop View (min-width: 992px) */
@media (min-width: 992px) {

	.header-nav-desktop-v1 {
		margin-left: 150px;
	}

	.header-nav-desktop-v1 .main-menu ul {
		width: 100%;
	}

	/* Ensure the logo stays left-aligned on desktop */
	.header-logo {
		margin-left: 0;
	}

	/* Display navigation inline for desktop */
	.navbar-collapse {
		display: flex !important;
		justify-content: flex-end;
		background-color: transparent;
		transform: none;
		/* No sliding effect on desktop */
	}

	/* Center the navigation */
	.header-nav {
		/*        flex: 2; */
		display: flex;
		justify-content: center;

	}

	.navbar-toggler {
		display: none;
		/* Hide the hamburger icon on desktop */
	}

	.navbar-light .navbar-nav .nav-link {
		color: white
	}

	/* Make sure the menu links are black in desktop */
	.navbar-collapse .nav-link {
		color: white;
	}
}

/* Slide-in effect for the mobile menu */
.slide-in-left {
	transform: translateX(-100%);
	transition: transform 0.4s ease-in-out;
}

.collapse.show.slide-in-left {
	transform: translateX(0);
	/* Menu slides in from the left */
}

/* Full-screen search bar styling */
.full-screen-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 20;
	display: none;
	align-items: center;
	justify-content: center;
}

.full-screen-search.active {
	display: flex;
}

.search-container {
	text-align: center;
}

.search-input {
	width: 80%;
	padding: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}

.search-submit {
	padding: 10px 20px;
	font-size: 20px;
	background-color: #fff;
	border: none;
	cursor: pointer;
}

.search-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

/* Make the slider appear as part of the header */
.slider-v1 {
	position: relative;
	top: -50px;
	z-index: 1;

}

/*
Main Section
------------------------*/
.section-gap {
	margin: 10px 0;
	/* Reduced as requested */
}

@media (min-width: 768px) {
	.section-padding {
		padding: 0 100px;
	}
}


.product-section.section--v1 {
	margin-top: -80px !important;


}

.product-image-resize {
	width: 100%;
	height: 350px !important;
	object-fit: cover;

}

/*Category Style
------------------------------*/
/* Zoom effect on hover */
.category-link {
	display: inline-block;
	overflow: hidden;
}




.category-image {
	transition: transform 0.3s ease;
}

.category-link:hover .category-image {
	transform: scale(1.1);
	/* Zoom in the image */
}

.sports-text {
	/*            writing-mode: vertical-rl;*/
	text-orientation: mixed;
	transform: rotate(180deg);
	font-size: 6rem;
	font-weight: bold;
	color: #f8f9fa;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.category--name,
.title--heading {
	text-transform: uppercase;
	border-bottom: 1px solid var(--border);
	padding-bottom: 1.2rem;
	position: relative;

	&::after {
		content: "";
		width: 80px;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: var(--primary);
	}
}

.category-badge {
	background-color: var(--primary);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.product-slider .flex-direction-nav a {
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-orange {
	background-color: var(--primary);
	border-color: #ffa500;
	color: white;
}

.btn-orange:visited {
	background-color: var(--primary);
	border-color: var(--primary);
	color: white;
}

.btn-orange:hover {
	background-color: var(--accent);
	border-color: var(--primary);
	color: white;
}

/*
Cateogy image Fix
--------------------*/
.category-image--container {
	overflow: hidden;
	/* Ensures no overflow */
	text-align: center;
}

.category-image {
	max-width: 100%;
	/* Ensures images don't overflow */
	height: auto;
}

.row>[class*="col-"] {
	box-sizing: border-box;
	/* Ensures padding doesn't cause overflow */
}

.product-slider--v1 .product-image-resize {
	width: 100%;
	/* Ensures full container width usage */
	height: auto;
	/* Maintains aspect ratio */
}

.product-slider--v1,
.category-image--container {
	overflow: hidden;
	white-space: nowrap;
	/* Prevent overflow of long texts if applicable */
}

@media (max-width: 768px) {
	.category-image {
		width: 100%;
	}
}

/*-----------
Dynamic Columns
------------------------*/
.dynamic-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	/* Space between columns */
}

.dynamic-columns.columns-1 .column {
	flex: 1 1 100%;
	/* Full width for one column */
}

.dynamic-columns.columns-2 .column {
	flex: 1 1 calc(50% - 10px);
	/* Two columns */
}

.dynamic-columns.columns-3 .column {
	flex: 1 1 calc(33.33% - 13.33px);
	/* Three columns */
}

.dynamic-columns.columns-4 .column {
	flex: 1 1 calc(25% - 15px);
	/* Four columns */
}

.column {
	box-sizing: border-box;
	/* Ensure padding is included in width/height */
	padding: 10px;
	/* Add padding for aesthetics */
	border: 1px solid #ddd;
	/* Optional: Add a border around columns */
	border-radius: 5px;
	/* Optional: Add rounded corners */
	background: #f9f9f9;
	/* Optional: Background color */
	display: flex;
	/* Enable flexbox for alignment */
	flex-direction: column;
	/* Stack content vertically */
}

.column img {
	width: 100%;
	/* Full width of the column */
	height: 200px;
	/* Fixed height for uniformity */
	object-fit: cover;
	/* Maintain aspect ratio, cover the area */
	display: block;
	/* Ensures there's no gap under the image */
	border-radius: 5px;
	/* Optional: Add rounded corners to images */
}

.column h3 {
	margin-top: 10px;
	/* Space above headings */
}

/* Additional media queries for mobile responsiveness */
@media (max-width: 768px) {

	.dynamic-columns.columns-4 .column,
	.dynamic-columns.columns-3 .column {
		flex: 1 1 calc(50% - 10px);
		/* Stack two columns on smaller screens */
	}
}

@media (max-width: 480px) {

	.dynamic-columns.columns-2 .column,
	.dynamic-columns.columns-3 .column,
	.dynamic-columns.columns-4 .column {
		flex: 1 1 100%;
		/* Full width on very small screens */
	}
}


/*
Categlog
---------------------*/

.catalog-section {
	margin: 20px 0;
	padding: 20px;
	/* Padding around the section */
	background-color: #f9f9f9;
	/* Light background for contrast */
	border-radius: 8px;
	/* Rounded corners for the section */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	/* Subtle shadow for depth */
}

.catalog-item {

	overflow: hidden;
	/* Prevent overflow */
	transition: transform 0.2s;
	/* Smooth scaling on hover */
}

.catalog-item:hover {
	transform: scale(1.03);
	/* Slightly scale up on hover */
}

.catalog-item img {
	width: 100%;
	/* Make the image fill the container */
	height: 500px;
	/* Fixed height for images */
	object-fit: cover;
	/* Crop the image nicely if it overflows */
	border-radius: 8px 8px 0 0;
	/* Rounded corners for top only */
}

.catalog-item h3 {
	font-size: 1.2em;
	/* Heading font size */
	margin: 10px 0;
	/* Space above and below heading */
}

.catalog-item p {
	font-size: 0.9em;
	/* Description font size */
	color: #666;
	/* Dark grey text color for readability */
	margin: 5px 0;
	/* Space above and below description */
}

.catalog-item a {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 12px;
	background-color: var(--primary);
	/* Use your primary color */
	color: #fff;
	/* White text for contrast */
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.2s;
	/* Smooth transition for hover effect */
}

.catalog-item a:hover {
	background-color: var(--accent);
	/* Change to accent color on hover */
}