@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
/*!
Theme Name: bim360plus
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: bim360plus
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.

bim360plus 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.
 */

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


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 {
	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: rgba(var(--color-blue));
} */


a:focus {
	outline: 0 !important;
}

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

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












/*font-family: "Figtree", serif;*/ 

:root {
	scroll-behavior: smooth;
  --color-blue: 17 117 183;     /* #1175b7 in decimal RGB*/
  --color-green: 0 177 97;     /* #00b161 in decimal RGB*/
  --color-light: 231 232 233;  /* #e7e8e9 in decimal RGB*/
  --color-dark: 34 34 34;     /* #222222 in decimal RGB*/
  --color-grey: 204 204 204;     /* #cccccc in decimal RGB*/
  --color-darkgrey: 130 123 96; /* #827b62 in decimal RGB*/
  --color-white: 255 255 255;     /* #ffffff in decimal RGB*/
}

body { font-family: "Figtree", serif; color: rgb(var(--color-dark)); margin: 0; padding: 0; font-size: 16px;}
body, html{height: 100%;}

/*---------------------- Custom css start ----------------------*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 600;}
h1, .h1 {font-size: clamp(32px, 4vw, 46px);}
h2, .h2 {font-size: clamp(28px, 4vw, 32px);}
h3, .h3 {font-size: clamp(24px, 4vw, 28px);}
h4, .h4 {font-size: clamp(20px, 4vw, 24px);}
h5, .h5 {font-size: clamp(18px, 4vw, 20px);}
h6, .h6 {font-size: clamp(16px, 4vw, 18px);}
.h-border{
	border-bottom: 1px solid rgb(var(--color-light));
  padding-bottom: 10px;
  display: block;
	margin-bottom:30px;
}
a {color:rgb(var(--color-blue)); font-weight: 600; text-decoration:none; text-underline-offset: 5px;  -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
a:hover{color:rgb(var(--color-blue));}

*:focus, *{outline:0; box-shadow:none;}

strong{font-weight: 600;}

hr{border-color:rgb(var(--color-light))!important; opacity: 1!important;}

.lead{font-size: 16px;}

section, .section{ padding-bottom: clamp(30px, 7vw, 70px); padding-top: clamp(30px, 7vw, 70px);}

.text-primary { color: rgb(var(--color-blue))!important; }
.text-success { color: rgb(var(--color-green))!important; }
.text-muted { color: rgb(var(--color-darkgrey))!important; }

.link-primary{color: rgb(var(--color-blue))!important;}
.link-primary:hover{color: rgb(var(--color-dark))!important;}

.bg-dark { background: rgb(var(--color-dark))!important; }
.bg-light { background: rgb(var(--color-light)/40%)!important; }
.bg-primary { background: rgb(var(--color-blue))!important; }
.bg-success { background: rgb(var(--color-green))!important; }

.middle-bg{background:url("images/bg1.jpg") center; background-size: cover;}


/*---- ul li start ----*/

.list { position: relative; margin-bottom:30px; padding: 0; line-height: 24px; }
.list li {  margin-bottom: 15px; display: flex; gap: 10px; }
.list li:before { font-family: bootstrap-icons; content: '\F26A'; color: rgb(var(--color-blue)) }


#downloadForm button{width:100%;}
.download-list{ list-style:none; margin:0 0 20px; padding:0;}
.download-list li{margin-bottom:10px; position:relative;}
.download-list li a{
	font-size: 10px;
    font-weight: 400;
    background: rgb(var(--color-blue));
    color: #fff;
    line-height: normal;
    padding: 2px 5px;
    margin-top: -17px;
    float: right;
    border-radius: 5px 0;
}
.download-list li a:hover{background: rgb(var(--color-dark));}
.download-list li input[type=checkbox]{border-radius: 50%; margin: 0;}
.download-list li label {
  border:1px solid rgb(var(--color-grey));
	padding:10px;
	border-radius: 5px;
	display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}
.download-list li label:has(> input[type=checkbox]:checked){
  background-color: rgb(var(--color-blue)/5%);
  border-color: rgb(var(--color-blue));
	z-index:1;
}

.filetype-filters.download-list li{margin-bottom:-1px;}
.filetype-filters.download-list li label{border-radius: 0;}
.filetype-filters.download-list li input[type=checkbox]{border-radius: 4px;}
.filetype-filters.download-list li:first-child label {border-top-left-radius: 4px; border-top-right-radius: 4px;}
.filetype-filters.download-list li:last-child label {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}

