/*!
Theme Name: KM Makhana
Theme URI: https://www.webtrixz.com/
Author: Webtrixz
Author URI: https://www.webtrixz.com/
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: km-makhana
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.

KM Makhana 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;
}

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: #fff;*/
}

a:visited {
	/*color: #fff;*/
}

a:hover,
a:focus,
a:active {
	/*color: #fff;*/
}

a:focus {
	outline: thin dotted;
	outline:none;
}

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

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

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


/*Style Setup*/
/**
 * 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;
}
 
/* 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;
}
 
/**
 * 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;
}
 
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: #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%;
}
 
/* 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%;
}
 
body {
    font-family: "DMSans-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    background-color: #ffffff;
    overflow-x: hidden;
}
h1 {
    font-size: 46px;
    line-height: 52px;
}
h2 {
    font-size: 38px;
    line-height: 46px;
}
h3 {
    font-size: 30px;
    line-height: 38px;
}
h4 {
    font-size: 22px;
    line-height: 30px;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2 {
    font-weight: 700;
}
h3, h4 {
    font-weight: 700;
}
h5, h6 {
    font-weight: 400;
}
a {
    text-decoration: none;
    /*color: #fff;*/
}
/*p {*/
/*    font-size: 16px;*/
    /*color: rgba(0, 0, 0, 0.5);*/
/*    line-height: 28px;*/
/*    margin: 0;*/
/*}*/
 
.container {
    width: 1366px;
    max-width: 96%;
    margin: 0 auto;
}
 
.reset {
    list-style: none;
    padding: 0;
    margin: 0;
}



/* DEFAULTS */


ul.products::before,
ul.products::after {
    content: '';
    display: table;
    clear: both;
}
.woocommerce .button {
    border-radius: 8px;
    border: 0;
    background-color:#0C271D;
    color: #b79b57;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 30px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    transition: background-color 0.2s;
}
/*.woocommerce .button:hover {*/
/*    color: #0c271d;*/
/*    background-color: #fff;*/
/*    border: 1px solid #0C271E;*/
/*}*/
/*.woocommerce a.added_to_cart {*/
/*    border-radius: 0;*/
/*    border: 0;*/
/*    color: #fff;*/
/*    background-color: #111;*/
/*    font-size: 16px;*/
/*    line-height: 22px;*/
/*    padding: 14px 30px;*/
/*    cursor: pointer;*/
/*    display: block;*/
/*    vertical-align: top;*/
/*    transition: background-color 0.2s;*/
/*    margin-top: 6px;*/
/*    text-align: center;*/
/*}*/
/*.woocommerce a.added_to_cart:hover {*/
/*    background-color: #549498;*/
/*}*/
button, input[type="submit"],
button[type="submit"] {
    border-radius: 0;
    border: 0;
    background-color: #104B4F;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 40px;
    cursor: pointer;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
aside.widget-area {
    background-color: #f7f7f7;
    padding: 30px;
}
aside.widget-area section:not(:last-child),
aside.widget-area div.widget:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c1c1c1;
}
aside.widget-area section.widget_search {
    border: 0;
    padding: 0;
}
aside.widget-area .wp-block-heading,
aside.widget-area h2.widgettitle,
aside.widget-area h2.widget-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}
aside.widget-area form label {
    color: #1D1E1E;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
aside.widget-area form input {
    border-radius: 0;
}
aside.widget-area form button {
    margin: 0;
}
aside.widget-area form input,
aside.widget-area form button {
    height: 48px;
}
aside.widget-area form input[type="submit"]:hover,
aside.widget-area form button[type="submit"]:hover {
    background-color: #549498;
}
aside.widget-area ul,
aside.widget-area ol {
    margin: 0;
    padding-left: 20px;
    list-style: disc !important
}
aside.widget-area ul li,
aside.widget-area ol li {
    margin-bottom: 4px;
}
aside.widget-area ul li a,
aside.widget-area ol li a {
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}
aside.widget-area .tagcloud a {
    font-size: 16px !important;
    line-height: 24px;
}
aside.widget-area p {
    margin-bottom: 7px;
}
aside.widget-area div.widget select {
    font-style: normal;
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    width: 100%;
    padding: 7px 5px;
    cursor: pointer;
    border: 1px solid #E9E9E9;
}
body .wpcf7 form .wpcf7-response-output {
    margin: 12px 0;
    padding: 10px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
form .wpcf7-not-valid {
    border-color: #ff3333 !important;
}

.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000;
}
.owl-carousel .owl-nav button svg {
    width: 20px;
    height: 20px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: #F5F5F5;
    color: #1D1E1E;
    border: 1px solid #F0F2F5;
    transition: background-color 0.2s, border  0.2s, fill  0.2s;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #104b4f;
    border-color: #104b4f;;
}
.owl-carousel .owl-nav button.owl-prev:hover svg,
.owl-carousel .owl-nav button.owl-next:hover svg {
    fill: #fff;
}
.owl-carousel .owl-nav button.disabled {
    background-color: #F0F2F5;
    cursor: not-allowed;
}
.owl-carousel .owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #549498;
}
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
}
.owl-carousel .owl-dots button.active {
    background-color: #104b4f;
}

ul#primary-menu {
    display: flex;
    flex-wrap: wrap;
}
nav.main-navigation ul {
    list-style: none;
}
nav.main-navigation ul li {
    position: relative;
}
nav.main-navigation ul.nav-menu {
    margin: 0;
    padding: 0;
}
nav.main-navigation div > ul.nav-menu > li {
    margin: 0 10px;
}
nav.main-navigation ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    display: none;
    width: 200px;
    background-color: #fff;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
nav.main-navigation div > ul > li:hover > ul.sub-menu,
nav.main-navigation ul.sub-menu > li:hover > ul.sub-menu {
    display: block;
}
nav.main-navigation ul.sub-menu > li:hover > ul.sub-menu {
    left: 100%;
    top: 0;
}
nav.main-navigation ul.nav-menu li a,
nav.main-navigation ul.sub-menu li a {
    color: #1D1E1E;
    font-size: 15px;
    line-height: 22px;
}
nav.main-navigation ul.nav-menu > li > a {
    padding: 8px;
    display: inline-block;
}
nav.main-navigation ul.nav-menu li.current_page_item > a,
nav.main-navigation ul.nav-menu li > a:hover {
    color: #104b4f;
}
nav.main-navigation ul.sub-menu li > a {
    background-color: #fff;
    display: block;
    padding: 12px;
}
nav.main-navigation ul.sub-menu li:hover > a,
nav.main-navigation ul.sub-menu li.current_page_item > a {
    background-color: #104b4f;
    color: #fff;
}

/* RESULT NOT FOUND */

.not-found header.page-header {
    margin-bottom: 12px;
}
form.search-form input {
    display: block;
    margin-top: 10px;
    border-radius: 0;
}
form.search-form input[type="search"] {
    width: 100%;
    line-height: 1.2;
}
form.search-form input[type="submit"]:hover {
    background-color: #549498;
}

/* ARCHIVE */

article {
    margin-bottom: 25px;
}
article header.entry-header {
    margin: 20px 0 10px 0;
}
article h2.entry-title {
    margin-bottom: 20px;
}
article .entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
article .entry-meta .posted-on time {
    margin-right: 8px;
}
article .entry-summary,
article .entry-content,
article footer.entry-footer {
    margin-top: 10px;
}
article footer.entry-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 5px;
}

/* POST SINGLE */

.single-post article header.entry-header {
    margin: 0px 0 20px 0;
}
.single-post article header.entry-header > h1 {
    margin-bottom: 12px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
    margin: 14px 0 10px 0;
}
.entry-content a,
article footer.entry-footer a {
    text-decoration: underline;
}
.entry-content blockquote {
    margin: 30px 0;
    padding: 25px 20px 25px 50px;
    background-color: #f7f7f7;
    border-radius: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23104B4F' class='bi bi-quote' viewBox='0 0 16 16'%3E%3Cpath d='M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388q0-.527.062-1.054.093-.558.31-.992t.559-.683q.34-.279.868-.279V3q-.868 0-1.52.372a3.3 3.3 0 0 0-1.085.992 4.9 4.9 0 0 0-.62 1.458A7.7 7.7 0 0 0 9 7.558V11a1 1 0 0 0 1 1zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612q0-.527.062-1.054.094-.558.31-.992.217-.434.559-.683.34-.279.868-.279V3q-.868 0-1.52.372a3.3 3.3 0 0 0-1.085.992 4.9 4.9 0 0 0-.62 1.458A7.7 7.7 0 0 0 3 7.558V11a1 1 0 0 0 1 1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 10px left 10px;
    background-size: 30px;
    font-style: italic;
    border-left: 5px solid #549498;
}
nav.navigation {
    margin: 30px 0;
    padding: 16px;
    border: 1px solid #E9E9E9;
}
nav.navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comments-area {
    background-color: #fff;
    margin-top: 50px;
}
.comments-area h2.comments-title {
    font-size: 30px;
    line-height: 40px;
}
.comments-area ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments-area ol.children {
    margin-left: 20px;
}
.comments-area .comment-list li {
    margin: 30px 0;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e9e9e9;
}
.comments-area article {
    margin: 0;
}
.comments-area .comment-author,
.comments-area .comment-metadata {
    margin-bottom: 10px;
}
.comments-area .comment-author .avatar {
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.comments-area .comment-content p {
    font-size: 16px;
    line-height: 24px;
}
.comments-area .reply {
    margin-top: 10px;
}
.comment-respond {
    background-color: #f1f1f154;
    padding: 30px;
    border-top: 5px solid #549498;
    margin-top: 30px;
}
.comment-respond h3#reply-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.comment-respond a#cancel-comment-reply-link {
    font-size: 14px;
    text-decoration: underline;
}
.comments-area p.no-comments {
    background-color: #333;
    color: #fff;
}

