/*!
Theme Name: Tectona Grandis Furniture
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: tectona-grandis-furniture
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.

Tectona Grandis Furniture 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;
  font-family: "Sora";
}

/**
 * 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: "Sora";
  font-size: 1rem;
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 16px;
}

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

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

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

.page-links {
  clear: both;
  margin: 0 0 16px;
}

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

/* Developer CSS
--------------------------------------------- */
.collection_about {
  position: relative;
}
.slider_button {
  position: absolute;
  top: -77px;
  right: 0;
}
.slider_button button {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 12px;
  cursor: pointer;
}
.slider_button .custom-prev svg path,
.slider_button .custom-next svg path {
  transition: fill 0.3s ease;
}
.slider_button .custom-prev:hover svg path,
.slider_button .custom-next:hover svg path {
  fill: #737a67;
}
.slick-slide img {
  height: 287px;
  width: 100%;
  object-fit: cover;
}
.category-item h4 {
  margin: 0;
  font-family: Sora;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0%;
}
.collection-slider .coll_info h4:hover {
  color: #737a67;
}
.collection-slider .coll_info:hover svg path {
  fill: #737a67;
}
.category-item .coll_info {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}
.collection-slider {
  margin-left: -16px;
  margin-right: -16px;
}

.collection-slider .category-item {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.category-item .item-box {
    background-color: #F8F8F8;
    width: 100%;
    height: 287px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    overflow: hidden;
}
.category-item .item-box img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease, filter 0.3s ease;
	mix-blend-mode: darken;
  	filter: brightness(1.05);
  	background: #f8f8f8;
}
.category-item a:hover .item-box img {
    transform: scale(1.10); 
    filter: brightness(1.05); 
}
.product-card .product-image-wrapper{
	background-color: #F8F8F8;
    width: 100%;
    height: 287px;
    display: flex;
    align-items: center;
    justify-content: center;
/*     padding: 35px; */
    overflow: hidden;
}
.product-card .product-image-wrapper img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease, filter 0.3s ease;
	margin:0 !important;
	mix-blend-mode: darken;
  	filter: brightness(1.05);
  	background: #f8f8f8;
}
.product-card .product-link:hover .product-image-wrapper img {
	transform: scale(1.10);
	filter: brightness(1.05);
}
.collection-section .category-item .item-box{
	padding:0;
}
.collection-slider-wrapper a:hover h4, .collection-slider-wrapper a:hover svg path {
    color: #00000080 !important;
    fill: #00000080 !important;
}
.button_ic .elementor-button-text {
	position: relative;
	padding-right:25px !important;
}
.button_ic .elementor-button-text::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7582 7.45062L11.4135 1.17676C11.0945 0.857748 10.5273 0.857748 10.2083 1.17676C9.88931 1.49577 9.88931 2.0629 10.2083 2.38191L15.0644 7.2025H0.850693C0.389901 7.2025 0 7.5924 0 8.05319C0 8.51398 0.389901 8.90388 0.850693 8.90388H17.1556C17.5101 8.90388 17.7937 8.69121 17.9354 8.3722C18.0772 8.05319 17.9709 7.69874 17.7582 7.45062Z' fill='black'/%3E%3Cpath d='M13.9946 9.97363L10.2019 13.7309C9.88293 14.0499 9.84749 14.617 10.2019 14.936C10.3792 15.1132 10.5918 15.1841 10.8045 15.1841C11.0172 15.1841 11.2299 15.1132 11.4071 14.936L15.2352 11.1788C15.5542 10.8598 15.5897 10.2926 15.2352 9.97363C14.8808 9.65462 14.3491 9.65462 13.9946 9.97363Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.button_ic:hover .elementor-button-text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7582 7.45062L11.4135 1.17676C11.0945 0.857748 10.5273 0.857748 10.2083 1.17676C9.88931 1.49577 9.88931 2.0629 10.2083 2.38191L15.0644 7.2025H0.850693C0.389901 7.2025 0 7.5924 0 8.05319C0 8.51398 0.389901 8.90388 0.850693 8.90388H17.1556C17.5101 8.90388 17.7937 8.69121 17.9354 8.3722C18.0772 8.05319 17.9709 7.69874 17.7582 7.45062Z' fill='%23737A67'/%3E%3Cpath d='M13.9946 9.97363L10.2019 13.7309C9.88293 14.0499 9.84749 14.617 10.2019 14.936C10.3792 15.1132 10.5918 15.1841 10.8045 15.1841C11.0172 15.1841 11.2299 15.1132 11.4071 14.936L15.2352 11.1788C15.5542 10.8598 15.5897 10.2926 15.2352 9.97363C14.8808 9.65462 14.3491 9.65462 13.9946 9.97363Z' fill='%23737A67'/%3E%3C/svg%3E");
}
/* .button_ic:hover .elementor-button-text::after {
  right: -33px;
  opacity: 1;
} */
.page_description p {
  margin: 0 0 20px !important;
}
.grid_section img {
  width: 100%;
}
.grid_section {
  border-top: 0.5px solid #737a67;
  border-bottom: 0.5px solid #737a67;
}
.grid_border {
  border-left: 0.5px solid #737a67;
}
.grid_bottom_border {
  border-bottom: 0.5px solid #737a67;
}