/*---- ul li end ----*/
.brand-column {
  list-style: none;
  padding: clamp(15px, 2vw, 30px);
  margin: 0;
  background: rgb(var(--color-light) / 40%);
  display: flex;
    justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.brand-column li {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 10px hsl(0deg 0% 0% / 6%);
  border: 1px solid rgba(var(--color-light));
  height: 80px;
  display: flex;
  width: 210px;
}
.brand-column li img {
  max-height: 50px;
  margin: auto;
}
.brand-slider1 .swiper-slide {
	    border-radius: 10px;
    border: 1px solid rgb(var(--color-light));
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 6%);
    display: grid;
    place-content: center;
    height: 100px;
	padding: 20px;
	margin-bottom:10px;
}

.brand-column .brand-logo+.brand-logo{
	margin-top:10px;
}
.brand-logos-slider.slick-slider{margin-bottom:0!important;}
.brand-logos-slider .slick-track{display: flex; align-items: stretch;}
.brand-logos-slider .brand-logo.slick-slide{height: inherit; margin: 0 10px;}
.brand-logos-slider .brand-logo.slick-slide > * { margin: 0;}
.brand-logos-slider .slick-dots{bottom:-35px!important;}
.brand-logo{
    background: #fff;
    border-radius: 10px!important;
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 6%)!important;
	border: 1px solid rgba(var(--color-light));
	height: 80px;
}
.brand-logo a{padding: 15px; display:flex; height: 100%;}
.brand-logo img{max-height: clamp(30px, 5vw, 45px); margin:auto;}

.slick-dots li{margin-inline:0!important;}
.slick-dots li button:before{font-size:8px!important; color: rgb(var(--color-blue))!important;}
.slick-dots li.slick-active button:before {color: rgb(var(--color-blue))!important;}

/*---- Card start ----*/

.card{border-radius: 0; border: 0;}

.product-box{
	margin-right: 0!important;
    display: block;
}
.product-box img{
    object-fit: contain;
	    margin-bottom: 0 !important;
	max-height: 100%;
/*     margin: auto!important;
    max-height: 280px;
    width: auto; */
}
.product-box>a{
    display:grid;
	place-content:center;
	overflow:hidden;
    aspect-ratio:1;
	max-height: 280px;
    border: 1px solid rgb(var(--color-light));
    border-radius: 10px;
	padding:10px;
    -webkit-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
.product-box:hover>a{box-shadow: 0 0 15px rgb(var(--color-grey))}
.product-box .product-desc{padding-block:15px; }
.product-box .product-title, .product-desc>a{color: rgb(var(--color-dark)); display: block; color: inherit; font-size: 18px; font-weight: 500; line-height: normal; margin-bottom: 10px;padding-right: 40px;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;   overflow: hidden;}
.product-box .product-title:hover, .product-desc a:hover{color: rgb(var(--color-blue));}
.product-box .product-like{float: right; font-size:24px; color: rgb(var(--color-light)); line-height:normal;padding-right: 0;}


.product-listing{margin-left: 0px!important;}

.custom-product-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
    height: 100%;
}

.custom-product-card:hover {
    transform: translateY(-5px);
}

.custom-product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.custom-product-details h2 {
    font-size: 16px;
    margin: 10px 0 5px;
}

.product-sku {
    font-size: 14px;
    color: #555;
}

.wishlist-icon:hover {
    color: #e63946;
}


.product .rtwpvg-slider-wrapper .swiper, .product .rtwpvg-thumbnail-wrapper .swiper-slide {border-radius: 15px; border: 1px solid rgba(var(--color-grey));  padding: 5px; box-sizing: border-box;}
.product .swiper-slide{    
    opacity: 1 !important;
	aspect-ratio: 1;
    display: grid;
    place-content: center;
}
.product .swiper-slide img{object-fit: contain;border-radius: 10px;}

.pswp__caption__center{text-align: center;}


/*---- Card end ----*/

/*---- Faq start ----*/
#sp-ea-723.sp-easy-accordion>.sp-ea-single{
	    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{
	padding-inline: 0;
	    padding-block: 12px;
	    font-size: 18px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{
	padding-left:30px;
	padding-bottom: 20px;
    padding-top: 0;
}
#sp-ea-723.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
	color:rgb(var(--color-blue));
}
/*---------------------- Custom css end ----------------------*/





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

