/*!
Theme Name: SG Best Birdnest
Theme URI: https://icreationslab.com/
Author: icreationslab
Author URI: https://icreationslab.com/
Description: Description
Version: 1.0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icreationslab
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.

icreationslab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
  margin: 0;
}
.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;
}
/* End Global
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
.slick-slide:focus,
.slick-slide:focus-visible {
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.btn-outline {
  text-align: left;
}
.btn-outline .elementor-button-icon svg {
  width: auto;
}
.btn-outline .elementor-button-text {
  text-align: left;
}
.elementor-button .elementor-button-icon svg {
  width: auto;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  margin-top: 0;
}
#table-of-contents-box {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#table-of-contents-box .elementor-toc__header {
  display: none;
}
#table-of-contents-box .elementor-toc__list-wrapper {
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#table-of-contents-box .elementor-toc__list-wrapper .elementor-toc__list-item {
  margin: 0;
  min-height: 44px;
  display: flex;
  padding: 0 12px;
}
#table-of-contents-box .elementor-toc__list-wrapper .elementor-toc__list-item > div {
  justify-content: center;
}
.elementor-widget-container > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-weight: bold;
}
.woocommerce-notices-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background: transparent;
  padding: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    position: relative;
    padding-bottom: 50px;
  }
}
.woocommerce-notices-wrapper .woocommerce-message a {
  order: 2;
  margin-left: 10px;
  color: white;
  text-decoration: auto;
  background: #000;
  border-radius: 100px;
  padding: 5px 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message a {
    position: absolute;
    margin-top: 100px;
    margin-left: 0;
  }
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-error,
.woocommerce-message {
  background-color: transparent !important;
  outline: none;
}
.woocommerce-info ul,
.woocommerce-noreviews ul,
p.no-comments ul,
.woocommerce-error ul,
.woocommerce-message ul {
  list-style: none;
}
.elementor-menu-cart__close-button {
  width: 25px !important;
  height: 25px !important;
}
a {
  color: #8C724E;
}
#header-right-box #header-search-bar {
  width: auto;
}
#header-right-box #header-search-bar form.elementor-search-form {
  position: relative;
  transition: all 0.5s;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  padding: 0;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  #header-right-box #header-search-bar form.elementor-search-form {
    transition: none;
  }
}
#header-right-box #header-search-bar form.elementor-search-form .elementor-search-form__container:after {
  background: url('./assets/images/search-black.svg') center center no-repeat;
  content: " ";
  width: 56px;
  height: 56px;
  transition: all 0.5s;
  position: absolute;
  right: 0;
}
#header-right-box #header-search-bar form.elementor-search-form .elementor-search-form__container input {
  width: 100%;
  outline: 0;
  border: 0;
  display: none;
  height: 56px;
}
#header-right-box #header-search-bar form.elementor-search-form .elementor-search-form__container input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
  opacity: 0;
}
#header-right-box #header-search-bar form.elementor-search-form .elementor-search-form__container .elementor-search-form__submit {
  display: none;
}
#header-right-box #header-search-bar form.elementor-search-form:hover {
  width: 310px;
  border: 1px solid #F3E3CD;
  background-color: #F9F1E6;
  cursor: pointer;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #header-right-box #header-search-bar form.elementor-search-form:hover {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 375px) {
  #header-right-box #header-search-bar form.elementor-search-form:hover {
    width: 200px;
    top: 0;
  }
}
#header-right-box #header-search-bar form.elementor-search-form:hover .elementor-search-form__container:after {
  background: url('./assets/images/MagnifyingGlass-hover.svg') center center no-repeat;
}
@media (max-width: 767px) {
  #header-right-box #header-search-bar form.elementor-search-form:hover .elementor-search-form__container:after {
    width: 56px;
  }
}
#header-right-box #header-search-bar form.elementor-search-form:hover .elementor-search-form__container input {
  display: block;
  padding-right: 25px;
}
#header-container #header-top-menu .elementor-nav-menu--main:before {
  content: "";
  background: url('./assets/images/menu-bg.svg') center center repeat-x;
  width: 100%;
}
#header-container #header-top-menu .elementor-nav-menu--main:after {
  content: "";
  background: url('./assets/images/menu-bg.svg') center center repeat-x;
  width: 100%;
}
#header-container #header-top-menu .elementor-nav-menu {
  width: 100%;
  min-width: max-content;
}
@media (max-width: 767px) {
  #header-container #header-top-menu .elementor-nav-menu {
    display: flex;
    flex-direction: column;
  }
}
#header-container #header-top-menu .elementor-nav-menu .header-top-menu-my-account-item {
  display: none;
}
@media (max-width: 767px) {
  #header-container #header-top-menu .elementor-nav-menu .header-top-menu-my-account-item {
    display: block;
  }
}
#header-container #header-top-menu .elementor-nav-menu .header-top-menu-home-item {
  text-indent: -9999px;
  background: #F2F2F2 url('./assets/images/Home-active.svg') center center no-repeat;
  display: flex;
  min-width: 56px;
  min-height: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 0 20px;
}
#header-container #header-top-menu .elementor-nav-menu .header-top-menu-home-item:hover {
  background: #FCF8F3 url('./assets/images/Home.svg') center center no-repeat;
}
@media (max-width: 1024px) {
  #header-container #header-top-menu .elementor-nav-menu .header-top-menu-home-item {
    text-indent: 0;
    background: transparent;
    order: -1;
    display: block;
    margin: 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  #header-container #header-top-menu .elementor-nav-menu .header-top-menu-home-item:hover {
    background: transparent;
  }
}
#header-container #header-top-menu .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.15);
}
#header-container #header-top-menu .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown .elementor-sub-item {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.64px;
}
#header-container #header-top-menu .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown a.highlighted,
#header-container #header-top-menu .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown a:hover {
  background-color: transparent;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #header-container #header-top-menu .elementor-menu-toggle {
    min-height: 56px;
  }
}
@media (max-width: 1024px) {
  #header-container #header-top-menu .elementor-nav-menu--dropdown {
    position: absolute;
    top: 56px;
    right: 0;
    width: 100%;
    min-width: 280px;
  }
}
#header-container #header-right-box {
  width: fit-content;
  padding-left: 20px;
  border-radius: 100px;
}
@media (max-width: 1024px) {
  #header-container #header-right-box {
    right: 56px;
  }
}
#header-container #header-right-box > div {
  min-width: 56px;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  #header-container #header-right-box > div {
    min-width: 56px;
  }
}
#header-container #header-right-box > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-container #header-right-box #header-search-bar {
  padding: 0 20px;
}
@media (max-width: 767px) {
  #header-container #header-right-box #header-search-bar {
    padding: 0;
  }
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart .elementor-button-icon svg g path {
  fill: #000;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart .elementor-button-icon:hover svg g path {
  fill: #8C724E;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown {
  backdrop-filter: unset;
  color: #0F0F0F;
  font-family: Poppins;
  font-style: normal;
  line-height: 160%;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown p {
  margin: 0;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container {
  min-width: 56px;
  background: rgba(0, 0, 0, 0.6);
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main {
  min-width: 840px;
  padding: 60px;
}
@media (max-width: 767px) {
  #header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main {
    min-width: 100%;
    padding: 20px;
    padding-top: 60px;
  }
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product {
  border: none;
}
@media (max-width: 375px) {
  #header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product {
    border-bottom: 1px solid #B4A59D;
  }
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-image img {
  height: 204px;
  width: 204px;
  object-fit: cover;
}
@media (max-width: 767px) {
  #header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-image img {
    height: auto;
  }
}
@media (max-width: 375px) {
  #header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-image {
    display: none;
  }
}
@media (max-width: 375px) {
  #header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-name {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 0;
  }
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-name a {
  color: #000;
  font-family: "Noto Serif";
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.8px;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-name .variation dt {
  color: #B4A59D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  /* 150% */
  font-weight: 400;
  height: 24px;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-name .variation dd {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-price {
  color: #000;
  font-family: "Noto Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.8px;
  margin: 20px 0;
}
@media (max-width: 375px) {
  #header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-price {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 0;
  }
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-remove {
  color: #B4A59D;
  top: 20px;
  bottom: auto;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__subtotal {
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 40px 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__subtotal .woocommerce-Price-amount {
  font-family: "Noto Serif";
  font-size: 32px;
  letter-spacing: 1.28px;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__footer-buttons {
  padding: 0;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__footer-buttons a.elementor-button {
  color: #0F0F0F;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 0.5px solid #0F0F0F;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__footer-buttons a.elementor-button.elementor-button--view-cart {
  background: #fff;
}
#header-container #header-right-box .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--shown .elementor-menu-cart__container .elementor-menu-cart__main .elementor-menu-cart__footer-buttons a.elementor-button.elementor-button--checkout {
  color: #fff;
  background: #0F0F0F;
}
#header-container #header-right-box .header-my-account-menu {
  height: auto;
  width: auto;
  min-width: 102px;
}
@media (max-width: 1024px) {
  #header-container #header-right-box .header-my-account-menu {
    display: none;
  }
}
#header-container #header-right-box .header-my-account-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: absolute;
  top: 56px;
  right: 0;
  width: 100%;
  min-width: 250px;
}
#header-container #header-right-box .header-my-account-menu .elementor-menu-toggle__icon--open,
#header-container #header-right-box .header-my-account-menu .elementor-menu-toggle__icon--close {
  height: 24px;
}
#header-container #header-right-box .header-my-account-menu .elementor-menu-toggle__icon--open:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url('./assets/images/CaretDown-black.svg') center center no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
}
#header-container #header-right-box .header-my-account-menu .elementor-menu-toggle__icon--open:hover:after {
  background: url('./assets/images/CaretDown.svg') center center no-repeat;
}
#header-container #header-right-box .header-my-account-menu .elementor-menu-toggle__icon--close:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url('./assets/images/CaretDown.svg') center center no-repeat;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  position: absolute;
  top: 20px;
  right: 0;
}
#footer-contact-cta-section > div {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  #footer-contact-cta-section > div #cta-button-contact-now a.elementor-button {
    width: 100%;
  }
}
#footer-container p {
  margin: 0;
}
#footer-container #footer-payment-icons svg {
  height: 54px;
  width: 100%;
}
@media (max-width: 767px) {
  #footer-container #footer-payment-icons svg {
    height: 32px;
  }
}
#footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields {
  flex-direction: column;
  display: flex;
}
#footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container_email {
  display: flex;
  height: 56px;
  padding: 6px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid #E1B77E;
}
#footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container_email input {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #77726A;
  /* Body Normal 16px/Regular */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: capitalize;
  padding-right: 75px;
}
#footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container_email input::placeholder {
  color: #77726A;
  opacity: 1;
  /* Firefox */
}
#footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container_email input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #77726A;
}
@media (max-width: 767px) {
  #footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields .gfield.gfield--type-email .ginput_container_email input {
    font-size: 14px;
  }
}
#footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields #field_submit {
  position: absolute;
  right: 20px;
}
#footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields #field_submit input.gform-button {
  height: 56px;
  background: transparent;
  border: none;
  color: #E1B77E;
  text-align: center;
  /* Body Normal 16px/Light */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  box-shadow: none;
  padding-right: 26px;
  background: url('./assets/images/arrow-right.svg') center right no-repeat;
}
@media (max-width: 767px) {
  #footer-container .gform-theme--foundation .footer-newsletter-form .gform_body .gform_fields #field_submit input.gform-button {
    font-size: 14px;
  }
}
#footer-container .gform-theme--foundation .footer-newsletter-form .gform_footer {
  margin-block-start: 0;
}
#footer-container #footer-links ul.elementor-nav-menu {
  gap: 20px;
}
#footer-container #footer-links ul.elementor-nav-menu li {
  flex: 1 0 22%;
  min-width: 120px;
  min-height: 26px;
}
@media (max-width: 767px) {
  #footer-container #footer-links ul.elementor-nav-menu li {
    min-width: 50px;
  }
}
#footer-container #footer-links ul.elementor-nav-menu li a {
  justify-content: center;
  margin: 0;
}
#footer-container #footer-links ul.elementor-nav-menu:after {
  display: none;
}
#footer-container .footer-social-icons .elementor-social-icons-wrapper {
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
}
#footer-container .footer-social-icons .elementor-social-icons-wrapper .elementor-grid-item {
  display: flex;
  justify-content: center;
}
.max-width-1920 {
  max-width: 1920px !important;
  margin-left: auto;
  margin-right: auto;
}
#page-right-container p {
  margin: 0;
}
#section-achievement-container .gallery-logos div.gallery {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  #section-achievement-container .gallery-logos div.gallery {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section-achievement-container .gallery-logos div.gallery figure {
    width: 30%;
  }
}
@media (max-width: 767px) {
  #section-achievement-container .gallery-logos div.gallery {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #section-achievement-container .gallery-logos div.gallery figure {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #section-achievement-container .gallery-logos div.gallery#gallery-2 figure {
    width: 100%;
  }
}
#section-achievement-container:before {
  content: "";
  border: 1px solid #E1B77E;
  margin: 18px;
  width: calc(100% - 36px);
}
@media (max-width: 767px) {
  #section-achievement-container:before {
    height: calc(100% - 36px);
  }
}
#section-faqs-container p {
  margin: 0;
}
@media (max-width: 767px) {
  #slide-customer-feedback .elementor-slides .swiper-slide {
    max-height: 485px;
  }
}
#slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-contents,
#slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-bg {
  min-width: 50%;
  width: 50%;
}
@media (max-width: 767px) {
  #slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-contents,
  #slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-bg {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-bg {
    background-size: 50%;
    background-position: top;
  }
  #slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-inner {
    margin-top: 50%;
  }
  #slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-inner .elementor-slide-heading {
    display: none;
  }
}
#slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-contents {
  padding-left: 60px;
}
@media (max-width: 767px) {
  #slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-contents {
    padding-left: 0;
  }
}
#slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-contents .sl-customer-info {
  margin-top: 40px;
}
#slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-contents .sl-customer-info span {
  color: #1D1407;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
}
#slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-contents .sl-customer-info .sl-customer-name {
  font-weight: 700;
}
#slide-customer-feedback .elementor-slides .swiper-slide .swiper-slide-contents .sl-customer-info .sl-customer-position {
  font-weight: 300;
}
#slide-customer-feedback .swiper-pagination {
  width: 45%;
  margin-left: 55%;
  bottom: 30px;
  display: flex;
  height: 4px;
  align-items: baseline;
}
@media (max-width: 767px) {
  #slide-customer-feedback .swiper-pagination {
    width: 100%;
    margin-left: 0;
    bottom: 0;
    padding: 0 20px;
  }
}
#slide-customer-feedback .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  border-radius: 0;
  height: 2px;
  width: 100%;
}
#slide-customer-feedback .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
}
#home-top-banner-slide .elementor-slide-button {
  box-shadow: 0 4px 28px 0 #FCE8B7;
}
#home-top-banner-slide .elementor-slide-button:before {
  content: " ";
  background: url("./assets/images/ShoppingCartSimple-black.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  line-height: 28px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}
#top-banner-button-shop-now .elementor-button-icon {
  display: flex;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-meta {
  margin-top: 40px;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-meta .product_meta .tagged_as,
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-meta .product_meta .sku_wrapper {
  display: none;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-meta .product_meta .detail-label {
  display: none;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-theme-post-featured-image img {
  object-fit: contain;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-title {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-block-end: 40px !important;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-title p {
  margin: 0;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-price p {
  margin: 0;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-add-to-cart .e-loop-add-to-cart-form-container {
  gap: 0 !important;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-add-to-cart .button.product_type_variable.add_to_cart_button {
  display: none;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-add-to-cart .button.add_to_cart_button:before {
  content: "+";
  padding-right: 6px;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-add-to-cart .button.add_to_cart_button.added {
  display: none;
}
.feature-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-add-to-cart .added_to_cart {
  display: flex;
  height: 44px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #77726A;
  background: #FFF;
  color: #1D1407;
  font-family: "Noto Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
}
.feature-products-side-items .swiper-pagination.swiper-pagination-bullets {
  width: 100%;
  display: flex;
  height: 4px;
  align-items: baseline;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .feature-products-side-items .swiper-pagination.swiper-pagination-bullets {
    width: 100%;
    margin-left: 0;
    bottom: 0;
    padding: 0 20px;
  }
}
.feature-products-side-items .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  border-radius: 0;
  height: 2px;
  width: 100%;
}
.feature-products-side-items .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
}
#section-product-list-filter-box .e-n-tabs-heading {
  max-width: calc(100% - 275px);
}
@media (max-width: 767px) {
  #section-product-list-filter-box .e-n-tabs-heading {
    flex-direction: column;
    max-width: initial;
  }
}
#section-product-list-filter-box .e-n-tabs-heading .e-n-tab-title:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  #section-product-list-filter-box .e-n-tabs-heading .e-n-tab-title {
    padding-right: 0;
  }
}
#section-product-list-filter-box .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
  font-weight: 700;
}
#section-product-list-filter-box .e-n-tabs-heading .e-n-tab-title:first-child:after {
  content: "|";
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}
@media (max-width: 767px) {
  #section-product-list-filter-box .e-n-tabs-heading .e-n-tab-title:first-child:after {
    content: "";
    padding-left: 0;
  }
}
.section-products-side-items .jkit-block-pagination {
  margin-top: 20px;
  display: none;
}
.section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce {
  clear: both;
}
.section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .jkit-product .product-link img {
  max-height: 250px;
  object-fit: cover;
}
.section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .jkit-product .product-categories span {
  margin: 0;
}
.section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .load-mode-item.jkit-product-block {
  order: 9999;
  background: url("./assets/images/CTA.jpg") center center no-repeat;
  padding: 275px 20px 20px;
  flex-direction: column;
  display: flex;
  gap: 10px 10px;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .load-mode-item.jkit-product-block {
    padding: 20px 20px;
  }
}
.section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .load-mode-item.jkit-product-block .view-all-product {
  font-family: "Noto Serif", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.64px;
  fill: #070707;
  color: #070707;
  background-color: #F9F9F9;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FCFCFC;
  border-radius: 100px 100px 100px 100px;
  padding: 9px 6px 9px 6px;
  width: 100%;
}
.section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .load-mode-item.jkit-product-block .view-all-product:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .load-mode-item.jkit-product-block .view-all-product {
    font-size: 12px;
  }
}
.section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .load-mode-item.jkit-product-block .load-more-button {
  font-family: "Noto Serif", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.64px;
  background-color: #61CE7000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FCFCFC;
  border-radius: 100px 100px 100px 100px;
  padding: 9px 6px 9px 6px;
  width: 100%;
  color: #fff;
}
.section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .load-mode-item.jkit-product-block .load-more-button:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-products-side-items .jkit-product-grid .jkit-block-container .woocommerce .jkit-products .load-mode-item.jkit-product-block .load-more-button {
    font-size: 12px;
  }
}
.section-products-side-items .jkit-product-grid .jkit-block-container .product-order {
  margin-top: -85px;
}
@media (max-width: 1365px) {
  .section-products-side-items .jkit-product-grid .jkit-block-container .product-order {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .section-products-side-items .jkit-product-grid .jkit-block-container .product-order {
    display: none;
  }
}
.section-products-side-items .jkit-product-grid .jkit-block-container .product-order select.orderby {
  border: none;
  height: 44px;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
  padding-left: 40px;
  min-width: 250px;
  background: transparent;
  outline: none;
}
.section-products-side-items .jkit-product-grid .jkit-block-container .product-order:after {
  content: "Sorting:";
  color: #737373;
  text-align: center;
  /* Body Normal 16px/Regular */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  line-height: 44px;
}
.section-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-meta {
  margin-top: 20px;
}
.section-products-side-items .feature-products-side-item .elementor-widget-woocommerce-product-title {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-block-end: 20px !important;
}
.why-choose-us-reason-box .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  padding: 20px 40px;
  background: #FCF8F3;
}
#contact-form-container .contact-form .gform_body .gform_fields {
  gap: 10px;
}
#contact-form-container .contact-form .gform_body .ginput_container_text textarea,
#contact-form-container .contact-form .gform_body .ginput_container_email textarea,
#contact-form-container .contact-form .gform_body .ginput_container_textarea textarea,
#contact-form-container .contact-form .gform_body .ginput_container_text input,
#contact-form-container .contact-form .gform_body .ginput_container_email input,
#contact-form-container .contact-form .gform_body .ginput_container_textarea input {
  border: 1px solid #E5E5E5;
  outline: none;
  box-shadow: none;
}
#contact-form-container .contact-form .gform_body .ginput_container_text textarea::placeholder,
#contact-form-container .contact-form .gform_body .ginput_container_email textarea::placeholder,
#contact-form-container .contact-form .gform_body .ginput_container_textarea textarea::placeholder,
#contact-form-container .contact-form .gform_body .ginput_container_text input::placeholder,
#contact-form-container .contact-form .gform_body .ginput_container_email input::placeholder,
#contact-form-container .contact-form .gform_body .ginput_container_textarea input::placeholder {
  font-size: 16px;
  color: #A8A7A7;
}
#contact-form-container .contact-form .gform_footer .gform_button {
  border-radius: 100px;
  background: var(--Color-Neutral-950, #0F0F0F);
  color: var(--Color-Neutral-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  height: var(--size-avatar-button-large, 56px);
  padding: 0 40px;
}
#blog-feature-post .elementor-post__title {
  margin-bottom: 20px;
}
#blog-feature-post a.elementor-post__read-more {
  border-radius: 100px;
  border: 1px solid #F8F8F8;
  background: rgba(0, 0, 0, 0.5);
  padding: 9px 20px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 80%;
}
#blog-list-post .elementor-post__thumbnail {
  padding: 0;
}
#blog-list-post .elementor-post__thumbnail img {
  width: 360px;
  height: 460px;
  object-fit: cover;
  position: unset;
  transform: none;
  margin: 0 auto;
}
#blog-list-post a.elementor-post__read-more {
  border-radius: 100px;
  border: 1px solid #77726A;
  background: #fff;
  padding: 9px 20px;
  height: 44px;
  display: flex;
  justify-content: center;
  width: 125px;
  margin: 20px auto;
}
#blog-list-post a.elementor-post__read-more svg {
  padding-left: 8px;
}
#blog-list-post .elementor-pagination .page-numbers.prev svg,
#blog-list-post .elementor-pagination .page-numbers.next svg {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
#blog-list-post .elementor-pagination span.page-numbers.current {
  height: 44px;
  width: 44px;
  border-radius: 100px;
  background: #1D1407;
  display: inline-block;
  color: #fff;
  line-height: 44px;
}
#blog-list-post .elementor-pagination a.page-numbers {
  color: var(--Color-neutral-950, #1D1407);
  text-align: center;
  /* Body Normal 16px/Regular */
  font-family: Poppins;
  font-size: var(--body-normal, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: capitalize;
}
body.single .single-post-title .wp-caption .widget-image-caption {
  color: #0F0F0F;
  /* Heading 4/highlight */
  font-family: "Noto Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.96px;
  text-align: left;
}
body.single .elementor-widget-theme-post-featured-image img {
  max-height: 580px;
  object-fit: cover;
}
body.single .single-post-content .elementor-widget-theme-post-content * {
  color: #000;
  font-family: Poppins;
  line-height: 160%;
  letter-spacing: 1.76px;
}
body.single .single-post-content .elementor-widget-theme-post-content h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
}
body.single .single-post-content .elementor-widget-theme-post-content h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
}
body.single .single-post-content .elementor-widget-theme-post-content h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
body.single .single-post-content .elementor-widget-theme-post-content h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
body.single .single-post-content .elementor-widget-theme-post-content h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
body.single .single-post-content .elementor-widget-theme-post-content h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
body.single .single-post-content .elementor-widget-theme-post-content p {
  letter-spacing: 0.64px;
}
body.single .single-post-related * {
  color: #000;
  font-family: Poppins;
}
#login-form .elementor-form-fields-wrapper .elementor-field-type-text input {
  padding: 6px 20px;
}
#login-form .elementor-form-fields-wrapper .elementor-field-type-text input[name="pwd"] {
  content: "Password";
}
footer.entry-footer {
  display: none;
}
body.woocommerce-account * {
  /* Body Normal 16px/Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.64px;
}
body.woocommerce-account ul {
  margin: 0;
}
body.woocommerce-account .e-my-account-tabs-vertical.elementor-widget-woocommerce-my-account {
  margin-bottom: 40px;
  margin-block-end: 40px;
}
body.woocommerce-account .woocommerce a {
  color: #E1B77E !important;
}
body.woocommerce-account .woocommerce form input[type="tel"],
body.woocommerce-account .woocommerce form input[type="password"],
body.woocommerce-account .woocommerce form input[type="email"],
body.woocommerce-account .woocommerce form input[type="text"] {
  border: 1px solid #E1B77E !important;
  background-color: #fff !important;
}
body.woocommerce-account .woocommerce form button {
  background-color: #000 !important;
  display: block;
  margin: 10px 0;
}
body.woocommerce-account .woocommerce form button:hover {
  cursor: pointer;
}
body.woocommerce-account #customer_login {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
  width: calc(50% - 45px);
}
@media (max-width: 767px) {
  body.woocommerce-account #customer_login .u-column1,
  body.woocommerce-account #customer_login .u-column2 {
    width: 100%;
  }
}
body.woocommerce-account #customer_login .woocommerce-form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.woocommerce-account #customer_login .woocommerce-form-row {
    flex-direction: column;
  }
}
body.woocommerce-account #customer_login .woocommerce-form-row input[type="tel"],
body.woocommerce-account #customer_login .woocommerce-form-row input[type="password"],
body.woocommerce-account #customer_login .woocommerce-form-row input[type="email"],
body.woocommerce-account #customer_login .woocommerce-form-row input[type="text"] {
  border: 1px solid #E1B77E !important;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  body.woocommerce-account #customer_login .woocommerce-form-row input[type="tel"],
  body.woocommerce-account #customer_login .woocommerce-form-row input[type="password"],
  body.woocommerce-account #customer_login .woocommerce-form-row input[type="email"],
  body.woocommerce-account #customer_login .woocommerce-form-row input[type="text"] {
    width: 100%;
  }
}
body.woocommerce-account #customer_login h2 {
  margin: 20px 0;
}
body.woocommerce-account #customer_login button {
  background-color: #000;
  display: block;
  margin: 10px 0;
}
body.woocommerce-account #customer_login button:hover {
  cursor: pointer;
}
body.woocommerce-account #customer_login a {
  color: #E1B77E;
}
body.woocommerce-account.woocommerce-lost-password .elementor-widget-woocommerce-my-account .woocommerce {
  margin-bottom: 40px;
}
body.woocommerce-account.woocommerce-lost-password .elementor-widget-woocommerce-my-account .woocommerce form.woocommerce-ResetPassword input {
  border: 1px solid #E1B77E !important;
}
body.woocommerce-account.woocommerce-lost-password .elementor-widget-woocommerce-my-account .woocommerce form.woocommerce-ResetPassword button {
  background-color: #000 !important;
  display: block;
  margin: 10px 0;
}
body.woocommerce-account.woocommerce-lost-password .elementor-widget-woocommerce-my-account .woocommerce form.woocommerce-ResetPassword button:hover {
  cursor: pointer;
}
body.woocommerce-account.woocommerce-lost-password .elementor-widget-woocommerce-my-account .woocommerce form.woocommerce-ResetPassword a {
  color: #E1B77E !important;
}
body.woocommerce-account .woocommerce-MyAccount-content-wrapper form .button {
  background-color: #1D1407 !important;
}
body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content-wrapper .woocommerce-orders-table__cell-order-number {
  font-weight: bold;
}
body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content-wrapper .woocommerce-orders-table__cell-order-number a {
  font-weight: bold;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order {
  flex-direction: column;
  padding: 0;
  margin-top: 30px;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order > div {
  width: 100%;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items {
    margin-bottom: 60px;
  }
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items .review-item {
  display: flex;
  flex-direction: row;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items .review-item .item-name {
  width: 80%;
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items .review-item .item-name a {
  text-decoration: none;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items .review-item .item-name {
    width: 75%;
  }
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items .review-item .item-qty {
  width: 5%;
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items .review-item .item-qty {
    width: 10%;
  }
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-items .review-item .item-total {
  width: 15%;
  color: var(--Color-Neutral-950, #0F0F0F);
  text-align: right;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-totals {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-totals {
    margin-bottom: 30px;
  }
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-totals .review-total-item {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-totals .review-total-item .item-name {
  width: 70%;
  color: #B4A59D;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-totals .review-total-item .item-total {
  width: 30%;
  color: var(--Color-Neutral-950, #0F0F0F);
  text-align: right;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-totals .review-total-item .item-total .shipped_via {
  display: block;
  clear: both;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-totals .review-total-item:last-child {
  background: #0F0F0F;
  padding: 12px;
  margin-top: 15px;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-totals .review-total-item:last-child * {
  color: #FCFAF6;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-order-note .review-item {
  display: flex;
  flex-direction: row;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-order-note .review-item .item-title {
  width: 25%;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .woocommerce-order-details .review-order-note .review-item .item-content {
  width: 70%;
}
body.woocommerce-account.woocommerce-view-order .woocommerce-order .thankyou-right-sidebar .contact-information {
  padding: 0;
  margin-bottom: 20px;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account {
    row-gap: 20px;
    column-gap: 20px;
  }
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account div.clear {
  display: none;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account .woocommerce-form-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account .woocommerce-form-row {
    width: calc(100% - 40px);
    flex-direction: column;
  }
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account .woocommerce-form-row label {
  width: 40%;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account .woocommerce-form-row label {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account .woocommerce-form-row input.woocommerce-Input {
  border: 1px solid var(--Color-primary-base, #E1B77E);
  background: var(--Color-primary-50, #FCF8F3);
  padding: 5px 10px;
  width: 60%;
  max-height: 42px;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account .woocommerce-form-row input.woocommerce-Input {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account .woocommerce-form-row span.required {
  display: inline;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account .woocommerce-form-row span {
  display: block;
  padding-top: 10px;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account fieldset {
  width: 100%;
}
body.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content-wrapper form.edit-account fieldset .woocommerce-form-row {
  display: block;
  width: 100%;
  gap: 0;
}
body.woocommerce-account.woocommerce-edit-address div.clear {
  display: none;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row {
    flex-direction: column;
  }
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row label {
  width: 40%;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row label {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row > .woocommerce-input-wrapper {
  width: 60%;
}
@media (max-width: 767px) {
  body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row > .woocommerce-input-wrapper {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row > .woocommerce-input-wrapper input,
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row > .woocommerce-input-wrapper select {
  background: var(--Color-primary-50, #FCF8F3);
  padding: 5px 10px;
  max-height: 42px;
  width: 100%;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row span.required {
  display: inline;
}
body.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .form-row span {
  display: block;
  padding-top: 10px;
}
#product-list-page {
  position: relative;
}
@media (max-width: 767px) {
  #product-list-page #product-list-page-sidebar .sidebar-filter .wpfMainWrapper .wpfFilterWrapper[data-filter-type="wpfPrice"] {
    display: none;
  }
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfMainWrapper .wpfFilterWrapper {
  margin: 0;
  padding: 0;
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent {
  padding: 0;
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfMainWrapper .wpfFilterWrapper .wfpDescription {
  color: var(--Color-primary-base, #E1B77E);
  /* Body Normal 16px/Medium */
  font-family: Poppins;
  font-size: var(--body-normal, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier ul {
  margin-bottom: 40px;
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfMainWrapper .wpfFilterWrapper .wpfCheckboxHier ul li {
  min-height: 44px;
}
#product-list-page #product-list-page-sidebar .sidebar-filter #wpfSliderRange {
  background: #000;
  height: 4px;
  position: absolute;
  bottom: 100px;
  margin: 0 !important;
}
#product-list-page #product-list-page-sidebar .sidebar-filter #wpfSliderRange .ui-slider-handle {
  border-radius: 100px;
  background: #000;
  top: -9px;
}
#product-list-page #product-list-page-sidebar .sidebar-filter #wpfSliderRange .ui-slider-handle :hover {
  border: none !important;
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfPriceInputs input {
  border-radius: 0;
  border: 1px solid var(--Color-neutral-200, #D9D7D5);
  padding: 9px 10px;
  color: var(--Color-neutral-600, #77726A);
  /* Body Normal 16px/Light */
  font-family: Poppins;
  font-size: var(--body-normal, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  min-height: 44px;
  min-width: 45%;
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfPriceInputs .wpfCurrencySymbol {
  display: none;
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfFilterButtons {
  margin-top: 68px;
}
@media (max-width: 767px) {
  #product-list-page #product-list-page-sidebar .sidebar-filter .wpfFilterButtons {
    margin-top: 0;
  }
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfFilterButtons button {
  margin: 0;
  padding: 0;
  border-radius: 100px;
  background: var(--Color-Neutral-950, #0F0F0F);
  font-size: 0;
}
#product-list-page #product-list-page-sidebar .sidebar-filter .wpfFilterButtons button:before {
  content: "Apply";
  color: var(--Color-Neutral-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
}
#product-list-page #product-list-page-main .woocommerce-result-count {
  color: var(--Color-neutral-600, #77726A);
  /* Body Normal 16px/Regular */
  font-family: Poppins;
  font-size: var(--body-normal, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: capitalize;
}
#product-list-page #product-list-page-main .woocommerce-ordering {
  position: absolute;
  right: 0;
  top: 15px;
}
@media (max-width: 767px) {
  #product-list-page #product-list-page-main .woocommerce-ordering {
    position: relative;
    top: unset;
    padding-top: 20px;
    display: none !important;
  }
}
#product-list-page #product-list-page-main .woocommerce-ordering:before {
  content: "Sorting: ";
  color: var(--Color-neutral-600, #77726A);
  text-align: center;
  /* Body Normal 16px/Regular */
  font-family: Poppins;
  font-size: var(--body-normal, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: capitalize;
}
#product-list-page #product-list-page-main .woocommerce-ordering .orderby {
  border: none;
  color: var(--Color-neutral-950, #1D1407);
  text-align: center;
  /* Body Normal 16px/Regular */
  font-family: Poppins;
  font-size: var(--body-normal, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: capitalize;
}
#product-list-page #product-list-page-main ul.products.elementor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  #product-list-page #product-list-page-main ul.products.elementor-grid {
    padding-top: 60px;
  }
}
#product-list-page #product-list-page-main ul.products.elementor-grid li.product {
  width: calc(50% - 20px);
}
#product-list-page #product-list-page-main ul.products.elementor-grid li.product img {
  width: 452px;
  height: 452px;
  object-fit: cover;
}
@media (max-width: 767px) {
  #product-list-page #product-list-page-main ul.products.elementor-grid li.product img {
    height: auto;
  }
}
#product-list-page #product-list-page-main ul.products.elementor-grid li.product .woocommerce-loop-product__title {
  color: var(--Color-neutral-950, #1D1407);
  /* Heading 5/Medium */
  font-family: Poppins;
  font-size: var(--heading-5, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 20px 0;
}
#product-list-page #product-list-page-main ul.products.elementor-grid li.product .button.product_type_external,
#product-list-page #product-list-page-main ul.products.elementor-grid li.product .button.product_type_grouped,
#product-list-page #product-list-page-main ul.products.elementor-grid li.product .add_to_cart_button {
  display: none;
}
#product-list-page #product-list-page-main ul.products.elementor-grid li.product span.onsale {
  display: none;
}
#product-list-page #product-list-page-main ul.products.elementor-grid li.product span.price {
  color: var(--Color-neutral-950, #1D1407);
  display: block;
  /* Heading 5/Regular */
  font-family: Poppins;
  font-size: var(--heading-5, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
#product-list-page #product-list-page-main .woocommerce-pagination ul.page-numbers {
  display: flex;
  gap: 35px;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
  padding: 0;
}
#product-list-page #product-list-page-main .woocommerce-pagination ul.page-numbers li {
  text-align: center;
  /* Body Large 18px/Regular */
  font-family: Poppins;
  font-size: var(--body-large, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  text-transform: capitalize;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#product-list-page #product-list-page-main .woocommerce-pagination ul.page-numbers li a {
  color: #000;
}
#product-list-page #product-list-page-main .woocommerce-pagination ul.page-numbers li a.page-numbers.prev {
  font-size: 0;
}
#product-list-page #product-list-page-main .woocommerce-pagination ul.page-numbers li a.page-numbers.prev:after {
  font-size: 20px;
  content: " < ";
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
}
#product-list-page #product-list-page-main .woocommerce-pagination ul.page-numbers li a.page-numbers.next {
  font-size: 0;
}
#product-list-page #product-list-page-main .woocommerce-pagination ul.page-numbers li a.page-numbers.next:after {
  font-size: 20px;
  content: " > ";
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
}
#product-list-page #product-list-page-main .woocommerce-pagination ul.page-numbers li span {
  color: #FFF;
  background: #000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* style for short code */
