/*!
Theme Name: amit_flutes
Author: Ritesh Singh
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: amit_flutes
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.


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;
	font-family: "Open Sans", sans-serif;
}

/**
 * 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, h2, h3, h4, h5,h6{
	font-family: "Jost", sans-serif;
	margin-top: 0;
	line-height: 1.2;
}
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;
    border: #ddd 1px solid;
    border-radius: 5px;
    padding: 12px 10px;
}

/**
 * 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
--------------------------------------------- */
:root {
	scroll-behavior: smooth;
  }
  
  body {
	font-family: Poppins,Arial, Helvetica, sans-serif;
    font-size: 15px;
  }

  a{
	color: #1d2150;
	text-decoration: none;
  }
  
  a:hover {
	color: #dc3545;
	text-decoration: none;
  }
  
.sliderHome{
	margin-top: 30px !important;
}
p{
	margin-bottom: 10px !important;
}
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  section {
	    padding: 60px 0;
  }
  
  .section-header {
	text-align: center;
	padding-bottom: 40px;
  }
  .section-header h2 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	color: #0ac6ab;
	text-transform: uppercase;
  }
  .section-header p {
margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #32a5c8;
  }
  @media (max-width: 768px) {
	.section-header p {
	  font-size: 28px;
	  line-height: 32px;
	}
  }
  
  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
  .breadcrumb {
    list-style: none;
	font-size: 18px;
    color: #fff;
}
.breadcrumb a {
    color: #dd9934;
    text-decoration: none;
}
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: #bd8563;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
  }
  .back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
  }
  .back-to-top:hover {
	background: #767676;
	color: #fff;
  }
  .back-to-top.active {
	visibility: visible;
	opacity: 1;
  }
  
.grecaptcha-badge{ visibility: hidden; }

  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
	[data-aos-delay] {
	  transition-delay: 0 !important;
	}
  }
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 1111;
    padding: 5px 0;
    background: #fff;
    border-bottom: 1px solid #bd856342;
  }

  .header.header-scrolled {
    background: #fff;
    padding: 8px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 33%);
  }
  .header.header-scrolled .logo img{
    max-height: 55px;
    margin-right: 6px;
}
  .header .logo {
	line-height: 0;
  }
  .header .logo img {
	max-height: 80px;
	margin-right: 6px;
	transition: all 0.9s;
  }
  .header .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #32a5c8;
	font-family: "Nunito", sans-serif;
	margin-top: 3px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
	padding: 0;
  }
  .navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
  }
  .navbar li {
	position: relative;
  }
  .navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 16px;
	font-weight: 700;
	color: #925530;
	white-space: nowrap;
	transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #dd9934;
  }
  .navbar .getstarted, .navbar .getstarted:focus {
	background: #dd9934;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #bc2f31;
  }
  .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
	color: #fff;
	background: #06aa91;
  }
  .navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
  }
  .navbar .dropdown ul li {
	min-width: 200px;
  }
  .navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
  }
  .navbar .dropdown ul a i {
	font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #0ac6ab;
  }
  .navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
  }
  @media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
	  left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
	  left: -100%;
	}
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
	color: #8d180e;
    font-size: 40px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
  }
  .mobile-nav-toggle.bi-x {
	color: #fff;
  }
  
  @media (max-width: 991px) {
	.mobile-nav-toggle {
	  display: block;
	}
  
	.navbar ul {
	  display: none;
	}
  }
  .navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: hsl(22.67deg 40.54% 56.47% / 87%);
	transition: 0.3s;
  }
  .navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
  }
  .navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
  }
  .navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
    font-size: 20px;
    color: #925530;
    font-weight: 700;
    border-bottom: 1px solid #ffddc9;
    margin: 10px;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: #515151;
  }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
	margin: 15px;
  }
  .navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  .navbar-mobile .dropdown ul li {
	min-width: 200px;
  }
  .navbar-mobile .dropdown ul a {
	padding: 10px 20px;
  }
  .navbar-mobile .dropdown ul a i {
	font-size: 12px;
  }
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	color: #0ac6ab;
  }
  .navbar-mobile .dropdown > .dropdown-active {
	display: block;
  }