.site>header {background: rgb(var(--color-white)); position: sticky; top:0; z-index: 10; width: 100%; box-shadow: rgba(0,0,0,0.1) 0px 8px 12px 0px;-webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.site>header.shrink, .home .site>header.shrink {background: rgb(var(--color-white)); box-shadow: rgba(0,0,0,0.1) 0px 8px 12px 0px;}

.home .site>header{
    position: fixed;
    background: transparent;
    box-shadow: none;
}
.home header .container-xxl{border-bottom: 1px solid #ccc;}
header .container-xxl{padding-bottom: 10px;}
.top-bar{display: flex; gap: 10px; flex-direction: column;}
.user-menu{margin-left:auto;}
.user-menu.dropdown .dropdown-menu{box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;}
.user-menu .dropdown-toggle::after{display:none;}
.user-menu a{text-decoration:none;}
.user-menu .avatar{border-radius:50%; aspect-ratio: 1; object-fit: cover;}

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

/*---------------------- Hero banner start ----------------------*/

.hero-wraper { position: relative; padding-top: 140px; padding-bottom: calc(4vw + 50px);  min-height: 25rem; width: 100%; background: url("images/hero-bg.png") bottom center; background-size: cover;}

.hero-wraper .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; object-fit: cover; opacity: .9;}
.hero-content { position: relative; display: flex; height: 100%; align-items: center;}
.hero-content p{font-size: 18px;}


/*---------------------- Hero banner end ----------------------*/



/*---------------------- Nav start ----------------------*/
#menu-user-account.navbar-nav{flex-direction: row; justify-content: end; gap: 20px;flex: 1;}
#menu-user-account.navbar-nav .menu-item{border:0; width: auto;}
#menu-user-account.navbar-nav .nav-item > a{color: rgb(var(--color-blue));}

.navbar-nav{line-height: normal; margin: 0;}

.custom-logo-link { max-width: 280px; width: 75%; z-index: 1; }
header.shrink .custom-logo-link{max-width: 260px;}
.nav-item .nav-link { 
    color: rgb(var(--color-dark)); 
    font-size: 16px; 
/*    font-weight: 600;*/
    display: flex;
}
.nav-item .nav-link:hover, .nav-link.active, .nav-link:focus, .nav-link:hover { color: rgb(var(--color-blue));}
.nav-item.dropdown .nav-link i{font-size: 24px;}
/* .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(27, 122, 186, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
} */
.navbar-toggler{ padding-right: 0 !important; border: 0; align-self: center; display: flex;}
.navbar-toggler:focus {
     box-shadow: none; 
}
.navbar-toggler div, .dropdown-toggle div{
    width: 34px;
    height: 2px;
	display: grid;
    grid-template-columns: 1fr;
	gap: 18px;
    place-content: center;
    background-color: rgb(var(--color-blue));;
    transition: all 0.3s ease;
	margin-left: auto;
}

.navbar-toggler div::before,
.navbar-toggler div::after,
.dropdown-toggle div::before,
.dropdown-toggle div::after {
	content: '';
	border: 0;
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgb(var(--color-blue));;
	transition: all 0.3s ease;
	margin-left: auto;
}
.navbar-toggler:hover div::before, .dropdown-toggle:hover div::before{width:50%}
.navbar-toggler:hover div::after, .dropdown-toggle:hover div::after{width:80%}

.hamerberg-menu>a{ height: 100%;}


.dropdown-menu {
	border: 0;
    border-radius: 0;
	font-size: 14px;
}
.dropdown-item{padding-block: 6px;}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
    color: rgb(var(--color-blue));
    background-color: rgb(var(--color-blue)/5%);;
}
.dropdown-toggle{display: flex; align-items: center; gap: 5px;}
.dropdown-toggle::after{    font-family: "Font Awesome 6 Free"; content: "\f078"!important; border: 0!important; font-size: .8em; margin-left: auto!important; font-weight: 900;}


.custom-dropdown{height: 50px; border: 1px solid rgb(var(--color-dark)); border-radius: 30px; position: relative; margin:0;}
.custom-dropdown>.nav-item, .custom-dropdown>.nav-item>.nav-link{height: 100%; width: 100%;display: inherit; border: 0;}
.custom-dropdown>.nav-item>.nav-link{padding-inline:15px;}
.custom-dropdown .dropdown-menu{width: 100%; border-radius: 10px!important; box-shadow: 0 0 10px rgba(var(--color-dark) / 15%);}
.custom-dropdown .dropdown-menu .dropdown-menu{    
    position: fixed!important;
    left: calc(100% - 10px)!important;
    top: 0!important;
    border-radius: 0 10px 10px 0!important;
    bottom: 0!important;
    border-left: 1px solid #ccc!important;
	transform: inherit !important;
}
.custom-dropdown .dropdown-menu .dropdown-item i{font-size: 16px; vertical-align: middle; margin-left: auto; align-self: center;}
.custom-dropdown .dropdown-item:focus, .custom-dropdown .dropdown-item:hover{background-color: rgb(var(--color-blue));color: rgb(var(--color-white));}
.custom-dropdown .dropdown-item>a:hover{color: rgb(var(--color-white));}
.custom-dropdown .dropdown-menu>.dropdown-item{padding-block:0!important;white-space: normal;}
/*---------------------- Nav end ----------------------*/


.social ul{justify-content: end; list-style:none; margin:0; padding:0;}
.social li svg{fill:rgb(var(--color-darkgrey));}
.social li a:hover svg{fill:rgb(var(--color-dark));}