/* Smart Slider Auto Animation + Hover Effect */
div.n2-ss-slide-background img {
  /*   animation: zoomPanEffect 10s ease-in-out infinite; */
  transform-origin: center center;
  transition: transform 0.5s ease-in-out;
}

/* @keyframes zoomPanEffect {
  0% {
    transform: scale(1) translate(0px, 0px);
  }
  50% {
    transform: scale(1.05) translate(-10px, -10px);
  }
  100% {
    transform: scale(1) translate(0px, 0px);
  }
} */

/* Hover Effect */
div.n2-ss-slide-background img:hover {
  transform: scale(1.08) translate(-15px, -15px) !important;
  animation-play-state: paused; /* Pause auto animation on hover */
}
.newsletter_form input[type="email"] {
  background-image: url('data:image/svg+xml;utf8,<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 0H3C1.34649 0 0 1.32987 0 2.96296V13.037C0 14.6701 1.34649 16 3 16H15C16.6535 16 18 14.6701 18 13.037V2.96296C18 1.32987 16.6535 0 15 0ZM16.8 13.037C16.8 14.0174 15.9926 14.8148 15 14.8148H3C2.00742 14.8148 1.2 14.0174 1.2 13.037V5.2557L6.4734 8.97689C7.21404 9.50119 8.08707 9.77665 8.99997 9.77665C9.9117 9.77665 10.7847 9.50119 11.5265 8.97689L16.7999 5.2557L16.8 13.037ZM16.8 3.80089L10.827 8.01393C10.3055 8.38083 9.65748 8.58338 9.00006 8.58338C8.34264 8.58338 7.69458 8.38199 7.17312 8.01393L1.20012 3.80089V2.96293C1.20012 1.98261 2.00754 1.18516 3.00012 1.18516H15.0001C15.9927 1.18516 16.8001 1.98261 16.8001 2.96293L16.8 3.80089Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 18px 16px;
  padding-left: 40px;
  background-color: transparent;
  border-color: #ffffff3d;
  height: 48px;
}
.newsletter_form input[type="email"]:focus {
  background-color: transparent !important;
  color: #fff !important;
}
.newsletter_section .col-padding {
  border-right: 0.5px solid #ffffff80;
}
.newsletter_section .button_ic .elementor-button-text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7582 7.45062L11.4135 1.17676C11.0945 0.857748 10.5273 0.857748 10.2083 1.17676C9.88931 1.49577 9.88931 2.0629 10.2083 2.38191L15.0644 7.2025H0.850693C0.389901 7.2025 0 7.5924 0 8.05319C0 8.51398 0.389901 8.90388 0.850693 8.90388H17.1556C17.5101 8.90388 17.7937 8.69121 17.9354 8.3722C18.0772 8.05319 17.9709 7.69874 17.7582 7.45062Z' fill='white'/%3E%3Cpath d='M13.9946 9.97363L10.2019 13.7309C9.88293 14.0499 9.84749 14.617 10.2019 14.936C10.3792 15.1132 10.5918 15.1841 10.8045 15.1841C11.0172 15.1841 11.2299 15.1132 11.4071 14.936L15.2352 11.1788C15.5542 10.8598 15.5897 10.2926 15.2352 9.97363C14.8808 9.65462 14.3491 9.65462 13.9946 9.97363Z' fill='white'/%3E%3C/svg%3E");
}
.newsletter_form input::placeholder {
  color: #ffffff80 !important;
}
.newsletter_form .form-field {
  margin: 0 !important;
}
.newsletter_form #frm_field_6_container {
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter_form #frm_field_6_container .frm_button_submit {
  margin: 0;
  padding: 15px 53px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 148px;
  height: 48px;
  font-family: "Sora";
}
.collection-slider-wrapper .custom-prev svg path {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
#full-img img {
  width: 100%;
}
.full-width-section .col .e-con-inner {
  margin: 0 0 0 auto;
}
.description p {
  margin: 0 !important;
}
.page_description p:last-child {
  margin-bottom: 0 !important;
}
/*  Collection CSS */
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  justify-content: space-between;
  gap: 32px;
}
.collection-grid .category-item a {
  display: block;
  line-height: 0;
}
.collection-grid .category-item img {
  width: 100%;
  object-fit: cover;
}
.footer_contact .elementor-image-box-wrapper {
  display: flex;
  gap: 0;
}
.footer_contact .elementor-image-box-wrapper .elementor-image-box-title a {
  color: #fff;
}
.footer_contact
  .elementor-image-box-wrapper
  .elementor-image-box-title
  a:hover {
  color: #000;
}
#mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner::after,
#mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1
  .mega-menu-toggle
  .mega-toggle-block-0
  .mega-toggle-animated-slider
  .mega-toggle-animated-inner::before {
  width: 36px;
  height: 4px;
  background-color: #000;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 {
  margin: 0 !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
	top: -19px;
	height:100vh;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right{
	position: absolute;
	top: 15px;
	right:0;
	z-index: 99999999;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after, #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{
	background-color:white !important;
}
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> a.mega-menu-link {
	font-family: "Sora" !important;
	padding: 0 !important;
	height: unset !important;
	line-height: 1.3;
	display: inline-block;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
> a.mega-menu-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: width .2s;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
> a.mega-menu-link:hover::after {
    width: 100%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	display: inline-block;
	line-height: 1.3;
	padding-bottom: 16px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: width .2s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover::after {
    width: 100%;
}
.footer_menu ul li a{
	position:relative;
	display:inline-block !important;
}
.footer_menu ul li a::after {
    content: '';
    display: block !important;
    width: 0;
	height: 1px;
	background: #FFFFFF !important;
	transition: width .2s !important;
}
.footer_menu ul li a:hover::after {
	width: 100%;
}
.navigation #mega-menu-item-949 .mega-sub-menu .mega-menu-item{
	border-top: 0.5px solid #ffffff !important;
	margin-top:10px !important;
}
.navigation #mega-menu-item-949 {
	display: flex !important;
	align-items: end;
	justify-content: end;
	height: auto !important;
	grid-column: span 4 !important;
}
.navigation #mega-menu-item-949 a.mega-menu-link {
	display: none !important;
}
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  display: none;
}
.max-mega-menu .mega-sub-menu {
  padding: 10px 0 20px !important;
  background: transparent !important;
}
h4.mega-block-title {
  font-family: "Sora" !important;
}
.mega-menu-item-type-custom .mega-sub-menu {
  padding: 0 !important;
}
.custom-dynamic-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
}
.navigation {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  padding: 35px 0 !important;
}
.social_about .mega-menu-item {
  display: flex !important;
  align-items: center;
  gap: 24px;
  padding: 35px 0 0 !important;
}
.social_about .mega-menu-item h4.mega-block-title {
  padding: 0 !important;
}
.social_about .social-icons {
  display: flex !important;
  align-items: center;
  gap: 12px;
}
.social_about .social-icons a {
  display: inline-block;
  line-height: 0;
}
/* Popup Layout */
#custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#popup-content {
	background: #fff;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 48px 96px 0;
	position: relative;
	height:100vh;
}
#popup-content .with_frm_style .frm_submit{
	position: absolute;
	top: 57px;
	right: 150px;
}
#back-step{
    background: transparent;
    color: #000;
    margin-right: 100px;
}
/* Header */
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.popup-button {
  display: flex;
  gap: 10px;
  align-items: center;
}
.popup-header h2 {
  font-size: 32px;
  margin: 0;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
.popup-subtext {
  font-size: 14px;
  color: #808080;
  margin-top: 4px;
  font-weight: 400;
  font-family: Inter;
}

/* Progress Bar */
.progress-bar {
  width: 100%;
  height: 8px;
  background: #eee;
  margin-top: 10px;
  margin: 25px 0;
  position: relative;
}
.progress-bar .active-step {
  width: 50%;
  height: 100%;
  background: #737a67;
  transition: width 0.3s;
}

/* Category Tabs */
.product-category-tabs {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-category-tabs button {
  padding: 8px 12px;
  border: none;
  background: #fff;
  border: 1px solid #0000001f;
  border-radius: 0;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  font-family: "Inter";
}
.product-category-tabs button.active {
  background: #000000;
  color: #fff;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 32px;
  row-gap: 24px;
  overflow-x: auto;
  height: 700px;
}
.product-item {
  position: relative;
  transition: 0.3s;
}
/* .product-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
.product-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
}

/* Checkbox on left of title */
.product-label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-size: 16px;
  font-family: "Sora";
  cursor: pointer;
}
label.product-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #0000001f;
  border-radius: 6px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  background-color: white;
  position: relative;
  vertical-align: middle;
}
.product-label input[type="checkbox"]:checked {
  background-color: #dcaf27;
  border-color: #dcaf27;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'><path d='M5.31962 7.75394L11.7485 1.43772C12.0838 1.10822 12.0838 0.576627 11.7485 0.247126C11.4131 -0.0823753 10.872 -0.0823753 10.5366 0.247126L4.71426 5.96752L1.46335 2.77356C1.12798 2.44406 0.586909 2.44406 0.251532 2.77356C-0.0838441 3.10306 -0.0838441 3.63465 0.251532 3.96415L4.10862 7.75367C4.27577 7.91789 4.49543 8 4.71505 8C4.9347 8 5.15436 7.91789 5.32148 7.75367L5.31962 7.75394Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
}
/* label.product-label input[type="checkbox"]:checked::after {
    content: '✓';
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

label.product-label input[type="checkbox"]:checked {
  background-color: #DCAF27;
  border-color: #DCAF27;
} */

