/*!
Theme Name: hindware
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hindware
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.

hindware 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: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
   /* display: none; */
}

.tel-num-init{
	color: inherit !important;
	font-family: "Montserrat-Regular";
}

.sidebar-tabs .content-gd {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#global_contacts ul.tab_justified li.active {
    display: inline-block;
    background-color: #eeb116;
    color: #fff;
}
#global_contacts ul.tab_justified li {
    width: 20%;
    text-align: center;
    display: inline-block;
    background-color: #F4F4F4;
    color: #000;
    font-family: "Montserrat-Regular";
    font-size: 17px;
    border-right: 2px solid #fff;
}
#global_contacts ul.tab_justified {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
}

.content-gd li{
	padding:0px !important;
}
.content-gd ul{
	display: block !important;
}

.width_full{
	width:100%;
}
#product-finder-page .add_to_cart_button{
	display: none;	
}
#header .menu-list li {
	padding: 10px 16px;
}
#header .on-scroll .menu-list li {
	padding: 10px 4px 0px 10px;
}
		
@media screen and (min-width: 320px) and (max-width: 480px){
	#header .logo {
		width: 153px !important;
		height: 40px !important;
		margin: auto;
	}
}
body {
	overflow: auto !important;
}	
.fixed-btn {
	display: none;
}
@media screen and (max-width: 1024px) {
	.fixed-btn {
		display: block;
		z-index:10;
	}	
}
.header_sticky {
	height:100%;
	width: 100%;
}
.fixed-btn{
	
	position:fixed;
	width:100%;
	height:45px;
	line-height:45px;
	bottom:0%;
	background-color:black;
	
}
.b{
	border-right: 1px solid #eeb116;
	background-color: black;
	width:20%;
}
.b a{
	background-color:black;
	padding-top:2%;
	padding-bottom:2%;
	border-radius:3px;
	width:200px;
	color:#fff;
	margin-left:10%;
}
.call{
	color: #d4af37;
	margin-left:8%;
	padding-right:37%;
	padding-left:37%;
}
.book{
	padding-right:5px;
	padding-left:5px;
}
#banner .enquire-now {
	bottom: 14%;

}
#header .menu-list li:nth-child(4) .mega-menu {
	width: 800px;
}
#banner .navigation-banner {
	justify-content: space-between;
}
body .NadIS {
	justify-content: space-between !important;
}

#banner {
	min-height: auto !important;
}
/* ------------------ */

#header .off-scroll1 .search-me {
			cursor: pointer;
			display: flex;
			align-items: center;
			margin-left: 10px;
		}
		#header .off-scroll1 .search-input {
			position: initial !important;
			right: 13%;
			width: 115%;
			border: none;
			border-bottom: 1px solid #fff;
			background: #eeb116;
			height: auto !important;
			margin-right: -2px;
			border-radius: 0px;
			color: #fff;
			padding-left: 20px;
		}
		#header .off-scroll1 .search-input::placeholder {
			color: #fff;
		}
		#header .off-scroll1 .tooltip:hover:after {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			justify-content: center;
			background: #eeb116;
			border-radius: 8px;
			color: #fff;
			content: attr(title);
			margin: 0px auto 0;
			font-size: 12px;
			padding: 5px 10px;
			width: max-content;
			position: absolute;
			height: auto;
		}
		#header .off-scroll1 input[type="search"] {
			-webkit-appearance: textfield;
			-webkit-box-sizing: content-box;
			font-family: inherit;
			font-size: 100%;
		}
		#header .off-scroll1 input::-webkit-search-decoration,
		#header .off-scroll1 input::-webkit-search-cancel-button {
			display: none;
		}

		#header .off-scroll1 input[type="search"] {
			padding: 9px 10px 9px 32px;
			width: 55px;
			position: absolute !important;
			top: 57%;
            right: 17%;
			background: transparent;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			transition: all 0.5s;
		}
		#header .off-scroll .fa-search {
			-webkit-text-stroke: 1px #fff;
			font-size: 20px;
			color: #eeb116;
		}
		#header .off-scroll1 input[type="search"]:focus {
			width: 150px !important;
			background-color: #fff;
			border-color: #eeb116;

			/*
			-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
			-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
			box-shadow: 0 0 5px rgba(109,207,246,.5);
*/
		}
		#header .off-scroll1 input[type="search"]:focus + span::after {
			content: "\f002";
			font-family: fontAwesome;
		}

		#header .off-scroll1 input[type="search"] + span {
			z-index: 999;
			position: absolute;
			left: 68%;
            top: 66%;
			-webkit-text-stroke: 1px #fff;
			color: #eeb116;
		}

		#header .off-scroll1 input:-moz-placeholder {
			color: #999;
		}
		#header .off-scroll1 input::-webkit-input-placeholder {
			color: #999;
		}
		#header .off-scroll1 input[type="search"] {
			width: 15px;
			padding-left: 10px;
			color: transparent;
			cursor: pointer;
		}
		#header .off-scroll1 input[type="search"]:hover {
			background-color: #fff;
		}
		#header .off-scroll1 input[type="search"]:focus {
			width: 130px;
			padding-left: 45px;
			color: #000;
			background-color: #fff;
			cursor: auto;
		}
		#header .off-scroll1 input:-moz-placeholder {
			color: transparent;
		}
		#header .off-scroll1 input::-webkit-input-placeholder {
			color: transparent;
		}