/*---------------------- Input css start ----------------------*/
.link-icon .elementor-button{padding:0; border:0;}
.link-icon .elementor-button-icon{
    transform: rotate(45deg);
    display: inline-block;
    font-size: .8em;
}
a.link-icon:after{
	content:"\f062"; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	display: inline-block;
    transform: rotate(45deg);
    margin-left: 8px;
    font-size: .8rem;
}
.btn { font-size: 16px; padding: 10px 15px; font-weight:600; isolation: isolate;}

.btn-primary { background: rgb(var(--color-blue))!important; border: rgb(var(--color-blue))!important; color: rgb(var(--color-white))!important;}
.btn-primary:hover{ background: rgb(var(--color-dark))!important;}

.btn-info{ background: rgb(var(--color-lightblue)); border: rgb(var(--color-lightblue)); color:rgb(var(--color-white)); }
.btn-info:hover { background: rgb(var(--color-dark)); color:rgb(var(--color-white));}

.btn-lg{padding: 14px 20px!important; font-size: 18px;}

.btn-group .btn{min-width: inherit;}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{border-color: #FFFFFF;}

.form-control, .form-select{ border-radius: 0; color: rgb(var(--color-dark));}
.form-control:focus, .form-select:focus{ box-shadow:none;}
.form-select:focus{border-color: inherit;}
label{ color: rgb(var(--color-dark)); line-height: normal; }

/* .input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text, .form-select-lg{
    padding: 0.8rem 1rem;
} */

.input-group-custom{background: #FFFFFF;}
.input-group-custom .btn, .input-group-custom input.form-control{border: 0!important; background: transparent; border-top-left-radius: 30px !important; border-bottom-left-radius: 30px !important; padding-left: 20px !important;}
.input-group-custom .btn{min-width: inherit; color:rgb(var(--color-blue))!important;}
.input-group-custom.rounded-pill>*{border-radius: var(--bs-border-radius-pill);}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px rgba(var(--color-light)) inset !important;
}

.form-select-outline{background-color: transparent; border-color: rgb(var(--color-dark));}

.form-floating>.form-control-plaintext~label, 
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
	color: rgb(var(--color-blue));
}
.form-floating{margin-bottom: 20px;}

.invalid-feedback{line-height: normal;}
.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid{background-size: 12px;}

.input-group-text{    
	border-radius: 0;
    background: #fff;
    border-left: 0;
    position: relative;
    color: rgb(var(--color-dark)/50%);
    align-items: self-start;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control::placeholder {
  color: rgb(var(--color-darkgrey)/50%);
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(var(--color-darkgrey)/50%);
}
textarea{resize: none;}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]::-moz-search-clear {
  display: none;
}

/*---------------------- Input css end ----------------------*/

/*------Checkbox and rdio style start ------*/
input[type=checkbox] {
  border: 1px solid rgb(var(--color-grey));
  cursor: pointer;
  -webkit-appearance: none;
	height: 18px;
    width: 18px;
	aspect-ratio:1;
	border-radius: 4px;
	vertical-align: top;
	    margin-right: 6px;
	padding:0!important;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked {
	background: url("images/checkbox-checked.svg");
    background-size: contain;
    border: 0;
}
input[type=checkbox][disabled] {
  opacity: .5;
}



 input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
       appearance: none;
    background-color: rgb(var(--color-white));
    border: 1px solid rgb(var(--color-dark) / 20%);
    border-radius: 50%!important;
}

input[type=radio]:checked {
    background-color: rgb(var(--color-blue));
}

input[type=radio]:focus {
  outline: none;
  outline-offset: 0;
}

::placeholder {
  color: rgb(var(--color-grey));
  opacity: 1; /* Firefox */
	font-size:.8em;
	line-height:45px;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(var(--color-grey));
	font-size:.8em;
	line-height:45px;
}


ul.ks-cboxtags {
    list-style: none;
	margin: 20px 0;
	padding: 0;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgb(var(--color-white));
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 5px;
    margin: 0!important;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    padding: 8px 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

/*
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}


ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}
*/

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid rgb(var(--color-blue));
    background-color: rgb(var(--color-blue));
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
}





#multi-step-register-form {
	max-width: 700px;
    margin: auto;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
#multi-step-register-form labe, .woocommerce-form.login labell{display: block; margin-bottom: 8px;}
#multi-step-register-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), #multi-step-register-form select, .woocommerce-form.login input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .woocommerce-form.login select{width: 100%; height: 45px; padding-inline: 15px; border-radius:30px;}
input:focus{outline:none;}
.woocommerce-button, .next-step, .prev-step{    
	width: 100%;
    height: 45px;
    border-radius: 5px;
    background: rgb(var(--color-blue));
    border-color: rgb(var(--color-blue));
    color: rgb(var(--color-white));
    padding-block: 0;
	 border-radius:30px;
}
button.prev-step{    
    background: rgb(var(--color-light));
    border-color: rgb(var(--color-light));
    color: rgb(var(--color-dark));
}
.woocommerce-button:hover, .next-step:hover, .prev-step:hover{    
    background: rgb(var(--color-dark));
    border-color: rgb(var(--color-dark));
	color:rgb(var(--color-white));
}