#icl-cart {
  display: flex;
}
#icl-cart .icl-cart-main {
  width: 65%;
}
#icl-cart .icl-cart-sidebar {
  width: 35%;
  background: #FCFAF6;
  padding: 60px;
  height: fit-content;
}
#icl-cart .icl-cart-sidebar .wc-proceed-to-checkout {
  border-radius: 100px;
  background: #0F0F0F;
  display: flex;
  height: 56px;
  padding: 0px 40px;
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow 0.1s linear;
  min-height: 56px;
  width: 100%;
}
#icl-cart .icl-cart-sidebar .wc-proceed-to-checkout a {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-decoration: none;
}
/* style for blocks*/
body.woocommerce-page #primary {
  max-width: 1280px;
  margin: 0 auto;
}
body.woocommerce-page #primary .entry-header .entry-title {
  color: var(--Color-neutral-950, #1D1407);
  /* Display */
  font-family: "Noto Serif";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 102.4px */
  letter-spacing: 2.56px;
}
@media (max-width: 767px) {
  body.woocommerce-page #primary .entry-header .entry-title {
    font-size: 32px;
  }
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header th {
  color: #000;
  font-family: Poppins;
  font-size: var(--heading-4, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image:after {
  content: "Item in Order";
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image span {
  display: none;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  height: 204px;
  width: 204px;
  object-fit: cover;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    width: auto;
    height: auto;
  }
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  color: #000;
  font-family: "Noto Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.8px;
  text-decoration: none;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  color: #000;
  font-family: "Noto Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.8px;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-sale-badge {
  display: none;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  color: #000;
  text-align: right;
  font-family: "Noto Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.96px;
  position: relative;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar {
  background: #FCFAF6;
  padding: 60px;
  height: fit-content;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar {
    padding: 30px;
  }
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  order: -2;
  font-size: 0;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title:after {
  content: "Order Summary";
  font-size: 24px;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block {
  order: -1;
  border: none;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-shipping .wc-block-components-totals-item .wc-block-components-totals-item__value strong {
  font-weight: 600;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
  border: none;
  padding: 0;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping .wc-block-components-totals-item {
  margin-bottom: 0;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  margin-bottom: 20px;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
  text-transform: capitalize;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__value {
  color: var(--Color-Neutral-950, #0F0F0F);
  text-align: right;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  text-transform: capitalize;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__description:empty {
  padding: 0;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item > .wc-block-components-totals-item__description {
  padding: 10px;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  text-transform: uppercase;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit {
  margin-top: 40px;
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-cart__submit-container {
  border-radius: 100px;
  background: #0F0F0F;
  display: flex;
  height: 56px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-cart__submit-container {
    padding: 0 20px;
  }
}
body.woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit .wc-block-cart__submit-container a {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-decoration: none;
}
body.woocommerce-page.single-product p {
  margin-top: 0;
}
body.woocommerce-page.single-product ul {
  margin: 0 0 24px 0;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
  padding: 20px;
  border: 1px solid #F3E3CD;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__trigger {
  top: 15px;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport {
  margin: 0;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs {
  position: relative;
  top: 42px;
  left: -20px;
  width: 582px;
}
@media (max-width: 767px) {
  body.woocommerce-page.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs {
    width: fit-content;
  }
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs li {
  width: 138px;
  height: 138px;
  margin-right: 10px;
  margin-bottom: 10px;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-images .woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs li img {
  width: 138px;
  height: 138px;
}
body.woocommerce-page.single-product .wdp_table_outter {
  margin: 25px 0;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form {
  display: flex;
  flex-direction: column;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form table.variations {
  font-family: Poppins;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6em;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form table.variations th {
  text-align: left;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form table.variations td select {
  padding: 5px;
  margin-right: 15px;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form .woocommerce-variation .woocommerce-variation-price {
  font-family: Poppins;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6em;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form .variations_button {
  display: flex;
  flex-direction: column;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form button {
  width: fit-content;
  margin: 0 !important;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form button:hover {
  border-color: #1D1407 !important;
  color: #1D1407 !important;
  cursor: pointer;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form .quantity {
  margin: 15px 0;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form .quantity input {
  padding: 15px;
}
@media (max-width: 767px) {
  body.woocommerce-page.single-product .elementor-widget-woocommerce-product-add-to-cart form .quantity {
    text-align: left;
  }
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-price p {
  margin: 0;
}
@media (max-width: 767px) {
  body.woocommerce-page.single-product .elementor-widget-woocommerce-product-price {
    text-align: left;
  }
}
body.woocommerce-page.single-product .woocommerce-product-attributes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 767px) {
  body.woocommerce-page.single-product .woocommerce-product-attributes {
    margin-bottom: 20px;
  }
}
body.woocommerce-page.single-product .woocommerce-product-attributes p {
  margin: 0;
}
body.woocommerce-page.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item span {
  display: inline-block;
  color: #77726A;
  text-align: center;
  /* Body Normal 16px/Regular */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: capitalize;
}
body.woocommerce-page.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item span.woocommerce-product-attributes-item__value {
  color: #1D1407;
  font-weight: 500;
}
body.woocommerce-page.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item:first-child:before {
  content: "";
  padding-right: 0;
}
body.woocommerce-page.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item:before {
  content: "|";
  padding-right: 40px;
  color: #77726A;
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-related .products .product img {
  min-width: 275px;
  min-height: 275px;
}
@media (max-width: 767px) {
  body.woocommerce-page.single-product .elementor-widget-woocommerce-product-related .products .product img {
    min-width: auto;
    min-height: auto;
  }
}
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-related .products .product a.product_type_external,
body.woocommerce-page.single-product .elementor-widget-woocommerce-product-related .products .product .add_to_cart_button {
  display: none;
}
@media (max-width: 767px) {
  body.woocommerce-page .site-main {
    padding: 0 20px;
  }
}
body.woocommerce-page.woocommerce-checkout .entry-header .entry-title {
  text-transform: uppercase;
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: flex;
  gap: 60px;
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  order: 2;
  padding: 0;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    position: unset !important;
    width: 100%;
  }
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-step .wc-block-components-checkout-step__heading .wc-block-components-checkout-step__title {
  color: #000;
  font-family: Poppins;
  font-size: var(--heading-4, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row {
  display: flex;
  padding: 20px 0px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row {
    flex-direction: column;
  }
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  border-radius: 100px;
  border: 0.5px solid var(--Color-Neutral-950, #0F0F0F);
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  height: var(--size-avatar-button-large, 56px);
  padding: 0px 40px;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
  left: calc(100% - 300px);
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    width: 100%;
  }
  body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
    display: none;
  }
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  border-radius: 100px;
  background: var(--Color-Neutral-950, #0F0F0F);
  color: var(--Color-Neutral-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 100%;
  }
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-input label {
  padding-left: 10px;
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  order: 1;
  padding: 0;
  width: 388px;
  background: #FCFAF6;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    position: unset !important;
    width: 100%;
  }
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__button .wc-block-components-order-summary__button-text {
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: var(--heading-4, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
body.woocommerce-page.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  text-transform: uppercase;
}
body.woocommerce-order-received .entry-header .entry-title {
  margin: 0;
}
body.woocommerce-order-received .woocommerce-notice {
  color: #000;
  /* Heading 3 */
  font-family: Poppins;
  font-size: var(--heading-3, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 51.2px */
  letter-spacing: 1.28px;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-notice {
    font-size: 24px;
  }
}
body.woocommerce-order-received .woocommerce-order-details .review-items {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order-details .review-items {
    margin-bottom: 60px;
  }
}
body.woocommerce-order-received .woocommerce-order-details .review-items .review-item-heading-title {
  display: none;
}
body.woocommerce-order-received .woocommerce-order-details .review-items .review-item {
  display: flex;
  flex-direction: row;
}
body.woocommerce-order-received .woocommerce-order-details .review-items .review-item .item-name {
  width: 80%;
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
}
body.woocommerce-order-received .woocommerce-order-details .review-items .review-item .item-name a {
  text-decoration: none;
  color: #8C724E;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order-details .review-items .review-item .item-name {
    width: 75%;
  }
}
body.woocommerce-order-received .woocommerce-order-details .review-items .review-item .item-qty {
  width: 5%;
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order-details .review-items .review-item .item-qty {
    width: 10%;
  }
}
body.woocommerce-order-received .woocommerce-order-details .review-items .review-item .item-total {
  width: 15%;
  color: var(--Color-Neutral-950, #0F0F0F);
  text-align: right;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
}
body.woocommerce-order-received .woocommerce-order-details .review-totals {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-order-details .review-totals {
    margin-bottom: 30px;
  }
}
body.woocommerce-order-received .woocommerce-order-details .review-totals .review-total-item {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
body.woocommerce-order-received .woocommerce-order-details .review-totals .review-total-item .item-name {
  width: 70%;
  color: #B4A59D;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
body.woocommerce-order-received .woocommerce-order-details .review-totals .review-total-item .item-total {
  width: 30%;
  color: var(--Color-Neutral-950, #0F0F0F);
  text-align: right;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize;
}
body.woocommerce-order-received .woocommerce-order-details .review-totals .review-total-item .item-total .shipped_via {
  display: block;
  clear: both;
}
body.woocommerce-order-received .woocommerce-order-details .review-totals .review-total-item:last-child {
  background: #0F0F0F;
  padding: 12px;
  margin-top: 15px;
}
body.woocommerce-order-received .woocommerce-order-details .review-totals .review-total-item:last-child * {
  color: #FCFAF6;
}
body.woocommerce-order-received .woocommerce-order-details .review-order-note .review-item {
  display: flex;
  flex-direction: row;
}
body.woocommerce-order-received .woocommerce-order-details .review-order-note .review-item .item-title {
  width: 25%;
}
body.woocommerce-order-received .woocommerce-order-details .review-order-note .review-item .item-content {
  width: 70%;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  gap: 40px;
}
.woocommerce-order {
  display: flex;
  flex-direction: row;
  gap: 5%;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .woocommerce-order {
    padding: 0;
  }
}
.woocommerce-order .thankyou-main {
  width: 60%;
}
@media (max-width: 767px) {
  .woocommerce-order .thankyou-main {
    width: 100%;
  }
}
.woocommerce-order .thankyou-right-sidebar {
  width: 35%;
}
@media (max-width: 767px) {
  .woocommerce-order .thankyou-right-sidebar {
    width: 100%;
  }
}
.woocommerce-order .thankyou-right-sidebar .contact-information {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .woocommerce-order .thankyou-right-sidebar .contact-information {
    padding: 20px 20px;
  }
}
.woocommerce-order .thankyou-right-sidebar .contact-information .heading-title {
  color: #000;
  font-family: Poppins;
  font-size: var(--heading-4, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.woocommerce-order .thankyou-right-sidebar .contact-information .contact-info {
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
}
.woocommerce-order .woocommerce-thankyou-order-details {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 40px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-thankyou-order-details {
    flex-direction: row;
  }
}
.woocommerce-order .woocommerce-thankyou-order-details > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-thankyou-order-details > div {
    flex-direction: column;
  }
}
.woocommerce-order .woocommerce-thankyou-order-details > div > div {
  min-width: 150px;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-thankyou-order-details > div > div {
    min-width: fit-content;
  }
}
.woocommerce-order .woocommerce-thankyou-order-details > div > div.tbr-payment {
  min-width: 200px;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-thankyou-order-details > div > div.tbr-payment {
    min-width: fit-content;
  }
}
.woocommerce-order .woocommerce-thankyou-order-details > div.table-title {
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-thankyou-order-details > div.table-title {
    font-size: 14px;
  }
}
.woocommerce-order .woocommerce-thankyou-order-details > div.table-row {
  color: var(--Color-Neutral-950, #0F0F0F);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-thankyou-order-details > div.table-row {
    font-size: 16px;
    padding-left: 5px;
  }
}
/*# sourceMappingURL=style.css.map */