#banner .navigation-banner {
    bottom: 32%;
    display: flex;
    left: 50%;
    margin-top: 40px;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 100%;
    left: 0px !important;
    padding: 0px 2%;
}
body .swiper-button-disabled {
    display: block !important;
}

 #banner .navigation-banner {
	justify-content: space-between !important;
 }

@media only screen and (max-width: 767px) {
  #banner .navigation-banner {
    margin-top: 0px;
 }
 
 #banner .navigation-banner {
    top: 23%;
	justify-content: space-between !important;
 }
 
}

#dealer-locator .dealer-form {
	justify-content: space-between !important;
}
#dealer-locator .form-group {
	justify-content: flex-start !important;
}

@media(max-width:767px){
	#banner .gform_wrapper form .gfield_checkbox input[type="checkbox"]:checked + label:after {
		top: 12px !important;
		left:6px !important;
	}
}
#banner .gform_wrapper form .gfield_checkbox label {
	font-weight: 500 !important;
}

#banner label {
	right: 0 !important;

}
#banner .enquire-now {
	bottom: 70px !important;
}
#banner .amazon-link {
	position: fixed;
    z-index: 10;
    bottom: 140px;
    right: 0px !important;
}
#banner .amazon-link label {
	font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 0px 0px 0px 0px;
    border-radius: 40px;
    color: #fff !important;
    font-weight: 600;
	right:5px !important;
	overflow: hidden;
}
#banner .amazon-link label .img-ct {
	overflow: hidden !important;
	right: 5px !important;
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#banner label img {
	width: 50px !important;
	height: 50px !important;
}
#banner .enquire-now .label  {
	font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeb116;
    padding: 6px 6px 6px 6px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
	right:0px;
	overflow: hidden;
	opacity: 1;
}
#banner .enquire-now .label span {
	margin: 0 0px;
	width:0px;
	/* display: none; */
	visibility: hidden;
	transition: 0.2s all; 

}
#banner .enquire-now .label:hover > span {
    margin: 0 6px;
    width: auto;
    visibility: visible;
	/* display: block; */
}
#banner .enquire-now .label:hover {
	right: -55px !important;
}
#banner .amazon-link label span {
	/* display: block; */
	margin: 0 0px;
	width:0px;
	/* display: none !important; */
	visibility: hidden;
	transition: 0.2s all ;
	font-size: 12px;
}
#banner .amazon-link label:hover  > span {
	margin: 0 10px 0 0px;
    width: fit-content;
	/* display: block !important; */
	visibility: visible;
}
#banner .amazon-link label:hover {
	right: -55px !important;
}
#banner .enquire-now .label .img-ct {
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px gray;
	background-color: #fff;
}
#banner .enquire-now .label img {
	width: 24px !important;
	height: 24px !important;
}
.wa__btn_popup .wa__btn_popup_icon {
	width:50px;
	height: 50px;
}
#banner .link-wrapper {
	display: flex;
    position: fixed;
    bottom: 12px;
    z-index: 1000000;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    right: 90px;
}
#banner .amazon-link {
	position: relative !important;
    z-index: 1000000;
    bottom: auto;
    right: 10px !important;
    left: auto;
    transform: none;
}
#banner .amazon-link label {
	position: static !important;
    transform: none !important;
}
#banner .enquire-now {
	position: relative !important;
    right: auto !important;
	bottom: 0 !important;
}
#banner .enquire-now .label {
	position: static !important;
    transform: none !important;
}
.wa__btn_popup {
	bottom: 23px !important;
}
@media(max-width:767px){
	.wa__btn_popup {
		right: 15px!important;
		bottom: 50px !important;
	}
	#banner .link-wrapper {
		right: 76px !important;
		bottom: 40px !important;
	}
}