.woocommerce-form.login .lost_password{font-size: 12px; text-align: right;}
.woocommerce-form.login .lost_password a{color:#999; text-decoration:none; font-weight: 400; padding-right: 10px;}
.woocommerce-form-login__submit{text-transform:uppercase; font-weight:600;}

.comment-form{max-width:600px; width:100%;}
.comment-respond .comment-reply-title{ margin-block: 5px;  display: block;}
.woocommerce #review_form #respond textarea{height:170px;display: block; margin-top: 10px; margin-bottom: 20px;}
.woocommerce #review_form #respond label{font-size: 18px; font-weight: 700;}
.woocommerce #review_form #respond p .required{color:red;}
.woocommerce p.stars{display: inline-block;}
.woocommerce p.stars a{font-size:30px;}
.form-submit{text-align:right;}
.form-submit input[type="submit"]{background-color: rgb(var(--color-blue)) !important; color: #fff !important; font-weight: 600 !important; padding: 14px 15px !important; min-width: 200px;}
.form-submit input[type="submit"]:hover{background-color: rgb(var(--color-dark))!important}

.btn-step{display:flex; flex-wrap:wrap; align-items:center;justify-content: space-between;}
.btn-step button{max-width:150px; width:100%; margin-top: 20px;}

/*------Checkbox and rdio style end ------*/


footer{
    font-size:14px;
    color: rgb(var(--color-grey));
    background:rgb(var(--color-dark));
    isolation: isolate;
    position: relative;
}
footer:before{
    content: "";
    background:url("images/building-art.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 550px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .3;
}
footer h6{text-transform: uppercase; font-weight: 400; color: rgb(var(--color-light));}
.menu{ list-style: none; margin: 20px 0; padding: 0;;}
.menu li{margin-bottom: 10px;}
.menu li a{color: rgb(var(--color-grey)); text-decoration: none; font-weight: 400;}
.menu li a:hover{color: rgb(var(--color-blue));}


.modal-content>.btn-close {
    position: absolute;
    right: 0;
    background-color: transparent;
    padding: 10px;
    z-index: 1;
	background-size: 35%;
}

.pagination{gap:5px; justify-content: end; margin-top: 50px;}
.pagination-link{ height: 34px; aspect-ratio: 1; line-height: normal; box-sizing: border-box; display: grid; place-content: center; border: 1px solid rgb(var(--color-light));}
.pagination-link:hover{background-color:rgb(var(--color-blue)); color:rgb(var(--color-white));}


.custom-title{
	color: rgb(var(--color-blue))!important;
	    font-weight: 600!important;
}
.custom-subtitle {
    color: rgb(var(--color-dark)) !important;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 10px;
}
.woocommerce-product-search .input-group-custom{
	background: rgba(var(--color-light));
}
/*
.home .woocommerce-product-search .input-group-custom{
	background: rgba(var(--color-white));
}
*/
.woocommerce-sidebar .accordion-button, .woocommerce-sidebar .accordion-header, .woocommerce-sidebar .list-group-item{display:flex; align-items:center; font-weight: 400; text-decoration: none; padding: 10px 15px; box-shadow: none !important; color:rgba(var(--color-dark));}

.woocommerce-sidebar .list-group-item{align-items: flex-start; line-height: normal; padding-inline: 22px; background: transparent;}
.woocommerce-sidebar .list-group-item img{margin-top: -2px;}
.woocommerce-sidebar .list-group-item input[type=checkbox]{height: 16px; width: 16px;}

.woocommerce-sidebar .accordion-button:hover, .woocommerce-sidebar .accordion-item>div:not(.accordion-collapse):hover, .woocommerce-sidebar .accordion-item>div:not(.accordion-collapse):hover a{color:rgba(var(--color-blue)); background-color:rgba(var(--color-light)/20%)!important;}
.woocommerce-sidebar img{max-width:20px; margin-right:10px;}
.woocommerce-sidebar .accordion-button::after{display:none;}
.woocommerce-sidebar .accordion-button[data-bs-toggle="collapse"]::after{display:block;}
.woocommerce-sidebar .accordion-button[data-bs-toggle="collapse"]{background-color:rgba(var(--color-light)/40%)!important; font-weight:600;}
.woocommerce-sidebar .accordion-button.collapsed{background-color:rgba(var(--color-white))!important; font-weight:400;}
.woocommerce-sidebar .accordion-button:not(.collapsed){background-color:transparent;}
.woocommerce-sidebar .accordion-body{font-size:14px;}
.woocommerce-sidebar .accordion-body a{font-weight:400; background: transparent; color:rgba(var(--color-dark));display: flex; gap: 10px; align-items: flex-start;}
.woocommerce-sidebar .accordion-body a:hover{color:rgba(var(--color-blue))}
.woocommerce-sidebar .accordion-body a img{max-width:20px;}
.wishlist-icon svg{color:rgba(var(--color-blue))!important;}
.wishlist-icon .yith-add-to-wishlist-button-block{margin:0;}

.yith-wcwl-feedback-messages-container{
    top: inherit;
    left: inherit;
    bottom: 20px;
    right: 20px;
    transform: inherit;
}
.yith-wcwl-feedback-messages-container div{
    border: 1px solid rgba(var(--color-blue));
}

table.wishlist_table{font-size: 90%!important;}
.woocommerce table.shop_table th{font-weight: 400!important;color: #666;white-space: nowrap;}
.woocommerce table.shop_table{border: 0!important;}
table.wishlist_table thead th { border-top: 0!important; border-collapse: collapse!important;}
.wishlist_table thead tr th{background: transparent!important;}
.woocommerce table.shop_table.wishlist_table tr td{border-color:rgb(var(--color-light))!important;}
.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #297e29;
    background: hsl(120deg 51% 33% / 8%);
    border-radius: 3px;
    padding: 2px 6px;
    border: 1px solid #297e29;
    font-size: 12px;
}
.wishlist_table tr td.product-thumbnail a img{
    min-height: 56px;
    object-fit: contain;
}
.wishlist_table .product-add-to-cart a{
    display: block !important;
    margin: 0 !important;
    background: rgb(var(--color-blue));
    color: #fff;
    padding: 10px 15px;
    white-space: nowrap;
    border-radius: 5px;
    line-height: normal;
}
.woocommerce a.remove{font-weight: 200;}

.woocommerce-EditAccountForm.edit-account, .woocommerce-address-fields__field-wrapper{display: flex; flex-wrap: wrap; gap: 10px;}
.woocommerce-EditAccountForm.edit-account .form-row, .woocommerce-address-fields__field-wrapper .form-row{flex: 1 1 calc(50% - 10px);}
.woocommerce-EditAccountForm.edit-account .form-row label, .woocommerce-address-fields__field-wrapper .form-row label{margin-bottom: 10px;}
.woocommerce-EditAccountForm.edit-account .clear, .woocommerce-address-fields__field-wrapper .clear{display: none;}
.woocommerce-EditAccountForm.edit-account #account_display_name_description{display: block;  line-height: normal; font-size: .8em; margin-top: 5px;  opacity: .6;}
a.edit:before {
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8em;
}
.woocommerce-EditAccountForm.edit-account fieldset{padding: 0; display: flex; flex-wrap: wrap; gap: 10px;}
button.woocommerce-Button{    
    background: rgb(var(--color-blue)) !important;
    border: rgb(var(--color-blue)) !important;
    color: rgb(var(--color-white)) !important;
    font-weight: 600!important;
    text-transform: uppercase;
    padding: 14px 15px 14px 15px!important;
    border-radius: 5px 5px 5px 5px!important;
}
button.woocommerce-Button:hover{background: rgb(var(--color-dark))!important;}


.woocommerce-Address{
	border: 1px solid rgb(var(--color-blue));
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
    border-radius: 10px;
    background-color: rgb(var(--color-blue) / 5%);
}
.woocommerce-Address-title{
	box-shadow: none!important;
    padding-inline: 15px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
        background: transparent;
}
.woocommerce-Address-title h2 {
    font-size: 20px!important;
    line-height: normal;
    margin-right: auto;
    margin-bottom: 0!important;
}
.woocommerce-Address address{
	padding: 15px;
    margin: 0;
}

/* Main My Account Dashboard Container */
/* .woocommerce-MyAccount-content {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

/* Navigation Menu */
.woocommerce-MyAccount-navigation {
    background-color: rgb(var(--color-light)/50%);
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}
/* Navigation Menu Items */
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul:before {
    content: "My Account";
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.woocommerce-MyAccount-navigation ul li{border-top:1px solid rgb(var(--color-light));}
.woocommerce-MyAccount-navigation ul li:last-child{border-bottom:1px solid rgb(var(--color-light));}
.woocommerce-MyAccount-navigation ul li a {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 400;
	padding-block: 15px;
}

/* Active Menu Item */
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgb(var(--color-blue));
}

/* Hover Effect */
.woocommerce-MyAccount-navigation ul li a:hover {
    color: rgb(var(--color-blue));
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 27%;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 68%;
        padding-top: 30px;
}
/* Account Dashboard Heading */
.woocommerce .wishlist-title{margin-bottom: 0;}
.woocommerce-MyAccount-content>h2 {
    font-size: 24px;
    margin-bottom: 15px !important;
    color: #333;
    padding: 0;
    font-weight: 400;
}
.woocommerce-MyAccount-content>form label{margin-bottom: 10px;}
.woocommerce-MyAccount-content>form button[type="submit"] {
    background: rgb(var(--color-blue)) !important;
    border: rgb(var(--color-blue)) !important;
    color: rgb(var(--color-white)) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 14px 15px 14px 15px !important;
    border-radius: 5px 5px 5px 5px !important;
}
.woocommerce-MyAccount-content>form button[type="submit"]:hover {
    background: rgb(var(--color-dark)) !important;
}

/* Buttons (Orders, Downloads, etc.) */
.woocommerce-Button {
    background-color: #007cba;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.woocommerce-Button:hover {
    background-color: #005a8c;
}

/* Alerts (Success, Error) */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    margin-bottom: 20px;
    border-width: 2px;
    display: flex;
    align-items: center;
    padding: 13px;
    padding-left: 50px;
}
.woocommerce-info a.button, .woocommerce-message a.button, .woocommerce-error a.button{
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    background: #1176b7;
    color: #fff;
}

/* Success Message */
.woocommerce-message {
    border-color:#c3e6cb;
}

/* Error Message */
.woocommerce-error {
    border-color: #ff0000;
}

/* Info Message */
.woocommerce-info {
/*     border-color: #bee5eb; */
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{top:inherit;}
.woocommerce-MyAccount-navigation ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/* Dashboard Icon */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f015"; /* FontAwesome Unicode for 'home' */
}

/* Orders Icon */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f07a"; /* Shopping bag */
}

/* Downloads Icon */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f019"; /* Download */
}