/* Buttons */
.next-btn {
  background: #737a67;
  color: #fff;
  padding: 15px 24px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
}
.close-btn {
  color: #000;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 30px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  font-weight: 600;
}
#mega-menu-item-938 a.mega-menu-link {
  display: none !important;
}
.mega-menu-item .open-custom-popup {
  font-family: Sora;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: rgb(255, 255, 255);
	display:inline-block;
}
.mega-menu-item .open-custom-popup::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    transition: width .2s;
}
.mega-menu-item .open-custom-popup:hover::after {
    width: 100%;
}
#form_productinquiry .frm_submit .frm_button_submit {
  margin: 0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 15px 24px;
}
.woocommerce-breadcrumb {
  font-size: 12px !important;
  color: #00000080 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-family: "Sora";
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb
  a {
  font-size: 12px;
  color: #00000080 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Sora";
  text-decoration: none;
}
.product_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
	margin-top:12px;
}
.product-card .woocommerce ul.products li.product a img {
  margin-bottom: 12px !important;
}
.product-card .woocommerce-loop-product__title {
  padding: 0 !important;
  margin: 0 !important;
  font-family: Sora;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.3;
}
.product-card {
  margin: 0 !important;
  float: none !important;
  width: 100% !important;
}
.woocommerce-listing-page .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 0 0 96px !important;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 32px 0 !important;
}
.woocommerce-listing-page ul.products::before,
.woocommerce-listing-page ul.products::after {
  display: none !important;
}
.product-card .product-link:hover h2,
.product-card .product-link:hover svg path {
  color: #00000080;
  fill: #00000080;
}
.product-listing-tabs {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin-bottom: 32px;
}
.product-listing-tabs li a {
  padding: 8px 12px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  border: 1px solid #0000001f;
  display: inline-block;
}
.product-listing-tabs li.active a {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.products-gallery-wrapper {
  display: flex;
  gap: 0;
  align-items: flex-start;
  position: relative;
}
.products-gallery-wrapper .slick-slide{
	background-color:#F8F8F8;
}
.main-image-slider {
  width: 75%;
	padding-right:16px;
}
.main-image-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.thumbnail-slider {
  width: 25%;
  max-height: 900px; /* 600px */
  overflow: hidden;
}
.thumbnail-slider .thumbnail img {
	width: 100%;
	height: 100% !important;
	cursor: pointer;
	transition: border 0.3s;
/* 	padding:10px; */
	object-fit: contain;
	mix-blend-mode: darken;
    filter: brightness(1.05);
    background: #f8f8f8;
}
}
.thumbnail-slider  .slick-current.slick-active.thumbnail img {
  border: 1px solid #000;
}
.thumbnail-slider .thumbnail img:hover {
  border-color: #000;
}
.product_info h2 {
  margin: 0;
  font-size: 34px;
  color: #000000;
  font-weight: 600;
  font-family: "Sora";
  line-height: 1.2;
}
.product_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.popup-btn {
  text-transform: uppercase;
  padding: 20px 65px;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
  background-color: #737A67;
line-height: 1 !important;
text-decoration: none;
}
.main-image-slider .slick-slide img {
    display: block;
    height: 930px;
    object-fit: contain;
    object-position: center;
	mix-blend-mode: darken;
  	filter: brightness(1.05);
  	background: #f8f8f8;
}
.thumb-arrows .slick-arrow.slick-prev {
left: auto;
right: 50px;
top: auto;
bottom: 0px;
}
.thumb-arrows .slick-arrow.slick-next {
    right: 20px;
    top: auto;
    bottom: 0;
}
.thumb-arrows .slick-prev:before, .thumb-arrows .slick-next:before{
  display: none !important;
}
.slick-vertical .slick-slide {
    border: none !important;
    margin-bottom: 16px;
    width: 100% !important;
    height: 287px !important;
}
.product-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 210px;
    padding: 96px 0 0;
}
.product-description{
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 210px;
	padding: 96px 0 0;
}
.similar-products-slider{
	padding: 96px 0 0;
}
.left-content h2{
  margin: 0;
  font-size: 34px;
  color: #000000;
  font-weight: 600;
  font-family: "Sora";
  line-height: 1.2;
}
.left-content {
 width: 50%;
}
.right-content {
width: 50%;
}
h2 {
    margin-top: 0;
}
.section-title {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-transform: uppercase;
}
.left-content hr {
  border: none;
  border-top: 1px solid #000;
  margin: 10px 0;
  background-color: transparent;

}
/* Accordion styles */
.accordion-item {
  border-bottom: 1px solid #000;
}
.accordion-header.active{
color: rgba(0, 0, 0, 0.5);
}
.accordion-header {
  padding: 15px 0;
    margin: 0;
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
font-weight: 600;
text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-header:hover {
color: rgba(0, 0, 0, 0.5);
}
.accordion-content {
display: none;
padding: 0;
background: #fff;
}
.accordion-item:first-child .accordion-header {
    padding-top: 0;
}
.left-content p {
    margin-top: 0;
}
.left-content .section-title {
    margin: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.chair-sketch{
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
}
/* Arrow styling */
.accordion-header::after {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: transform 0.3s ease;
/* Inactive arrow */
background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.28642 8.9203L1.50563 15.7419C1.32137 15.9272 1.10026 16.0013 0.879144 16.0013C0.658031 16.0013 0.436919 15.9272 0.252658 15.7419C-0.079011 15.4084 -0.079011 14.8156 0.252658 14.4821L7.03345 7.66418C7.36512 7.33069 7.95475 7.33069 8.28642 7.66418C8.61809 7.99766 8.61809 8.59052 8.28642 8.924V8.9203Z' fill='black'/%3E%3Cpath d='M0.251516 1.50855C-0.0838386 1.17507 -0.0838386 0.58221 0.251516 0.248725C0.58687 -0.0847586 1.17282 -0.0810532 1.50449 0.248725L6.73749 5.51036C7.06916 5.84385 7.06916 6.43671 6.73749 6.77019C6.55323 6.95546 6.33211 7.02957 6.111 7.02957C5.88989 7.02957 5.66878 6.95546 5.48452 6.77019L0.251516 1.50855Z' fill='black'/%3E%3C/svg%3E");
}
.accordion-content p{
  margin-top: 0 !important;
}
.accordion-content{
  margin-bottom: 15px !important;
}
/* Active arrow */
.accordion-item.active .accordion-header::after {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.9203 8.28642L15.7419 1.50563C15.9272 1.32137 16.0013 1.10026 16.0013 0.879144C16.0013 0.658031 15.9272 0.436919 15.7419 0.252658C15.4084 -0.079011 14.8156 -0.079011 14.4821 0.252658L7.66418 7.03345C7.33069 7.36512 7.33069 7.95475 7.66418 8.28642C7.99766 8.61809 8.59052 8.61809 8.924 8.28642H8.9203Z' fill='black'/%3E%3Cpath d='M1.50855 0.251516C1.17507 -0.0838386 0.58221 -0.0838386 0.248725 0.251516C-0.0847586 0.58687 -0.0810532 1.17282 0.248725 1.50449L5.51036 6.73749C5.84385 7.06916 6.43671 7.06916 6.77019 6.73749C6.95546 6.55323 7.02957 6.33211 7.02957 6.111C7.02957 5.88989 6.95546 5.66878 6.77019 5.48452L1.50855 0.251516Z' fill='black'/%3E%3C/svg%3E");
}
/* Polish boxes */
.polishes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 50px;
}
.polish {
    width: 60px;
    height: 60px;
}
h2.slider_title{
  margin: 0 0 30px;
font-family: "Sora";
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  color: #000000;
}
.slick-prev:before, .slick-next:before{
  display: none !important;
}
.category-item a{
  text-decoration: none;
}
.product.type-product{
	padding:0 0 96px;
}
.header_btn {
	display:flex;
	align-items:center;
	justify-content:end;
}
/* .swiper-wrapper
{
	height: 400px !important;
} */

.woocommerce-result-count,
    .woocommerce-ordering {
        display: none;
    }

    /* 🔹 Custom Pagination CSS */
  .custom-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 80px;
}