/* Product Shop/Archive */

header.woocommerce-products-header {
    background-color: #eaeff3;
    padding: 40px 20px;
    margin-bottom: 30px;
}
.term-description {
    margin-top: 30px;
}
nav.woocommerce-breadcrumb,
header.woocommerce-products-header {
    text-align: center;
}
ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    margin-bottom: 50px;
    /*border: 1px solid #000;*/
    /*padding-bottom: 20px;*/

}
h1.woocommerce-products-header__title {
    margin-bottom: 10px;
}
.woocommerce-notices-wrapper,
.woocommerce-no-products-found,
.cart-empty.woocommerce-info {
    margin-bottom: 20px;
}
.woocommerce-notices-wrapper:empty,
.woocommerce-no-products-found:empty {
    display: none;
}
.woocommerce-message,
.woocommerce-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    color: #fff;
    padding: 15px;
}
.woocommerce-message a {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 8px 12px;
    text-transform: capitalize;
}
.woocommerce-message a:hover {
    background-color: transparent;
}


span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #216956;
    color: #fff;
    /*padding: 10px 30px;*/
     padding: 6px 18px;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    display: block;
}
section.related.products span.onsale {
    background-color: #fff;
    color: #216956;
    padding: 6px 18px;
}
ul.products li.product img {
    margin-bottom: 28px;
}
h2.woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 22px;
    color: #141718;
    font-weight: 700;
    margin-bottom: 3px;
}
.star-rating {
    margin-bottom: 3px;
}
.star-rating span::before {
    color: #F53E32;
}
/*.price {*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    justify-content: flex-end;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*}*/
/*.price span.amount {*/
/*    font-size: 16px;*/
/*    line-height: 21px;*/
/*    color: #121212;*/
/*    display: block;*/
/*}*/
.price ins {
    background-color: transparent;
}

ul.products li.product .button {
    text-transform: capitalize;
}

ul.products li.product .tinv-wraper {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 1;
}
ul.products li.product .tinv-wraper a.tinvwl_add_to_wishlist_button {
    margin: 0;
    display: block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 16px -8px #0F0F0F1F;
    padding: 0;
}
ul.products li.product .tinv-wraper a.tinvwl_add_to_wishlist_button::before {
    font-size: 20px;
    margin: 0 !important;
    vertical-align: top;
    transform: translate(-50%, -50%);
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    padding: 12px;
    color: #fff;
}

nav.woocommerce-pagination {
    margin-top: 20px;
}
nav.woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span.current {
    background-color: aliceblue;
    display: block;
    padding: 3px 15px;
    line-height: 33px;
}
nav.woocommerce-pagination ul.page-numbers li a:hover {
    background-color: #216956;
    color: #fff;
}
nav.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #216956;
    color: #fff;
}


/* Product Single */

.single-product nav.woocommerce-breadcrumb {
    width: 1366px;
    max-width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-product div.product .woocommerce-product-gallery,
.images.nickx_product_images_with_video {
    position: relative;
    float: left;
    width: 41%;
    max-width: 100%;
}
.single-product .summary.entry-summary {
    float: right;
    width: 52%;
    max-width: 100%;
}
/* Float Reset */
.woocommerce-tabs,
.single-product .woocommerce-tabs::before,
.single-product .related.products::before,
.single-product .woocommerce-tabs::after,
.single-product .related.products::after {
    content: '';
    display: table;
    clear: both;
}
.woocommerce div.product h1.product_title {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 10px;
}
.woocommerce div.product .price {
    margin-top: 10px;
}
.woocommerce div.product .price del,
.woocommerce div.product .price del span,
.woocommerce div.product .price del bdi,
.woocommerce div.product .price ins,
.woocommerce div.product .price ins span,
.woocommerce div.product .price ins bdi {
    font-size: 26px;
    line-height: 32px;
    color: #F53E32;
    font-weight: 700;
}
.woocommerce div.product .price del,
.woocommerce div.product .price del span,
.woocommerce div.product .price del bdi {
    color: #777777;
    font-weight: 600;
    opacity: 0.9;
}
.woocommerce-product-details__short-description {
    margin: 12px 0;
}

.woocommerce-product-details__short-description li {
    font-size: 16px;
    line-height: 20px;
    color: #0c271e;
    margin-bottom: 12px;
}
.woocommerce div.product form.cart {
    margin-top: 30px;
}
.woocommerce div.product form.cart:not(.variations_form),
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
form.cart .quantity {
    width: 80px;
}
form.cart .quantity input {
    width: 100%;
    border-radius: 0;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: block;
}
.woocommerce div.product form.grouped_form td,
.woocommerce div.product form.grouped_form td label,
.woocommerce div.product form.grouped_form td a {
    color: #1D1E1E;
    font-weight: 700;
}
table.variations th.label {
    text-align: left;
}
table.variations td.value select {
    padding: 10px;
    padding-right: 33px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23111' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 99% 12px;
    width: 100%;
    cursor: pointer;
}
.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__price span {
    font-weight: 400;
}
.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__price ins {
    background-color: transparent;
}
.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__price del {
    font-size: 15px;
    color: #77777777;
}
button.reset_variations {
    padding: 8px 15px;
    font-size: 15px;
    line-height: 22px;
    display: block;
    margin-top: 10px;
}
.stock.out-of-stock {
    margin-bottom: 15px;
}

.woocommerce div.product a.tinvwl_add_to_wishlist_button::before {
    margin-right: 2px !important;
    color: #1D1E1E;
    font-size: 24px;
}
.woocommerce div.product a.tinvwl-product-in-list::before {
    color: #104b4f;
}
.woocommerce div.product a.tinvwl_add_to_wishlist_button span {
    color: #1D1E1E;
    font-size: 18px;
}
.product_meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px 10px;
    margin-top: 20px;
}
.product_meta span {
    line-height: 26px;
}
.woocommerce-tabs {
    width: 100%;
    border: 1px solid #E9E9E9;
    padding: 30px;
    margin: 50px 0;
}
.woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    line-height: 22px;
    color: #1D1E1E;
    padding: 0 20px 25px 20px;
    border-bottom: 2px solid transparent;
}

.woocommerce-tabs ul.tabs li:first-child a {
    padding-left: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 12px 0 0 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 18px;
    line-height: 26px;
    color: #0c271e;
}
.woocommerce-Tabs-panel table {
    margin: 0;
    border: 1px solid #E9E9E9;
    border-collapse: collapse;
}
.woocommerce-Tabs-panel table th,
.woocommerce-Tabs-panel table td {
    border: 1px solid #E9E9E9;
    padding: 12px;
    text-align: left;
}
.woocommerce-Reviews ol {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.woocommerce-Reviews ol img.avatar {
    border-radius: 50%;
}
.woocommerce-Reviews ol .comment-text {
    margin-top: 10px;
}
.woocommerce-Reviews ol .comment-text p.meta {
    margin-top: 10px;
}
.woocommerce-Reviews ol .comment-text p.meta .woocommerce-review__published-date {
    font-style: italic;
    font-size: 16px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
    padding: 10px 12px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
div#review_form_wrapper {
    margin-top: 40px;
}
div#review_form_wrapper .comment-respond {
    padding-top: 12px;
    border-top: 1px solid #E9E9E9;
}
.comment-respond span#reply-title {
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.comment-respond p.comment-notes {
    font-size: 15px;
    font-style: italic;
}
.comment-respond form > p:not(.form-submit),
.comment-respond form > .comment-form-rating {
    margin-bottom: 12px;
}
.comment-respond form input,
.comment-respond form textarea {
    width: 100%;
    resize: none;
}
.comment-respond form textarea {
    height: 140px;
}
.comment-respond p.comment-form-comment label,
.comment-respond form > p:not(.comment-form-cookies-consent) label {
    display: block;
    margin-bottom: 4px;
}
.comment-respond form p.comment-form-cookies-consent input {
    width: auto;
}
.comment-respond form p.comment-form-cookies-consent label {
    font-size: 15px;
    vertical-align: top;
}
.comment-respond form p.form-submit {
    margin-top: 20px;
}
.comment-respond form p.form-submit input:hover {
    background-color: #549498;
}
.comment-respond form p.form-submit input#submit {
    width: auto;
}
section.related.products {
    margin-top: 80px;
}
section.related.products > h2 {
    text-align: center;
    margin-bottom: 22px;
    text-transform: capitalize;
}
section.related.products .rp_data {
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-align: center;
}
section.related.products .rp_data p {
    color: #7A7A7A;
    font-size: 18px;
    line-height: 24px;
}
section.related.products .rp_data:empty {
    display: none;
}
section.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom:30px;
}
section.related.products ul li {
    height: 470px;
}
section.related.products ul.products::before,
section.related.products ul.products::after {
    display: none;
}
section.related.products ul.products li {
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 0 0 16px 0;
    /*text-align: center;*/
}
section.related.products ul.products li .star-rating {
    margin: 4px auto 10px auto;
}
section.related.products ul.products li .star-rating,
section.related.products ul.products li h2.woocommerce-loop-product__title,
section.related.products ul.products .price {
    padding: 0 10px;
}