.footer-wrapper .amazon-link {
	position: fixed;
    z-index: 10;
    bottom: 140px;
    right: 0px !important;
}
.footer-wrapper .amazon-link label {
	font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    color: #fff !important;
    font-weight: 600;
	right:55px !important;
	overflow: hidden;
}
.footer-wrapper .amazon-link label .img-ct {
	overflow: hidden !important;
	right: 5px !important;
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-wrapper .amazon-link label span {
	/* display: block; */
	margin: 0 10px 0 0px;
	width:fit-content;
	/* display: none !important; */
	visibility: visible;
	transition: 0.2s all ;
	font-size: 12px;
}
/* .footer-wrapper .amazon-link label:hover {
	right: -55px !important;
} */
.footer-wrapper .amazon-link {
	position: relative !important;
    bottom: auto;
    right: 0px !important;
	top: 15px !important;
    left: auto;
    transform: none;
	margin-bottom: 15px !important;
	display: inline-block !important;
}
.footer-wrapper .amazon-link label {
	position: static !important;
    transform: none !important;
	cursor: pointer;
}
@media(max-width:1024px){
    .link-wrapper .fixed-btn {
        left: 0 !important;
    }
}
@media(max-width:1024px){
    .footer-check {
        padding-bottom: 100px !important;
    }
}
#cookie-law-info-bar {
	z-index: 100000;
}
#cookie-law-info-bar .cli-bar-container {
	flex-direction: column;
}
#cookie-law-info-bar .cli-bar-container  .cli-bar-message {
	width: 75% !important;
	text-align: center;
}
@media(max-width:992px){
	#cookie-law-info-bar .cli-bar-container {
		padding-bottom: 50px !important;
		align-items: flex-start;
	}
	#cookie-law-info-bar .cli-bar-container  .cli-bar-message {
		text-align: left;
		width: 100% !important;
	}
}
#bathroom-themes {
    margin-bottom: 11rem !important;
}
@media(max-width:767px){
	#bathroom-themes {
		margin-bottom: 1rem !important;
	}
}

a:hover, #header .menu-list li a:hover {
	color: #000 !important;
}


#header > .container-fluid {
	margin-bottom: auto !important;
	margin-top: 0 !important;
}
#contact > .container {
	padding-top: 20px !important;
}
#about-us #history .content-wrapper h4 {
	padding: 3px 10px 2px 10px !important;
}
#footer {
	padding-top: 30px !important;
}
#bathroomtabs ul.tab_justified li {
	display: inline-flex !important;
	justify-content: center !important;
}
.banner-link {
	display: block !important;
	opacity: 1 !important;
    position: relative;
    /* z-index: 1000 !important; */
}
.banner-link.disabled {
	cursor:default !important;
	pointer-events: none !important;
}
@media(max-width:992px){
	#banner.above-footer-sec {
		min-height: 50px !important;
	}
}
.swiper-button-next {
	background-image: url("../svg/right_arrow.svg") !important;
  background-size: contain;
  height: 24px !important;
}
.swiper-button-prev {
	background-image: url("../svg/left_arrow.svg") !important;
  background-size: contain;
  height: 24px !important;
}

#theme_cont .walk_text.pd-ct {
    margin:auto !important;
}
@media(max-width:767px){
	#theme_product .container .row {
		margin-left:0px !important;
		margin-right:0px !important;
	}
}

.product .btn_links a {
	width: 155px !important;
}
.product .button.amazon {
    margin-left: 0px !important;
    background-color: #000 !important;
    color: #ffffff !important;
    border: 1px solid #000 !important;
	
}
.product .button.flipkart {
	background-color: #eeb116 !important;
    /* color: #ffffff !important; */
    border: 1px solid #eeb116 !important;
}
.product .button.flipkart:hover {
	color: #3b5177 !important;
} 
@media(max-width:1024px){
	.product .btn_links a{
		line-height: 18px !important;
	}
}
.product .button.amazon {
	margin-left: 0px !important;
}
@media(max-width:767px){
	.product .button.amazon {
		margin-left: 0px !important;
	}
	.product .button.flipkart {
		margin-left: 10px !important;
	}
	.product .btn_links a{
		line-height: 18px !important;
	}
}
.product .button.amazon:hover {
	background-color: transparent !important;
	border: 1px solid #eeb116 !important;
	color: #ffffff !important;
}
#banner .swiper-slide {
    transition: transform 1s ease, opacity 0.5s ease;
}