/* Address Icon */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f3c5"; /* Map marker */
}

/* Account Details Icon */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f2c2"; /* User */
}

/* Logout Icon */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f2f5"; /* Sign-out */
}
.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: 10px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    font-size: 12px;
    margin: auto;
    background: rgb(var(--color-darkgrey));
}

.manufacturers-grid {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-rows: repeat(2, 80px);
    gap: 10px;
}
.manufacturers-grid>div{
	background: #fff;
    border-radius: 10px !important;
    box-shadow: 0 0 10px hsl(0deg 0% 0% / 6%) !important;
    border: 1px solid rgba(var(--color-light));
}
.manufacturers-grid>div a{
	height:100%;
	display: flex;
	align-items: center;
    padding: 15px 30px;
}
.manufacturers-grid>div img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 100px;
}
.manufacturers-grid>div:first-of-type {
    grid-row: span 2 / span 2;
}
/*
.manufacturers-grid>div:last-of-type {
    grid-column-start: 2;
    grid-row-start: 2;
}
*/



.vend-dist-listing{display: flex ; flex-wrap: wrap; gap: clamp(20px, 2vw, 50px);}
.vend-dist-listing+.vend-dist-listing{border-top: 1px solid rgba(var(--color-light)); margin-top: 30px; padding-top: 30px;}
.vend-dist-listing .vend-dist-img{ flex: 1; max-width: 280px; width: 100%;}
.vend-dist-listing .vend-dist-desc{flex:1}
.vend-dist-listing .vend-dist-img .brand-logo{height: 120px;}
.vend-dist-listing .vend-dist-img .brand-logo img {max-height: clamp(30px, 5vw, 70px);}