section.related.products ul.products .price {
    justify-content: center;
}
/*section.related.products ul.products li a.button {*/
/*    display: none;*/
/*}*/
section.related.products .price ins span {
    color: #F53E32;
}
section.related.products ul.products .price span,
section.related.products ul.products .price del bdi,
section.related.products ul.products .price ins span,
section.related.products ul.products .price ins span bdi {
    font-size: 18px;
    line-height: 24px;
    color: #08271f;
}
.single-product main#primary {
    margin-top: 50px;
}
section.related.products a.button.add_to_cart_button:hover svg path {
    fill: #000;
}


/* WISHLIST */

.tinv-wishlist table {
    border-collapse: collapse;
}
.tinv-wishlist table.tinvwl-table-manage-list {
    margin-bottom: 0;
}
.tinv-wishlist table tr th,
.tinv-wishlist table tr td {
    border: 1px solid #E9E9E9;
    padding: 12px;
    text-align: left;
}
.tinv-wishlist .product-thumbnail {
    min-width: 150px;
    max-width: 100%;
    width: 150px;
}
.tinv-wishlist table dl.variation {
    margin: 0;
}
.tinv-wishlist table dl.variation dt,
.tinv-wishlist table dl.variation dd {
    display: block;
    line-height: 22px;
    font-size: 15px;
}
.tinv-wishlist table dl.variation dt {
    font-weight: 600;
}
.tinv-wishlist table dl.variation dd {
    margin-left: 0;
    margin-bottom: 10px;
}
.tinv-wishlist .product-action {
    width: 180px;
}
.tinv-wishlist .product-action .button,
.tinv-wishlist .product-action a {
    padding-left: 10px;
    padding-right: 10px;
}
.tinv-wishlist table tfoot tr td {
    padding: 0; /* IS EMPTY */
    border: 0; /* IS EMPTY */
}
.tinv-wishlist .tinvwl-buttons-group button {
    padding: 12px 15px 15px 15px;
}
.tinv-wishlist .tinv-modal .tinv-modal-inner > i {
    color: #216956;
}

/* CART */

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px;
    line-height: 20px;
    color: #1D1E1E;
}
.wc-block-components-product-badge {
    font-size: 12px;
    border: 1px solid #E9E9E9;
}
.wc-block-components-product-metadata ul.wc-block-components-product-details li span {
    font-size: 14px;
    line-height: 20px;
    color: #6C7275;
}
.wc-block-components-product-metadata__description p {
    font-size: 14px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none;
}
.wc-block-cart__sidebar {
    border: 1px solid #6C7275;
    padding: 24px;
    align-self: flex-start;
}
.wc-block-cart__sidebar .wp-block-woocommerce-proceed-to-checkout-block,
body .wc-block-cart .wc-block-cart__submit-container--sticky {
    border-radius: 0;
    border: 0;
    background-color: #216956 !important;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 40px;
    cursor: pointer;
}
button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
    color: #216956;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    opacity: 1;
    color: #216956;
}
.wc-block-cart__sidebar .wp-block-woocommerce-proceed-to-checkout-block a,
body .wc-block-cart .wc-block-cart__submit-container--sticky a {
    color: #fff;
    text-transform: capitalize;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-order {
    background-color: #FFFFFF;
    box-shadow: 0px 32px 48px -48px #1212121A, 4px 4px 20px 0px #54949833;
    padding: 30px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
    color: #216956;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details li {
    margin-bottom: 5px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details ~ p {
    background-color: #2169568;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.woocommerce-order .woocommerce-order-details,
.woocommerce .woocommerce-order-details {
    margin-top: 40px;
}
.woocommerce-order table.woocommerce-table,
.woocommerce table.woocommerce-table,
.woocommerce table.woocommerce-orders-table {
    border-collapse: collapse;
    text-align: left;
}
.woocommerce-order table.woocommerce-table a,
.woocommerce table.woocommerce-table a,
.woocommerce table.woocommerce-orders-table a,
.woocommerce-info a,
.woocommerce-noreviews a,
p.no-comments a {
    text-decoration: none;
}
.woocommerce-order table.woocommerce-table th,
.woocommerce-order table.woocommerce-table td,
.woocommerce table.woocommerce-table th,
.woocommerce table.woocommerce-table td,
.woocommerce table.woocommerce-orders-table th,
.woocommerce table.woocommerce-orders-table td {
    border: 1px solid #E9E9E9;
    padding: 12px;
}
.woocommerce ul.wc-item-meta {
    list-style: none;
    padding: 0;
}
.woocommerce ul.wc-item-meta li:not(:last-child) {
    margin-bottom: 10px;
}
.woocommerce ul.wc-item-meta li strong {
    font-weight: 700;
    color: #1D1E1E;
}
.woocommerce ul.wc-item-meta li,
.woocommerce ul.wc-item-meta li strong,
.woocommerce ul.wc-item-meta li p {
    font-size: 14px;
    line-height: 20px;
    color: #6C7275;
}
.woocommerce .woocommerce-customer-details,
.woocommerce-order .woocommerce-customer-details {
    margin-top: 50px;
}
.woocommerce-order .woocommerce-customer-details > .addresses,
.woocommerce-customer-details > .addresses,
.woocommerce .woocommerce-customer-details > .addresses,
.woocommerce .woocommerce-customer-details > .addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.woocommerce-order .woocommerce-customer-details > .addresses .woocommerce-column,
.woocommerce .woocommerce-customer-details > .addresses .woocommerce-column,
.woocommerce .u-columns > div {
    border: 1px solid #E9E9E9;
    padding: 22px;
}
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title,
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-column__title,
.woocommerce .u-columns h2,
.woocommerce-MyAccount-content form h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.woocommerce-order .woocommerce-order-details__title,
.woocommerce .woocommerce-order-details__title,
.woocommerce .u-columns h2,
.woocommerce-MyAccount-content form h2 {
    margin-bottom: 20px;
}
.woocommerce-order .addresses address,
.woocommerce .addresses address,
.woocommerce .u-columns address {
    margin: 0;
}
.woocommerce-order .addresses address p,
.woocommerce .addresses address p,
.woocommerce .u-columns address p {
    margin-top: 7px;
}

/* MY ACCOUNT */

.woocommerce-account header.entry-header {
    background-color: transparent;
    padding: 40px 20px;
    margin-bottom: 30px;
    text-align: center;
}
.woocommerce-account div.woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 18%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}
.woocommerce .u-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}
.woocommerce-MyAccount-navigation ul li a {
    border-radius: 0;
    border: 0;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 24px;
    cursor: pointer;
    display: block;
    text-align: left;
    transition: background-color 0.2s;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #111;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background-color: #000;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #216956;
}
.woocommerce-MyAccount-content > p {
    margin-bottom: 20px;
}
.woocommerce-form > .form-row,
.woocommerce-MyAccount-content .form-row,
.woocommerce-form > p label.woocommerce-form__label,
.woocommerce-MyAccount-content fieldset,
.woocommerce-privacy-policy-text {
    margin-bottom: 14px;
}
.woocommerce-MyAccount-content fieldset {
    border: 1px solid #E9E9E9;
}
.woocommerce-form p label,
.lost_reset_password p label,
.woocommerce-MyAccount-content form label {
    display: block;
    margin-bottom: 10px;
}
.woocommerce-form input[type="text"],
.woocommerce-form input[type="email"],
.woocommerce-form input[type="password"],
.lost_reset_password input[type="email"],
.lost_reset_password input[type="text"],
.woocommerce-MyAccount-content form input {
    display: block;
    width: 100%;
}
.woocommerce-form > p label.woocommerce-form__label,
.woocommerce-privacy-policy-text {
    margin-bottom: 22px;
}
.woocommerce-form p.lost_password {
    margin-top: 25px;
}
.lost_reset_password p.woocommerce-form-row {
    margin-top: 20px;
}
.woocommerce-MyAccount-content .form-row > span {
    display: block;
    margin-top: 8px;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 48px;
    line-height: 48px;
    padding: 0;
}
.select2-container--default .select2-selection--single {
    color: #444444;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 0 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    line-height: 48px;
}


/*FONTS*/

@font-face {
    font-family: "DMSans-Black";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/DMSans-Black.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "DMSans-Bold";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/DMSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "DMSans-ExtraLight";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/DMSans-ExtraLight.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "DMSans-Light";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/DMSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "DMSans-Medium";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/DMSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "DMSans-Regular";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/DMSans-Regular.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "DMSans-SemiBold";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/DMSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Bold";
    src: url("https://www.kingsmakhana.com/wp-content/themes/km-makhana/fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}


/* CUSTOM CSS */


.product-section {
  padding: 40px 0;
}
.product-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-content-section {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.product-title {
  font-size: 18px;
  margin: 10px 0;
}
.product-excerpt {
  font-size: 14px;
  margin-bottom: 10px;
}
.add-to-cart-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  margin-top: 10px;
  border-radius: 5px;
  text-decoration: none;
}
.cartdesign .item.product-content-section {
  background-color: #fff;
  margin: 0;
  position: relative;
  border-radius: 16px;
  height: auto;
 border: 1px solid #000;
    border-radius: 0;
    
    padding:35px;
}




/*.cartdesign .item.product-content-section h2.product-title {*/
/*    min-height: 70px;*/
/*}*/
.product-thumbnail img.attachment-full.size-full.wp-post-image {
    height: 320px;
    object-position: center;
    object-fit: contain;
}
.product-title {
  font-size: 18px;
  margin: 0;
}
.product-category ul.category-list {
  margin: 0;
}
.product-content-section {
  padding-bottom: 10px;
}
.product-description-section h2.product-title.gotham-medium {
  margin: 0;
  text-align: left;
  padding-bottom: 15px;
  color: #08271f;
  font-family: "DM Sans";
  font-weight: 500;
  line-height: 26px;
  font-size:16px;
  
}
.product-price-section {
  text-align: left;
  padding-top: 15px;
  padding-bottom:10px;
  color: #08271f;
  font-family: "DM Sans";
}
.product-category {
  display: none;
}
/*.cartdesign .item.product-content-section::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 80%;*/
/*  height: 50px;*/
/*  background-color: white;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  border-top-right-radius: 20px;*/
/*}*/
.add-to-cart-btn {
  background-color: #216956;
  position: absolute;
  right: 0;
  bottom: 0;
  
}

.header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-cart .fkcart-shortcode-icon-wrap svg path {
    fill: #fff;
}

.footer-top {
  background-color: #0c271e;
  padding:30px 0;
}


ul.products .product {
    background-color: #fff !important;
    /*margin: 0;*/
    position: relative;
    /*border-radius: 16px;*/
    height:500px;
    /*border: none;*/
}


.products h2.woocommerce-loop-product__title {
    font-size: 18px;
  color: white;
  /*font-family: 'DM Sans';*/
  font-weight: 500;
  margin: 0;
  text-align: left;
  padding-left: 25px;
}

.products h2.woocommerce-loop-product__title::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 50px;
  background-color: white;
  bottom: 0;
  left: 0;
  border-top-right-radius: 20px;
  border:none;
}

.products span.price {
    text-align: left;
  padding-left: 25px;
  color: #fff;
  /*font-family: 'DM Sans';*/
}
mark,
ins {
  background: none;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    display: inline-block;
}

a.button.product_type_simple {
    background-color: transparent;
  position: absolute;
  right: -10px;
  bottom: 10px;
}
.row-one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.foot {
    width: 35%;
    margin: 0 auto;
}
    
.row-two{
    text-align:center;
}    
    

.footer-two h2.widget-title , .footer-three h2.widget-title ,.footer-four h2.widget-title{
    color: #fff;
    font-size: 20px;
    margin-left:0px;
    font-family: "Poppins-Bold";
}


.footer-two ul#menu-footer-menu-two li , 
.footer-three ul#menu-footer-menu-one li , 
.footer-four ul#menu-footer-menu-three li  {
    list-style: none !important;
    color: white;
    
}
.footer-two ul#menu-footer-menu-two li a , 
.footer-three ul#menu-footer-menu-one li a , 
.footer-four ul#menu-footer-menu-three li a {
    color: #fff;
    font-size: 20px;
    
}