.custom-pagination li {
    border: 1px solid #737a67;
    border-left: none; 
    margin: 0;
}

/* First li ma border-left vapas add karvi */
.custom-pagination li:first-child {
    border-left: 1px solid #737a67;
}

.custom-pagination li a,
.custom-pagination li span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
}
.custom-pagination li:hover {
    background: #737a67;
    color: #fff;
}

.custom-pagination li .current {
    background: #737a67;
    color: #fff;
}

.custom-pagination .prev svg {
    transform: rotate(180deg);
}
.custom-pagination .page-numbers svg
{
	position: relative;
	top: 3px;
}
/* Variants OPtion css */
/* --- Base Container --- */
.custom-variant-dropdown,
.custom-variant-dropdown option {
  color: #222 !important;     
  background-color: #fff !important; 
  appearance: auto !important;   
  opacity: 1 !important;
  text-indent: 0 !important;
  height: auto !important;
  line-height: 1.5 !important;
  font-size: 14px;
}
.custom-variant-dropdown {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 10px;
  width: 100%;
  cursor: pointer;
}
.custom-variant-dropdown:focus {
  border-color: #000;
  outline: none;
}
/* .product-img.has-variants{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.product-img.has-variants .products-gallery-wrapper{
	width:70%;
}
.product-img.has-variants .main-image-slider{
	width:100%;
} */
.product-variants-wrapper {
    transition: all 0.3s ease;
    width: 100%;
}