.animated-image {
    transition: transform 1s ease, opacity 1s ease; /* Add transition for smooth animation */
}
@keyframes scaleAnimation {
	0% {
	  transform: scale(1.2);
	  opacity: 0.3;
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  #banner .swiper-slide-active .banner-link img {
    /* transform: translate3d(0px, 0px, 0px) scale(1.25, 1.25); */
    /* opacity: 0.7; */
	animation: scaleAnimation 1s ease;
}
#banner .swiper-home-button-prev {
	background-image: url(../svg/left-arrow-homebanner_1.svg) !important;
}
#banner .swiper-home-button-next {
	background-image: url(../svg/right-arrow-homebanner_1.svg) !important;
}
.homepage .page-common-section .page-content-wrapper h1 {
	width: max-content !important;
	font-size: 36px !important;
	line-height: 56px !important;
	margin-bottom: 25px !important;
}
 .homepage .page-common-section .page-content-wrapper h1::after {
    content: "";
    display: block;
    width: 15%;
    height: 2px;
    background: #eeb116;
    transition: width 0.3s;
    margin-top: 5px;
}
@media screen and (min-width: 320px) and (max-width: 480px){
	.homepage .page-common-section .page-content-wrapper h1 {
		font-size: 22px !important;
		width: initial !important;
		margin: auto;
		line-height: 34px !important;
	}
}
@media(max-width:1024px){
	.homepage .page-common-section .page-content-wrapper h1::after {
		display: none !important;
	}
	.homepage .page-common-section .page-content-wrapper h1 {
		width: initial !important;
		text-align: center !important;
	}
}
@media(min-width:1200px){
	#types .heading p {
		text-align: center;
		margin: 30px 0px 30px 40px;
		width: fit-content;
	}
}
.product_note {
	color: #eeb116 !important;
}
.product-type-woosg .swiper-button-prev, .product-type-woosg .swiper-button-next  {
	background-image : none !important;
}
.product-type-woosg .swiper-button-prev::after, .product-type-woosg .swiper-button-next::after {
	margin-top: 12px !important;
}
#trending-product .swiper-button-next, #trending-product .swiper-button-prev {
	background-size: contain !important;
}
#bathroom-themes .theme-select-wrapper .slider-content {
	margin-top: 0px;
}
#bathroom-themes .theme-swiper h3 {
	padding-top: 2.3rem !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}
#bathroom-themes .theme-select-wrapper .hw_btn_prev {
	top: 38px !important;
	cursor: pointer;
}
#bathroom-themes .theme-select-wrapper .hw_btn_next {
	top: 38px !important;
	cursor: pointer;
}
#bathroom-themes .theme-swiper .swiper-pagination {
	top: 10px !important;
    height: fit-content;
	width: fit-content !important;
	transform: translateX(-50%) !important;
}
#bathroom-themes .theme-swiper h3 {
	margin-bottom: 30px !important;
}
#bathroom-themes .theme-swiper .slider-content .buttons {
	justify-content: center !important;
}
@media(max-width:767px){
	#bathroom-themes .theme-select-wrapper .hw_btn_prev {
		left: 4% !important;
	}
	#bathroom-themes .theme-select-wrapper .hw_btn_next {
		right: 4% !important;
	}
	
}
#lacasa-store .container-fluid {
	margin-bottom: 0px !important;
}
#lacasa-store .lacasa-video .asyn-video {
	margin-top: 5px !important;
}
#lacasa-store .locations-slider .content-wrapper {
	margin-left: 0px !important;
	height: auto !important;
}
#lacasa-store .locations-slider .content-wrapper .address {
	align-items: flex-start !important;
}
#lacasa-store .locations-slider .content-wrapper .address > img {
	margin-top: 3px !important;
}
#lacasa-store .locations-slider .content-wrapper .person , #lacasa-store .locations-slider .content-wrapper .contact{
	align-items: center !important;
}
#lacasa-store .locations-slider .content-wrapper .contact {
	margin-bottom: 0px !important;
}
@media(max-width:767px){
	#lacasa-store .lacasa-video {
		margin-top: 15px !important;
	}
	#lacasa-store .lacasa-video .content {
		margin-top: 15px !important;
	}
}