.footer-two ul#menu-footer-menu-two  , 
.footer-three ul#menu-footer-menu-one  ,
.footer-four ul#menu-footer-menu-three {
    margin:0;
    margin-top: 40px;
    padding-left: 0;
}

.cartdesign .product-excerpt p {
    display: none;
}
header.entry-header h1 {
    text-align: center;
}

a.added_to_cart.wc-forward {
    display: none;
}

ul.products li.product img.attachment-woocommerce_thumbnail {
    max-height: 200px;
    width: auto;
    margin: 15px auto;
}

/*ul.products li.product .button {*/
/*    position: absolute;*/
/*    right: 26px;*/
/*    bottom: 0px;*/
/*    margin-bottom: 10px;*/
    
/*}*/

.related.products ul.products li.product .go-to-product-button {
    position: absolute;
    right: 26px;
    bottom: 36px;
    padding: 0;
    width:fit-content;
    display:none;
}


 
/* ul.products li.product .button{*/
/* pointer-events: none;*/

/*}*/



header button.menu-toggle {
    display: none;
}

.products__wrapper .product__filter {
    width: 300px;
    max-width: 100%;
}

.products__wrapper .products__listing{
    flex: 1;
}

.cf7-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.cf7-col {
  flex: 1 1 calc(50% - 20px);
  min-width: 280px;
}

.cf7-col-full {
  flex: 1 1 100%;
}

.cf7-grid input,
.cf7-grid textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #aaa;
  background: transparent;
  outline: none;
  resize: none;
}

.cf7-button {
  margin-top: 20px;
  text-align: right;
  flex: 1 1 100%;
}

.cf7-button input[type="submit"] {
  background-color: #0b6d5d;
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}



.cf7-button input[type="submit"]:hover {
  background-color: #095347;
}

@media (max-width: 600px) {
    .cf7-col {
        flex: 1 1 100%;
        
    }
  
    .cf7-button {
        text-align: center;
        
    }

}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    padding: 10px 15px !important;
}

.product__filter .bapf_head h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color:#00171F;
}
.product__filter h3.fillter {
    font-size: 25px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'DMSans-Medium';
    color: #b79b57;
    margin-bottom: 40px;
}

.bapf_ckbox_sqchck input[type=checkbox] {
    appearance: none;
    display: inline-block;
    border: 1px solid #CCD1D2;
    border-radius:4px;
    width: 20px;
    height: 20px;
    padding: 4px;
    position: relative;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color:#309898;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #136957;
}
.bapf_sfilter {
    margin-bottom: 20px;
    margin-right: 20px;
}

.page-numbers a.page-numbers {
    color: #000;
}
    
.page-numbers a.page-numbers::hover{
     
     color :#fff;
}   
    
.woocommerce-breadcrumb a {
    color: #000;
}

nav.woocommerce-pagination{
    margin-top: 20px;
    margin-bottom: 40px;
}


.bapf_sfilter {
    margin-bottom: 70px;
}


/*Single Product Page*/

.single-product .woocommerce div.product h1.product_title {
    color: #343839;
    font-weight: 600;
    font-size: 40px;
}
.single-product .woocommerce-product-rating {
    display: flex;
    gap: 20px;
}
.single-product a.woocommerce-review-link {
    color: #9F9F9F;
    font-size: 19px;
    border-left: 1px solid #9F9F9F;
    padding-left: 18px;
}
.star-rating span::before {
    color: #FBD117 !important;
}
.single-product .summary.entry-summary .price ins span.woocommerce-Price-amount.amount bdi {
    color: #343839 !important;
}
.single-product span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    color: #08271f;
    font-size: 18px;
}
.single-product p.price ins span.woocommerce-Price-amount.amount bdi {
    font-size: 32px;
}
.single-product .price del span.woocommerce-Price-amount.amount bdi,
.single-product .price del span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol
{
    font-size: 20px;
    color: #6C7275;
    font-weight: 400;
    
}
.single-product .price del span.woocommerce-Price-amount.amount bdi{
    
    display: block;
}
.single-product .qib-button-wrapper.qib-button-wrapper {
    height: 60px !important;
    border-radius: 8px;
}

.single-product .quantity.wqpmb_quantity input#quantity_6846bbb72e4cd {
    background-color: #F5F5F5;
}
.single-product .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 60px;
    background-color: #0c271e;
    border: none;
    font-size: 23px;
    color: #b79b57;
    font-family: 'DMSans-Medium';
}
.single-product .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 60px;
}
.single-product button.minus.qib-button {
    border-right: unset !important;
    height: 60px;
    border-radius: 8px 0px 0px 8px;
    font-size:30px;
    color:#0C271E;
}
.single-product button.plus.qib-button {
    border-left: none;
    height: 60px;
    border-radius: 0px 8px 8px 0px;
    font-size:30px;
    color: #0C271E;
}
.single-product .quantity.wqpmb_quantity {
    height: 60px !important;
}
.single-product body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: #F5F5F5;
}
.single-product li.variable-item.button-variable-item {
    box-shadow: unset !important;
    border: 1px solid #216956;
    border-radius: 8px !important;
    width: 63px !important;
    height: 41px !important;
    padding: 10px 0 !important;
}

.single-product li.variable-item.button-variable-item.selected {
    background: #216956 !important;
    color: #fff !important;
}

.woocommerce div.product form.cart button.button {
   background-color: #0C271E;
   border: 1px solid #0C271E;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 50px;
    text-transform: capitalize;
}
.woocommerce div.product form.cart button.button:hover{
    
    background-color:#fff;
    color:#0C271E;
    
}

.single-product th.label,
.single-product th.label span.woo-selected-variation-item-name
{
    font-size: 20px;
    margin-bottom: 20px;
    color: #343839;
    font-weight: 500 !important;
}
.single-product a.reset_variations {
    color: red;
}
.single-product li.variable-item.button-variable-item.selected span.variable-item-span.variable-item-span-button {
    color: #fff;
}
.single-product .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    border: 1px solid #0C271E;
    padding: 16px 25px;
}
.single-product .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl-tooltip {
    display: none;
}
.single-product .woocommerce div.product a.tinvwl_add_to_wishlist_button::before {
    color: #fff;
}
.single-product .woocommerce div.product a.tinvwl_add_to_wishlist_button,
.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart{
    margin-top: 0 !important;
    padding: 0;
    line-height: 24px;
    margin-right: 5px;
}
.single-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 25px;
    height: 25px;
    vertical-align: baseline;
}
.single-product .tinvwl-tooltip {
    line-height: 33px;
    font-size: 22px;
    color: #216956;
    font-family: "DMSans-Medium";
}
.single-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    font-size: 28px;
    margin-top: -13px !important;
    color: #0C271E;
    font-weight: 600;
}