.variant-header .variant-title{
	margin: 0;
	font-size: 28px;
	color: #000000;
	font-weight: 600;
	font-family: "Sora";
	line-height: 1.2;
	margin-bottom:15px;
}
/* --- Header --- */
.variant-header {
    margin-bottom: 15px;
}
.variant-subtitle {
    font-size: 14px;
    color: #000;
    margin: 0;
}

/* --- Table Layout --- */
.product-variants-wrapper table.variations {
    width: 100%;
    border-collapse: collapse;
}

.product-variants-wrapper table.variations td {
	padding: 5px 0 0;
    vertical-align: middle;
}
.product-variants-wrapper table.variations td.label {
    width: 10%;
    font-weight: 500;
    color: #444;
    font-size: 15px;
}

/* --- Dropdown Styling --- */
.product-variants-wrapper table.variations td.value select {
    width: 25%;
    min-width: auto !important;
    padding: 15px 10px;
    border-radius: 8px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
   background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'>\
<path d='M9.0797 14.7825L2.2581 8.00172C2.07283 7.81746 1.99872 7.59635 1.99872 7.37524C1.99872 7.15412 2.07283 6.93301 2.2581 6.74875C2.59158 6.41708 3.18444 6.41708 3.51793 6.74875L10.3358 13.5295C10.6693 13.8612 10.6693 14.4508 10.3358 14.7825C10.0023 15.1142 9.40948 15.1142 9.076 14.7825H9.0797Z' fill='black'/>\
<path d='M16.4914 6.75152C16.8249 6.41616 17.4178 6.41616 17.7513 6.75152C18.0848 7.08687 18.0811 7.67282 17.7513 8.00449L12.4896 13.2375C12.1562 13.5692 11.5633 13.5692 11.2298 13.2375C11.0445 13.0532 10.9704 12.8321 10.9704 12.611C10.9704 12.3899 11.0445 12.1688 11.2298 11.9845L16.4914 6.75152Z' fill='black'/>\
</svg>") no-repeat right 12px center !important;
    background-size: 14px;
    appearance: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding-right: 0 !important;
    border-radius: 0;
	appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.product-variants-wrapper table.variations td.value select::-ms-expand {
    display: none;
}
.product-variants-wrapper table.variations td.value select:focus {
    border-color: #737A67 !important;
}
.product-variants-wrapper table.variations td.value select:focus {
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.15);
    outline: none;
}
.product-variants-wrapper table.variations td.value select:hover {
    border-color: #888;
}