.innerPageBg{
    position: relative;
    height: 350px;
    margin:0 0 10px 0;
    background-image: url(/wp-content/uploads/2024/12/innger_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.innerPageBg .container-fluid{
	position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.innerPageBg h1{
	color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.font5rem{
	font-size:5rem !important;
}
.redColor{
	color:#ed3237 !important;
}
.btn-primary{
	background: #ed3237 !important;
    border-color: #ed3337;
}
.woocommerce-shop .entry-header{
	display:none;
}
/* ==== SHOPING OPTION ==== */

.shoppingSection img{
	width:80px;
	height:80px;
	margin-right:10px;
}
.shoppingSection .box{
	display:inline-flex;
	align-items: center;
	margin-bottom:16px;
}
.shoppingSection .box h3{
	font-size:22px !important;
}
.shoppingSection p{
	margin-bottom: 0 !important;
    color: #7d7d7d !important;
}
.wcpscwc-product-slider .products li,
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
	transition: transform .3s, box-shadow .3s;
	border-radius: 7px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .08) !important;
	text-align:center;
	padding: 20px !important;
    margin: 0 16px 30px !important;
    background: #fff;
}
.wcpscwc-product-slider .products li:hover,
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover
{
	transform: translateY(-10px);
	box-shadow: 0 30px 30px rgba(187, 187, 187, .33) !important;
}
.woocommerce ul.products li.product a img{
	width:80% !important;
	margin:auto;
}
.woocommerce ul.products li.product .onsale {
    top: 7px !important;
    right: 8px !important;
    left: auto !important;
    margin: 0 !important;
    border-radius: 3px !important;
    padding: 0px 15px !important;
    min-width: 10px;
    font-size: 14px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: .5em 0;
    font-size: 19px;
    font-weight: 600;
    color: #111111;
    height: 80px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.woocommerce ul.products li.product .button{
 	margin-top: 1em;
    color: #111111;
    border:1px solid #bd8563;
    transition-duration: 0.4s;
    padding: 12px 40px;
    border-radius: 50px;
    background: transparent;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    transition-duration: 0.4s;
    padding: 13px 40px !important;
    font-family: "Jost", sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-left: 10px;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #bd8563;
	border-color: #bd8563;
	color:#fff !important;
}
.woocommerce div.product form.cart .button:hover{
	background-color: #bd8563;
	border-color: #bd8563;
	color:#fff !important;
}

.wcpscwc-product-slider button.slick-arrow {
    width: 50px !important;
    height: 52px !important;
    border: 0px !important;
    padding:0 !important;
    text-align: center;
    border-radius: 27px !important;
 }
.woocommerce ul.products li.product .price {
   	margin-bottom: 0 !important;
    font-size: 21px !important;
    color: #bd8563 !important;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}
.woocommerce ul.products li.product .price ins{
	 text-decoration: none !important;
}
.woocommerce ul.products li.product .price del {
    color: #444;
    opacity: .5;
    display: inline-block;
    font-weight: 500;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 11px;
    color: #ffbf00;
    letter-spacing: 4px;
    width: 100px;
    position: absolute;
    top: 14px;
    left: 10px;
}
.woocommerce .star-rating span {
    left: -11px !important;
    position: relative;
}

.summary .star-rating span {
    left: 0 !important;
	top: -15px;
    position: relative;
	color: #ffc107;
}

.woocommerce .star-rating::before {
    content: "sssss";
   	float: inherit;
    position: inherit;
    display: flex;
    justify-content: center;
}
.woocommerce .star-rating span::before{
	width:100%;
}
/* ==== ABOUT US ==== */

.aboutUs h1{
	 font-size: 3rem;
    font-weight: 700;
    color: #252c30;
}
.aboutUs h3, .aboutUs h4{
	font-size: 1.5rem;
    font-weight: 600;
    color: #252c30;
}


.whyChoose h1, .ourProducts h1{
    font-size: 3rem;
    font-weight: 700;
    color: #252c30;
}
.whyChoose .btn-square, 
.whyChoose .btn-sm-square, 
.whyChoose .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
	 width: 100px;
    height: 100px;
	border-radius: 100% !important;
	background-color: #ffe5e8 !important;
}
.whyChoose .circleBg {
    border-radius: 4px !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	text-align:center;
}
.whyChoose ul{
	list-style: none;
    padding: 0 0 17px;
}
/* ==== PRODUCTS ==== */
.py60{
	padding:0 60px;
}
.ourProducts{
	background:#f5f5f5;
}
.ourProducts .productItem h3,
.allProducts .productItem h3{
	color: #ed3237 !important;
}

.ourProducts .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
	border-radius: 5px;
}
.ourProducts .productItem,
.allProducts .productItem{
	position: relative !important;
    text-align: left !important;
    background-color: #fff !important;
    margin: -3rem auto 2rem;
    width: 95%;
    padding: 16px 10px 20px 16px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08) !important;
    min-height: 300px;
}
.ourProducts .prodAni,
.allProducts .prodAni{
	transition: transform .3s, box-shadow .3s;
}
.ourProducts .prodAni:hover,
.allProducts .prodAni:hover{
	transform: translateY(-10px);
}

.ourProducts .prodAni .productItem:hover,
.allProducts .prodAni .productItem:hover{
	box-shadow: 0 30px 30px rgba(187, 187, 187, .33) !important;
}

.productItem ul{
	padding: 0 16px;
	font-size:14px;
}
.owl-nav{
	display: block  !important;
	text-align:center;
}
.owl-prev, 
.owl-next{
    margin: 0 10px;
    width: 55px;
    height: 55px;
    color: #fff !important;
    background: #ed3237 !important;
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px !important;
    transition: .5s;
}
.owl-prev:hover, 
.owl-next:hover{
	background: #fff !important;
    color: #ed3237 !important;
}

.allProducts{
	padding:100px 0 60px !important;
}

.allProducts img {
    display: block;
    width: 100%;
    height: auto;
	border-radius: 5px;
}



/* ==== BLOG ==== */

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}