section.related.products > h2 {
    text-align: left;
    color: #1E1E1E;
    text-transform: uppercase;
    font-size: 35px;
    font-family: "DMSans-SemiBold";
    font-weight: 600;
    margin-bottom: 10px;
}
.single-product .summary.entry-summary .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    font-size: 32px;
}
.related_extra_data span {
    font-family: "DMSans-Medium";
    font-size: 24px;
    color: #1E1E1E;
    margin-bottom: 30px;
    display: block;
}
.woocommerce-tabs ul.tabs li.active a {
    color: #0C271E;
    border-color: #0C271E;
}
ul.tabs.wc-tabs li:focus-visible {
    border: 0 !important;
    outline: unset;
}
ul.tabs.wc-tabs li a:focus {
    outline: unset;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    color: #0c271e;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 25px;
}
.clear {
    clear: both;
}
section.related.products .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
    background: transparent;
    border: unset;
    padding: 0;
    top: 24px;
}
section.related.products .tinv-wraper.woocommerce a.tinvwl_add_to_wishlist_button {
    background: transparent;
}
section.related.products .tinv-wraper.woocommerce a.tinvwl_add_to_wishlist_button::before {
    color: #fff;
    font-weight: 400;
}
section.related.products .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl-tooltip {
    display: none;
}
section.related.products ul.products li h2.woocommerce-loop-product__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    padding-left: 32px;
    font-family: 'DMSans-Medium';
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 342px;
    color: #08271f;
    min-height: 86px;
}
section.related.products ul.products .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding-left: 33px;
}
section.related.products ul.products .price ins span.woocommerce-Price-amount.amount bdi, 
section.related.products ul.products .price ins span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol,
section.related.products ul.products .price del span.woocommerce-Price-amount.amount bdi,
section.related.products ul.products .price del span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol,
section.related.products ul.products .price del
{
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    opacity:1;
}
section.related.products .star-rating {
    display: none;
}
span.sku_wrapper,
span.posted_in{
    font-size: 19px;
}
span.sku_wrapper span.sku,
span.posted_in a{
    color: #0C271E;
    font-family: 'DMSans-Medium';
    padding-left: 4px;
}
section.related.products a.button.add_to_cart_button.ajax_add_to_cart.product_type_variable {
    font-size: 0;
    top: 60%;
    bottom: 0;
}
a.product-arrow-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
a.product-arrow-link svg path {
    fill: #fff;
}
ul.products li.product a.button.product_type_variable.add_to_cart_button {
    display: none;
}
.add-to-cart-product {
   display:flex;
    
}
p.stars:hover a::before {
    color: #fbd117 !important;
}
section.related.products ul.products li {
    box-shadow: none;
    border:1px solid #000;
}
.woocommerce-Tabs-panel > h2 {
    display: none;
}
.woocommerce-Tabs-panel {
    margin-top: 0px;
    padding: 0px 0 0 0 !important;
}

.woocommerce-tabs ul.tabs {
    border-bottom: 0;
}
.woocommerce-tabs {
    border: 0;
    padding: 30px 0;
    margin: 50px 0;
}

.wrapper-outer-shipping {
    display: flex;
    margin-top: 20px;
    justify-content: space-around;
    max-width: 460px;
    align-items: center;
}
.img-shipping-return img {
    margin: 0 auto;
}
.title-shipping-return span {
    font-size: 17px;
    margin-top: 2px;
    display: block;
}
.img-shipping-return img {
    margin: 0 auto;
    display: block;
    max-width: 100px;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description ul {
    margin: 0;
    padding-left:0px;
}
.single-product .summary.entry-summary .price span.woocommerce-Price-amount.amount bdi {
    font-size: 32px;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: max-content;
    margin:0 auto;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #0f834d;
    clear: both;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency.wmc-active {
    background: #216956 !important;
}
.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency:hover {
    background: #000 !important;
}
section.related.products a.button.add_to_cart_button.ajax_add_to_cart.product_type_simple {
 /*bottom:88px;*/
  color:#08271f;
      position: absolute;
    right: -12px;
    bottom: 0px;
    margin-bottom: 10px;
}

section.related.products a.go-to-product-button {
   left: 20px;
    position: absolute;
    bottom:40px;
    /*border: 1px solid #000;*/
    padding: 10px 15px;
    /*border-top: 1px solid #fff;*/
    color: #000;
   display:none;
   
}


/*Shop Page*/

.products-wrapper-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products__listing {
    flex: 1;
}

.product__filter.archive_prod_filter {
    width: 20%;
}
.post-type-archive-product ul.products.columns-3 li.product {
    width: 31%;
    margin-right: 20px;
    margin-bottom: 100px;
    position: relative;
    height: unset !important;
    background-color:#fff;
}

.post-type-archive-product .star-rating {
    display: none;
}


.product__filter {
    display: block;
    position: static;
    background: #fff;
    padding: 20px;
    width: 21%;
}


.product__filter.filter_sidebar {
    display: block; 
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 40px 20px;
    overflow-y: auto;
}

.post-type-archive-product a.go-to-product-button svg path {
    fill: #0C271E;
}

.post-type-archive-product a.go-to-product-button {
    bottom: 20px;
    /*border: 1px solid #000;*/
    /*width: 60px;*/
    /*right: -1px;*/
    /*border-top-color: #fff;*/
    /*margin: 0 auto;*/
    /*margin-left: 0;*/
    /*height: 60px;*/
    display: flex;
    align-items: center;
    position:absolute;
    left:20px;
    /*background-color:#fff;*/
    color:#000;
    display:none;
    
}
.post-type-archive-product a.go-to-product-button svg {
    margin: 0 auto;
}
.post-type-archive-product a.button.add_to_cart_button.ajax_add_to_cart.product_type_simple svg path {
    fill: #0C271E;
}

.banner-shop {
    /*padding: 190px 0;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    display:none;
}
.content-banner {
    max-width: 560px;
}
.shop-banner-title h1 {
    font-family: "DMSans-Black";
    font-size: 55px;
    color: #689186;
    line-height: 60px;
    position: relative;
}
.shop-banner-title h1:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -18px;
    width: 4px;
    height: 110px;
    background: #b79b57;
    border-radius: 10px;
}
.post-type-archive-product main#primary {
    border-top: 1px solid #ccc;
}
.post-type-archive-product header.woocommerce-products-header {
    display: none;
}
.post-type-archive-product ul.products {
    margin-top: 70px;
}


.shop-banner-title h1 span {
    color: #0C271E;
}

.shop-banner-content p {
    font-size: 15px;
    line-height: 22px;
}

.button-shp a.button {
    padding: 10px 31px;
    display: block;
    width: 240px;
    font-size: 17px;
    font-family: "DMSans-Medium";
    border-radius: 8px;
    line-height: 28px;
    letter-spacing: -0.4px;
    border: 1px solid #0c271e;
}


/* Filter Button (Mobile) */
.filter_button_mobile {
    position: fixed;
    left: 0;
    display: none; /* Hidden by default */
    z-index: 35;
    bottom: 0;
    right: 0;
}

button#filter_close_button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    display: block;
    padding: unset;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 29px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
}

button#filter_sidebar {
    background:#216956;
    border: none;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.post-type-archive-product li.product {
    background-color: #fff;
    border: 1px solid #0C271E;
    border-radius: 0px;
}
.post-type-archive-product li.product a h2.woocommerce-loop-product__title {
    color: #0C271E;
    font-size: 18px;
    line-height: 22px;
    font-family: "DMSans-Medium";
    margin-top: 20px;
    padding-left: 0;
    min-height: 60px;
    
}
.post-type-archive-product ul.products li.product {
    margin: 0;
    padding: 20px;
}
.post-type-archive li.product a img.attachment-woocommerce_thumbnail {
    min-height: 350px;
    width: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
}

.post-type-archive-product  .products li::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 50px;
    background-color: white;
    bottom: -42px;
    left: 0;
    border-top-right-radius: 20px;
    border: none;
    display:none;
}

span.price del span.woocommerce-Price-amount.amount bdi, 
span.price del span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol,
span.price ins span.woocommerce-Price-amount.amount bdi,
span.price ins span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol
{
    font-size: 22px;
}



button#filter_close_button {
    display: none;
}

.post-type-archive-product .products h2.woocommerce-loop-product__title::after{
    
    display:none;
}
.post-type-archive-product ul.products li.product .tinv-wraper a.tinvwl_add_to_wishlist_button {
    width: 35px;
    height: 35px;
    background-color: transparent;
    box-shadow: unset;
}
.post-type-archive-product ul.products li.product .tinv-wraper a.tinvwl_add_to_wishlist_button::before {
    font-size: 30px;
    color: #0C271E;
}
.post-type-archive-product .products span.price {
    color: #08271f;
    font-size: 19px;
    margin-top: 0px;
    display: block;
    padding-left: 0;
    margin-top:10px;
    margin-bottom:15px;
}
.post-type-archive-product a.button.read-more-button svg path {
    fill: #216956;
}