.wpcf7 form .wpcf7-response-output{
	border-width: 1px;
    font-size: 14px;
    border-radius: 3px;
    padding-block: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{background-color: rgb(255 185 0 / 15%); margin: 0;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { background-color: rgb(220 50 50 / 15%); margin: 0;}
.wpcf7 form.sent .wpcf7-response-output {background-color: rgb(70 180 80 / 15%); margin: 0;}
.wpcf7-not-valid-tip {
    color: #df6868;
    font-size: 14px;
    margin-top: 2px;
}

.single-product .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{max-width:55%; width:100%}

/* Login popup */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border: 0;
    margin: 0;
    padding: 0;
}
.woocommerce form .form-row {
	padding:0;
    margin-bottom: 16px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: none;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	border-color:#E7E8EA;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus{
	border-color:rgb(var(--color-blue));
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	background: rgb(var(--color-blue));
    color: #fff;
    float: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
	background: rgb(var(--color-dark));
	color: #fff;
}
.woocommerce form .form-row label {
    line-height: normal;
}
.product-box .wishlist-icon.open-login-popup{
	color: rgba(var(--color-blue)) !important;
}

.carousel__button{padding: 10px!important;}
.current-menu-item a {
	color: rgb(var(--color-blue)) !important;
} 



.woocommerce-Reviews{clear: both;}

.tools-box ol, .tools-box ul{
    padding: 0 0 0 20px;
    margin: 0;
    column-count: 2;
    column-gap: 30px;
    color: rgb(var(--color-blue));
}
.tools-box ol li, .tools-box ul li{

}
.tools-box ol li a, .tools-box ul li a{
    color: rgb(var(--color-blue));
}
.tools-box ol li a:hover, .tools-box ul li a:hover{
    color: rgb(var(--color-dark));
}

.custom-card{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.custom-card>div {
    border: 1px solid rgb(var(--color-light));
    border-radius: 15px;
    flex: 1;
    padding: 20px;
    box-shadow: rgb(var(--color-light)/50%) 3px 3px 0px;
    font-size: .8em;
    display: grid;
    grid-template-rows: 1fr 1fr auto;
    transition: .5s ease all;
}
.custom-card>div:hover {
    background: rgb(var(--color-blue) / 5%);
}
.custom-card>div a{ text-align: right;}
.custom-card>div a:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
        transform: rotate(-45deg);
    display: inline-block;
}
.custom-card>div i{
    font-size: 20px;
    width: 50px;
    border-radius: 50%;
    aspect-ratio: 1;
    background: rgb(var(--color-blue)/8%);
    display: grid;
    place-content: center;
    margin-bottom: 10px;
    color: rgb(var(--color-blue));
    transition: .5s ease all;
}
.custom-card>div:hover i{
    color: rgb(var(--color-white));
    background: rgb(var(--color-blue));
}

.brands-banner{
    aspect-ratio: 2 / 1;
    display: grid;
    place-content: center;
}

.devider-text{
    display: flex;
    align-items: center;
    margin-block: 20px;
    gap: 10px;
}
.devider-text:before, .devider-text:after {
    content: "";
    height: 1px;
    width: 100%;
    background: rgb(var(--color-grey));
    display: inline-block;
}



.product-spotlight-section .spotlight-img{    
    max-width: 380px;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
}


/*---------------------- Responsive start ----------------------*/
@media (min-width: 768px) {
    .product-listing{margin-left: 40px!important;}
.list-card-icon li:nth-child(even){margin-left: 60px;}
.list-card-icon li:nth-child(odd){margin-right: 60px;}
/* 	#menu-main-menu .dropdown-toggle::after{display:none;} */
	.dropdown .dropdown-menu{
		right: 0 !important;
        left: inherit !important;
        top: 100%;
	}
	.hamerberg-menu .dropdown-toggle::after{display:none;}
    #menu-main-menu.navbar-nav>li:not(:first-child){border-left: 1px solid rgb(var(--color-grey));}
    #menu-main-menu .nav-item .nav-link { 
        padding-left: 20px;
        padding-right: 20px;
        padding-block: 5px;
    }
    .hamerberg-menu .dropdown-toggle{padding-right: 0!important}
}
@media (min-width: 992px) {
/* 	.navbar .navbar-nav>li>a{padding-bottom: 5px; padding-top: 5px;} */
	.dropdown .dropdown-menu{
		visibility: hidden;
		opacity: 0;
		display: none;
		transform: translateY(10px);
		transition: .5s ease all;
		box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
	}
	.dropdown .dropdown-menu li{color: inherit!important;}
	.dropdown:hover .dropdown-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
		transition: .5s ease all;
	}
	
}
@media (min-width: 1199px) {
	.container, [class^="container-"] { max-width: 1230px; }
/*	header .custom-logo-link{margin-bottom: -40px;}*/
    #menu-main-menu .nav-item .nav-link { 
        font-size: 18px;
    }
}