/* --- Reset Link --- */
.variant-actions {
    margin-top: 15px;
}
.reset_variations_link {
    display: inline-block;
    color: #007cba;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}
.reset_variations_link:hover {
    border-bottom: 1px solid #007cba;
    color: #005a8c;
}

/* --- Variation Notice --- */
.single_variation_wrap {
    margin-top: 15px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .product-variants-wrapper {
        padding: 20px;
    }
    .product-variants-wrapper table.variations td.label {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
    .product-variants-wrapper table.variations td.value {
        display: block;
    }
}

@media only screen and (max-width: 1390px) {
  .footer_section:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .footer_about {
    gap: 30px !important;
  }
  .custom-dynamic-wrapper {
    padding: 0 20px;
  }
.product-variants-wrapper table.variations td.value select {
    width: 40%;
}
}
@media only screen and (max-width: 1024px) {
	.product-card .product-image-wrapper
	{
		height: 220px !important;
	}
  .footer_menu li {
    padding-bottom: 10px !important;
  }
  .col-padding {
    padding: 20px;
    padding-left: 0;
  }
  .col-padding-left {
    padding: 20px 0 20px 20px;
  }
  .page_description p {
    margin: 0 0 15px !important;
  }
  .pageTitle {
    margin-bottom: 20px !important;
  }

  .col-padding-right {
    padding: 20px 20px 20px 0;
  }

  .slider_button {
    top: -63px;
  }
  .large-heading {
    margin-bottom: 20px !important;
  }
  .sub-heading {
    margin-bottom: 20px !important;
  }
  .newsletter_section .col-padding {
    padding: 70px 20px;
    padding-left: 0;
  }
  .newsletter_section .col-padding-left {
    padding: 70px 0 0 20px;
  }
	.elementor-23 .elementor-element.elementor-element-54c4c1b {
        width: 30% !important;
    }
}
@media only screen and (max-width: 768px) {
	.product-variants-wrapper table.variations td.value select {
    width: 100%;
}
	.has-variants .product-variants-wrapper {
    padding: 0;
}
	 .products-gallery-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

.single-product-wrapper .main-image-slider {
        width: 100%;
        padding-right: 0;
    }

.thumbnail-slider {
        width: 100%;
        max-height: 100%;
    }


    .main-image-slider .slick-slide img {
        width: 100%;
        height: 100%;
    }
.thumbnail-slider .slick-track {
        display: flex !important;
        justify-content: center;
        column-gap: 10px;
    }
	.thumb-arrows .slick-prev.custom-arrow svg {
  transform: rotate(-90deg);
}

.thumb-arrows .slick-next.custom-arrow svg {
  transform: rotate(-90deg);
}
	.thumb-arrows .slick-arrow.slick-next, .thumb-arrows .slick-arrow.slick-prev {
        bottom: -20px !important;
    }
	.main-image-slider .slick-next
	{
		right: 0px !important;
	}
	.product-card .product-image-wrapper
	{
		height: 220px !important;
	}
  	.product-grid {
    	grid-template-columns: repeat(3, 1fr);
  	}
  .newsletter_section .button_ic .elementor-button-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section-spacing .e-con-inner {
    padding: 70px 0 0 !important;
  }
  .collection_section .e-con-inner {
    padding: 70px 0 !important;
  }
  .footer_section .e-con-inner {
    padding: 70px 0 !important;
  }
  .col-padding {
    justify-content: center !important;
  }
  .large-heading h2 {
    font-size: 34px !important;
  }
  .sub-heading h2 {
    font-size: 26px !important;
  }
/* 	.swiper-wrapper {
    height: 170px !important;
} */
}
@media only screen and (max-width: 767px) {
  .newsletter_section .col-padding {
    border-right: none;
  }
  .full-width-section .col-padding-left {
    padding: 50px 20px !important;
  }
  .section-spacing .col-padding-right {
    padding-top: 0 !important;
  }
  .section-spacing .e-con-inner {
    gap: 0;
  }
  body .empty-space {
    padding: 0 !important;
  }
  .footer_contact .elementor-image-box-wrapper {
    display: flex !important;
    gap: 5px;
  }
  .footer_section .e-con-inner {
    padding: 50px 0 !important;
  }
  .collection_section .e-con-inner {
    padding: 50px 0 !important;
  }
  .section-spacing .e-con-inner {
    padding: 50px 0 0 !important;
  }
  .col-padding {
    padding: 50px 0;
  }
  #full-img {
    width: 100%;
  }
  .grid_border {
    border: none;
  }
  .col-padding-left {
    padding: 0 0 50px !important;
  }
  .col-padding-right {
    padding: 50px 0 20px !important;
  }
  .section .grid_border {
    border-top: 0.5px dotted #737a67;
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 480px) {
	/* mega menu mobile css	 */
	#mega-menu-menu-1 .mega-menu-item-64 .mega-menu-link .mega-indicator, #mega-menu-menu-1 .mega-menu-item-67 .mega-menu-link .mega-indicator {
    display: block !important;
    position: relative !important;
    left: 8px !important;
	font-size: 18px !important;
	bottom: 1px;
}
#mega-menu-menu-1 .mega-menu-item-64 .mega-sub-menu,
#mega-menu-menu-1 .mega-menu-item-67 .mega-sub-menu {
    display: none;
}

#mega-menu-menu-1 .mega-menu-item-64.accordion-open > .mega-sub-menu,
#mega-menu-menu-1 .mega-menu-item-67.accordion-open > .mega-sub-menu {
    display: block;
}
	
	
	h2.slider_title
	{
		margin: 0 0 45px;
	}
	.woocommerce-listing-page .products {
    	grid-template-columns: repeat(1, 1fr) !important;
        margin: 0 0 50px !important;
   }
	.product-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
		.product-card .product-image-wrapper
	{
		height: auto !important;
	}
  .navigation {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    width: 100%;
  }
  .max-mega-menu .mega-sub-menu {
    padding: 10px 0 0 !important;
  }
  #mega-menu-item-938 .mega-sub-menu {
    padding: 0 !important;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 400;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 400;
  }
  .mega-menu-item .open-custom-popup {
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 400;
  }
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  #mega-menu-item-71 .mega-sub-menu {
    display: none !important;
  }
  .social_about .mega-menu-item {
    gap: 15px;
/*     padding: 0 !important; */
  }
  .pageTitle h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .collection_section .pageTitle h2 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .slider_button {
    top: -57px;
  }
  .large-heading {
    margin-bottom: 10px !important;
  }
  .sub-heading h2 {
    font-size: 24px !important;
  }
  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
/* 	.swiper-wrapper {
    height: 220px !important;
} */
}
@media only screen and (max-width: 431px) {
  .slider_button button {
    padding: 5px;
  }
  .slider_button {
    top: -50px;
  }
  .pageTitle {
    margin-bottom: 15px !important;
  }
  .pageTitle h2 {
    font-size: 28px !important;
  }
  .description {
    margin-bottom: 20px !important;
  }
  .collection-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
@media only screen and (max-width: 391px) {
  .collection_section .pageTitle h2 {
    font-size: 24px !important;
  }
  .slider_button button svg {
    width: 25px !important;
  }
  .slider_button {
    top: -45px;
  }
}