.no-banner-ct .faq-content {
	position: static !important;
    margin: auto;
}
.no-banner-ct h1 {
	background: none !important;
	color: #000000 !important;
}
#dealer-locator {
	overflow-x: hidden;
}
#dealer-locator > .container-fluid {
	margin-bottom: 0 !important;
}
.listing-banner .banner {
	height: auto;
	background-color: #bfbfbf57;
	min-height: 200px;
}
#feedback .banner {
	height: auto;
	background-color: #bfbfbf57;
	min-height: 200px;
	overflow-x: hidden;
}
@media(max-width:767px){
	#feedback .banner {
		min-height: 100px;
	}
}
.no-banner-ct {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.no-banner-ct .faq-content {
	position: absolute !important;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-common-section #feedback {
	overflow-x: hidden;
}
.page-common-section .product-cat {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.product-cat .type-wrapper {
	margin-top: 0 !important;
}
.product-cat .type-wrapper .layer {
	position: static !important;
}
#brand-initialtive .media-breadcrum, #media-press-release .media-breadcrum, #meets .media-breadcrum, #print_ads .media-breadcrum, #tvc .media-breadcrum {
	margin-bottom: 0 !important;
	align-items: center;
}
#installation-service .title, #policy-certification .title, #awards .title {
	font-size: 28px !important;
}
@media(max-width:767px){
	#installation-service .title, #policy-certification .title, #awards .title {
		font-size: 24px !important;
	}
}
#investors-wrapper .content-wrapper {
	margin-left: 0px !important;
	height: fit-content !important;
}
a.button,
input[type="submit"]{
	color: #000000 !important;
}
#theme_cont .button, #theme_product .right_info .button, #accessories .access_cont .button {
	font-weight: 600;
    box-shadow: none;
    /* border: 1px solid transparent; */
}
#blogtypes .type-wrapper .btn_bar .btns.active:hover, #blogtypes-2 .type-wrapper .btn_bar .btns.active:hover, .woocommerce a.button-light, #theme_cont .button:hover, #theme_product .right_info .button:hover, #accessories .access_cont .button:hover {
	font-weight: 600;
    /*box-shadow: 2px 2px 5px 0px #646464; */
    /* border: 1px solid transparent; */
}
#blogtypes .type-wrapper .btn_bar .btns.active:hover a, #blogtypes-2 .type-wrapper .btn_bar .btns.active:hover a, #blogtypes .type-wrapper .btn_bar .btns.active a:hover, #blogtypes-2 .type-wrapper .btn_bar .btns.active a:hover, .woocommerce a.button-light, #blog a.inside_on_hover, #theme_cont .button:hover, #theme_product .right_info .button:hover, #accessories .access_cont a.button:hover, a.button-light:hover, #catalogue .faq-content .btn_bar .btns.active a, #catalogue .faq-content .btn_bar .btns:hover a, #search-page .products a.inside_on_hover {
	color: #000 !important;
}
#product-finder-page .questions .input-wrapper a.inside_on_hover, #product-listing-container .inside_on_hover, #blog a.inside_on_hover, #catalogue .faq-content .btn_bar .btns.active, #catalogue .faq-content .btn_bar .btns:hover, #search-page .products a.inside_on_hover  {
	color: #000 !important;
	font-weight: 600;
    /*box-shadow: 2px 2px 5px 0px #1a1a1a; */
    /* border: 1px solid transparent; */
	cursor: pointer;
}
#wpdcom .wpd-prim-button {
	background-color: #eeb116 !important;
}
#bathroom-themes .theme-swiper .slider-content .buttons {
	margin-bottom: 15px !important;
}
#blog .blog_btns .bath_btn a:hover {
	color: #fff !important;
}
#blog a.inside_on_hover:hover, #search-page .products a.inside_on_hover:hover {
	background:#fff !important;
}
.woocommerce a.button, #product-finder a, .button, form input[type=submit], input[type=submit]  {
	border: 1px solid transparent;
}
.dealer-locator-breadcrums {
	background: #f0f0f0;
	padding: 10px 0px;
	padding: 10px 0px;
    /* position: absolute; */
    z-index: 2;
    width: 100%;
    color: #000000;
	font-weight: 500;
}
.dealer-locator-breadcrums .container a {
	padding: 0 5px;
}
.dealer-locator-breadcrums .container a:nth-child(1){
	padding-left: 10px;
}
@media(min-width:768px){
	#dealer-locator #dl-maps {
		margin-top: 30px;
	}
}
#dealer-locator .container-fluid {
	margin-top: 0 !important;
}
@media(min-width:800px){
	.video-thumnail-item .attachment-shop_thumbnail video{
		height: 100% !important;
		margin-bottom: 20px !important;
	}
}
@media(max-width:767px){
	.dealer-locator-breadcrums {
		font-size: 12px;
	}
	.dealer-locator-breadcrums .container a {
		padding: 0 4px;
	}
	.dealer-locator-breadcrums .container a:nth-child(1){
		padding-left: 0 !important;
	}
	#dealer-locator .visit-us .visit-us-content {
		padding: 0 15px;
	}
}