.post header h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
	font-size: 21px;
}

.post header h1 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
	font-size: 24px;
}

.post-image {
	height: 300px;
	width: 100%;
	overflow:hidden;
}
.post-image img{
	height: auto;
	width: 100%;
} 
.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details i.fa {
	padding-left: 10px;
}

.post-details i.fa:first-child {
	padding: 0;
}
.post-details a {
    color: #dd5638 !important;
}
.heading h2{
	text-align: center;
    margin-bottom: 50px;
}
/* === COMMENTS === */

.post-comments-badge {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 25px;
	right: 20px;
	border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #79b044;
	text-align: center;
	display: table;
}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: #fff !important;
	font-size: 20px;
	line-height: 20px;
}

.post-comments-badge i.fa {
	display: block;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4px;
}

.post-comments-badge:hover {
	background-color: #8bc653;
}

#comments h3 {
	text-align: center;
}

#comments h4 {
	font-size: 1.3em;
}

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

#comments ol li {
	background: rgba(0,0,0,0.02);
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.03);
}

#comments ol li ol.children {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}
.comments-wrap label, 
.comments-wrap input,
.comments-wrap textarea{
	width:100%
}
.comments-wrap input{
	height:45px;
}
.comment-form-cookies-consent label,
.comment-form-cookies-consent input{
	width:auto;
}
.comment-form-cookies-consent .wp-comment-cookies-consent{
	width: 30px;
    height: 30px;
    margin-right: 10px;
}
.comment-form-cookies-consent{
	    display: flex;
    align-items: center;
}
.comments-wrap .submit{
	width: 170px;
    height: 45px;
    background: #79b045;
    border: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 0px #2d5d00;
    font-size: 16px;
    font-weight: 500;
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contacts{
	padding:60px 0 20px !important
}
.contactAddress h2{
	margin-bottom: 10px;
	color: #bd8563;
    font-size: 18px;
}
.contactAddress h3{
	font-weight: 700;
    font-size: 36.8px;
    letter-spacing: -1.84px;
    line-height: 1.2;
	margin-bottom:10px;
}
.contactAddress a h3{
	font-size: 18px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
}
.contactAddress .emailAd{
	 margin-left: 40px;
}
.contactAddress a{
	 color: #666666;
}
.contactAddress h6{
    font-size: 14.4px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0px;
	margin:30px 0 6px 0;
}
.contactAddress p{
	font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.contactAddress h4{
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
	margin-top:40px;
}
.contactAddress h4 .fa{
	font-size: 30px;
    margin-right: 10px !important;
	width: 30px;
}

.contactForm{
	box-shadow: 0 30px 30px rgba(187, 187, 187, .33) !important;
    padding: 0px 25px 25px;
    border-radius: 10px;
}
.contactForm p{
	margin:0 !important;
}
.contactForm input{
    width: 100% !important;
    height: 40px;
    margin-top: 4px;
}
.contactForm textarea{
	width: 100%;
    height: 80px;
	margin-top: 4px;
}
.contactForm label{
	width:100% !important;
	margin-bottom: 10px;
}
.contactForm .wpcf7-submit{
	transition: color 0.15s, 
	border-color: #FA8702;
    padding: 11px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #bd8563 !important;
    font-family: "Jost", sans-serif;
    height: auto;
}
.wpcf7 form.invalid .wpcf7-response-output {
    margin: -20px 0px -2px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    text-align: center;
    background: lch(78 111.65 74.53 / 0.22);
    color: #8a6400;
    border: 1px solid #ffbf00 !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	margin: -20px 0px -2px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    text-align: center;
    background: #00ff894f;
    color: #00723d;
    border: 1px solid #00c569 !important;
}
.wpcf7{
	    margin-top: 30px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px !important;
    margin-top: 3px !important;
}


.mrgB40{
	margin-bottom:40px !important;
}
/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  footer {
	background: #2c2c2c;
	padding-top: 60px;
	font-size: 14px;
	color:rgb(255 255 255 / 42%);
	  margin-top: 60px;
  }
footer h2 span{
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: none;
	position: relative;
}
footer h2 span::after{
    content: '';
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    right: -7px;
    bottom: 4px;
    background: #bd8563;
    border-radius: 100px;
}
footer nav a{
	color: rgb(255 255 255 / 42%);
	padding: 6px 0;
    display: block;
}
footer nav a:hover{
	color: #bd8563;
}
footer ul{
	list-style: none;
    padding: 0;
}
footer p img{
	   width:60%;
}
footer .tel a{
	color: #bd8563;
    font-size: 20px;
    display: flex;
    align-items: center;
}
footer .tel a h3{
	font-size: 18px;
    margin-bottom: 0;
}
footer .tel a:hover,
footer .tel a h3:hover{
	color:#fff;
}
.footerBottom{
	margin-top: 40px;
    background: #1e1e1e;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
}

.footerBottom p{
	margin:0 !important;
	line-height: 34px;
	color:#fff;
}
.footerBottom img{
	width: 70%;
    float: right;
}

/*--------------------------------------------------------------
  # Shop Page
  --------------------------------------------------------------*/
.woocommerce-shop article{
	margin:60px 0;
}

.woocommerce .woocommerce-result-count {
	margin: 0px 0 30px;
    border-bottom: 1px solid #dcb7a0;
    width: 50%;
    color: #777777;
    height: 40px;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    line-height: 40px;
}
.woocommerce .woocommerce-ordering {
  	text-align: right;
    margin: 0px 0 30px;
    border-bottom: 1px solid #dcb7a0;
    width: 50%;
    color: #777777;
    padding-bottom: 7px;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
}
.woocommerce-message {
    border-top-color: #8fae1b;
    background: #8fae1b47 !important;
    border-radius: 5px;
    font-weight: 600;
    color: #475415 !important;
}

.added_to_cart{
	display:none !important;
}
.woocommerce a.button.added::after{
	color: #55d300 !important;
    font-size: 15px !important;
    font-weight: 900;
}
.woocommerce .woocommerce-ordering select {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    border: #ddd 1px solid;
    border-radius: 5px;
    padding: 3px 30px 3px 7px;
    color: #777777;
	text-transform: capitalize !important;
}
.single-product article,
.woocommerce-cart article,
.woocommerce-checkout article{
	margin:150px 0 0;
}
.single-product .entry-header{
	display:none !important;
}
.single-product .woocommerce-product-gallery .flex-viewport{
	border: 1px solid #dcb7a0;
    padding: 10px;
	border-radius: 5px;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs {
    margin: 10px 0;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0 8px 0 0;
    background: #ffe6d6;
    border: solid 1px #dcb7a0;
    transition-duration: 0.4s;
    border-radius: 5px;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, 
.single-product .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    transition-duration: 0.6s;
	border-radius: 5px;
}
.single-product #comments{
	display:none;
}

.woocommerce div.product form.cart {
    margin: 30px 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    margin-bottom: 0.5em !important;
    font-size: 30px !important;
    color: #bd8563  !important;
    font-weight: 400;
    text-decoration: none !important;
    font-family: "Jost", sans-serif;
}
.woocommerce div.product .product_title {
    font-size: 27px !important;
}
.woocommerce .quantity .qty{
	text-align: center;
    color: #222222;
    transition-duration: 0.5s;
    font-size: 18px;
    height: 43px;
    width: 55px;
    border: solid 1px #E0E0E0;
    border-radius: 0px;
}
.hfeed .entry-header{
	display:none !important;
}

.woocommerce-product-details__short-description p, 
.product_meta{
	color:#5c5c5c !important;
}
/* WebKit and Blink */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.quantity .plus{
    padding: 8px 12px 10px !important;
    margin-left: -9px;
    background: #fff !important;
    border-radius: 0 5px 5px 0 !important;
    color: #333333 !important;
    transition-duration: 0.5s;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.quantity .minus{
    padding: 8px 14px 10px !important;
    margin-right: -5px;
    background: #fff !important;
    border-radius: 5px 0 0 5px !important;
    color: #333333 !important;
    transition-duration: 0.5s;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.single-product .post-navigation{
	border-color: #ffc37e;
	border-style: solid;
    border-width: 1px 0 1px 0;
    margin: 0 0 21px 0;
	display: none;
}
.single-product .post-navigation .nav-links{
	display:flex;
}
.single-product .post-navigation .nav-previous{
	width:50%;
	border-right: 2px solid #ffc47e;
}
.single-product .post-navigation .nav-next{
	width:50%;
	text-align:right;
}
.single-product .post-navigation .nav-next a,
.single-product .post-navigation .nav-previous a{
    padding: 10px 0;
    display: block;
	color: #777777;
    font-size: 15px;
    transition: color 0.5s;
}
.single-product .post-navigation .nav-title{
	display:none;
}

.woocommerce div.product .woocommerce-tabs .panel{
    font-size: 13px;
    font-weight: 400;
    padding: 45px;
    border: solid 1px #dcb7a0;
    border-radius: 0 20px 20px 20px;
    color: #5c5c5c !important;
    margin-top: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #fff;
    z-index: 2;
    background-color: #dcb7a0;
    transition-duration: 0.5s;
    border-style: none;
    padding: 0;
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #f1f1f1;
    color: #515151;
    padding:0;
    margin: 0 1px 0 0 !important;
    border-radius: 20px 20px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0 !important;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    border-width: 0 !important;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fc7b6a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 14px 150px !important;
}

.related{
    background: #f5f5f5;
    padding: 30px 30px 10px;
    border-radius: 20px;
    margin: 30px 0;
}
.related h2{
	text-transform: capitalize;
    font-size: 26px;
    border-bottom: 1px solid #dcb7a0;
    padding: 0 0 6px 0;
    margin-bottom: 20px;
}
.related ul{
	margin: 0 -15px !important;
}
.woocommerce-loop-product__title{
	border:none !important;
}

.page-id-52 .entry-header,
.woocommerce-cart .innerPageBg,
.woocommerce-checkout .innerPageBg{
	display:none !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main{
	border: 1px solid #ededed;
	padding: 24px !important;
    border-radius: 4px;
}

.is-large.wc-block-cart .wc-block-cart-items th{
	font-size:17px;
}
.wc-block-cart-item__wrap .wc-block-components-product-metadata,
.wc-block-components-order-summary__content .wc-block-components-product-metadata{
	display:none;
}
.wc-block-components-product-badge {
    border: 1px solid #86db09;
    padding: 1px 8px;
    background: #d3ffac;
}
.wc-block-cart-item__remove-link {
    color: #bd8563 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    background: transparent !important;
    padding: 0 !important;
}
.wc-block-cart-item__remove-link:hover {
    color: #bd8563 !important;
	background: transparent !important;
}
.is-large.wc-block-cart .wc-block-cart-items{
	border-bottom:0 !important;
    margin: 0 !important;
}
.wc-block-cart__totals-title,
.wc-block-components-title .wc-block-components-title{
    padding: 0 15px 10px 0 !important;
    color: #222222 !important;
    text-transform: capitalize !important;
    font-size: 26px !important;
    font-weight: 500 !important;
}
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block{
	border: 1px solid #ededed;
    padding: 24px !important;
    border-radius: 5px;
    background: #f6f6f6;
}

.wc-block-cart .wc-block-cart__submit-container {
    background: #bd8563;
    color: #fff !important;
    margin-top: 20px;
	border-radius: 5px;
	transition-duration: 0.4s !important;
	
}
.wc-block-components-button:not(.is-link){
	transition-duration: 0.4s !important;
}
.wc-block-cart .wc-block-cart__submit-container a:hover{
    background-color: #9d6d50;
    border-color: #9d6d50;
    color: #fff !important;
	border-radius: 5px;
}

.wc-block-cart__submit-button {
    font-size: 20px;
    color: #fff;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent !important;
    border: 0;
    box-shadow: none !important;
    color: currentColor !important;
    cursor: pointer !important;
    font-size: .9em !important;
    font-style: normal;
    font-weight: 400 !important;
    margin: 0;
    min-width: 30px;
    opacity: .6 !important;
    padding: 0 !important;
    text-align: center;
    text-decoration: none
}
.wc-block-components-checkout-step__title{
	padding: 0 15px 10px 0 !important;
    color: #222222 !important;
    text-transform: capitalize !important;
    font-size: 27px !important;
    font-weight: 400 !important;
	margin: 0 !important;
}
.wc-block-components-order-summary {
    padding: 0px !important;
}
.wc-block-components-checkout-order-summary__title-text{
	padding: 0 15px 10px 0 !important;
    color: #222222 !important;
    text-transform: capitalize !important;
    font-size: 25px !important;
    font-weight: 500 !important;
}
.wc-block-components-sidebar,
.wc-block-components-checkout-step__heading,
.wp-block-woocommerce-checkout,
.wc-block-components-checkout-order-summary__title{
	margin:0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 60px;
    width: 60px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}

.wc-block-components-checkout-return-to-cart-button {
    text-decoration: none;
    color: #bd8563 !important;
    font-weight: 600 !important;
}
.wc-block-components-checkout-place-order-button {
    padding: 14px !important;
    background: #FA8702;
    border-radius: 4px;
    color: #fff !important;
    font-size: 20px;
    min-height: auto !important;
}
.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}
.bestSelling{
	padding-bottom:0 !important;
}
.whatWeDo{
		padding:0 !important;
}

.woocommerce-form{
	min-height: 316px;
    border-radius: 0 0 15px 15px !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: none !important;
	margin: 0 !important;
}


.woocommerce-account .entry-header{
	display: none;	
}

.woocommerce-account article{
	padding-top: 20px;
}

.woocommerce-account #customer_login h2{
	background: #f1e6e0;
    margin: 0 !important;
    text-align: center;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #bd8563;
}

button {
    color: #fff !important;
    transition-duration: 0.4s;
    padding: 12px 80px !important;
    border-radius: 5px !important;
    background: #bd8563 !important;
    font-family: "Jost", sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}
button:hover{
	background: #a06b4b !important;
    color: #fff !important; 
}
.woocommerce-form-login__rememberme {
    line-height: 0 !important;
    color: #848484 !important;
	padding: 13px 0 0;
    float: right;
}
.woocommerce-form-login__rememberme input{
	width: 20px;
    height: 20px;
}
.woocommerce-form-login__rememberme span{
	position: relative;
    top: -4px;
}
.woocommerce-LostPassword a{
	text-decoration: underline !important;
    margin-left: 4px !important;
}
.woocommerce .woocommerce-customer-details, 
.woocommerce .woocommerce-order-details, 
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 0;
    padding: 30px 0 !important;
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 17px 0;
    background: #f7f7f7;
    border-radius: 5px;
    color: #7a7a7a;
	transition-duration: 0.4s;
}
.woocommerce-MyAccount-navigation ul li a:hover, 
.woocommerce-MyAccount-navigation ul li.is-active{
	background: #bd8563;
    color: #fff;
	border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	background: #bd8563;
    color: #fff;
	 border-radius: 5px;
}
.woocommerce-MyAccount-content {
    box-shadow: 0 20px 20px rgb(187 187 187 / 16%) !important;
    padding: 0px 25px 25px;
    border-radius: 10px;
}

.woocommerce-MyAccount-content a {
    color: #bd8563 !important;
    text-decoration: underline !important;
    font-weight: 600;
    padding: 0px 4px;
}

.woocommerce form .form-row {
    padding: 3px 0 !important;
}
.edit-account fieldset {
    padding: 0 !important;
}
.edit-account fieldset legend{
	font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}

.woocommerce span.onsale {
    min-height: 30px;
    min-width: 90px !important;
    padding: 0 !important;
    line-height: 3 !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 5px 0 !important;
    background-color: #bd8563 !important;
    color: #fff !important;
    font-size: 20px !important;
} 
.woocommerce table.my_account_orders th {
    padding: 8px 11px !important;
}
.woocommerce-orders-table__cell .view{
    border-radius: 100px !important;
    padding: 6px 21px !important;
    background: transparent !important;
    text-decoration: none !important;
    color: #bd8563 !important;
    border: solid 1px #bd8563 !important;
}

 .woocommerce-customer-details .woocommerce-column__title,
 .woocommerce-customer-details.woocommerce-order-details__title{
    font-size: 22px !important;
    font-weight: 600 !important;
}
.wc-forward{
    background: #ffffff !important;
    border-radius: 100px !important;
    padding: 10px 30px !important;
    border: solid 1px #bd8563 !important;
	text-decoration: none !important;
}
.woocommerce-info {
    border-top-color: #bd8563 !important;
}
.woocommerce-info::before {
    color: #bd8563 !important;
}

.woocommerce-account .woocommerce-Address{
	background: #f9f9f9;
    padding: 14px;
    border-radius: 5px;
    border: solid 1px #f0f0f0;
}
.woocommerce-account .woocommerce-Address h2{
	font-size: 21px !important;
    font-weight: 600 !important;
    float: left !important;
}

.woocommerce-account .addresses .title .edit {
    font-weight: 500 !important;
}

.woocommerce ul.order_details {
    background: #fff5e7 !important;
    padding: 22px !important;
    border-radius: 5px !important;
    border: solid 1px #f2dca7 !important;
	margin:0 0 15px !important;
}


.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: var(--wc-form-color-text, #000) !important;
    font-size: inherit !important;
    padding: 0 !important;
}

.woofc-count.woofc-count-top-right {
    top: 80px !important;
    right: 80px !important;
    bottom: auto;
    left: auto;
}

.pcdfwoo-product-cat-slider .slick-dots li button{
	background: #ffffff !important;
    padding: 0px !important;
    border: 2px solid #bd8564;
    border-radius: 50% !important;
	width:14px !important;
	height:14px !important;
}


/* Media Query */

@media (min-width: 1600px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1360px;
	}
}

@media (max-width: 600px){
	.innerPageBg {
		position: relative;
        height: 200px;
        margin: 60px 0 20px;
        background-image: url(/wp-content/uploads/2024/12/innger_bg.jpg);
        background-position: -190px 0;
        background-repeat: no-repeat;
        background-size: cover;
}
	.allProducts {
    padding: 50px 0 0px !important;
	}
	.aboutUs .img-fluid {
    /* max-width: 100%; */
    height: 320px !important;
    width: 100% !important;
}
	section {
    padding: 50px 0;
}
	
	.aboutUs h1 {
    font-size: 33px !important;
    margin-top: -18px !important;
}
	.whyChoose h1, .ourProducts h1 {
    font-size: 2rem !important;
    margin-top: -10px !important;
}
	.woocommerce-form-login__rememberme {
    line-height: 0 !important;
    color: #848484 !important;
    padding: 0px 0 16px;
    float: left;
}
	.woocommerce-form-login__submit, 
	.woocommerce-form-register__submit{
		width:100%;
	}
	.woocommerce-form {
    margin: 0 0 30px !important;
}
	footer {
    padding-top: 30px;
    margin-top: 40px;
}
	.woocommerce .woocommerce-ordering select{
		width:100% !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
        width: 91%;
    }
	.contactAddress{
		padding:0 16px;
	}
	.contactForm{
		box-shadow: 0 0px 30px rgba(187, 187, 187, .33) !important;
    	margin: 30px 6px 0;
		padding: 20px 20px 0;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
    	padding: 25px !important;
		border-radius: 0 0 20px 20px !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    	padding: 14px 32px !important;
	}
	.related {
    	padding: 20px 16px 0px !important;
	}
}