nav.woocommerce-pagination ul.page-numbers li a.prev,
nav.woocommerce-pagination ul.page-numbers li a.next {
    background-color: #216956;
    color: #fff;
}

.price del,
.price del span,
.price del bdi {
    font-size:24px;
    color: #216956;
}

a.button.add_to_cart_button.product_type_simple {
    font-size: 16px;
    color:#08271f !important;
}
a.button.add_to_cart_button.product_type_simple:hover {
    
    color:#b79b57 !important;
}


a.button.add_to_cart_button.product_type_simple svg {
    width: 25px;
    height: 25px;
    vertical-align: text-bottom;
}
.post-type-archive-product a.button.add_to_cart_button.product_type_simple svg path {
    fill: #216956;
}


.page-id-3 header.entry-header {
    display: none;
}


.item.product-content-section .product-category {
    display: none;
}
.item.product-content-section .product-excerpt {
    display: none;
}
.item.product-content-section a.button.add_to_cart_button.ajax_add_to_cart.product_type_simple {
    bottom: 0px;
    right: 19px;
    padding-bottom:15px;
}
.item.product-content-section a.button.add_to_cart_button.ajax_add_to_cart.product_type_simple svg path {
    fill: #fff;
}

.item.product-content-section a.go-to-product-button {
    right: -1px;
    display:none;
}
.item.product-content-section > a.product-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px;
    color: #2C2F24;
    font-family: 'DMSans-Medium';
    font-size: 20px;
}

/*Header*/

.top-bar {
    background-color: #ffc035;
    padding: 10px 0;

}
.top-bar-wrapper {
    display: flex;
    justify-content:center;
}
.top-bar-lft {
    display: flex;
    align-items: center;
    gap: 30px;
}
.top-bar-rep {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-bar-rgt {
    display: flex;
    gap: 30px;
    align-items: center;
}

.rep-top-bar-link span {
    font-size: 15px;
    color: #08271f;
    text-align: center;
    display: block;
}

li.mega-menu-item a.mega-menu-link:hover {
    color: #b79b57 !important;
}
.rep-top-icon img {
    max-width: 18px;
    vertical-align: middle;
}

div#featured-product .owl-nav button,
div#featured-product-two .owl-nav button
{
    transform: translateY(-50%);
    top: 50%;
}

div#featured-product .owl-nav button.owl-prev ,
div#featured-product-two .owl-nav button.owl-prev 
{
    position: absolute;
    left: -60px;
}
div#featured-product button.owl-next,
div#featured-product-two button.owl-next 
{
    position: absolute;
    right: -70px;
}
.owl-nav button:hover {
    background: transparent !important;
}

.mega-menu-item-home.mega-current-menu-item a.mega-menu-link {
      color: #216956 !important;
}
/*#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {*/
/*    line-height: 40px;*/
/*    height: 50px;*/
/*}*/
.zoom.nslick-slide img {
    display: block;
    margin: 0 auto;
}

.rep-top-bar-link p {
    margin: 0;
}

.footer-one.foot p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.footer-one.foot img {
    width: 150px;
    margin: 0 auto;
    display: block;
}
.site-footer ul li {
    margin-bottom: 12px;
}

nav.header-end {
    display: flex;
    align-items: center;
    gap: 26px;
}
nav.header-end > div {
    display: flex;
    align-items: center;
}
.header-wishlist a.wishlist_products_counter {
    position: relative;
}
.header-wishlist a.wishlist_products_counter::before {
    margin: 0;
    font-size: 35px;
    color: #fff;
}
.header-wishlist .wishlist_products_counter_text {
    display: none;
}
.header-wishlist .wishlist_products_counter_number {
    position: absolute;
    top: -2px;
    right: -5px;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #0c271e;
    font-weight: 400;
}
.header-actions .header-cart svg {
    height: 32px;
    width: 32px;
    fill: #216956;
}
.header-actions svg {
    display: block;
    width: 24px;
    height: 24px;
}
.woo-multi-currency.wmc-sidebar .wmc-title {
    font: 300 16px DMSans-Regular !important;
}

.header-myaccount a {
    font-size: 35px;
}
header#masthead {
    background-color: #0c271e;
    /*box-shadow: #ffffff85 0px 7px 29px 0px;*/
}

.woocommerce-page aside.widget-area {
    background-color: #f7f7f7;
    padding: 30px;
    display: none;
}
.woocommerce .u-columns form input {
    height: 44px;
    padding-left: 20px;
}
.woocommerce .u-columns form input#rememberme {
    height: auto;
}
p.woocommerce-LostPassword.lost_password a {
    color: #216956;
    font-family: 'DMSans-Medium';
}
span.password-input button.show-password-input {
    display: none;
}
.woocommerce-privacy-policy-text a {
    color: #216956;
    font-family: 'DMSans-Medium';
}
.woocommerce-MyAccount-content a {
    color: #216956;
    font-size: 16px;
     font-family: 'DMSans-Medium';
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #216956 !important;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #000;
}
 footer.entry-footer span.edit-link {
    color: #216956;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #216956 !important;
}
.woocommerce-MyAccount-content a.woocommerce-Button.wc-forward.button {
    background-color: #000;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #216956;
    border-radius: 8px;
}
a.wc-block-checkout__login-prompt {
    background-color: #0C271E;
    padding: 7px 30px;
    border-radius: 8px;
    color: #b79b57 !important;
    font-size: 15px !important;
    border:1px solid #0C271E;
}
a.wc-block-checkout__login-prompt:hover {
    background-color: #fff;
    color:#0C271E;
    border:1px solid #0C271E;
}
a.wc-block-components-checkout-return-to-cart-button:hover {
    color: #216956;
}
tr.woocommerce-table__line-item.order_item td a {
    color: #216956;
    font-family: 'DMSans-Medium';
}
section.woocommerce-customer-details address {
    font-family: 'DMSans-Regular';
    font-style: unset;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
   background-color: #0C271E;
    border-radius: 8px;
    color: #b79b57;
    border:1px solid #0C271E;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover{
    
    background-color:#fff;
    color:#0C271E;
    border:1px solid #0C271E;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: #000;
}
.wc-block-checkout__terms span a {
    color: #216956;
    font-family: 'DMSans-Medium';
}
.wc-block-components-address-card__edit {
    color: #216956;
    font-family: 'DMSans-Medium';
    font-size: 16px;
}
.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details ~ p {
    color: #000;
}
a.button.wc-forward {
    background-color: #000;
}
.u-column1.col-1.woocommerce-Address address,
.u-column2.col-2.woocommerce-Address address{
    font-style: unset;
}
.woocommerce-address-fields__field-wrapper input {
    height: 42px;
    padding-left: 20px;
    color: #000;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #216956 !important;
}
form.woocommerce-EditAccountForm.edit-account input {
    height: 42px;
    padding-left: 20px;
    color: #000;
}
span#account_display_name_description em {
    font-style: unset;
}
.page-id-733 aside#secondary {
    display: none;
}
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty),
.tinvwl-to-right.look_in{
    margin-top: 20px !important;
}
a.wishlist_products_counter.top_wishlist-heart.top_wishlist-.wishlist-counter-with-products::before {
    color: #216956;
}
.wc-block-components-sidebar-layout {
    margin: 0 auto 50px !important;
}

.page-template-custom-checkout .wc-block-components-product-metadata {
    display: none;
}
.shipping-returns {
    margin-top: 50px;
}
.woo-multi-currency.wmc-sidebar {
    bottom: 60% !important;
}
.woocommerce-product-details__short-description ul li{
    
    list-style: none;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23216956' class='bi bi-check-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 32px;
}
table.tinvwl-table-manage-list td.product-name a {
    color: #216956;
    text-decoration: none;
    font-family: 'DMSans-Medium';
}
table.tinvwl-table-manage-list tr.wishlist_item td.product-action button:hover,
.tinvwl-to-right.look_in span.tinvwl-input-group-btn button.button:hover,
.tinvwl-to-right.look_in button.button:hover,
.tinvwl-to-right.look_in button.button:hover
{
    background-color: #000;
}

.tax-product_cat header.woocommerce-products-header {
    display: none;
}
.tax-product_cat a.button.add_to_cart_button.ajax_add_to_cart.product_type_simple {
    bottom: 80px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    color: #fff !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: #ffc33f !important;
}
.header-myaccount a svg path {
    fill: #fff;
}