#about-us .content-section .title {
	font-size: 30px !important;
	line-height: 1.2 !important;
}
#investors-wrapper .content-title .title {
	font-size: 30px !important;
	line-height: 1.2 !important;
}

.theme-details #theme_cont .mid_text h1 {
	line-height: 43px !important;
	font-weight: bold !important;
	font-size: 21px !important;
	font-family: "Montserrat-Semibold" !important;
	margin-bottom: 0px !important;
}
@media(max-width:767px){
	#about-us .content-section .title {
		font-size: 24px !important;
	}
	.theme-details #theme_cont .mid_text h1 {
		font-size: 19px !important;
	}
	#investors-wrapper .content-title .title {
		font-size: 24px !important;
	}
}
.btn_links_top > a.button {
	background-color: white !important;
	border: 1px solid #eeb116 !important;
}

.video-gallery-sec .swiper-slide h3 {
	font-size: 16px !important;
	line-height: 24px !important;
}
@media(max-width:400px){
	#trending-product.video-gallery-sec div.swiper-button-next {
		right: -5px !important;
	}
}
@media(max-width:370px){
	#trending-product.video-gallery-sec div.swiper-button-next {
		right: -8px !important;
	}
}
.images .dashicons-arrow-right, .images .dashicons-arrow-right {
	display: none !important;
}
.woocommerce-product-gallery .flex-control-thumbs .vwg-video-wrapper {
	height:100% !important;
}
.woocommerce-product-gallery .flex-control-thumbs  img {
	padding: 8px !important;
	height: 100% !important;
	object-fit: cover  !important;
}
.flex-control-nav.flex-control-thumbs {
    position: relative; /* Ensure relative positioning for the container */
}
.flex-control-nav.flex-control-thumbs li {
	position: relative !important;
}
.flex-control-nav.flex-control-thumbs img {
    position: relative; /* Ensure relative positioning for the image */
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    border-radius: 50%;
    padding: 0px 10px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
	pointer-events: none !important;
}

.play-button::before {
    content: '▶'; /* Play icon */
	margin: 0 0px 2px 2px;
}
.woocommerce-product-gallery__image video {
	width: 100% !important;
	height: fit-content !important;
}
@media(max-width:768px){
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
		width: 30% !important;
		height: 80px !important;
		margin-right:8px !important;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) iframe {
		width: 100%;
		height: 100%;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
		padding: 0 !important;
		object-fit: cover !important;
		height: 100% !important;
		opacity: 0.8 !important;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) video {
		width: 100% !important;
		height: 100% !important;
		border: 1px solid;
		object-fit: cover;
		pointer-events: none !important;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) a {
		height: 100%;
		display: block;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) > div {
		height: 100% !important;
		position: relative;
	}
	.woocommerce-product-gallery__image iframe {
		pointer-events: none !important;
	}
}
@media(min-width:767px) and (max-width:768px){
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
		width: 32% !important;
		height: 150px !important;
		margin-right:8px !important;
	}
	#custom-modal iframe {
		width: 100% !important;
	}
}
.menu-icon2 {
	left:60px !important;
}
#header .service-request-link {
	margin-top:1px !important;
}
.fixed-btn .row {
	margin: 0px !important;
}
.fixed-btn .b {
	padding: 0px !important;
	margin: 0px !important;
	width: 37.5%;
	text-align: center;
}
.fixed-btn .call-ct {
	width: 25% !important;
}
.fixed-btn .b a {
	font-size: 13px !important;
	margin:0px !important;
	padding:0px !important;
}
@media(min-width:992px) and (max-width:1200px){
	#header .service-request-link { 
		margin-top:10px !important;
	}
}