/*`xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}


/*`xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .container, [class^="container-"] { max-width: 100%; }
}


/*`lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	header .custom-logo-link, header.shrink .custom-logo-link{max-width: 200px;}
}

/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .top-bar{width: 100%; flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 10px;}
    .dropdown .dropdown-menu{margin: 0; padding: 0;}
/*    .dropdown .dropdown-menu a.dropdown-item{padding-inline: 0;}*/
	.navbar-nav{margin:0;}
	.nav { gap: 0;margin-top: 10px; }
	.nav-item { width: 100%; border-top: 1px solid rgb(var(--color-dark) / 20%); }
	.nav-item a{padding-block: 10px;}
    .nav-item.dropdown .nav-link i{display: none;}
    .nav-item.dropdown .nav-link:before{content:"More"; color: rgb(var(--color-blue))}
	.hamerberg-menu .dropdown-toggle div{display:none;}
    .woocommerce-MyAccount-navigation{display: none!important;}
    .woocommerce-account .woocommerce-MyAccount-content { width: inherit;padding-top: 0;}
}

/*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .container, .container-fluid{width: 95%;}
    .list-card-icon li{flex-direction: column;}
    .hero-content .btn, .btn-lg{font-size: 20px;}
    .product-box>a{height: inherit; aspect-ratio:1}
    .custom-product{grid-template-columns: repeat(2, 1fr)!important;}
    .product-spotlight-section .spotlight-img{    
    max-width: 280px;
    margin-top: 20px;
}
    footer:before{
        background-size: 200%;
        background-position: bottom left;
    }
}
/*--------- Responsive end ---------*/