.footer-bootom {
    background-color: #ffc037;
    padding: 40px 0;
}
.footer-bootom a img {
    max-width: 35px;
}
.footer-two ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-one.foot {
    margin-top: 30px;
}
.row-ones {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-one.foot a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.cf7-flex input.wpcf7-submit {
    background-color: #ffc037;
    border: 1px solid #ffc037;
    color: #0c271e;
}
.row-two a {
    color: #ffc037;
    font-size: 16px;
    line-height: 26px;
}
.eael-fancy-text-strings {
    font-family: 'DMSans-Regular';
    font-weight: 600 !important;
    color: #1E1E1E;
}
.coupon-mail input,
.coupon-no input{
    padding-left: 20px;
}
.paoc-close-popup {
    top: -26px !important;
    width: 15px;
    height: 15px;
    border-radius: 0 !important;
    border: unset !important; 
    
    background-color: transparent !important;
}
.paoc-close-popup svg {
    height: 25px !important;
    width: 25px !important;
}
.coupon-done input:hover {
    border: 2px solid #ffc035;
}
/* RESPONSIVE CSS */

@media only screen and (max-width :1920px) and (min-width: 1601px) {
    
    .container {
        width: 1600px;
    }
}

@media only screen and (max-width :1600px) and (min-width: 1441px) {
    
    .container {
        width: 1400px;
    }
    
}

@media only screen and (max-width :1440px) and (min-width: 1367px) {
    
    .container {
        width: 1366px;
    }
    
}
 
/*----------------------------- Large Screens -------------------------------*/
 
 
@media only screen and (max-width :1920px) and (min-width: 1601px) {
}
 
@media only screen and (max-width :1600px) and (min-width: 1441px) {
}
 
@media only screen and (max-width :1440px) and (min-width: 1367px) {
}
 
@media only screen and (max-width :1366px) {

    
    .banner-shop {
        padding: 90px 0;
    }
    .shop-banner-title h1 {
        font-size: 50px;
        line-height: 54px;
    }
    
    
}
 
/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
    
    .post-type-archive-product ul.products.columns-3 li.product {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 100px;
    position: relative;
    height: unset !important;
    
}
.woocommerce div.product h1.product_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

}
 
/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
    section.related.products ul.products {
        
    grid-template-columns: repeat(2, 1fr);
            
    }
       
    section.related.products {
    
    width: 100%;
    }
    
    .post-type-archive-product ul.products.columns-3 li.product {
        width: 30%;
    }
    .post-type-archive-product li.product a h2.woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 24px;
        min-height: 64px;
        /*padding-left: 10px;*/
        margin: 20px 0;
    }

    .woocommerce div.product h1.product_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
    
}


 
/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    .single-product div.product {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .single-product .summary.entry-summary {
        float: right;
        width: 100%;
    
    }
    .woocommerce div.product h1.product_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
    /*Shop Page*/
    
    .banner-shop {
        padding: 80px 0;
    }
    .shop-banner-title h1 {
        font-size: 45px;
        line-height: 51px;
    }
    .shop-banner-title h1:before {
        left: -8px;
        height: 92px;
    }
    .button-shp a.button {
        padding: 10px 30px;
        width: 180px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle{
        
        background:transparent !important;
    }
    .footer-two ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px 30px;
    }
    .paoc-cb-popup-body, .paoc-hide-overlay.custombox-content {
        margin: 0 auto;
    }
}
 

 
/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:768px){
    /*form*/
.coupon-mail input.wpcf7-form-control.wpcf7-email {
    width:100%;
}
.coupon-no input.wpcf7-form-control.wpcf7-tel {
     width:100%;
}




    .products__wrapper .product__filter {
        display:none;
  
    }

    .products__wrapper .products__listing{
        width:100%;
    }
    .filter_button_mobile {
        display: block;
    }
    .products__listing {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product__filter .archive_prod_filter.filter_sidebar{
        
        width:100%;
    }
    
    /*Single Product Page*/
    
    .qib-button-wrapper button.qib-button {
        width: 30px;
    }
    form.cart .quantity {
        width: 70px;
    }
    .woocommerce div.product form.cart button.button {
        font-size: 16px;
        padding: 13px 25px;
        height: 60px;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel p {
        font-size: 16px;
    }
    section.related.products > h2 {
        font-size: 32px;
    }
    .related_extra_data span {
        font-size: 20px;
        margin-bottom: 20px;
    }
    section.related.products {
        margin-top: 10px;
    }
    .single-product .summary.entry-summary .woocommerce-product-details__short-description {
        font-size: 16px;
        line-height: 24px;
    }
    .woocommerce div.product h1.product_title {
        font-size: 24px;
    }
    .single-product p.price ins span.woocommerce-Price-amount.amount bdi {
        font-size: 28px;
    }
    .single-product span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
        font-size: 18px;
    }
    section.related.products ul.products li h2.woocommerce-loop-product__title {
        font-size: 20px;
    }
    .img-shipping-return img {
        max-width: 80px;
    }
    .woocommerce div.product h1.product_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
    
    /*Shop Page*/
    
   .banner-shop {
        padding: 60px 0;
    }
    .content-banner {
        max-width: 490px;
        margin: 0 auto;
    }
    .shop-banner-title h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .shop-banner-title h1:before {
        height: 82px;
    }
    .post-type-archive-product .products span.price {
        padding-left: 10px;
    }
    .post-type-archive-product li.product a h2.woocommerce-loop-product__title {
        padding-left: 10px;
    }
    .post-type-archive-product .products span.price {
        font-size: 18px;
    }
    .post-type-archive-product ul.products.columns-3 li.product {
        width: 46%;
    }
    .banner-shop {
        background-image: unset !important;
    }
    
    .filter_button_mobile {
        display: block;
    }

  
    .product__filter {
        display: none;
    }

   
    .product__filter.filter_sidebar {
        display: block;
    }
    .product__filter.archive_prod_filter.filter_sidebar{
        
        width:100%;
    }
    .post-type-archive-product ul.products.columns-3 li.product {
        width: 45%;
        margin-right: 10px;
        margin-left: 10px;
    }
    button#filter_close_button {
        display: block;
    }
    
    .woocommerce .u-columns {
        grid-template-columns: 1fr;
    }
    .row-one {
        row-gap: 50px;
    }
    .foot {
        width: 100%;
    }
    /*.footer-two {*/
    /*    width: 25%;*/
    /*}*/
    .footer-three {
        width: 25%;
    }
    .footer-four {
        width: 25%;
    }
    .top-bar-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 0px;
    }
    .mega-menu-item-home.mega-current-menu-item a.mega-menu-link {
        background: #fff !important;
        border-radius: 0px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin: 0 0 20px 0;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        background-color: #b79b57;
    }
    .single-product div.product .woocommerce-product-gallery, .images.nickx_product_images_with_video {
        width: 100%;
    }

}




 
/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:576px){
    
 
     section.related.products > h2 {
        font-size: 32px;
        margin-bottom: 0;
        line-height: 40px;
     }
     .related_extra_data span {
        font-size: 17px;
        line-height: 27px;
    }
    section.related.products ul.products .price ins span.woocommerce-Price-amount.amount bdi, section.related.products ul.products .price ins span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol, section.related.products ul.products .price del span.woocommerce-Price-amount.amount bdi, section.related.products ul.products .price del span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol, section.related.products ul.products .price del {
        font-size: 20px;
        line-height: unset;
    }
    .single-product .summary.entry-summary .woocommerce-product-details__short-description {
        font-size: 15px;
        line-height: 23px;
    }
    section.related.products ul.products .price span, section.related.products ul.products .price del bdi, section.related.products ul.products .price ins span, section.related.products ul.products .price ins span bdi {
        font-size: 20px;
        line-height: unset;
    }
    .woocommerce div.product h1.product_title {
        font-size: 32px;
    }
    .single-product p.price ins span.woocommerce-Price-amount.amount bdi {
        font-size: 25px;
    }
    .single-product span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
        font-size: 18px;
    }
    .single-product .summary.entry-summary .price del span.woocommerce-Price-amount.amount bdi,
    .single-product .summary.entry-summary .price del span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol{
        font-size: 18px;
    }
    .single-product .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
        padding: 15px 30px;
        padding: 10px 20px;
        height: 60px;
    }
    .woocommerce-tabs ul.tabs {
        column-gap: 25px;
        row-gap: 0;
        border-bottom: 0;
    }
    .woocommerce-tabs ul.tabs li a {
        font-size: 18px;
        line-height: 22px;
        color: #1D1E1E;
        padding: 10px 0px 0 !important;
    }
    .woocommerce div.product h1.product_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
    
    /*Shop*/
    
    .banner-shop {
        padding: 30px 0;
    }
    .content-banner {
        max-width: 430px;
    }
    .shop-banner-title h1 {
        font-size: 38px;
    }
    .shop-banner-title h1:before {
        height: 78px;
    }
    .button-shp a.button {
        width: 150px;
    }
    .post-type-archive-product li.product a h2.woocommerce-loop-product__title {
        font-size: 16px;
        min-height: auto;
        margin: 20px 0 10px;
        line-height: 18px;
    }
    .price del, .price del span, .price del bdi {
        font-size: 20px;
    }
    .post-type-archive-product .products span.price {
        font-size: 16px;
    }
    span.price del span.woocommerce-Price-amount.amount bdi, span.price del span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol, span.price ins span.woocommerce-Price-amount.amount bdi, span.price ins span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
        font-size: 20px;
    }
    .owl-theme .owl-nav {
        margin-top: 10px;
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        justify-content:center;
    }
    div#featured-product .owl-nav button.owl-prev, div#featured-product-two .owl-nav button.owl-prev {
        position: unset;
    }
    div#featured-product button.owl-next, div#featured-product-two button.owl-next {
        position: unset;
    }
    .woocommerce-order .woocommerce-customer-details > .addresses, .woocommerce-customer-details > .addresses, .woocommerce .woocommerce-customer-details > .addresses, .woocommerce .woocommerce-customer-details > .addresses {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .site-branding {
    order: 1;
    width: 28%;
    }
     
    nav#site-navigation {
        order: 3;
        width: 20%;
    }
     
    nav.header-end {
        order: 2;
        margin-left: auto;
    }
    .footer-two ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-bootom a img {
        max-width: 25px;
    }
    .footer-ones {
        font-size: 22px;
    }
}    
    