#contact .contact_box  {
	padding: 12px;
}
#contact .email_title {
	margin-bottom: 20px !important;
}
#contact .email_box li {
	flex-wrap: wrap;
}
#contact .email_box span {
	margin-left: 0px !important;
    font-size: 14px;
    white-space: pre-wrap;
    display: block;
    margin-bottom: 5px;
}
#contact .contact_box {
	min-height: 265px !important;
}
#contact .contact_box .appicons {
	width: 100px !important;
    text-align: center;
    margin: 0px 0px 0px 65px !important;
}
@media(max-width:600px){
	#contact .contact_box {
		min-height: auto !important;
	}
}
@media(min-width:768px) and (max-width:1024px){
	#header .service-request-link {
		display:none !important;
	}
	#banner .link-wrapper {
		bottom: 40px;
	}
	.wa__btn_popup {
		bottom: 50px !important;
	}
	.page-common-section .bread_crumb {
		margin-left:15px;
	}
}
@media(min-width:990px) and (max-width:1200px){
	#header .service-request-link {
		margin-top: 0px !important;
	}
	.page-common-section .bread_crumb {
		margin-left:15px;
	}
}
#investors-wrapper .table-responsive table td {
	vertical-align: middle !important;
}
#investors-wrapper .table-responsive table td span {
	font-size: 14px !important;
	margin: 4px 0px !important;
	display: inline-block !important;
}
#investors-wrapper .table-responsive .download-btn {
	padding: 12px 15px  !important;
}
#investors-wrapper .table-responsive table td {
	border: 1px solid #a5a5a5 !important;
	width: auto !important;
}
#investors-wrapper .table-responsive table .tabletxtfont {
	text-align: left !important;
}
#investors-wrapper .table-responsive table h5 {
	margin-bottom: 0px !important;	
}
@media(max-width:992px){
	#header .mobile-sidebar .sidebarMenuInner {
		margin-top: 4rem !important;
		height: calc(100% - 110px) !important;
	}
	#sidebarMenu {
		overflow:hidden !important;
	}
	input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
		margin-top: 12px !important;
	}
	input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1, input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
		width:22px !important;
	}
	.sidebarIconToggle > .horizontal {
		margin-top: 3px !important;
		height:2.2px !important;
	}
	.sidebarIconToggle > .diagonal.part-1 {
		margin-top: 3px !important;
		height:2.2px !important;
	}
}
@media (min-width:601px) and (max-width:1024px){
	#header .off-scroll1 input[type="search"] {
		right: 10% !important;
	}
	#header .off-scroll1 input[type=search]+span{
		display: none !important;
	}
}
@media (min-width:601px) and (max-width:992px){
	#header .off-scroll1 .search-me {
		margin-top: -40px !important;
	}
	#header .off-scroll1 input[type="search"] {
		top:20% !important;
		right: 10% !important;
	}
	#header .off-scroll1 input[type=search]+span{
		display: none !important;
	}
}