/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:479px){
    
     section.related.products ul.products {
        grid-template-columns: repeat(1, 1fr);
    
     }
     .post-type-archive-product ul.products.columns-3 li.product {
        width: 100%;
    }
    .footer-two h2.widget-title, .footer-three h2.widget-title, .footer-four h2.widget-title {
     margin-left: 0px;
    }
    
    .footer-two ul#menu-footer-menu-two, .footer-three ul#menu-footer-menu-one, .footer-four ul#menu-footer-menu-three {
    padding:0px;
    }
    
    /*Single Product Page*/
    
    section.related.products > h2 {
        font-size: 28px;
    }
    .related_extra_data span {
        font-size: 16px;
        line-height: 25px;
    }
    section.related.products ul.products .product {
       height: unset auto;
    }
    
    /*Shop Page*/
    
    .post-type-archive-product .products span.price {
        font-size: 19px;
        padding-left: 0;
    }
    .post-type-archive-product li.product a h2.woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 22px;
        padding-left: 0px;
    }
    .price del, .price del span, .price del bdi {
        font-size: 18px;
    }
    .post-type-archive-product .products span.price {
        font-size: 18px;
    }
    span.price del span.woocommerce-Price-amount.amount bdi, span.price del span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol, span.price ins span.woocommerce-Price-amount.amount bdi, span.price ins span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
        font-size: 18px;
    }
    .woocommerce-tabs ul.tabs {
        justify-content: center;
    }
    li#tab-title-reviews {
        margin-bottom: 20px;
    }
    
    .footer-two {
        width: 100%;
    }
    .footer-three {
        width: 100%;
    }
    .footer-four {
        width: 100%;
    }
    .footer-two ul#menu-footer-menu-two, .footer-three ul#menu-footer-menu-one, .footer-four ul#menu-footer-menu-three {
        margin-top: 10px;
    }
    .site-branding {
        width: 32%;
    }
    nav#site-navigation {
        order: 3;
        width: fit-content;
    }
    nav.header-end {
        gap: 16px;
        width: 30%;
        margin-left: auto;
    }
    
    .rep-top-bar-link span {
    font-size: 14px;
    line-height: 18px;
    }
    .footer-one.foot p {
        font-size: 15px;
        line-height: 25px;
        margin: 0;
    }
    .row-one {
        row-gap: 20px;
    }
    .footer-two ul#menu-footer-menu-two li a, .footer-three ul#menu-footer-menu-one li a, .footer-four ul#menu-footer-menu-three li a {
        font-size: 18px;
    }
    .site-footer ul li {
        margin-bottom: 10px;
    }
    .footer-two h2.widget-title, .footer-three h2.widget-title, .footer-four h2.widget-title {
        font-size: 24px;
        line-height: 35px;
    }
    .row-two {
        padding-top: 20px;
    }
    .woocommerce-privacy-policy-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    .page-template-pagescustom-checkout-php nav.header-end {
        width: 22%;
    }
    .cartdesign .item.product-content-section h2.product-title {
        min-height: 100px;
        font-size: 20px;
    }
    .woocommerce div.product h1.product_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
}
 
/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:360px){

   .woocommerce div.product h1.product_title {
        font-size: 28px;
    }
    .single-product p.price ins span.woocommerce-Price-amount.amount bdi {
        font-size: 22px;
    }
    .single-product span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
        font-size: 18px;
    }
    .single-product .qib-button-wrapper.qib-button-wrapper {
        width: 120px;
        height: 50px !important;
    }
    .woocommerce div.product form.cart button.button {
        font-size: 15px;
        padding: 12px 20px;
        height: 50px;
    }
    .single-product button.minus.qib-button {
        height: 50px;
        font-size: 23px;
    }
    .single-product .qib-button-wrapper .quantity input.input-text.qty.text {
        height: 50px;
    }
    .single-product .quantity.wqpmb_quantity {
        height: 50px !important;
    }
    .single-product button.plus.qib-button {
        height: 50px;
        font-size: 23px;
    }
    .woocommerce div.product form.cart:not(.variations_form), .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
        align-items: center;
    }
    .single-product .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
        padding: 10px;
        height: 50px;
    }
    .woocommerce-tabs ul.tabs {
        row-gap: 10px;
    }
    .woocommerce-tabs ul.tabs {
        border-bottom: 0;
    }
    section.related.products > h2 {
        font-size: 26px;
    }
    .woocommerce-tabs {
        padding: 30px 0 20px;
        margin: 30px 0 0;
    }
    a.go-to-product-button {
        right: 30px;
        display:none;
    }
    span.sku_wrapper, span.posted_in {
        font-size: 18px;
    }
    .wrapper-outer-shipping {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 30px;
        row-gap: 30px;
    }
    
    
    /*Shop*/
    
    .post-type-archive-product ul.products.columns-3 li.product {
        width: 95%;
     
    }
    .shop-banner-title h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .shop-banner-title h1:before {
        height: 74px;
        left: -6px;
        width: 3px;
    }
    .shop-banner-content p {
        font-size: 14px;
        line-height: 19px;
    }
    .button-shp a.button {
        width: 150px;
    }
    nav.header-end {
        width: 37%;
    }
    .header-myaccount a svg {
        width: 20px;
        height: 22px;
    }
    .header-myaccount a {
        font-size: 22px;
    }
    .header-wishlist a.wishlist_products_counter::before {
        font-size: 30px;
    }
    .header-cart svg {
        width: 28px;
        height: 30px;
    }
    p.woocommerce-customer-details--email {
        word-break: break-word;
    }
    .woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title, .woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-column__title, .woocommerce .u-columns h2, .woocommerce-MyAccount-content form h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .woocommerce div.product h1.product_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    }
}

/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:320px){


    /*Shop*/
    .shop-banner-title h1 {
        font-size: 29px;
        line-height: 36px;
    }
    .shop-banner-title h1:before {
        display: none;
    }
        .button-shp a.button {
        width: 130px;
    }

    .woocommerce div.product h1.product_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

}



/*style*/

section.related.products ul.products li h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
}


section.related.products ul.products li h2.woocommerce-loop-product__title {
    /*margin-bottom: 20px;*/
    margin-top: 50px;
}



label.countria .dswcf7_country_sel .country-select.inside {
    width: 100%;
}


/* Responsive Flex Layout */
.cf7-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  margin: auto;
}

.cf7-flex input,
.cf7-flex textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cf7-flex textarea {
  resize: none;
  min-height: 100px;
}

.cf7-flex .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.cf7-submit {
  background-color: #ff6f42;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cf7-submit:hover {
  background-color: #e55c32;
}


.item.product-content-section a.button.add_to_cart_button.ajax_add_to_cart.product_type_simple svg path {
    fill: #08271f;
}
.product-section .owl-stage-outer {
    padding-bottom: 90px;
}

 .post-type-archive-product ul.products.columns-3 li.product {
    background-color:#fff;
}

svg.bi.bi-arrow-right {
    fill: #0c271e;
}

.banner-shop.rocket-lazyload.entered {
    display: none;
}


.paoc-popup-margin.paoc-popup-mheading {
    color: #0c271e;
    font-size: 25px;
    font-weight: 800;
    text-align:center;
}

/*popupform*/
.coupon-whole {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}



.footer-ones  {
    color: #08271f;
    font-size: 25px;
    font-weight: 800;
}




/*pop up form */
.paoc-popup-margin.paoc-popup-mheading {
    text-align: center;
    color: #fff;
    font-weight:800;
}


.coupon-whole ~ .wpcf7-response-output {
    border: 2px dashed #fff !important;
    text-align: center;
    color:fff !important;
}

.coupon-mail input.wpcf7-form-control.wpcf7-email {
    height: 45px;
    
}
.coupon-no input.wpcf7-form-control.wpcf7-tel {
    height: 45px;
     
}


.paoc-popup-inr-wrap {
    background: #0c271e;
}

a.paoc-popup-click.paoc-popup-cust-1648.paoc-popup-simple_link.paoc-popup-link {
    font-size: 15px;
    color: #08271f;
    text-decoration: underline;
}

.coupon-done input {
    background-color: #ffc035;
    color: #0c271e;
    border: 2px solid #ffc035;
}
.coupon-done .wpcf7-spinner {
    /*visibility: visible !important;*/
    /*display: inline-block;*/
    background-color: #fff !important;
    opacity: 1 !important;
    padding: 0;
    margin: 10px auto !important;
    border:1px solid #000 !important;
    
}
.coupon-done span.wpcf7-spinner {
    display:block !important;
}


.coupon-done .wpcf7-spinner::before{
    background-color:#ffc035 !important;
}


.coupon-whole ~ .wpcf7-response-output{
    color:#fff !important;
    
} 
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
  border:none;
}


body .qib-button-wrapper .minus.qib-button, 
body .qib-button-wrapper .plus.qib-button{
    background-color:#0c271e !important;
    color:#b79b57 !important;
    border:1px solid #0c271e;
}




.products__listing .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  border: none !important;
}
/*Copy button*/

.coupon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

span#copyText {
    display: none !important;
}

.coupon-wrapper button {
    padding: 12px 30px;
    background-color:transparent;
}
.circle:hover h2 {
    color: #fff !important;
}