#product-finder-page #fourth .input-wrapper img {
	padding: 0px !important;
}
#product-finder-page #fourth .feature{
	padding: 0 12px;
}
#product-finder-page .steps {
	margin-top: 40px !important;
}
#product-finder-page .steps #progressbar {
	margin-left: 15px !important;
}
.product-finder-swiper .swiper-button-next, .product-finder-swiper .swiper-button-prev {
	height: 40px !important;
}
.loader-ct {
	width: 100%;
	height: 100%;
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--loaderbg);
}
.prod-note-ct {
	margin-bottom:20px !important;
}
@media(min-width:800px){
	.prod-note-ct {
		width:47% !important;
		margin-bottom:20px !important;
	}
	.product .woocommerce-product-gallery {
		margin-bottom: 2em !important;
	}
}
@media(max-width:600px){
	.product .shop-product-page {
		margin-bottom: 1em !important;
	}
}
@media(min-width:1024px) and (max-width:1280px){
	.desktop-block .menu-icon, .desktop-block .menu-icon2 {
		left: 10px !important;
	}
	#header div.on-scroll .menu-list li {
		padding: 10px 5px !important;
	}
	#header .on-scroll .logo {
		margin-left: 55px;
	}
}
@media(min-width:1281px) and (max-width:1400px){
	.desktop-block .menu-icon, .desktop-block .menu-icon2 {
		left: 40px !important;
	}
	#header div.on-scroll .menu-list li {
		padding: 10px 5px !important;
	}
	#header .on-scroll .logo {
		margin-left: 55px !important;
	}
}
#product-finder-page #fourth .input-wrapper h2 {
    padding: 0px 15px !important;
    line-height: 25px !important;
}
#product-finder-page .input-wrapper .price {
	align-items: center;
}
#product-finder-page #fourth .input-wrapper .wc_color_attibutes {
	align-items:center;
}
#product-finder-page .input-wrapper  .wc_color_attibutes span {
	margin-top: 10px !important;
}
#product-finder-page #fourth .input-wrapper .row {
	width:100% !important;
	justify-content: flex-start !important;
}
#product-finder-page #fourth div.input-wrapper .type-product {
	width: 30% !important;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
}
#product-finder-page #fourth div.input-wrapper .has-post-thumbnail > a > img {
	max-height: 300px;
    width: auto;
    margin: auto;
    display: block;
}
@media(max-width:1200px){
	#product-finder-page #fourth div.input-wrapper .type-product {
		width:30% !important;
		margin-right:15px !important
	}
	#product-finder-page #fourth div.input-wrapper .has-post-thumbnail > a > img {
		max-height: 180px;
		width: auto;
		margin: auto;
		display: block;
	}
}
@media(max-width:600px){
	#product-finder-page #fourth .input-wrapper .row { 
		justify-content: center !important;
		margin: auto;
	}
	#product-finder-page #fourth div.input-wrapper .type-product {
		width:100% !important;
		margin-right:0px !important
	}
	#product-finder-page #fourth div.input-wrapper .has-post-thumbnail > a > img {
		max-height: 240px;
		width: auto;
		margin: auto;
		display: block;
	}
}

/* Faq style  */
.home-faq-section, .cate-faq-section {
	margin-bottom:50px;
}
.home-faq-section .heading, .cate-faq-section .heading {
	margin:auto;
	padding: 0rem 0rem 2.5rem !important;
}
.home-faq-section #faqAccordion, .cate-faq-section #faqAccordion {
	width:100%;
	max-width:700px;
	margin:auto;
	padding: 0px 15px;
}
.home-faq-section #faqAccordion .accordion-header, .cate-faq-section #faqAccordion .accordion-header {
	margin-bottom: 12px;
	font-size: 18px;
}
.home-faq-section #faqAccordion .accordion-button, .cate-faq-section #faqAccordion .accordion-button {
	width:100%;
	display: flex;
    justify-content: space-between;
	padding: 12px 18px !important;
	border-radius: 4px;
	outline: none !important;
	color: #000000;
	text-align: left;
	font-family: "Montserrat-Regular" !important;
	background-color: #f4f4f4;
}
.home-faq-section #faqAccordion .accordion-text, .cate-faq-section  #faqAccordion .accordion-text {
	padding: 0 20px;
}
.home-faq-section #faqAccordion .accordion-text p, .cate-faq-section #faqAccordion .accordion-text p {
	margin-top: 0px !important;
	text-align: left !important;
}
.home-faq-section #faqAccordion .accordion-text ul, .cate-faq-section #faqAccordion .accordion-text ul, .home-faq-section #faqAccordion .accordion-text ol, .cate-faq-section #faqAccordion .accordion-text ol {
	margin: 0;
    text-align: left;
    padding-left: 16px;
	margin-bottom: 20px;
}
.home-faq-section #faqAccordion .accordion-text ul li, .cate-faq-section #faqAccordion .accordion-text ul li, .home-faq-section #faqAccordion .accordion-text ol li, .cate-faq-section #faqAccordion .accordion-text ol li {
	margin-bottom: 20px;
}
.cate-faq-section #faqAccordion {
	max-width:initial !important;
	padding: 0px 0px;
}
.cate-faq-section {
	margin-top:80px !important;
}
.cate-faq-section .heading h2 {
	font-family: "Montserrat-Regular" !important;
}
.cate-faq-section .heading h2::after {
	margin-top: 10px !important;
}
.home-faq-section #faqAccordion .accordion-button .accordion-icon, .cate-faq-section #faqAccordion .accordion-button .accordion-icon {
	margin-left: 15px;
	display: inline-block;
}
.matte-black .button-2 {
	cursor: initial !important;
}
