@charset "UTF-8";
/*!
Theme Name: ecommerce-starter-theme
Theme URI: http://underscores.me/
Author: PayamAva
Author URI: https://payamava.net
Description: A starter theme for eCommerce websites.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: payamava-starter
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.

ecommerce-starter-theme 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/
*/
/*--------------------------------------------------------------
>>> ITCSS ARCHITECTURE
----------------------------------------------------------------
The Inverted Triangle CSS (ITCSS) methodology organizes styles
from generic to specific, following this structure:

1. SETTINGS  - Global variables, config (no CSS output)
2. TOOLS     - Mixins, functions (no CSS output)
3. GENERIC    - Reset, normalize, box-sizing (low specificity)
4. ELEMENTS   - Unclassed HTML elements (h1, p, a, etc.)
5. OBJECTS    - Layout patterns (grid, media object, etc.)
6. COMPONENTS - UI components (buttons, cards, navigation, etc.)
7. UTILITIES  - Helper classes, overrides (high specificity)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SETTINGS
--------------------------------------------------------------*/
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("./assets/fonts/KalamehWebFaNum-Black.woff2") format("woff2");
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("./assets/fonts/KalamehWebFaNum-Bold.woff2") format("woff2");
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("./assets/fonts/KalamehWebFaNum-Regular.woff2") format("woff2");
}
@font-face {
  font-family: KalamehWebFaNum;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./assets/fonts/KalamehWebFaNum-Thin.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansXFaNum;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./assets/fonts/IRANYekanXFaNum-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansXFaNum;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("./assets/fonts/IRANYekanXFaNum-Bold.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansXFaNum;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/IRANYekanXFaNum-DemiBold.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansXFaNum;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("./assets/fonts/IRANYekanXFaNum-Regular.woff2") format("woff2");
}
@font-face {
  font-family: IRANSansXFaNum;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/IRANYekanXFaNum-Medium.woff2") format("woff2");
}
/*--------------------------------------------------------------
# TOOLS
--------------------------------------------------------------*/
/**
 * Convert pixels to rem
 * @param {Number} $pixels - Pixel value to convert
 * @param {Number} $base - Base font size (default: 16px)
 * @return {Number} - Rem value
 */
/**
 * Convert pixels to em
 * @param {Number} $pixels - Pixel value to convert
 * @param {Number} $base - Base font size (default: 16px)
 * @return {Number} - Em value
 */
/**
 * Get z-index value from scale
 * @param {String} $layer - Layer name from z-index scale
 * @return {Number} - Z-index value
 */
/*--------------------------------------------------------------
# GENERIC
--------------------------------------------------------------*/
/*! 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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #212121;
  font-family: "IRANSansXFaNum", -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: "IRANSansXFaNum", 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: #D2AB67;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

a:visited {
  color: #1B1464;
}

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 {
  border: 1px solid #f0f0f1;
  padding: 1.25rem;
  border-radius: 0.5rem;
}

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

/*--------------------------------------------------------------
# OBJECTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Objects - Grid
--------------------------------------------------------------*/
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.o-mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 992px) {
  .o-mini-cart {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.s-mini-cart .mini-cart-widget, .s-mini-cart .wc-block-mini-cart {
  width: 100%;
  height: 100%;
}
.s-mini-cart .wc-block-mini-cart .wc-block-mini-cart__button {
  padding: 0.375rem 0.25rem;
}
@media all and (min-width: 992px) {
  .s-mini-cart .wc-block-mini-cart .wc-block-mini-cart__button {
    padding: 0.75rem;
    border-radius: 8px;
    background-color: rgba(27, 20, 100, 0.1019607843);
    border-color: rgba(27, 20, 100, 0.1019607843);
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
  .s-mini-cart .wc-block-mini-cart .wc-block-mini-cart__button:hover {
    background-color: rgba(210, 171, 103, 0.5);
    border-color: rgba(210, 171, 103, 0.5);
  }
}
.s-mini-cart .wc-block-mini-cart__badge {
  margin-right: -126%;
  margin-top: -20%;
  background-color: #D2AB67;
  color: #fff !important;
}

.o-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 2rem);
}
@media all and (min-width: 768px) {
  .o-container {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .o-container {
    padding: 0;
    max-width: 980px;
  }
}
@media all and (min-width: 1180px) {
  .o-container {
    max-width: 1100px;
  }
}
@media all and (min-width: 1400px) {
  .o-container {
    max-width: 1360px;
  }
}

.o-container-full-w {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .o-container-full-w {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 100%;
  }
}
@media all and (min-width: 992px) {
  .o-container-full-w {
    padding-right: 0;
    padding-left: 0;
    max-width: 1120px;
  }
}
@media all and (min-width: 1180px) {
  .o-container-full-w {
    max-width: 1140px;
  }
}
@media all and (min-width: 1400px) {
  .o-container-full-w {
    max-width: 1360px;
  }
}

.o-circle {
  max-width: 1.875rem;
  min-width: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #1B1464;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (min-width: 992px) {
  .o-circle {
    max-width: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

a:hover .o-circle {
  background-color: #D2AB67;
}

.o-burger {
  padding: 10px 13px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media all and (min-width: 992px) {
  .o-burger {
    display: none;
  }
}

.o-burger:hover {
  opacity: 0.7;
}

.o-burger.is-active:hover {
  opacity: 0.7;
}

.o-burger.is-active .o-burger__inner,
.o-burger.is-active .o-burger__inner::before,
.o-burger.is-active .o-burger__inner::after {
  background-color: #000;
}

.o-burger__box {
  width: 22px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.o-burger__inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.o-burger__inner, .o-burger__inner::before, .o-burger__inner::after {
  width: 22px;
  height: 1px;
  background-color: #212121;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.o-burger__inner::before, .o-burger__inner::after {
  content: "";
  display: block;
}

.o-burger__inner::before {
  top: -14px;
}

.o-burger--collapse .o-burger__inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.o-burger--collapse .o-burger__inner::after {
  top: -7px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.o-burger--collapse .o-burger__inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.o-burger--collapse.is-active .o-burger__inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-burger--collapse.is-active .o-burger__inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.o-burger--collapse.is-active .o-burger__inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.o-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# COMPONENTS
--------------------------------------------------------------*/
.c-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #fff;
}
@media all and (min-width: 992px) {
  .c-header {
    position: static;
  }
}
.c-header.is-dimmed {
  background-color: rgba(0, 0, 0, 0.01);
}
.c-header.is-dimmed .c-header__search, .c-header.is-dimmed .c-header__access {
  opacity: 0.9;
}
.c-header.is-dimmed .c-header__search svg path,
.c-header.is-dimmed .c-header__search svg circle, .c-header.is-dimmed .c-header__access svg path,
.c-header.is-dimmed .c-header__access svg circle {
  fill: #A3A3A3 !important;
}

.c-header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.75rem;
}
@media all and (min-width: 992px) {
  .c-header__grid {
    padding: 1rem 0;
  }
}

@media all and (min-width: 992px) {
  .c-header__access, .c-header__search {
    width: 380px;
  }
}

.c-header__access {
  margin-right: auto;
}
.c-header__access .c-btn {
  display: none;
}
@media all and (min-width: 992px) {
  .c-header__access .c-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.c-header__nav {
  position: fixed;
  right: -120%;
  top: 0;
  height: 100vh;
  width: 80%;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
  padding: 2rem 1.5rem 0;
  -webkit-box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media all and (min-width: 992px) {
  .c-header__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    display: block;
    height: unset;
    width: auto;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
}
.c-header__nav.is-open {
  right: 0;
}
.c-header__nav .c-quick-access {
  margin-top: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-header__nav .o-mini-cart {
  display: none;
}
.c-header__nav .c-btn {
  padding: 10px 16px;
}

.c-header__branding {
  margin-left: auto;
  margin-right: auto;
}
.c-header__branding a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 992px) {
  .c-header__branding {
    display: none;
  }
}

.c-header__toggle__menu {
  width: 116px;
  position: relative;
  z-index: 6 !important;
}
@media all and (min-width: 992px) {
  .c-header__toggle__menu {
    width: auto;
    display: none;
  }
}

.c-header__nav__btns .c-btn {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (min-width: 992px) {
  .c-header__nav__btns {
    display: none;
  }
}

.c-search {
  cursor: pointer;
}
@media all and (min-width: 992px) {
  .c-search {
    max-width: 256px;
  }
}

.c-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 2px;
}
@media all and (min-width: 992px) {
  .c-search__form {
    padding: 8px;
    color: #A3A3A3;
    border-radius: 12px;
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.71875rem;
  }
  .c-search__form svg path,
  .c-search__form svg circle {
    stroke: #A3A3A3;
  }
}
.c-search__form span {
  display: none;
}
@media all and (min-width: 992px) {
  .c-search__form span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 992px) {
  .c-search__form:hover {
    border-radius: 12px;
    background: rgba(245, 245, 245, 0.8);
  }
}

@media all and (min-width: 992px) {
  .c-header__search--mobile .c-search {
    display: none;
  }
}

.c-header__search {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media all and (min-width: 992px) {
  .c-header__search {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.c-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 992px) {
  .c-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.s-nav li {
  text-align: center;
}
.s-nav a {
  color: #212121;
  text-decoration: none;
}
.s-nav a:hover {
  color: #D2AB67;
}
.s-nav li:not(.menu-item-logo) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media all and (min-width: 992px) {
  .s-nav li:not(.menu-item-logo) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.s-nav li.menu-item-logo {
  margin-bottom: 1rem;
}

.c-quick-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}

.c-btn {
  padding: 0.78125rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.c-btn svg {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.c-btn--secondary {
  background-color: #1B1464;
  border-color: #1B1464;
  color: #fff;
}
.c-btn--secondary:visited {
  background-color: #1B1464;
  border-color: #1B1464;
  color: #fff;
}
.c-btn--secondary:hover {
  background-color: #D2AB67;
  border-color: #D2AB67;
  color: #fff;
}

.c-btn--secondary.c-btn--ghost {
  background-color: transparent;
  color: #1B1464;
}
.c-btn--secondary.c-btn--ghost:visited {
  color: #1B1464;
}
.c-btn--secondary.c-btn--ghost:hover {
  background-color: #D2AB67;
  border-color: #D2AB67;
  color: #fff;
}
.c-btn--secondary.c-btn--ghost:hover svg {
  fill: #fff;
}

.c-btn--glass {
  padding: 0.78125rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.c-btn--glass svg {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.c-btn--glass {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.13);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.9px);
  -webkit-backdrop-filter: blur(9.9px);
  border: 1px solid rgba(255, 255, 255, 0.39);
}
.c-btn--glass:visited {
  color: #fff;
}
.c-btn--glass:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
.c-btn--glass .c-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.c-btn--glass {
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btn--primary {
  padding: 0.78125rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.c-btn--primary svg {
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.c-btn--primary {
  background-color: #D2AB67;
  border-color: #D2AB67;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.4375rem 1rem;
}
@media all and (min-width: 992px) {
  .c-btn--primary {
    font-size: 1.125rem;
    padding: 0.78125rem 1.5rem;
  }
}
.c-btn--primary:visited {
  background-color: #D2AB67;
  border-color: #D2AB67;
  color: #fff;
}
.c-btn--primary:hover {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.9px);
  -webkit-backdrop-filter: blur(9.9px);
  border: 1px solid rgba(255, 255, 255, 0.39);
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.c-btn--primary .c-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.c-hero {
  position: relative;
}

.c-hero-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 2rem);
}
@media all and (min-width: 768px) {
  .c-hero-grid {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .c-hero-grid {
    padding: 0;
    max-width: 980px;
  }
}
@media all and (min-width: 1180px) {
  .c-hero-grid {
    max-width: 1100px;
  }
}
@media all and (min-width: 1400px) {
  .c-hero-grid {
    max-width: 1360px;
  }
}
.c-hero-grid {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media all and (min-width: 992px) {
  .c-hero-grid {
    grid-gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-hero-grid .c-hero__main {
  max-height: 148px;
  min-height: 148px;
}
@media all and (min-width: 992px) {
  .c-hero-grid .c-hero__main {
    max-height: 256px;
    min-height: 256px;
  }
}
.c-hero-grid .c-hero__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (min-width: 992px) {
  .c-hero-grid .c-hero__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.c-hero-grid .c-hero__title {
  text-align: right;
}
.c-hero-grid .c-hero__actions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-hero-grid .c-hero__main::before {
  content: unset;
}

.c-hero__main {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  max-height: 470px;
  min-height: 470px;
  width: 100%;
}
.c-hero__main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.c-hero__title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 992px) {
  .c-hero__title {
    font-size: 4rem;
  }
}

.c-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-hero__content {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}

.c-hero__media {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.c-hero__placeholder, .c-hero__video-wrapper {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-prices {
  margin: 1.25rem 0;
}

.c-prices--expanded .c-prices__btn .c-prices__btn__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-prices__grid {
  display: grid;
  grid-gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
  max-height: 360px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .c-prices__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    max-height: 220px;
  }
}
@media all and (min-width: 992px) {
  .c-prices__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.25rem;
    max-height: 110px;
  }
}
@media all and (min-width: 1180px) {
  .c-prices__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media all and (min-width: 1400px) {
  .c-prices__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.c-price {
  padding: 0.25rem;
  border-radius: 1rem;
  background-color: #FAF7F0;
  max-width: 100%;
}
@media screen and (min-width: 400px) {
  .c-price {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 992px) {
  .c-price {
    max-width: unset;
    padding: 0.75rem;
  }
}

.c-price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.25rem;
  padding-left: 0.125rem;
}
@media all and (min-width: 992px) {
  .c-price__row {
    gap: 2rem;
    padding-left: 0.5rem;
  }
}

.c-price__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
}
@media all and (min-width: 768px) {
  .c-price__data {
    margin-top: 12px;
  }
}
@media all and (min-width: 992px) {
  .c-price__data {
    margin-top: 0;
  }
}

.c-price__title {
  color: #1B1464;
  font-weight: 600;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .c-price__title {
    font-size: 1rem;
  }
}
@media all and (min-width: 992px) {
  .c-price__title {
    font-size: 1.375rem;
  }
}

.c-price__badge {
  color: #fff;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1rem;
  padding: 0.125rem 0.3125rem 0 0.3125rem;
  border-radius: 1.25rem;
  background-color: #1B1464;
}
@media all and (min-width: 992px) {
  .c-price__badge {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.c-price__badge--up {
  background-color: #00A99A;
}

.c-price__badge--down {
  background-color: #E83C3F;
}

.c-price__price {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: inherit;
  margin-top: 8px;
}
@media all and (min-width: 768px) {
  .c-price__price {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 12px;
  }
}
@media all and (min-width: 992px) {
  .c-price__price {
    font-size: 1.75rem;
    line-height: 3rem;
    margin-top: 0;
  }
}

.c-price__currency {
  font-weight: 500;
  font-size: 0.625rem;
  color: inherit;
}
@media all and (min-width: 768px) {
  .c-price__currency {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 992px) {
  .c-price__currency {
    font-size: 0.875rem;
  }
}

.c-price__data {
  color: #1B1464;
}

.c-price__data--up {
  color: #00A99A;
}

.c-price__data--down {
  color: #E83C3F;
}

.c-prices__toggle {
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

.c-prices__btn {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  color: #1B1464;
  padding: 0.5rem 1.125rem 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-prices__btn:hover {
  background-color: rgba(210, 171, 103, 0.15);
}

.c-prices__btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.c-categories {
  margin: 2.5rem 0 5rem;
}
@media all and (min-width: 992px) {
  .c-categories {
    margin: 3.75rem 0 5.625rem;
  }
}

.c-categories__title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 3rem;
  margin: 0 0 1.5rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-categories__title {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 0 2.5rem;
  }
}
@media all and (min-width: 992px) {
  .c-categories__title {
    font-size: 2.625rem;
    line-height: 4rem;
    margin: 0 0 2.5rem;
  }
}
@media all and (min-width: 1180px) {
  .c-categories__title {
    font-size: 3rem;
    line-height: 5.125rem;
    margin: 0 0 2.5rem;
  }
}

.c-categories__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-cat {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 1.25rem);
  flex: 0 0 calc(50% - 1.25rem);
  max-width: calc(50% - 1.25rem);
}
@media all and (min-width: 768px) {
  .c-cat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 1.25rem);
    flex: 0 0 calc(25% - 1.25rem);
    max-width: calc(25% - 1.25rem);
  }
}
@media all and (min-width: 992px) {
  .c-cat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 1.25rem);
    flex: 0 0 calc(20% - 1.25rem);
    max-width: calc(20% - 1.25rem);
  }
}
@media all and (min-width: 1180px) {
  .c-cat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(16.6666666667% - 1.25rem);
    flex: 0 0 calc(16.6666666667% - 1.25rem);
    max-width: calc(16.6666666667% - 1.25rem);
  }
}

.c-cat__image {
  border-radius: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-cat__image__img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 5s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.c-cat__name {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.125rem;
  text-align: center;
}
@media all and (min-width: 992px) {
  .c-cat__name {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.c-cat__link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.c-cat:hover .c-cat__image__img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 10s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 10s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.c-footer {
  width: 100%;
}

.c-footer__grid {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 10px solid #FAF7F0;
  height: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 2.5rem 0 0;
}
@media all and (min-width: 992px) {
  .c-footer__grid {
    padding: 0;
  }
}

.c-footer__social {
  margin-top: 32px;
}

.c-footer__content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .c-footer__content {
    padding-left: 0;
    padding-right: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 2.5rem;
  }
}

.c-footer__contact {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.c-footer__about {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-top: 1px solid rgba(210, 171, 103, 0.15);
  width: 100%;
}
@media all and (min-width: 992px) {
  .c-footer__about {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    border-top: 0;
  }
}

.c-certs {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media all and (min-width: 992px) {
  .c-certs {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.c-footer__copyright {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  height: auto;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .c-footer__copyright {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: auto;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    padding-left: 50px;
    padding-right: 40px;
    background: url("./assets/img/footer-shape.svg") right bottom/100% 200% no-repeat;
  }
}
.c-footer__copyright .c-footer__copyright__about {
  text-align: justify;
  font-size: 13px;
  max-width: 80%;
}
@media all and (min-width: 992px) {
  .c-footer__copyright .c-footer__copyright__about {
    max-width: 55%;
  }
}
.c-footer__copyright .c-footer__logo {
  width: 4.9375rem;
  height: 4.9375rem;
  background-color: #fff;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 0.25rem;
  -webkit-transform: translateX(0%) rotate(10deg);
  transform: translateX(0%) rotate(10deg);
}
@media screen and (min-width: 390px) {
  .c-footer__copyright .c-footer__logo {
    -webkit-transform: translateX(0%) rotate(10deg);
    transform: translateX(0%) rotate(10deg);
  }
}
@media screen and (min-width: 420px) {
  .c-footer__copyright .c-footer__logo {
    -webkit-transform: translateX(0%) rotate(10deg);
    transform: translateX(0%) rotate(10deg);
  }
}
@media screen and (min-width: 450px) {
  .c-footer__copyright .c-footer__logo {
    -webkit-transform: translateX(0%) rotate(10deg);
    transform: translateX(0%) rotate(10deg);
  }
}
@media screen and (min-width: 480px) {
  .c-footer__copyright .c-footer__logo {
    -webkit-transform: translateX(0%) rotate(10deg);
    transform: translateX(0%) rotate(10deg);
  }
}
@media screen and (min-width: 520px) {
  .c-footer__copyright .c-footer__logo {
    -webkit-transform: translateY(10vh) translateX(0%) rotate(10deg);
    transform: translateY(10vh) translateX(0%) rotate(10deg);
  }
}
@media screen and (min-width: 580px) {
  .c-footer__copyright .c-footer__logo {
    -webkit-transform: translateY(14vh) translateX(0%) rotate(10deg);
    transform: translateY(14vh) translateX(0%) rotate(10deg);
  }
}
@media all and (min-width: 992px) {
  .c-footer__copyright .c-footer__logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 7.25rem;
    height: 7.25rem;
    position: absolute;
    left: 48px;
    top: 50%;
    border-radius: 8px;
    -webkit-transform: translateY(-30%) rotate(20deg);
    transform: translateY(-30%) rotate(20deg);
  }
}
.c-footer__copyright .c-footer__logo img {
  -webkit-transform: rotate(-10deg) translateX(-22%) translateY(-5px);
  transform: rotate(-10deg) translateX(-22%) translateY(-5px);
  width: 4.3125rem;
  height: 4rem;
}
@media all and (min-width: 992px) {
  .c-footer__copyright .c-footer__logo img {
    -webkit-transform: rotate(-20deg) translateX(-20px) translateY(8px);
    transform: rotate(-20deg) translateX(-20px) translateY(8px);
  }
}

.c-footer__copyright__copy {
  width: 13.125rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 992px) {
  .c-footer__copyright__copy {
    margin-bottom: 0;
    width: auto;
  }
}
.c-footer__copyright__copy .highlighted {
  color: #D2AB67;
}

.c-footer__about {
  color: #1B1464;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media all and (min-width: 992px) {
  .c-footer__about {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.c-footer__about .highlighted {
  color: #D2AB67;
}
@media all and (min-width: 992px) {
  .c-footer__about {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media all and (min-width: 1180px) {
  .c-footer__about {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

.c-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.c-footer__contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.c-footer__contact__item a {
  color: #1B1464;
  text-decoration: none;
}
.c-footer__contact__item a:hover {
  color: #D2AB67;
}

.c-footer__copyright__credit {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
}
@media all and (min-width: 992px) {
  .c-footer__copyright__credit {
    margin-top: unset;
  }
}

.c-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .c-footer__bottom {
    padding-bottom: 8px;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
}
.c-socials__link circle, .c-socials__link path, .c-socials__link rect {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-socials__link:hover circle {
  fill: #D2AB67;
}

.c-socials__link--twitter:hover circle:nth-child(1) {
  stroke: #D2AB67;
  fill: #D2AB67;
}
.c-socials__link--twitter:hover circle:nth-child(2) {
  stroke: #D2AB67;
  fill: #fff;
}
.c-socials__link--twitter:hover path {
  fill: #D2AB67;
}

.c-socials__link--instagram:hover circle:nth-child(1) {
  stroke: #fff;
  fill: #D2AB67;
}
.c-socials__link--instagram:hover circle:nth-child(2) {
  stroke: #D2AB67;
  fill: #fff;
}
.c-socials__link--instagram:hover rect {
  fill: #D2AB67;
}

.c-certs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media all and (min-width: 992px) {
  .c-certs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-auth {
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
  min-height: calc(100vh - 4rem);
  padding: 2rem 0;
}

.c-auth__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20vh;
}

.c-auth__title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
@media all and (min-width: 992px) {
  .c-auth__title {
    font-size: 2rem;
  }
}

.c-auth__form {
  margin-top: 4vh;
}

.c-auth__field-row {
  position: relative;
}

.c-auth__field {
  position: relative;
}

.search-body-box {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.83);
  backdrop-filter: blur(16px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.search-body-box.open {
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.search-body-box .close {
  position: fixed;
  top: 1rem;
  left: 2rem;
  color: rgba(255, 255, 255, 0.31);
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none !important;
  border: none;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-body-box .close:hover {
  color: #fff;
}

.search-by-json-form {
  min-width: 20rem;
  height: 100%;
}

.search-by-json {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 6.875rem 0.625rem 4rem;
  position: relative;
  width: 90%;
  margin-inline: auto;
}
@media all and (min-width: 768px) {
  .search-by-json {
    padding: 8rem 1rem 4rem;
    width: 80%;
  }
}
@media all and (min-width: 992px) {
  .search-by-json {
    padding: 8rem 1rem 4rem;
    width: 70%;
  }
}
@media all and (min-width: 1180px) {
  .search-by-json {
    padding: 8rem 1rem 4rem;
    width: 60%;
  }
}

.search-by-json .d-none {
  display: none !important;
}

.search-by-json .show-hide {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.search-by-json .fast-hide {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.search-by-json .fast-show {
  opacity: 1;
  visibility: visible;
}

.search-by-json .input {
  position: relative;
  width: 100%;
}

.search-by-json .input input {
  width: 100%;
  height: 3.9375rem;
  outline: none;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin: 0;
  text-align: right;
  color: #2c2c2c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  background: white;
  border-radius: 1rem;
  border: 0.1875rem solid rgba(0, 0, 0, 0.16);
  font-size: 1rem;
  padding: 0 2.5rem 0 2rem;
}
@media all and (min-width: 1180px) {
  .search-by-json .input input {
    padding: 0 3.5rem 0 3rem;
  }
}
.search-by-json .input input::-webkit-input-placeholder {
  font-size: 1rem;
  color: gray;
}
.search-by-json .input input::-moz-placeholder {
  font-size: 1rem;
  color: gray;
}
.search-by-json .input input:-ms-input-placeholder {
  font-size: 1rem;
  color: gray;
}
.search-by-json .input input::-ms-input-placeholder {
  font-size: 1rem;
  color: gray;
}
.search-by-json .input input::placeholder {
  font-size: 1rem;
  color: gray;
}

.search-by-json .input .empty {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  left: 2rem;
  -webkit-transition: 500ms;
  transition: 500ms;
  line-height: 1;
  color: rgba(0, 0, 0, 0.92);
}
.search-by-json .input .empty:hover {
  color: #FC4E02;
}

.search-by-json .icon-search {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  height: 36px;
  width: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.search-by-json .icon-search svg path {
  fill: #212121;
}

.search-by-json .body {
  z-index: 99999;
  width: 100%;
  margin-block: 0.25rem;
  text-align: center;
  padding: 0.5rem;
  overflow-y: auto;
  height: 100%;
  color: #fff;
}

.search-by-json .body .default p {
  text-align: center;
  padding-top: 2.5rem;
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3125rem;
}

.search-by-json .body .not-found {
  font-size: 1.1875rem;
  margin-top: 3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}

.search-by-json .body .is-search {
  padding: 0.5rem;
  text-align: right;
}
@media all and (min-width: 992px) {
  .search-by-json .body .is-search {
    padding: 1.25rem;
  }
}

.search-by-json .body .is-search .posts {
  margin-top: 1.5rem;
}

.search-by-json .body .is-search .title-posts {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1rem;
}

.search-by-json .body .is-search .list-posts {
  display: block;
  gap: 1.5rem;
  margin-block: 1.5rem;
}
@media all and (min-width: 768px) {
  .search-by-json .body .is-search .list-posts {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.search-by-json .body .is-search .list-posts .item {
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: #fff;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.27);
  display: grid;
  grid-template-columns: 6rem 11fr;
  padding: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
  text-decoration: none;
  width: 100%;
}
.search-by-json .body .is-search .list-posts .item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: inherit;
}

.search-by-json .body .is-search .list-posts .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
}
.search-by-json .body .is-search .list-posts .item .img img {
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.search-by-json .body .is-search .list-posts .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.search-by-json .body .is-search .list-posts .item .title {
  font-weight: 500;
  font-size: 0.90625rem;
  line-height: 1.5;
  color: #2c2c2c;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.search-by-json .body .is-search .list-posts .item:hover .title {
  color: #555454;
}

.search-by-json .body .is-search .products {
  margin-bottom: 2.5rem;
}

.search-by-json .body .is-search .title-products {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1rem;
}

.search-by-json .body .is-search .list-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-block: 1.5rem;
}
@media all and (min-width: 768px) {
  .search-by-json .body .is-search .list-products {
    grid-template-columns: 1fr;
  }
}

.search-by-json .body .is-search .list-products .item {
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: #fff;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.27);
  display: grid;
  grid-template-columns: 6rem 1fr;
  padding: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
  text-decoration: none;
}
.search-by-json .body .is-search .list-products .item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: inherit;
}

.search-by-json .body .is-search .list-products .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
}
.search-by-json .body .is-search .list-products .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.search-by-json .body .is-search .list-products .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.search-by-json .body .is-search .list-products .item .titleAndPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  color: #2c2c2c;
}

.search-by-json .body .is-search .list-products .item .title {
  font-weight: 500;
  font-size: 0.90625rem;
  line-height: 1.5;
  color: #2c2c2c;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 0.5rem;
}

.search-by-json .body .is-search .list-products .item:hover .title {
  color: #555454;
}

.search-by-json .body .is-search .list-products .item .price {
  line-height: 1.5;
  text-align: left;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c2c2c;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: auto;
}
.search-by-json .body .is-search .list-products .item .price del {
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration-color: #999;
  color: #999;
}
.search-by-json .body .is-search .list-products .item .price del .woocommerce-Price-currencySymbol {
  font-size: 0.875rem;
  font-weight: bold;
  color: #999;
}
.search-by-json .body .is-search .list-products .item .price ins {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.search-by-json .body .is-search .list-products .item .price .discount {
  display: inline-block;
  background: #d53343;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.25rem;
}
.search-by-json .body .is-search .list-products .item .price .woocommerce-Price-currencySymbol,
.search-by-json .body .is-search .list-products .item .price .amount bdi {
  font-size: 1rem;
  font-weight: 500;
  color: #D2AB67;
}
.search-by-json .body .is-search .list-products .item .price del .amount bdi {
  font-size: 0.875rem;
  color: #999;
}

.search-by-json .body .is-search .category {
  margin-bottom: 1.5rem;
}

.search-by-json .body .is-search .title-category {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1rem;
}

.search-by-json .body .is-search .list-category {
  margin-block: 1.5rem;
}
.search-by-json .body .is-search .list-category ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-by-json .body .is-search .list-category li {
  text-align: center;
  display: inline-block;
  margin: 0.25rem 0.125rem;
}
.search-by-json .body .is-search .list-category li:first-child {
  margin-right: 0;
}
.search-by-json .body .is-search .list-category li:last-child {
  margin-left: 0;
}
.search-by-json .body .is-search .list-category a {
  display: block;
  font-size: 0.875rem;
  border: 1px solid rgba(226, 227, 229, 0.28);
  padding: 1rem 1.75rem;
  font-weight: 500;
  border-radius: 1rem;
  -webkit-transition: 400ms;
  transition: 400ms;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.search-by-json .body .is-search .list-category a:hover {
  background-color: #D2AB67;
  color: #fff;
}

.c-search__btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.c-search__btn svg path {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.c-search__btn svg:first-child {
  display: none;
}
@media all and (min-width: 992px) {
  .c-search__btn svg:first-child {
    display: block;
  }
}
@media all and (min-width: 992px) {
  .c-search__btn svg:last-child {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .c-search__btn:hover path {
    stroke: #D2AB67;
  }
}

.s-custom-order h1 {
  margin: 40px 0 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.s-custom-order .notices {
  display: block;
}
.s-custom-order .notices__notice {
  padding: 4px 18px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
  background-color: #F5EEE1;
  width: 100%;
}
.s-custom-order .gform-body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 34px 20px;
}
.s-custom-order .gform-body .gfield {
  position: relative;
}
.s-custom-order .gform-body .gfield:nth-child(1), .s-custom-order .gform-body .gfield:nth-child(2), .s-custom-order .gform-body .gfield:nth-child(3) {
  width: unset;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media all and (min-width: 992px) {
  .s-custom-order .gform-body .gfield:nth-child(1), .s-custom-order .gform-body .gfield:nth-child(2), .s-custom-order .gform-body .gfield:nth-child(3) {
    -ms-flex-preferred-size: calc(33.33% - 14px);
    flex-basis: calc(33.33% - 14px);
  }
}
.s-custom-order .gform-body .gfield:nth-child(4), .s-custom-order .gform-body .gfield:nth-child(5) {
  width: unset;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media all and (min-width: 992px) {
  .s-custom-order .gform-body .gfield:nth-child(4), .s-custom-order .gform-body .gfield:nth-child(5) {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
.s-custom-order .gform-body .gfield:nth-child(6) {
  width: unset;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.s-custom-order .gform-body .gfield .gfield_required {
  display: none;
}
.s-custom-order .gform-body .gfield label {
  position: absolute;
  top: -17px;
  font-weight: 600;
  z-index: 9;
  font-size: 16px !important;
  line-height: 34px;
  right: 24px;
  padding: 2px 12px;
  margin: 0;
  background-color: #fff;
}
.s-custom-order .gform-body .gfield input:not([type=checkbox]),
.s-custom-order .gform-body .gfield textarea {
  height: auto;
  max-height: 70px;
  width: 100%;
  border: 1px solid #F2F2F3;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 18px 24px !important;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
}
.s-custom-order .gform-body .gfield input:not([type=checkbox])::-webkit-input-placeholder, .s-custom-order .gform-body .gfield textarea::-webkit-input-placeholder {
  color: #A1A1A6;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
}
.s-custom-order .gform-body .gfield input:not([type=checkbox])::-moz-placeholder, .s-custom-order .gform-body .gfield textarea::-moz-placeholder {
  color: #A1A1A6;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
}
.s-custom-order .gform-body .gfield input:not([type=checkbox]):-ms-input-placeholder, .s-custom-order .gform-body .gfield textarea:-ms-input-placeholder {
  color: #A1A1A6;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
}
.s-custom-order .gform-body .gfield input:not([type=checkbox])::-ms-input-placeholder, .s-custom-order .gform-body .gfield textarea::-ms-input-placeholder {
  color: #A1A1A6;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
}
.s-custom-order .gform-body .gfield input:not([type=checkbox])::placeholder,
.s-custom-order .gform-body .gfield textarea::placeholder {
  color: #A1A1A6;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  text-align: right;
}
.s-custom-order .gform-body .gfield input:not([type=checkbox]):focus,
.s-custom-order .gform-body .gfield textarea:focus {
  outline: #D2AB67;
}
.s-custom-order .gform-body .gfield textarea {
  max-height: 160px;
  padding: 24px 24px !important;
}
.s-custom-order .gform-footer .gform_button {
  width: 100% !important;
  padding: 16px 0 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff !important;
  background-color: #D2AB67 !important;
  border-radius: 8px !important;
}
.s-custom-order .gform-footer .gform_button:hover {
  background-color: #1B1464 !important;
}
.s-custom-order .gform_button_select_files {
  background-color: #D2AB67 !important;
}
.s-custom-order .gform_button_select_files:hover {
  background-color: #1B1464 !important;
}
.s-custom-order .payamava-voice-btn {
  background-color: #E83C3F !important;
}
.s-custom-order .payamava-voice-btn:hover {
  background-color: #1B1464 !important;
}
.s-custom-order .payamava-voice-timer.payamava-recorded {
  color: #1B1464;
}
.s-custom-order .payamava-voice-play-btn {
  background-color: #00A99A !important;
}
.s-custom-order .payamava-voice-play-btn:hover {
  background-color: #1B1464 !important;
}
.s-custom-order .payamava-voice-btn {
  width: auto;
}
.s-custom-order .payamava-weight-suffix,
.s-custom-order .payamava-phone-suffix {
  position: absolute;
  left: 19px;
  top: 19px;
  color: #D2AB67;
  background-color: #F5EEE1;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 24px;
  border-radius: 8px;
  line-height: 24px;
}
.s-custom-order .payamava-phone-suffix {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #212121;
}
.s-custom-order .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #D2AB67;
}
.s-custom-order .payamava-phone-field {
  direction: ltr;
}
.s-custom-order .gform_fileupload_rules {
  display: none !important;
}
@media all and (min-width: 992px) {
  .s-custom-order .custom-order-form-wrapper {
    border: 1px solid #F5EEE1;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1180px) {
  .s-custom-order .custom-order-form-wrapper {
    padding: 40px;
    margin-bottom: 55px;
  }
}
.s-custom-order .gform_confirmation_message {
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
  color: #00A99A;
  border: 1px solid #00A99A;
  background-color: rgba(0, 169, 154, 0.3);
}

.c-verify {
  background-color: #1B1464;
  color: #D2AB67;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 12px;
  text-align: center;
}

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

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #D2AB67;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #D2AB67;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #D2AB67;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #D2AB67;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #D2AB67;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #D2AB67;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/*--------------------------------------------------------------
# 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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;
}

.s-dashboard-nav,
.woocommerce-MyAccount-navigation {
  background-color: #F5F5F5;
  border-radius: 0 0 0.5rem 0.5rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.031372549);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.031372549);
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  padding: 0.5rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.15s ease-in, padding-top 0.15s ease, padding-bottom 0.15s ease;
  transition: max-height 0.3s ease-out, opacity 0.15s ease-in, padding-top 0.15s ease, padding-bottom 0.15s ease;
}
@media all and (min-width: 992px) {
  .s-dashboard-nav,
  .woocommerce-MyAccount-navigation {
    padding: 1rem !important;
    max-height: unset;
    overflow: visible;
    opacity: 1;
  }
}
.s-dashboard-nav.is-open,
.woocommerce-MyAccount-navigation.is-open {
  padding: 1.5rem 0.5rem 0.5rem;
  max-height: 1000px;
  opacity: 1;
}
@media all and (min-width: 992px) {
  .s-dashboard-nav.is-open,
  .woocommerce-MyAccount-navigation.is-open {
    padding: 0;
    max-height: unset;
    opacity: 1;
  }
}
@media all and (min-width: 992px) {
  .s-dashboard-nav,
  .woocommerce-MyAccount-navigation {
    background-color: transparent;
    padding: 0;
  }
}
.s-dashboard-nav ul,
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
.s-dashboard-nav li,
.woocommerce-MyAccount-navigation li {
  margin: 0;
}
.s-dashboard-nav a,
.woocommerce-MyAccount-navigation a {
  font-size: 1.125rem;
  line-height: 1.318125rem;
  font-weight: 400;
  padding: 1rem 1.25rem !important;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.875rem;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media all and (min-width: 992px) {
  .s-dashboard-nav a,
  .woocommerce-MyAccount-navigation a {
    padding: 1.5rem;
    gap: 1rem;
  }
}
.s-dashboard-nav a:hover,
.woocommerce-MyAccount-navigation a:hover {
  background: rgba(147, 172, 170, 0.2);
  color: #D2AB67;
  text-decoration: none;
}
.s-dashboard-nav a:hover .woocommerce-MyAccount-navigation-icon,
.woocommerce-MyAccount-navigation a:hover .woocommerce-MyAccount-navigation-icon {
  color: #D2AB67;
}
.s-dashboard-nav a:visited,
.woocommerce-MyAccount-navigation a:visited {
  color: #212121;
}
.s-dashboard-nav a:visited:hover,
.woocommerce-MyAccount-navigation a:visited:hover {
  color: #D2AB67;
}
.s-dashboard-nav .woocommerce-MyAccount-navigation-icon,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: #212121;
}
@media all and (min-width: 992px) {
  .s-dashboard-nav .woocommerce-MyAccount-navigation-icon,
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.s-dashboard-nav .woocommerce-MyAccount-navigation-icon svg,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor !important;
  fill: none;
  -webkit-transition: stroke 0.3s ease, fill 0.3s ease;
  transition: stroke 0.3s ease, fill 0.3s ease;
}
.s-dashboard-nav .woocommerce-MyAccount-navigation-icon svg path,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-icon svg path {
  stroke: currentColor !important;
}
.s-dashboard-nav .woocommerce-MyAccount-navigation-icon svg circle,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-icon svg circle {
  stroke: currentColor !important;
}
.s-dashboard-nav .woocommerce-MyAccount-navigation-link--orders .woocommerce-MyAccount-navigation-icon svg path,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders .woocommerce-MyAccount-navigation-icon svg path {
  stroke: currentColor !important;
}
.s-dashboard-nav li.is-active a,
.s-dashboard-nav li.woocommerce-MyAccount-navigation-link--active a,
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active a {
  font-weight: 500;
  background: rgba(147, 172, 170, 0.3);
  color: #D2AB67;
}
@media all and (min-width: 992px) {
  .s-dashboard-nav li.is-active a,
  .s-dashboard-nav li.woocommerce-MyAccount-navigation-link--active a,
  .woocommerce-MyAccount-navigation li.is-active a,
  .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active a {
    background: rgba(147, 172, 170, 0.3);
  }
}
.s-dashboard-nav li.is-active a .woocommerce-MyAccount-navigation-icon,
.s-dashboard-nav li.woocommerce-MyAccount-navigation-link--active a .woocommerce-MyAccount-navigation-icon,
.woocommerce-MyAccount-navigation li.is-active a .woocommerce-MyAccount-navigation-icon,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active a .woocommerce-MyAccount-navigation-icon {
  color: #D2AB67;
}
.s-dashboard-nav li.is-active a:hover,
.s-dashboard-nav li.woocommerce-MyAccount-navigation-link--active a:hover,
.woocommerce-MyAccount-navigation li.is-active a:hover,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--active a:hover {
  color: #D2AB67;
}

.c-account-nav-toggle {
  width: 100%;
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: #404040;
  font-weight: 500;
  border-radius: 0.5rem;
  z-index: 6;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media all and (min-width: 992px) {
  .c-account-nav-toggle {
    display: none;
  }
}
.c-account-nav-toggle:hover {
  background-color: #F5F5F5;
}

.c-account-nav-toggle__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-account-nav-toggle__arrow svg {
  width: 16px;
  height: 16px;
}

.c-account-nav-toggle.is-active .c-account-nav-toggle__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-account-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media all and (min-width: 992px) {
  .c-account-user-info {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-account-user-info img {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #F5F5F5;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.c-account-user-info__name {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.4;
  margin-top: 1rem;
}
@media all and (min-width: 992px) {
  .c-account-user-info__name {
    font-size: 0.875rem;
  }
}

.c-account-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media all and (min-width: 992px) {
  .c-account-user-info {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.c-dashboard .s-dashboard-nav {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.15s ease-in, padding-top 0.15s ease, padding-bottom 0.15s ease;
  transition: max-height 0.3s ease-out, opacity 0.15s ease-in, padding-top 0.15s ease, padding-bottom 0.15s ease;
  opacity: 0;
}
.c-dashboard .s-dashboard-nav.is-open {
  max-height: 1000px;
  opacity: 1;
}
@media all and (min-width: 992px) {
  .c-dashboard .s-dashboard-nav {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    max-height: unset;
    overflow: visible;
    opacity: 1;
  }
}
@media all and (min-width: 992px) {
  .c-dashboard .woocommerce-MyAccount-navigation {
    max-height: unset;
    overflow: visible;
    opacity: 1;
  }
}
.c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-top: 0 !important;
}
.c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column--shipping-address {
  display: none;
}
.c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-columns::before, .c-dashboard .woocommerce .woocommerce-customer-details .woocommerce-columns::after {
  content: unset;
}
.c-dashboard .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 0 !important;
}
.c-dashboard .woocommerce::before, .c-dashboard .woocommerce::after {
  content: unset !important;
}
@media all and (min-width: 992px) {
  .c-dashboard .woocommerce {
    gap: 2rem;
    padding: 3rem 0 !important;
  }
}
@media all and (min-width: 992px) {
  .c-dashboard .woocommerce {
    padding: 4rem 0 !important;
  }
}
@media all and (min-width: 992px) {
  .c-dashboard .woocommerce {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 3rem;
  }
}
@media all and (min-width: 1180px) {
  .c-dashboard .woocommerce {
    gap: 4rem;
  }
}
.c-dashboard .woocommerce h1 + table,
.c-dashboard .woocommerce h2 + table,
.c-dashboard .woocommerce h3 + table,
.c-dashboard .woocommerce h4 + table {
  margin-top: 2rem;
}
.c-dashboard .woocommerce h2 {
  font-size: 1.75rem;
  line-height: 2.050625rem;
  font-weight: 500;
}
.c-dashboard .woocommerce .woocommerce-MyAccount-navigation {
  border-radius: 1rem;
  background-color: rgba(242, 246, 247, 0.65);
  padding-top: 1.85rem;
}
.c-dashboard .woocommerce-MyAccount-content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 78%;
  flex-basis: 78%;
  max-width: 100%;
  line-height: 1.85;
}
.c-dashboard .woocommerce-MyAccount-content p {
  line-height: 1.85;
}
.c-dashboard .woocommerce-MyAccount-content .order-number,
.c-dashboard .woocommerce-MyAccount-content .order-date,
.c-dashboard .woocommerce-MyAccount-content .order-status {
  color: #212121;
}
@media all and (min-width: 992px) {
  .c-dashboard .woocommerce-MyAccount-content {
    margin-top: 0;
  }
}
.c-dashboard .woocommerce-MyAccount-content a {
  color: #212121;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-dashboard .woocommerce-MyAccount-content a:hover {
  color: #1B1464;
  text-decoration: none;
}
.c-dashboard .woocommerce-MyAccount-content a:visited {
  color: #212121;
}
.c-dashboard .woocommerce-MyAccount-content a:visited:hover {
  color: #1B1464;
}

.woocommerce-pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.woocommerce-pagination .woocommerce-button {
  font-size: 0.9375rem;
  line-height: 1.09875rem;
  font-weight: 500;
  color: #404040 !important;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none !important;
  background-color: #404040;
  margin-right: 1rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-pagination .woocommerce-button:hover {
  background-color: #404040;
}

.c-dashboard__orders-title {
  display: none;
  color: #000;
  font-size: 1.75rem;
  line-height: 2.050625rem;
  font-weight: 500;
  letter-spacing: initial;
}
@media all and (min-width: 992px) {
  .c-dashboard__orders-title {
    display: block;
  }
}

.woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.woocommerce-Address-title h2 {
  margin-bottom: 0 !important;
}
.woocommerce-Address-title a {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 500;
  text-decoration: underline;
  color: #D2AB67;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-Address-title a:hover {
  color: #1B1464;
  text-decoration: underline;
}
.woocommerce-Address-title a:visited {
  color: #D2AB67;
}
.woocommerce-Address-title a:visited:hover {
  color: #1B1464;
}

.wc-address-col {
  width: 100%;
}
@media all and (min-width: 768px) {
  .wc-address-col {
    max-width: 20.9375rem;
  }
}
.wc-address-col address {
  font-style: normal;
  font-size: 1.1875rem;
  line-height: 2.25rem;
  font-weight: 400;
  color: #212121;
}

.woocommerce-info {
  margin: 0 0 2rem;
  background-color: rgba(255, 86, 48, 0.0509803922) !important;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 1rem 1rem 1rem 3.5rem !important;
  list-style: none;
  position: relative;
  color: #212121;
  border-radius: 0.5rem;
}
.woocommerce-info p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}
.woocommerce-info p:last-child {
  margin: 0;
}
.woocommerce-info p mark {
  font-weight: 500;
  background-color: transparent;
}
.woocommerce-info a {
  color: #4F1407;
}
.woocommerce-info a:hover {
  color: #4F1407;
  opacity: 0.8;
  text-decoration: underline;
}
.woocommerce-info li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #212121;
}
.woocommerce-info::before {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  display: block;
  position: absolute;
  left: 0.75rem !important;
  top: 1.125rem;
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM9 13H11V15H9V13ZM9 5H11V11H9V5Z' fill='%234F1407'/%3E%3C/svg%3E%0A");
}

.woocommerce-MyAccount-paymentMethods + .button {
  margin-top: 2rem;
  display: inline-block;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 500;
  padding: 0.875rem 1.5rem;
  white-space: nowrap;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: none;
  background-color: #D2AB67;
  color: #fff;
}
.woocommerce-MyAccount-paymentMethods + .button:hover {
  background-color: #1B1464;
  color: #fff;
}
.woocommerce-MyAccount-paymentMethods + .button:visited {
  color: #fff;
}
.woocommerce-MyAccount-paymentMethods + .button:visited:hover {
  background-color: #1B1464;
  color: #fff;
}

table td .wcs_deletion_error {
  color: #FF5630 !important;
  margin-right: 1rem !important;
}
table td .wcs_deletion_error:hover {
  opacity: 0.8;
}
table td .wcs_deletion_error:visited {
  color: #FF5630;
}
table td .wcs_deletion_error:visited:hover {
  opacity: 0.8;
}

.woocommerce-EditAccountForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
}
.woocommerce-EditAccountForm input::-webkit-input-placeholder, .woocommerce-EditAccountForm textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-EditAccountForm input::-moz-placeholder, .woocommerce-EditAccountForm textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-EditAccountForm input:-ms-input-placeholder, .woocommerce-EditAccountForm textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-EditAccountForm input::-ms-input-placeholder, .woocommerce-EditAccountForm textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-EditAccountForm input::placeholder,
.woocommerce-EditAccountForm textarea::placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-EditAccountForm .form-row {
  position: relative;
  margin-bottom: 1rem !important;
  width: 100%;
  padding-top: 1rem !important;
}
@media all and (min-width: 768px) {
  .woocommerce-EditAccountForm .form-row.form-row-first, .woocommerce-EditAccountForm .form-row.form-row-last {
    width: calc(50% - 10px);
  }
  .woocommerce-EditAccountForm .form-row.form-row-wide {
    width: 100%;
  }
}
.woocommerce-EditAccountForm .form-row label {
  font-size: 14px;
  line-height: 28px;
  background: #fff;
  position: absolute;
  top: -1rem;
  margin-right: 26px;
  z-index: 1;
  font-weight: 500;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 10px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
@media all and (min-width: 992px) {
  .woocommerce-EditAccountForm .form-row label {
    font-size: 16px;
    line-height: 34px;
  }
}
.woocommerce-EditAccountForm input:not([type=submit]),
.woocommerce-EditAccountForm input:not([type=button]),
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=password] {
  border: 1px solid #E2E2E6 !important;
  padding: 18px 24px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  height: 70px !important;
  color: #212121 !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  border-radius: 0.75rem !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  position: relative;
  margin-top: -17px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-EditAccountForm input:not([type=submit]):focus,
.woocommerce-EditAccountForm input:not([type=button]):focus,
.woocommerce-EditAccountForm input[type=email]:focus,
.woocommerce-EditAccountForm input[type=text]:focus,
.woocommerce-EditAccountForm input[type=password]:focus {
  outline: 0.1875rem solid #D2AB67;
  border-color: #DFDFE2 !important;
}
.woocommerce-EditAccountForm textarea {
  border: 1px solid #E2E2E6 !important;
  padding: 18px 24px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  height: 240px !important;
  color: #212121 !important;
  background: #fff !important;
  border-radius: 0.75rem;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  position: relative;
  margin-top: -17px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-EditAccountForm textarea:focus {
  outline: 0.1875rem solid #D2AB67;
  border-color: #DFDFE2 !important;
}
.woocommerce-EditAccountForm .clear {
  clear: both;
  width: 100%;
}
.woocommerce-EditAccountForm button,
.woocommerce-EditAccountForm input[type=button],
.woocommerce-EditAccountForm input[type=submit],
.woocommerce-EditAccountForm .button {
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  gap: 8px !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: #D2AB67 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: 0 12px !important;
  padding: 16px 32px !important;
  border-radius: 0.75rem !important;
  border: none !important;
  margin-top: 1.5rem;
}
.woocommerce-EditAccountForm button:hover,
.woocommerce-EditAccountForm input[type=button]:hover,
.woocommerce-EditAccountForm input[type=submit]:hover,
.woocommerce-EditAccountForm .button:hover {
  opacity: 0.9;
}
.woocommerce-EditAccountForm fieldset {
  margin-top: 1.5rem;
  padding: 0;
  border: none;
  width: 100%;
}
.woocommerce-EditAccountForm fieldset legend {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
  padding: 0;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  background-color: #404040 !important;
}

.c-dashboard__order-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 0 0 2rem;
}
@media all and (min-width: 768px) {
  .c-dashboard__order-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media all and (min-width: 992px) {
  .c-dashboard__order-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 0 0 3rem;
  }
}
@media all and (min-width: 1180px) {
  .c-dashboard__order-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-order-stat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #FAF7F0;
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.c-order-stat-box:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.c-order-stat-box__icon {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-order-stat-box__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: currentColor;
}
.c-order-stat-box__content {
  width: 100%;
}
.c-order-stat-box__number {
  font-size: 1.75rem;
  line-height: 2.050625rem;
  font-weight: 600;
  color: #212121;
  margin-bottom: 0.25rem;
}
.c-order-stat-box__title {
  font-size: 0.875rem;
  line-height: 1.025625rem;
  font-weight: 400;
  color: #404040;
}
.c-order-stat-box--total .c-order-stat-box__icon {
  background-color: rgba(103, 89, 255, 0.1);
  color: #6759FF;
}
.c-order-stat-box--processing .c-order-stat-box__icon {
  background-color: rgba(188, 160, 249, 0.1);
  color: #BCA0F9;
}
.c-order-stat-box--completed .c-order-stat-box__icon {
  background-color: rgba(19, 120, 64, 0.1);
  color: #137840;
}
.c-order-stat-box--on-hold .c-order-stat-box__icon {
  background-color: rgba(255, 152, 0, 0.1);
  color: #FF9800;
}
.c-order-stat-box--pending .c-order-stat-box__icon {
  background-color: rgba(188, 160, 249, 0.1);
  color: #BCA0F9;
}
.c-order-stat-box--cancelled .c-order-stat-box__icon {
  background-color: rgba(182, 182, 185, 0.1);
  color: #B6B6B9;
}

.woocommerce-EditAccountForm fieldset label {
  margin-right: 0 !important;
  position: relative !important;
}
@media all and (min-width: 992px) {
  .woocommerce-EditAccountForm fieldset label {
    margin-right: 26px !important;
    position: absolute !important;
  }
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  position: absolute;
  left: 0.7em;
  text-decoration: none;
  top: calc(50% + 13px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  padding: 12px 24px !important;
}
@media all and (min-width: 992px) {
  .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 50%;
    padding: 16px 32px !important;
  }
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}

.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>');
}

.woocommerce-EditAccountForm fieldset .form-row {
  margin-bottom: 32px !important;
}

.woocommerce-checkout .woocommerce-message, .single-product .woocommerce-message {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 2rem);
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-message, .single-product .woocommerce-message {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .woocommerce-checkout .woocommerce-message, .single-product .woocommerce-message {
    padding: 0;
    max-width: 980px;
  }
}
@media all and (min-width: 1180px) {
  .woocommerce-checkout .woocommerce-message, .single-product .woocommerce-message {
    max-width: 1100px;
  }
}
@media all and (min-width: 1400px) {
  .woocommerce-checkout .woocommerce-message, .single-product .woocommerce-message {
    max-width: 1360px;
  }
}

.c-dashboard-page__title {
  font-size: 2rem;
  line-height: 2.34375rem;
  font-weight: 900;
  margin: 0 0 0.5rem !important;
}
@media all and (min-width: 992px) {
  .c-dashboard-page__title {
    font-size: 2.1875rem;
    line-height: 3rem;
  }
}

.c-dashboard-page__desc {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 0 0 2.5rem;
  color: #212121;
}
@media all and (min-width: 992px) {
  .c-dashboard-page__desc {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.woocommerce-address-fields {
  margin-top: 1.5rem;
}
.woocommerce-address-fields #billing_address_1_field {
  margin-bottom: 0.5rem !important;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 1.25rem;
  margin-bottom: 0 !important;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row:last-child {
  margin-bottom: 0.5rem !important;
}
.woocommerce-address-fields .form-row {
  position: relative;
  margin-bottom: 2rem !important;
  width: 100%;
  padding-top: 1.25rem !important;
}
@media all and (min-width: 768px) {
  .woocommerce-address-fields .form-row.form-row-first, .woocommerce-address-fields .form-row.form-row-last {
    width: calc(50% - 10px);
  }
  .woocommerce-address-fields .form-row.form-row-wide {
    width: 100%;
  }
}
.woocommerce-address-fields .form-row label {
  font-size: 1rem;
  line-height: 2.125rem;
  background: #fff;
  position: absolute;
  top: -0.625rem;
  margin-right: 1.625rem;
  z-index: 1;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0.625rem;
  color: #212121;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  display: block;
}
.woocommerce-address-fields .form-row label.woocommerce-form-row__required-label {
  color: #E83C3F;
}
.woocommerce-address-fields .form-row .required {
  color: #E83C3F;
  text-decoration: none;
  font-weight: 500;
}
.woocommerce-address-fields .form-row input::-webkit-input-placeholder, .woocommerce-address-fields .form-row textarea::-webkit-input-placeholder, .woocommerce-address-fields .form-row select::-webkit-input-placeholder {
  font-size: 0.875rem;
  line-height: 2.125rem;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-address-fields .form-row input::-moz-placeholder, .woocommerce-address-fields .form-row textarea::-moz-placeholder, .woocommerce-address-fields .form-row select::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 2.125rem;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-address-fields .form-row input:-ms-input-placeholder, .woocommerce-address-fields .form-row textarea:-ms-input-placeholder, .woocommerce-address-fields .form-row select:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 2.125rem;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-address-fields .form-row input::-ms-input-placeholder, .woocommerce-address-fields .form-row textarea::-ms-input-placeholder, .woocommerce-address-fields .form-row select::-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 2.125rem;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-address-fields .form-row input::placeholder,
.woocommerce-address-fields .form-row textarea::placeholder,
.woocommerce-address-fields .form-row select::placeholder {
  font-size: 0.875rem;
  line-height: 2.125rem;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-address-fields .form-row input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.woocommerce-address-fields .form-row input[type=email],
.woocommerce-address-fields .form-row input[type=text],
.woocommerce-address-fields .form-row input[type=tel],
.woocommerce-address-fields .form-row input[type=number] {
  border: 1px solid #DFDFE2 !important;
  padding: 1.25rem 2rem 1.125rem 1.125rem !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  height: 4.375rem !important;
  color: #212121 !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  border-radius: 1rem !important;
  -webkit-transition: all 0.05s ease-in-out !important;
  transition: all 0.05s ease-in-out !important;
  position: relative;
  margin-top: -1.0625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}
.woocommerce-address-fields .form-row input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):focus,
.woocommerce-address-fields .form-row input[type=email]:focus,
.woocommerce-address-fields .form-row input[type=text]:focus,
.woocommerce-address-fields .form-row input[type=tel]:focus,
.woocommerce-address-fields .form-row input[type=number]:focus {
  outline: 0.1875rem solid #D2AB67;
  outline-offset: -0.0625rem;
  border-color: #DFDFE2 !important;
}
.woocommerce-address-fields .form-row input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):hover,
.woocommerce-address-fields .form-row input[type=email]:hover,
.woocommerce-address-fields .form-row input[type=text]:hover,
.woocommerce-address-fields .form-row input[type=tel]:hover,
.woocommerce-address-fields .form-row input[type=number]:hover {
  border-color: #404040 !important;
}
.woocommerce-address-fields .form-row select {
  border: 1px solid #DFDFE2 !important;
  padding: 1.125rem 1.5rem !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  height: 4.375rem !important;
  color: #212121 !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  border-radius: 1rem !important;
  -webkit-transition: all 0.05s ease-in-out !important;
  transition: all 0.05s ease-in-out !important;
  position: relative;
  margin-top: -1.0625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.965 8 3.26-3.26a.377.377 0 0 0 0-.53.377.377 0 0 0-.53 0l-3.26 3.26c-.24.24-.63.24-.87 0l-3.26-3.26a.377.377 0 0 0-.53 0 .377.377 0 0 0 0 .53L5.035 8a1.363 1.363 0 0 0 1.93 0' fill='%23212121'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1.5rem center;
  padding-left: 3rem !important;
}
.woocommerce-address-fields .form-row select:focus {
  outline: 0.1875rem solid #D2AB67;
  outline-offset: -0.0625rem;
  border-color: #DFDFE2 !important;
}
.woocommerce-address-fields .form-row select:hover {
  border-color: #404040 !important;
}
.woocommerce-address-fields .form-row textarea {
  border: 1px solid #DFDFE2 !important;
  padding: 1.125rem 1.5rem !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  min-height: 7.5rem !important;
  color: #212121 !important;
  background: #fff !important;
  border-radius: 1rem !important;
  -webkit-transition: all 0.05s ease-in-out !important;
  transition: all 0.05s ease-in-out !important;
  position: relative;
  margin-top: -1.0625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
}
.woocommerce-address-fields .form-row textarea:focus {
  outline: 0.1875rem solid #D2AB67;
  outline-offset: -0.0625rem;
  border-color: #DFDFE2 !important;
}
.woocommerce-address-fields .form-row textarea:hover {
  border-color: #404040 !important;
}
.woocommerce-address-fields .form-row input[type=checkbox],
.woocommerce-address-fields .form-row input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  accent-color: #D2AB67;
  cursor: pointer;
}
.woocommerce-address-fields .form-row .woocommerce-error,
.woocommerce-address-fields .form-row .woocommerce-invalid {
  color: #E83C3F;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block;
}
.woocommerce-address-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-address-fields .form-row .description {
  font-size: 0.875rem;
  color: #A3A3A3;
  margin-top: 0.5rem;
  display: block;
}
.woocommerce-address-fields #billing_country_field {
  display: none !important;
}
.woocommerce-address-fields .clear {
  clear: both;
  width: 100%;
}
.woocommerce-address-fields > p {
  margin-top: 1.5rem;
  margin-bottom: 0;
  width: 100%;
}
.woocommerce-address-fields > p button,
.woocommerce-address-fields > p input[type=submit],
.woocommerce-address-fields > p .button {
  color: #fff !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: auto !important;
  min-width: 10rem;
  gap: 0.5rem !important;
  -webkit-transition: 0.2s ease-out !important;
  transition: 0.2s ease-out !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: #D2AB67 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: 0 0.75rem !important;
  padding: 0.875rem 1.5rem !important;
  border-radius: 0.75rem !important;
  border: none !important;
  cursor: pointer;
  text-decoration: none !important;
}
.woocommerce-address-fields > p button:hover,
.woocommerce-address-fields > p input[type=submit]:hover,
.woocommerce-address-fields > p .button:hover {
  background-color: #1B1464 !important;
  opacity: 1;
}
.woocommerce-address-fields > p button:active,
.woocommerce-address-fields > p input[type=submit]:active,
.woocommerce-address-fields > p .button:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.woocommerce-address-fields > p button:focus,
.woocommerce-address-fields > p input[type=submit]:focus,
.woocommerce-address-fields > p .button:focus {
  outline: 0.1875rem solid #D2AB67;
  outline-offset: 0.125rem;
}

.woocommerce-EditAddressForm .select2-container,
.woocommerce-address-fields .select2-container {
  width: 100% !important;
  margin-top: -1.0625rem;
  position: relative;
}
.woocommerce-EditAddressForm .select2-container .select2-selection--single,
.woocommerce-address-fields .select2-container .select2-selection--single {
  height: 4.375rem !important;
  border: 1px solid #DFDFE2 !important;
  border-radius: 1rem !important;
  background-color: #fff !important;
  -webkit-transition: all 0.05s ease-in-out !important;
  transition: all 0.05s ease-in-out !important;
}
.woocommerce-EditAddressForm .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 3.75rem !important;
  padding-left: 1.5rem !important;
  padding-right: 2rem !important;
  color: #212121 !important;
  font-size: 1rem !important;
  font-weight: 400;
}
.woocommerce-EditAddressForm .select2-container .select2-selection--single .select2-selection__placeholder,
.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #cacace !important;
  font-size: 1rem !important;
  font-weight: 300;
}
.woocommerce-EditAddressForm .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__arrow {
  height: 4.375rem !important;
  left: 1.5rem !important;
  width: 1.25rem !important;
}
.woocommerce-EditAddressForm .select2-container .select2-selection--single .select2-selection__arrow b,
.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: auto !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.965 8 3.26-3.26a.377.377 0 0 0 0-.53.377.377 0 0 0-.53 0l-3.26 3.26c-.24.24-.63.24-.87 0l-3.26-3.26a.377.377 0 0 0-.53 0 .377.377 0 0 0 0 .53L5.035 8a1.363 1.363 0 0 0 1.93 0' fill='%23212121'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
.woocommerce-EditAddressForm .select2-container.select2-container--focus .select2-selection--single, .woocommerce-EditAddressForm .select2-container:hover .select2-selection--single,
.woocommerce-address-fields .select2-container.select2-container--focus .select2-selection--single,
.woocommerce-address-fields .select2-container:hover .select2-selection--single {
  border-color: #404040 !important;
}
.woocommerce-EditAddressForm .select2-container.select2-container--open .select2-selection--single,
.woocommerce-address-fields .select2-container.select2-container--open .select2-selection--single {
  border-color: #DFDFE2 !important;
  outline: 0.1875rem solid #D2AB67;
  outline-offset: -0.0625rem;
}
.woocommerce-EditAddressForm .select2-container.select2-container--open .select2-selection__arrow b,
.woocommerce-address-fields .select2-container.select2-container--open .select2-selection__arrow b {
  -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
  transform: translate(-50%, -50%) rotate(180deg) !important;
}
.woocommerce-EditAddressForm .select2-dropdown,
.woocommerce-address-fields .select2-dropdown {
  border: 1px solid #DFDFE2 !important;
  border-radius: 1rem !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1) !important;
  margin-top: 0.5rem !important;
  overflow: hidden;
}
.woocommerce-EditAddressForm .select2-dropdown.select2-dropdown--above,
.woocommerce-address-fields .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: -0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.woocommerce-EditAddressForm .select2-dropdown.select2-dropdown--below,
.woocommerce-address-fields .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.woocommerce-EditAddressForm .select2-results,
.woocommerce-address-fields .select2-results {
  padding: 0.5rem 0 !important;
}
.woocommerce-EditAddressForm .select2-results .select2-results__options,
.woocommerce-address-fields .select2-results .select2-results__options {
  max-height: 18.75rem !important;
  overflow-y: auto !important;
}
.woocommerce-EditAddressForm .select2-results .select2-results__options::-webkit-scrollbar,
.woocommerce-address-fields .select2-results .select2-results__options::-webkit-scrollbar {
  width: 0.375rem;
}
.woocommerce-EditAddressForm .select2-results .select2-results__options::-webkit-scrollbar-track,
.woocommerce-address-fields .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: #FAF7F0;
  border-radius: 0.1875rem;
}
.woocommerce-EditAddressForm .select2-results .select2-results__options::-webkit-scrollbar-thumb,
.woocommerce-address-fields .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 0.1875rem;
}
.woocommerce-EditAddressForm .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover,
.woocommerce-address-fields .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #A3A3A3;
}
.woocommerce-EditAddressForm .select2-results .select2-results__option,
.woocommerce-address-fields .select2-results .select2-results__option {
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: #212121 !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  cursor: pointer;
}
.woocommerce-EditAddressForm .select2-results .select2-results__option[aria-selected=true],
.woocommerce-address-fields .select2-results .select2-results__option[aria-selected=true] {
  background-color: rgba(210, 171, 103, 0.15) !important;
  color: #D2AB67 !important;
  font-weight: 500;
}
.woocommerce-EditAddressForm .select2-results .select2-results__option--highlighted,
.woocommerce-address-fields .select2-results .select2-results__option--highlighted {
  background-color: rgba(210, 171, 103, 0.15) !important;
  color: #1B1464 !important;
}
.woocommerce-EditAddressForm .select2-results .select2-results__option[aria-disabled=true],
.woocommerce-address-fields .select2-results .select2-results__option[aria-disabled=true] {
  color: #A3A3A3 !important;
  cursor: not-allowed;
  opacity: 0.6;
}
.woocommerce-EditAddressForm .select2-results .select2-results__group,
.woocommerce-address-fields .select2-results .select2-results__group {
  padding: 0.5rem 1.5rem !important;
  font-size: 0.875rem !important;
  font-weight: 600;
  color: #404040 !important;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  background-color: #FAF7F0 !important;
}
.woocommerce-EditAddressForm .select2-search--dropdown,
.woocommerce-address-fields .select2-search--dropdown {
  padding: 0.75rem 1rem !important;
  border-bottom: 1px solid #404040 !important;
}
.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field,
.woocommerce-address-fields .select2-search--dropdown .select2-search__field {
  width: 100% !important;
  padding: 0.625rem 1rem !important;
  border: 1px solid #DFDFE2 !important;
  border-radius: 0.5rem !important;
  font-size: 1rem !important;
  color: #212121 !important;
  background-color: #fff !important;
  -webkit-transition: all 0.05s ease-in-out !important;
  transition: all 0.05s ease-in-out !important;
}
.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field:focus,
.woocommerce-address-fields .select2-search--dropdown .select2-search__field:focus {
  outline: 0.125rem solid #D2AB67 !important;
  outline-offset: -0.0625rem !important;
  border-color: #D2AB67 !important;
}
.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field::-webkit-input-placeholder, .woocommerce-address-fields .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field::-moz-placeholder, .woocommerce-address-fields .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field:-ms-input-placeholder, .woocommerce-address-fields .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field::-ms-input-placeholder, .woocommerce-address-fields .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
.woocommerce-EditAddressForm .select2-search--dropdown .select2-search__field::placeholder,
.woocommerce-address-fields .select2-search--dropdown .select2-search__field::placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
.woocommerce-EditAddressForm .form-row.woocommerce-invalid .select2-container .select2-selection--single,
.woocommerce-address-fields .form-row.woocommerce-invalid .select2-container .select2-selection--single {
  border-color: #E83C3F !important;
}
.woocommerce-EditAddressForm .form-row.woocommerce-invalid .select2-container .select2-selection--single:focus,
.woocommerce-address-fields .form-row.woocommerce-invalid .select2-container .select2-selection--single:focus {
  outline-color: #E83C3F !important;
}
.woocommerce-EditAddressForm .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection--single,
.woocommerce-address-fields .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection--single {
  border-color: #00A99A !important;
}

.woocommerce-MyAccount-content h2 {
  font-size: 1.75rem;
  line-height: 2.050625rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #212121;
}

.woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
@media all and (min-width: 768px) {
  .woocommerce-Addresses {
    gap: 2rem;
  }
}
.woocommerce-Addresses::before, .woocommerce-Addresses::after {
  content: unset !important;
}

.woocommerce-Address {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  border: 1px solid #404040;
  border-radius: 1rem;
}
@media all and (min-width: 768px) {
  .woocommerce-Address {
    max-width: calc(50% - 2rem);
  }
}
.woocommerce-Address header.woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 0;
  padding: 1rem 1.5rem;
}
.woocommerce-Address header.woocommerce-Address-title::before, .woocommerce-Address header.woocommerce-Address-title::after {
  content: unset !important;
}
.woocommerce-Address header.woocommerce-Address-title h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin: 0 !important;
  color: #212121;
}
.woocommerce-Address header.woocommerce-Address-title a.edit {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 500;
  text-decoration: underline;
  color: #D2AB67;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  white-space: nowrap;
  margin-right: 1rem;
}
.woocommerce-Address header.woocommerce-Address-title a.edit:hover {
  color: #1B1464;
  text-decoration: none;
}
.woocommerce-Address header.woocommerce-Address-title a.edit:visited {
  color: #D2AB67;
}
.woocommerce-Address header.woocommerce-Address-title a.edit:visited:hover {
  color: #1B1464;
}
.woocommerce-Address address {
  font-style: normal;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  color: #212121;
  margin: 0;
  padding: 0.75rem 1.5rem;
}

.woocommerce-MyAccount-content > p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #A3A3A3;
  margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-order-received {
  padding: 1.5rem 0;
}
@media all and (min-width: 992px) {
  .woocommerce .woocommerce-order-received {
    padding: 3rem 0;
  }
}
.woocommerce .woocommerce-order-received > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #212121;
  margin-bottom: 2rem;
  padding: 1.25rem 1.5rem;
  background-color: rgba(147, 172, 170, 0.1019607843);
  border: 2px solid #1B1464;
  border-radius: 1rem;
}
@media all and (min-width: 992px) {
  .woocommerce .woocommerce-order-received > p {
    font-size: 1.1875rem;
    line-height: 1.875rem;
    padding: 1.5rem 2rem;
  }
}
.woocommerce .woocommerce-order-received > p:first-child {
  margin-top: 0 !important;
}
.woocommerce .woocommerce-order-received > p mark {
  background-color: transparent;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  display: inline-block;
  margin: 0 0.25rem;
}
.woocommerce .woocommerce-order-received > p mark.order-number {
  background-color: #D2AB67;
  color: #fff;
}
.woocommerce .woocommerce-order-received > p mark.order-date {
  background-color: #404040;
  color: #404040;
}
.woocommerce .woocommerce-order-received > p mark.order-status {
  background-color: #00A99A;
  color: #fff;
}
.woocommerce .woocommerce-order-received h2 {
  font-size: 1.75rem;
  line-height: 2.050625rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
@media all and (min-width: 992px) {
  .woocommerce .woocommerce-order-received h2 {
    font-size: 2rem;
    line-height: 2.34375rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}
.woocommerce .woocommerce-order-received h2:first-child {
  margin-top: 0;
}
.woocommerce .woocommerce-order-received .woocommerce-order-overview {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media all and (min-width: 768px) {
  .woocommerce .woocommerce-order-received .woocommerce-order-overview {
    gap: 1.5rem;
  }
}
.woocommerce .woocommerce-order-received .woocommerce-order-overview li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: calc(50% - 0.5rem);
  background-color: #fff;
  border: 1px solid #FAF7F0;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #404040;
  font-weight: 400;
  padding: 1rem !important;
}
@media all and (min-width: 768px) {
  .woocommerce .woocommerce-order-received .woocommerce-order-overview li {
    min-width: calc(33.333% - 1rem);
    padding: 1.25rem 1.5rem;
  }
}
@media all and (min-width: 992px) {
  .woocommerce .woocommerce-order-received .woocommerce-order-overview li {
    min-width: calc(20% - 1.2rem);
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.woocommerce .woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  font-weight: 500;
  color: #212121;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.25rem;
}
@media all and (min-width: 992px) {
  .woocommerce .woocommerce-order-received .woocommerce-order-overview li strong {
    font-size: 1.0625rem;
    line-height: 1.625rem;
  }
}
.woocommerce .woocommerce-order-received .woocommerce-OrderUpdates {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.woocommerce .woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate {
  background-color: #fff;
  border: 1px solid #FAF7F0;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 992px) {
  .woocommerce .woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate {
    padding: 1.5rem 2rem;
    margin-bottom: 1.25rem;
  }
}
.woocommerce .woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #404040;
  margin-bottom: 0.75rem;
}
.woocommerce .woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #212121;
}
.woocommerce .woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description p {
  margin: 0 0 0.75rem;
}
.woocommerce .woocommerce-order-received .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description p:last-child {
  margin-bottom: 0;
}

.pharmatio-order-tracking .pharmatio-order-tracking__link {
  color: #00A99A;
  text-decoration: underline;
  word-break: break-all;
}
.pharmatio-order-tracking .pharmatio-order-tracking__link:hover {
  color: rgb(0, 128.2, 116.8213017751);
  text-decoration: none;
}

.woocommerce-order-details {
  margin-bottom: 2rem;
  margin-top: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 992px) {
  .woocommerce-order-details {
    margin-bottom: 3rem;
    margin-top: 4rem;
  }
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.75rem;
  line-height: 2.050625rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 2rem;
    line-height: 2.34375rem;
    margin-bottom: 2rem;
  }
}
.woocommerce-order-details .woocommerce-table--order-details tr td:first-child,
.woocommerce-order-details .woocommerce-table--order-details tr th:first-child {
  text-align: right;
}
.woocommerce-order-details .woocommerce-table--order-details tr td:last-child,
.woocommerce-order-details .woocommerce-table--order-details tr th:last-child {
  text-align: left !important;
}
.woocommerce-order-details tfoot .order-actions--heading {
  font-weight: 500;
  vertical-align: middle;
  padding: 1rem;
}
.woocommerce-order-details tfoot td .order-actions-button {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 480px) {
  .woocommerce-order-details tfoot td .order-actions-button {
    margin-bottom: 0;
  }
}
.woocommerce-order-details tfoot td .order-actions-button:last-child {
  margin-right: 0;
}

.woocommerce-customer-details {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid #FAF7F0;
  border-radius: 1rem;
  padding: 1.5rem;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 992px) {
  .woocommerce-customer-details {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    padding: 2rem 2.5rem;
  }
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FAF7F0;
}
@media all and (min-width: 992px) {
  .woocommerce-customer-details .woocommerce-column__title {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-customer-details address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #212121;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem !important;
  background-color: #F5F5F5;
  border-radius: 0.75rem;
  border: 1px solid #FAF7F0 !important;
}
@media all and (min-width: 992px) {
  .woocommerce-customer-details address {
    max-width: 25rem;
    font-size: 1.0625rem;
    line-height: 1.625rem;
    padding: 1.25rem 1.5rem;
  }
}
.woocommerce-customer-details .addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media all and (min-width: 768px) {
  .woocommerce-customer-details .addresses {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}
.woocommerce-customer-details .addresses .woocommerce-column address {
  margin-top: 0;
}
.woocommerce-customer-details .additional-fields {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #FAF7F0;
}

.woocommerce-order-downloads {
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .woocommerce-order-downloads {
    margin-bottom: 3rem;
  }
}
.woocommerce-order-downloads .woocommerce-order-downloads__title {
  font-size: 1.75rem;
  line-height: 2.050625rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-order-downloads .woocommerce-order-downloads__title {
    font-size: 2rem;
    line-height: 2.34375rem;
    margin-bottom: 2rem;
  }
}

.pharmatio-order-drug-requests {
  margin-top: 0;
}

.pharmatio-order-drug-requests__heading {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.pharmatio-order-drug-requests__desc {
  margin-bottom: 1.5rem;
  color: var(--color-text-muted, #666);
}

.pharmatio-order-drug-requests-section {
  margin-bottom: 2rem;
}
.pharmatio-order-drug-requests-section:last-child {
  margin-bottom: 0;
}

.pharmatio-order-drug-requests-section__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.pharmatio-order-drug-requests-section__empty {
  margin: 0;
  padding: 1rem;
  background: var(--color-bg-muted, #f5f5f5);
  border-radius: 4px;
}

.pharmatio-order-drug-requests-table-wrap {
  overflow-x: auto;
}

.pharmatio-order-drug-requests-table {
  width: 100%;
  border-collapse: collapse;
}
.pharmatio-order-drug-requests-table thead th {
  text-align: right;
  padding: 0.75rem 0.5rem;
  border-bottom: 2px solid var(--color-border, #e0e0e0);
  font-weight: 600;
}
.pharmatio-order-drug-requests-table tbody td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid var(--color-border, #e0e0e0);
  vertical-align: top;
}
.pharmatio-order-drug-requests-table .pharmatio-order-drug-requests-table__date,
.pharmatio-order-drug-requests-table .pharmatio-order-drug-requests-table__entry-id-cell {
  white-space: nowrap;
}
.pharmatio-order-drug-requests-table .pharmatio-order-drug-requests-table__status-cell {
  white-space: nowrap;
}

.pharmatio-order-drug-requests-status {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
}
.pharmatio-order-drug-requests-status--pending {
  background: #fff3e0;
  color: #e65100;
}
.pharmatio-order-drug-requests-status--accepted {
  background: #e8f5e9;
  color: #2e7d32;
}
.pharmatio-order-drug-requests-status--issue {
  background: #ffebee;
  color: #c62828;
}

.pharmatio-order-drug-requests-table__action-cell {
  white-space: nowrap;
}

.pharmatio-order-drug-request-detail {
  max-width: 720px;
}

.pharmatio-order-drug-request-detail__back {
  margin-bottom: 1.5rem;
}

.pharmatio-order-drug-request-detail__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border, #e0e0e0);
}

.pharmatio-order-drug-request-detail__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.pharmatio-order-drug-request-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pharmatio-order-drug-request-detail__list {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.pharmatio-order-drug-request-detail__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-border-light, #eee);
}

.pharmatio-order-drug-request-detail__row:last-child {
  border-bottom: none;
}

.pharmatio-order-drug-request-detail__label {
  margin: 0;
  font-weight: 600;
  color: var(--color-text-muted, #666);
}

.pharmatio-order-drug-request-detail__value {
  margin: 0;
}

.pharmatio-order-drug-request-detail__row--message .pharmatio-order-drug-request-detail__value {
  white-space: pre-wrap;
}

@media (max-width: 600px) {
  .pharmatio-order-drug-request-detail__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .pharmatio-order-drug-requests-table .pharmatio-order-drug-requests-table__cell[data-title]::before {
    content: attr(data-title);
    font-weight: 600;
    display: inline-block;
    margin-left: 0.5rem;
  }
}
.c-dashboard .woocommerce tbody td.pharmatio-order-drug-requests-table__cell .button:hover {
  color: #fff !important;
}

.subscription_details {
  margin-bottom: 3rem;
}
@media all and (min-width: 992px) {
  .subscription_details {
    margin-bottom: 4rem;
  }
}
.subscription_details tbody tr:nth-child(even) td, .subscription_details tbody tr:nth-child(even) th {
  background-color: #A3A3A3;
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 500;
  color: #404040;
}
.subscription_details tbody tr td .button {
  font-size: 0.8125rem !important;
  line-height: 0.951875rem !important;
  font-weight: 500 !important;
  color: #404040 !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  text-decoration: none !important;
  background-color: #404040 !important;
  margin-right: 0.5rem !important;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 480px) {
  .subscription_details tbody tr td .button {
    display: inline;
    margin-bottom: 0;
  }
}
.subscription_details tbody tr td .button:last-child {
  margin-right: 0 !important;
}
.subscription_details tbody tr td .button:hover {
  background-color: #404040 !important;
}

.order_details {
  margin-bottom: 3rem;
}
@media all and (min-width: 992px) {
  .order_details {
    margin-bottom: 4rem;
  }
}

.wcs-switch-link {
  font-size: 0.8125rem !important;
  line-height: 0.951875rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  text-decoration: none !important;
  background-color: #D2AB67 !important;
  margin-right: 0.5rem !important;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
}
.wcs-switch-link:hover {
  background-color: #1B1464 !important;
}

.woocommerce-view-subscription .woocommerce-customer-details {
  display: none;
}

.c-download {
  border: 1px solid #404040;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}

.c-download__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #A3A3A3;
  padding: 1rem;
  border-bottom: 1px solid #404040;
}
@media all and (min-width: 768px) {
  .c-download__header {
    padding: 1rem 1.5rem;
  }
}

.c-download__header__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-download__header__date {
  font-size: 0.9375rem;
  line-height: 1.09875rem;
  font-weight: 400;
  color: #A3A3A3;
}

.c-download__header__id {
  font-size: 1.1875rem;
  line-height: 1.391875rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.25rem;
}
.c-download__header__id a {
  color: #D2AB67;
  text-decoration: underline;
}
.c-download__header__id a:hover {
  color: #D2AB67;
}

.c-download__main {
  padding: 1rem;
}
@media all and (min-width: 768px) {
  .c-download__main {
    padding: 1.5rem;
  }
}

.c-download__main__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}

.c-download__meta__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media all and (min-width: 768px) {
  .c-download__meta__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media all and (min-width: 992px) {
  .c-download__meta__item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }
}

.c-download__meta__item--lg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media all and (min-width: 992px) {
  .c-download__meta__item--lg {
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
  }
}

.c-download__meta__item--xl {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media all and (min-width: 992px) {
  .c-download__meta__item--xl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.c-download__meta__title {
  font-size: 0.9375rem;
  line-height: 1.09875rem;
  font-weight: 400;
  color: #212121;
  margin-bottom: 0.375rem;
}

.c-download__meta__value {
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 500;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.c-download__meta__value a, .c-download__meta__value .o-link {
  font-size: 1rem !important;
  line-height: 1.171875rem !important;
}

.c-download__footer {
  margin: 0 1.5rem 1.5rem;
  border-top: 1px solid #404040;
}

.c-download__footer__title {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 500;
  color: #404040;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.c-download__footer__downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.c-download__addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media all and (min-width: 992px) {
  .c-download__addon .c-download__addon {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.c-download__addon__icon {
  min-width: 2.5rem;
}

.c-download__addon__info {
  max-width: calc(100% - 2.5rem);
}
@media all and (min-width: 768px) {
  .c-download__addon__info {
    max-width: 45%;
  }
}

@media all and (min-width: 992px) {
  .c-download__addon__btn {
    margin-left: auto;
  }
}

.c-download__addon__info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-download__addon__info-links a {
  font-size: 0.8125rem;
  line-height: 0.951875rem;
  font-weight: 400;
  color: #D2AB67;
  text-decoration: underline;
}
.c-download__addon__info-links a:hover {
  color: #D2AB67;
}

.c-download__addon__info-name {
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.25rem;
}
.c-download__addon__info-name span {
  font-size: 0.8125rem;
  line-height: 0.951875rem;
  font-weight: 400;
  color: #A3A3A3;
  white-space: nowrap;
}

.c-download__meta__value--pending {
  color: #D2AB67;
}

.c-download__meta__value--active, .c-download__meta__value--completed {
  color: #00A99A;
}

.c-download__meta__value--expired {
  color: #E83C3F;
}

.c-download__meta__value--cancelled {
  color: #A3A3A3;
}

.c-status {
  font-size: 0.875rem;
  line-height: 1.025625rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  height: 24px;
}

.c-status--active {
  color: #00A99A;
  background-color: rgba(19, 120, 64, 0.0509803922);
}

.c-status--completed {
  color: #00A99A;
  background-color: rgba(19, 120, 64, 0.0509803922);
}

.c-status--pending {
  color: #D2AB67;
  background-color: rgba(188, 160, 249, 0.1);
}

.c-status--expired {
  color: #E83C3F;
  background-color: rgba(181, 13, 10, 0.1019607843);
}

.c-status--cancelled {
  color: #A3A3A3;
  background-color: #A3A3A3;
}

.c-license {
  width: 100%;
}

.c-license__label {
  font-size: 0.9375rem;
  line-height: 1.09875rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  color: #404040;
  width: 100%;
  display: block;
}

.c-license__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-license__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-color: #B1B3B8;
  color: #212121 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
  border-right: 0 !important;
  height: 2.75rem !important;
  max-height: 2.75rem !important;
  padding: 0.75rem 1rem !important;
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 400;
  background-color: #A3A3A3 !important;
}
.c-license__input::-moz-selection {
  background-color: #6759FF;
  color: #fff;
}
.c-license__input::selection {
  background-color: #6759FF;
  color: #fff;
}

.c-license__copy {
  background-color: #fff !important;
  color: #D2AB67 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  padding: 0.8125rem 1.125rem !important;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  border: 1px solid #B1B3B8 !important;
  height: 2.75rem;
  font-size: 0.9375rem;
  line-height: 1.09875rem;
  font-weight: 500;
}
.c-license__copy:hover {
  background-color: rgba(210, 171, 103, 0.15) !important;
}
.c-license__copy::before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.043 9.99171V12.1167C12.043 14.95 10.9096 16.0834 8.0763 16.0834H5.38464C2.5513 16.0834 1.41797 14.95 1.41797 12.1167V9.42504C1.41797 6.59171 2.5513 5.45837 5.38464 5.45837H7.50964' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0411 9.99171H9.77448C8.07448 9.99171 7.50781 9.42504 7.50781 7.72504V5.45837L12.0411 9.99171Z' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.21484 1.91663H11.0482' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.95703 4.04163C4.95703 2.86579 5.9062 1.91663 7.08203 1.91663H8.93786' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5842 6.16663V10.5512C15.5842 11.6491 14.6917 12.5416 13.5938 12.5416' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.582 6.16663H13.457C11.8633 6.16663 11.332 5.63538 11.332 4.04163V1.91663L15.582 6.16663Z' stroke='%236759FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.c-license--expired {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #FFF7F5;
  padding: 1rem;
  border-radius: 0.25rem;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 400;
  color: #EC2241;
}
.c-license--expired::before {
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5013 15.5833C4.58928 15.5833 1.41797 12.4119 1.41797 8.49996C1.41797 4.58794 4.58928 1.41663 8.5013 1.41663C12.4133 1.41663 15.5846 4.58794 15.5846 8.49996C15.5846 12.4119 12.4133 15.5833 8.5013 15.5833ZM8.5013 14.1666C11.6309 14.1666 14.168 11.6296 14.168 8.49996C14.168 5.37034 11.6309 2.83329 8.5013 2.83329C5.37169 2.83329 2.83464 5.37034 2.83464 8.49996C2.83464 11.6296 5.37169 14.1666 8.5013 14.1666ZM7.79297 10.625H9.20963V12.0416H7.79297V10.625ZM7.79297 4.95829H9.20963V9.20829H7.79297V4.95829Z' fill='%23EC2241'/%3E%3C/svg%3E%0A");
  display: block;
  content: "";
}
.c-license--expired .c-license__desc {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 400;
  color: #EC2241;
  display: block;
}
.c-license--expired .c-license__link, .c-license--expired .c-license__desc a {
  font-size: 1rem;
  line-height: 1.171875rem;
  color: #EC2241;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.75rem;
}
.c-license--expired .c-license__link:hover, .c-license--expired .c-license__desc a:hover {
  color: #4F1407;
}
.c-license--expired .c-license__desc a {
  margin-top: 0;
}

.woocommerce .woocommerce-info {
  border-top: 0 !important;
  border-right: 0.25rem solid #D2AB67;
  border-radius: 0.5rem;
  padding-right: 3rem !important;
  padding-left: 1rem !important;
}
.woocommerce .woocommerce-info::before {
  right: 0.75rem !important;
}
.woocommerce .woocommerce-table__product-name a {
  color: #212121 !important;
}
.woocommerce .woocommerce-table__product-name a:hover {
  color: #1B1464 !important;
}

.c-dashboard .woocommerce-message--info,
.c-dashboard .woocommerce-error,
.c-dashboard .woocommerce-info {
  margin: 0 0 2rem;
  background-color: rgba(210, 171, 103, 0.15) !important;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 1rem 1.5rem 1rem 1rem !important;
  list-style: none;
  position: relative;
  color: #212121;
  border-radius: 0.625rem !important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  min-height: 5.25rem;
  border: 0 !important;
}
.c-dashboard .woocommerce-message--info p,
.c-dashboard .woocommerce-error p,
.c-dashboard .woocommerce-info p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}
.c-dashboard .woocommerce-message--info p:last-child,
.c-dashboard .woocommerce-error p:last-child,
.c-dashboard .woocommerce-info p:last-child {
  margin: 0;
}
.c-dashboard .woocommerce-message--info p mark,
.c-dashboard .woocommerce-error p mark,
.c-dashboard .woocommerce-info p mark {
  font-weight: 500;
  background-color: transparent;
}
.c-dashboard .woocommerce-message--info a,
.c-dashboard .woocommerce-error a,
.c-dashboard .woocommerce-info a {
  color: #4F1407;
}
.c-dashboard .woocommerce-message--info a:hover,
.c-dashboard .woocommerce-error a:hover,
.c-dashboard .woocommerce-info a:hover {
  color: #4F1407;
  opacity: 0.8;
  text-decoration: underline;
}
.c-dashboard .woocommerce-message--info li,
.c-dashboard .woocommerce-error li,
.c-dashboard .woocommerce-info li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #212121;
}
.c-dashboard .woocommerce-message--info::before,
.c-dashboard .woocommerce-error::before,
.c-dashboard .woocommerce-info::before {
  display: none;
  content: "";
}
.c-dashboard .woocommerce-message--info button:not([class]),
.c-dashboard .woocommerce-message--info button.button,
.c-dashboard .woocommerce-message--info button.woocommerce-Button,
.c-dashboard .woocommerce-message--info input[type=submit],
.c-dashboard .woocommerce-error button:not([class]),
.c-dashboard .woocommerce-error button.button,
.c-dashboard .woocommerce-error button.woocommerce-Button,
.c-dashboard .woocommerce-error input[type=submit],
.c-dashboard .woocommerce-info button:not([class]),
.c-dashboard .woocommerce-info button.button,
.c-dashboard .woocommerce-info button.woocommerce-Button,
.c-dashboard .woocommerce-info input[type=submit] {
  margin-right: auto !important;
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 500;
  color: #fff !important;
  background-color: #D2AB67 !important;
  border: 0;
  border-radius: 0.25rem;
  padding: 1rem 3rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-dashboard .woocommerce-message--info button:not([class]):hover,
.c-dashboard .woocommerce-message--info button.button:hover,
.c-dashboard .woocommerce-message--info button.woocommerce-Button:hover,
.c-dashboard .woocommerce-message--info input[type=submit]:hover,
.c-dashboard .woocommerce-error button:not([class]):hover,
.c-dashboard .woocommerce-error button.button:hover,
.c-dashboard .woocommerce-error button.woocommerce-Button:hover,
.c-dashboard .woocommerce-error input[type=submit]:hover,
.c-dashboard .woocommerce-info button:not([class]):hover,
.c-dashboard .woocommerce-info button.button:hover,
.c-dashboard .woocommerce-info button.woocommerce-Button:hover,
.c-dashboard .woocommerce-info input[type=submit]:hover {
  background-color: #1B1464;
}
.c-dashboard .notice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}
.c-dashboard .notice-wrapper .btn {
  display: inline-block;
  font-size: 0.9375rem;
  color: #fff;
  padding: 0.5rem 0.875rem;
  background-color: #D2AB67;
  border-radius: 0.25rem;
  font-weight: 500;
}
.c-dashboard .notice-wrapper .btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1B1464;
}
.c-dashboard .woocommerce-form-row em {
  font-size: 0.8125rem;
}
.c-dashboard button:not([class]),
.c-dashboard button.button,
.c-dashboard button.woocommerce-Button,
.c-dashboard input[type=submit] {
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 500;
  color: #fff !important;
  background-color: #D2AB67 !important;
  border: 0;
  border-radius: 0.25rem;
  padding: 1rem 3rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.c-dashboard button:not([class]):hover,
.c-dashboard button.button:hover,
.c-dashboard button.woocommerce-Button:hover,
.c-dashboard input[type=submit]:hover {
  background-color: #1B1464;
}
.c-dashboard .order_item {
  font-size: 1rem;
}
.c-dashboard .order_item .product-name .wc-item-meta {
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
}
.c-dashboard .order_item .product-name .wc-item-meta li {
  margin-bottom: 1rem;
}
.c-dashboard .order_item .product-name .wc-item-meta li p {
  margin: 0 !important;
}
.c-dashboard .order_item .product-name .wc-item-meta li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
}
.c-dashboard .woocommerce-order-details__title, .c-dashboard header h2 {
  margin-bottom: 1.5rem;
}

.woocommerce-message {
  margin: 0 0 2rem;
  background-color: #F5F5F5 !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  padding: 1rem 3rem 1rem 1rem !important;
  list-style: none;
  position: relative;
  border-top-color: #D2AB67;
  color: #212121;
  border-radius: 16px !important;
}
@media all and (min-width: 992px) {
  .woocommerce-message {
    padding: 1rem 1.5rem 1rem 1rem !important;
  }
}
.woocommerce-message p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}
.woocommerce-message p:last-child {
  margin: 0;
}
.woocommerce-message a {
  color: #D2AB67;
}
.woocommerce-message a:hover {
  color: #D2AB67;
  opacity: 0.8;
  text-decoration: underline;
}
.woocommerce-message li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #212121;
}
.woocommerce-message::before {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 4px;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  margin-left: 0.75rem;
  background: center center/100% no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20ZM10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM9 13H11V15H9V13ZM9 5H11V11H9V5Z' fill='%2368696E'/%3E%3C/svg%3E%0A");
}
@media all and (min-width: 992px) {
  .woocommerce-message::before {
    margin-top: 5px;
    position: static;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  margin-right: auto !important;
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 500;
  color: #fff !important;
  background-color: #D2AB67 !important;
  border: 0;
  border-radius: 1rem;
  text-decoration: none;
  padding: 1rem 2rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  opacity: 1 !important;
  text-decoration: none;
  background-color: #1B1464 !important;
}

.woocommerce .woocommerce-page .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #F2F6F7;
  color: #212121;
}

.c-dashboard .woocommerce-notices-wrapper .woocommerce-message,
.c-dashboard .woocommerce-notices-wrapper .woocommerce-error,
.c-dashboard .woocommerce-notices-wrapper .woocommerce-info {
  min-height: unset !important;
}
.c-dashboard .woocommerce-notices-wrapper .woocommerce-message::before,
.c-dashboard .woocommerce-notices-wrapper .woocommerce-error::before,
.c-dashboard .woocommerce-notices-wrapper .woocommerce-info::before {
  right: 0 !important;
  top: 0 !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  width: 100% !important;
  border-radius: 0.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  outline: none !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-error .button {
  margin: 20px 0 0;
}
@media all and (min-width: 992px) {
  .woocommerce-notices-wrapper .woocommerce-message .button,
  .woocommerce-notices-wrapper .woocommerce-error .button {
    margin: 0;
  }
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  padding: 0.75rem 1.5rem !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  padding-right: 3rem !important;
}

.woocommerce-form-coupon-toggle + .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-form-coupon-toggle + .woocommerce-message::before {
  margin-top: 3px !important;
}

.woocommerce-form-login,
.woocommerce-form-login.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 1.5rem;
  border: none !important;
}
.woocommerce-form-login h2,
.woocommerce-form-login.login h2 {
  margin: 0 0 1.5rem;
}
.woocommerce-form-login input::-webkit-input-placeholder, .woocommerce-form-login.login input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-form-login input::-moz-placeholder, .woocommerce-form-login.login input::-moz-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-form-login input:-ms-input-placeholder, .woocommerce-form-login.login input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-form-login input::-ms-input-placeholder, .woocommerce-form-login.login input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-form-login input::placeholder,
.woocommerce-form-login.login input::placeholder {
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  color: #cacace;
}
.woocommerce-form-login .woocommerce-form-row,
.woocommerce-form-login.login .woocommerce-form-row {
  margin-bottom: 1.5rem !important;
}
.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-form-login.login .woocommerce-form-login__rememberme {
  margin-right: 0 !important;
  margin-top: 0.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-form-login .form-row,
.woocommerce-form-login.login .form-row {
  position: relative;
  margin-bottom: 1rem !important;
  width: 100%;
  padding-top: 1rem !important;
}
@media all and (min-width: 768px) {
  .woocommerce-form-login .form-row.form-row-first, .woocommerce-form-login .form-row.form-row-last,
  .woocommerce-form-login.login .form-row.form-row-first,
  .woocommerce-form-login.login .form-row.form-row-last {
    width: calc(50% - 10px);
  }
  .woocommerce-form-login .form-row.form-row-wide,
  .woocommerce-form-login.login .form-row.form-row-wide {
    width: 100%;
  }
}
.woocommerce-form-login .form-row label,
.woocommerce-form-login.login .form-row label {
  font-size: 16px;
  line-height: 34px;
  background: #fff;
  position: absolute;
  top: -1rem;
  margin-right: 26px;
  z-index: 1;
  font-weight: 500;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.woocommerce-form-login .form-row label .required,
.woocommerce-form-login.login .form-row label .required {
  color: #E83C3F;
  margin-right: 0.25rem;
}
.woocommerce-form-login .form-row input[type=text],
.woocommerce-form-login .form-row input[type=email],
.woocommerce-form-login .form-row input[type=password],
.woocommerce-form-login.login .form-row input[type=text],
.woocommerce-form-login.login .form-row input[type=email],
.woocommerce-form-login.login .form-row input[type=password] {
  border: 1px solid #DFDFE2 !important;
  padding: 18px 24px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  height: 70px !important;
  color: #212121 !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  border-radius: 1rem !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  position: relative;
  margin-top: -17px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce-form-login .form-row input[type=text]:focus,
.woocommerce-form-login .form-row input[type=email]:focus,
.woocommerce-form-login .form-row input[type=password]:focus,
.woocommerce-form-login.login .form-row input[type=text]:focus,
.woocommerce-form-login.login .form-row input[type=email]:focus,
.woocommerce-form-login.login .form-row input[type=password]:focus {
  outline: 0.1875rem solid #D2AB67;
  border-color: #DFDFE2 !important;
}
.woocommerce-form-login .clear,
.woocommerce-form-login.login .clear {
  clear: both;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox,
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-top: 0;
  width: 100%;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox label,
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox label {
  position: static;
  background: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #212121;
  padding: 0;
  margin: 0;
  width: auto;
  cursor: pointer;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  width: 1.375rem;
  height: 1.375rem;
  border: 2px solid #DFDFE2 !important;
  border-radius: 0.25rem;
  margin: 0;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked,
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked {
  background-color: #D2AB67;
  border-color: #D2AB67 !important;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked::after,
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.375rem;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:focus,
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:focus {
  outline: 0.1875rem solid #D2AB67;
  outline-offset: 0.125rem;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox span,
.woocommerce-form-login.login .woocommerce-form__label-for-checkbox span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #212121;
}
.woocommerce-form-login button,
.woocommerce-form-login input[type=submit],
.woocommerce-form-login .woocommerce-button,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-login.login button,
.woocommerce-form-login.login input[type=submit],
.woocommerce-form-login.login .woocommerce-button,
.woocommerce-form-login.login .woocommerce-form-login__submit {
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  gap: 8px !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background-color: #D2AB67 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: 0 12px !important;
  padding: 9.5px 24px !important;
  border-radius: 0.75rem !important;
  border: none !important;
  margin-top: 1.5rem;
  cursor: pointer;
}
.woocommerce-form-login button:hover,
.woocommerce-form-login input[type=submit]:hover,
.woocommerce-form-login .woocommerce-button:hover,
.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-login.login button:hover,
.woocommerce-form-login.login input[type=submit]:hover,
.woocommerce-form-login.login .woocommerce-button:hover,
.woocommerce-form-login.login .woocommerce-form-login__submit:hover {
  background-color: #1B1464 !important;
  color: #fff !important;
  opacity: 1;
}
.woocommerce-form-login button:focus,
.woocommerce-form-login input[type=submit]:focus,
.woocommerce-form-login .woocommerce-button:focus,
.woocommerce-form-login .woocommerce-form-login__submit:focus,
.woocommerce-form-login.login button:focus,
.woocommerce-form-login.login input[type=submit]:focus,
.woocommerce-form-login.login .woocommerce-button:focus,
.woocommerce-form-login.login .woocommerce-form-login__submit:focus {
  outline: 0.1875rem solid #D2AB67;
  outline-offset: 0.125rem;
}
.woocommerce-form-login .show-password-input,
.woocommerce-form-login.login .show-password-input {
  background-color: #404040 !important;
  margin-top: -0.5rem !important;
  padding: 0.75rem !important;
}
.woocommerce-form-login .show-password-input:hover,
.woocommerce-form-login.login .show-password-input:hover {
  background-color: #FAF7F0 !important;
}
.woocommerce-form-login .lost_password,
.woocommerce-form-login.login .lost_password {
  width: 100%;
  margin-top: 1rem;
}
.woocommerce-form-login .lost_password a,
.woocommerce-form-login.login .lost_password a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #D2AB67;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-form-login .lost_password a:hover,
.woocommerce-form-login.login .lost_password a:hover {
  color: #1B1464;
  text-decoration: none;
}
.woocommerce-form-login .lost_password a:visited,
.woocommerce-form-login.login .lost_password a:visited {
  color: #D2AB67;
}
.woocommerce-form-login .lost_password a:visited:hover,
.woocommerce-form-login.login .lost_password a:visited:hover {
  color: #1B1464;
}
.woocommerce-form-login > p:first-child,
.woocommerce-form-login.login > p:first-child {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #212121;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-login.login {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .woocommerce-account .woocommerce-form-login,
  .woocommerce-account .woocommerce-form-login.login {
    max-width: 37.5rem;
  }
}

.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-login.login {
  background-color: #fff;
  border: 1px solid #FAF7F0;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-form-login,
  .woocommerce-checkout .woocommerce-form-login.login {
    padding: 2rem;
  }
}

.woocommerce-cart .woocommerce-form-login,
.woocommerce-cart .woocommerce-form-login.login {
  background-color: #fff;
  border: 1px solid #FAF7F0;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .woocommerce-cart .woocommerce-form-login,
  .woocommerce-cart .woocommerce-form-login.login {
    padding: 2rem;
  }
}

.s-product-detail .woocommerce-tabs .ParentMCommentsList .rightscol h3 {
  font-size: 20px;
  margin-top: 16px;
}
.s-product-detail .woocommerce-tabs .ParentMCommentsList .rightscol p, .s-product-detail .woocommerce-tabs .ParentMCommentsList .rightscol span {
  font-size: 14px;
  color: #A3A3A3;
}
.s-product-detail .woocommerce-tabs .ParentMCommentsList .SortCommentLists {
  margin-top: 0;
}

/**
 * Single product page layout
 * Summary (product info + variations) on the left, gallery on the right.
 * Related products full width below.
 */
.single-product__wrapper {
  position: relative;
  padding-bottom: 3em;
}

.single-product__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 3em;
}
@media all and (min-width: 768px) {
  .single-product__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
  }
}

.single-product__summary-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media all and (min-width: 768px) {
  .single-product__summary-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.single-product__summary-col .summary.entry-summary {
  margin: 0;
}

.single-product__gallery-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media all and (min-width: 768px) {
  .single-product__gallery-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    min-width: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.single-product__gallery-col .woocommerce-product-gallery {
  float: none;
  width: 100%;
}

/* Related products section below */
.single-product__wrapper .related.products,
.single-product__wrapper .upsells.products {
  clear: both;
  width: 100%;
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #ccc;
}

.single-product__wrapper .related.products h2,
.single-product__wrapper .upsells.products h2 {
  margin-bottom: 1.5em;
}

/* Variation chips (left side) */
.single-product-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 1.5em;
}

.single-product-variation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.single-product-variation-row .reset_variations {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  text-decoration: underline;
}

.single-product-variation-label {
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #404040;
}

.single-product-variation-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.variation-select-wrap--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.variation-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.variation-chips__chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: 1.3;
  color: #404040;
  background: #F5F5F5;
  border: 1px solid #ccc;
  border-radius: 2rem;
  cursor: pointer;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.variation-chips__chip:hover {
  background: rgb(234.8, 234.8, 234.8);
  border-color: rgb(183.6, 183.6, 183.6);
}
.variation-chips__chip.is-active {
  color: #1B1464;
  background: rgba(210, 171, 103, 0.15);
  border-color: #D2AB67;
}
.variation-chips__chip.is-active:hover {
  background: rgba(210, 171, 103, 0.25);
}

.woocommerce-cart .o-page--cart,
.wp-block-woocommerce-cart .o-page--cart {
  padding: 0 0 32px;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .o-page--cart,
  .wp-block-woocommerce-cart .o-page--cart {
    padding: 0 0 64px;
  }
}
.woocommerce-cart .c-content,
.wp-block-woocommerce-cart .c-content {
  margin-top: 48px;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .c-content,
  .wp-block-woocommerce-cart .c-content {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.woocommerce-cart .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .wc-block-cart-item__quantity {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background-color: #F5F5F5 !important;
  padding: 0.5rem 0.75rem !important;
  text-decoration: none !important;
  border-radius: 0.5rem !important;
}
.woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
.wp-block-woocommerce-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background-color: #FAF7F0 !important;
}
.woocommerce-cart .wc-block-cart-items,
.wp-block-woocommerce-cart .wc-block-cart-items {
  margin: 0 !important;
}
@media all and (min-width: 768px) {
  .woocommerce-cart .wc-block-cart-items,
  .wp-block-woocommerce-cart .wc-block-cart-items {
    margin: 0 0 2.5rem !important;
  }
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__wrap,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-cart-item__wrap {
  text-align: right;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector {
  margin: 0 !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector::after,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector::after {
  content: unset !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices {
  text-align: right;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name,
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover {
  color: #212121;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover,
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover:hover,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name:hover:hover {
  color: #D2AB67;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-details,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-details {
  text-align: right;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-details [class^=wc-block-components-product-details__],
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-details [class^=wc-block-components-product-details__] {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0.3125rem !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 0.5rem;
  gap: 0.25rem;
  padding: 0.15rem 0.55rem;
  width: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector,
  .wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector {
    position: absolute;
    left: 0.25rem;
    bottom: 2rem;
  }
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  width: 1.5rem !important;
  min-width: 1.5rem !important;
  margin: 0;
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:focus,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  font-family: "Dana";
  width: 1.25rem;
  height: 1.25rem;
  color: #D2AB67;
  opacity: 1;
  line-height: 1.55;
  border-radius: 0.5rem;
  border: 0;
  min-width: 1.25rem;
  max-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  cursor: pointer;
  background: center center/60% no-repeat;
  font-size: 0;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L5.75 0.75L10.75 0.750001' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 5.75H5.75M5.75 5.75H10.75M5.75 5.75V10.75M5.75 5.75V0.75' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  opacity: 0.7;
}
.woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce-cart.wp-block-woocommerce-cart,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart {
  width: 100%;
  padding: 0;
}
.woocommerce-cart .wc-block-components-sidebar,
.wp-block-woocommerce-cart .wc-block-components-sidebar {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-cart .wc-block-components-button {
  background-color: #D2AB67;
  color: #fff;
  border-radius: 1rem;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  padding: 1rem;
}
.woocommerce-cart .wc-block-components-button:hover,
.wp-block-woocommerce-cart .wc-block-components-button:hover {
  color: #fff;
  background-color: #1B1464;
}
.woocommerce-cart .wc-block-components-totals-coupon__input label,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon__input label {
  top: 1.75rem;
  right: 1.35rem;
}
.woocommerce-cart .wc-block-components-totals-coupon__input input,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon__input input {
  border: 1px solid #DFDFE2 !important;
  padding: 18px 24px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  height: 3.75rem !important;
  color: #212121 !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  border-radius: 1.25rem !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
.woocommerce-cart .wp-element-button.wc-block-components-totals-coupon__button,
.wp-block-woocommerce-cart .wp-element-button.wc-block-components-totals-coupon__button {
  border: none !important;
  border-radius: 1rem !important;
}
.woocommerce-cart .wp-element-button.wc-block-components-totals-coupon__button:disabled,
.wp-block-woocommerce-cart .wp-element-button.wc-block-components-totals-coupon__button:disabled {
  background-color: #A3A3A3;
}
.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  width: 100%;
}
.woocommerce-cart .shop_table,
.wp-block-woocommerce-cart .shop_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #EDEDED;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .shop_table,
  .wp-block-woocommerce-cart .shop_table {
    margin-bottom: 2.5rem;
  }
}
.woocommerce-cart .shop_table thead,
.wp-block-woocommerce-cart .shop_table thead {
  background-color: #F9F9F9;
}
.woocommerce-cart .shop_table thead th,
.wp-block-woocommerce-cart .shop_table thead th {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 500;
  padding: 1.25rem;
  color: #212121;
  text-align: right;
  border-bottom: 1px solid #EDEDED;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .shop_table thead th,
  .wp-block-woocommerce-cart .shop_table thead th {
    padding: 1.5rem;
  }
}
.woocommerce-cart .shop_table thead th.product-remove,
.wp-block-woocommerce-cart .shop_table thead th.product-remove {
  width: 3.125rem;
  text-align: center;
}
.woocommerce-cart .shop_table thead th.product-thumbnail,
.wp-block-woocommerce-cart .shop_table thead th.product-thumbnail {
  width: 6.25rem;
}
.woocommerce-cart .shop_table tbody td,
.wp-block-woocommerce-cart .shop_table tbody td {
  color: #212121;
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 400;
  padding: 1.25rem;
  vertical-align: middle;
  border-bottom: 1px solid #EDEDED;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .shop_table tbody td,
  .wp-block-woocommerce-cart .shop_table tbody td {
    padding: 1.5rem;
  }
}
.woocommerce-cart .shop_table tbody td:last-child,
.wp-block-woocommerce-cart .shop_table tbody td:last-child {
  border-bottom: none;
}
.woocommerce-cart .shop_table tbody td a,
.wp-block-woocommerce-cart .shop_table tbody td a {
  color: #D2AB67;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .shop_table tbody td a:hover,
.wp-block-woocommerce-cart .shop_table tbody td a:hover {
  color: #1B1464;
}
.woocommerce-cart .shop_table tbody .product-remove,
.wp-block-woocommerce-cart .shop_table tbody .product-remove {
  text-align: center;
}
.woocommerce-cart .shop_table tbody .product-remove a.remove,
.wp-block-woocommerce-cart .shop_table tbody .product-remove a.remove {
  font-size: 1.5rem;
  line-height: 1;
  color: #A3A3A3;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .shop_table tbody .product-remove a.remove:hover,
.wp-block-woocommerce-cart .shop_table tbody .product-remove a.remove:hover {
  background-color: #E83C3F;
  color: #fff;
}
.woocommerce-cart .shop_table tbody .product-thumbnail img,
.wp-block-woocommerce-cart .shop_table tbody .product-thumbnail img {
  width: 5rem;
  height: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid #EDEDED;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .shop_table tbody .product-thumbnail img,
  .wp-block-woocommerce-cart .shop_table tbody .product-thumbnail img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.woocommerce-cart .shop_table tbody .product-name a,
.wp-block-woocommerce-cart .shop_table tbody .product-name a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #212121;
}
.woocommerce-cart .shop_table tbody .product-name a:hover,
.wp-block-woocommerce-cart .shop_table tbody .product-name a:hover {
  color: #D2AB67;
}
.woocommerce-cart .shop_table tbody .product-name .variation,
.wp-block-woocommerce-cart .shop_table tbody .product-name .variation {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.025625rem;
  color: #A3A3A3;
}
.woocommerce-cart .shop_table tbody .product-name .variation dt, .woocommerce-cart .shop_table tbody .product-name .variation dd,
.wp-block-woocommerce-cart .shop_table tbody .product-name .variation dt,
.wp-block-woocommerce-cart .shop_table tbody .product-name .variation dd {
  display: inline;
}
.woocommerce-cart .shop_table tbody .product-name .variation dt,
.wp-block-woocommerce-cart .shop_table tbody .product-name .variation dt {
  font-weight: 500;
  margin-left: 0.25rem;
}
.woocommerce-cart .shop_table tbody .product-price,
.wp-block-woocommerce-cart .shop_table tbody .product-price {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 500;
  color: #212121;
}
.woocommerce-cart .shop_table tbody .product-quantity .quantity,
.wp-block-woocommerce-cart .shop_table tbody .product-quantity .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.woocommerce-cart .shop_table tbody .product-subtotal,
.wp-block-woocommerce-cart .shop_table tbody .product-subtotal {
  font-size: 1.125rem;
  line-height: 1.318125rem;
  font-weight: 600;
  color: #212121;
}
.woocommerce-cart .shop_table .actions,
.wp-block-woocommerce-cart .shop_table .actions {
  background-color: #F9F9F9;
}
.woocommerce-cart .shop_table .actions td,
.wp-block-woocommerce-cart .shop_table .actions td {
  padding: 1.5rem;
  border: none;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .shop_table .actions td,
  .wp-block-woocommerce-cart .shop_table .actions td {
    padding: 2rem;
  }
}
.woocommerce-cart .shop_table .actions .coupon,
.wp-block-woocommerce-cart .shop_table .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .shop_table .actions .coupon,
  .wp-block-woocommerce-cart .shop_table .actions .coupon {
    margin-bottom: 0;
  }
}
.woocommerce-cart .shop_table .actions .coupon label,
.wp-block-woocommerce-cart .shop_table .actions .coupon label {
  display: none;
}
.woocommerce-cart .shop_table .actions .coupon #coupon_code,
.wp-block-woocommerce-cart .shop_table .actions .coupon #coupon_code {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 15.625rem;
  padding: 0.75rem 1rem;
  border: 1px solid #B1B3B8;
  border-radius: 0.5rem;
  font-size: 1rem;
  background-color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .shop_table .actions .coupon #coupon_code:focus,
.wp-block-woocommerce-cart .shop_table .actions .coupon #coupon_code:focus {
  outline: none;
  border-color: #D2AB67;
}
.woocommerce-cart .shop_table .actions .coupon button,
.wp-block-woocommerce-cart .shop_table .actions .coupon button {
  padding: 0.75rem 1.5rem;
  background-color: #D2AB67;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .shop_table .actions .coupon button:hover,
.wp-block-woocommerce-cart .shop_table .actions .coupon button:hover {
  background-color: #1B1464;
}
.woocommerce-cart .shop_table .actions button[name=update_cart],
.wp-block-woocommerce-cart .shop_table .actions button[name=update_cart] {
  padding: 0.75rem 1.5rem;
  background-color: #F5F5F5;
  color: #212121;
  border: 1px solid #EDEDED;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .shop_table .actions button[name=update_cart]:hover,
.wp-block-woocommerce-cart .shop_table .actions button[name=update_cart]:hover {
  background-color: #A3A3A3;
  color: #fff;
}
@media (max-width: 767px) {
  .woocommerce-cart .shop_table thead,
  .wp-block-woocommerce-cart .shop_table thead {
    display: none;
  }
  .woocommerce-cart .shop_table tbody tr,
  .wp-block-woocommerce-cart .shop_table tbody tr {
    display: block;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 1rem;
    border: 1px solid #EDEDED;
    position: relative;
  }
  .woocommerce-cart .shop_table tbody tr:last-child,
  .wp-block-woocommerce-cart .shop_table tbody tr:last-child {
    margin-bottom: 0;
  }
  .woocommerce-cart .shop_table tbody td,
  .wp-block-woocommerce-cart .shop_table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 0;
    border: none;
    border-bottom: 1px solid #EDEDED;
  }
  .woocommerce-cart .shop_table tbody td:last-child,
  .wp-block-woocommerce-cart .shop_table tbody td:last-child {
    border-bottom: none;
  }
  .woocommerce-cart .shop_table tbody td::before,
  .wp-block-woocommerce-cart .shop_table tbody td::before {
    content: attr(data-title);
    font-weight: 500;
    margin-left: 1rem;
    color: #A3A3A3;
  }
  .woocommerce-cart .shop_table tbody td.product-remove,
  .wp-block-woocommerce-cart .shop_table tbody td.product-remove {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0;
  }
  .woocommerce-cart .shop_table tbody td.product-remove::before,
  .wp-block-woocommerce-cart .shop_table tbody td.product-remove::before {
    content: none;
  }
  .woocommerce-cart .shop_table tbody td.product-thumbnail::before,
  .wp-block-woocommerce-cart .shop_table tbody td.product-thumbnail::before {
    content: none;
  }
  .woocommerce-cart .shop_table .actions td,
  .wp-block-woocommerce-cart .shop_table .actions td {
    display: block;
    padding: 1rem;
  }
  .woocommerce-cart .shop_table .actions td .coupon,
  .wp-block-woocommerce-cart .shop_table .actions td .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .woocommerce-cart .shop_table .actions td .coupon #coupon_code,
  .wp-block-woocommerce-cart .shop_table .actions td .coupon #coupon_code {
    max-width: 100%;
    margin-bottom: 0.75rem;
  }
  .woocommerce-cart .shop_table .actions td button[name=update_cart],
  .wp-block-woocommerce-cart .shop_table .actions td button[name=update_cart] {
    width: 100%;
  }
}
.woocommerce-cart .cart-collaterals,
.wp-block-woocommerce-cart .cart-collaterals {
  display: grid;
  gap: 1.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .cart-collaterals,
  .wp-block-woocommerce-cart .cart-collaterals {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .cart-collaterals .cart_totals,
  .wp-block-woocommerce-cart .cart-collaterals .cart_totals {
    padding: 2rem;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals h2,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 1.25rem;
  line-height: 1.465rem;
  font-weight: 600;
  color: #212121;
  margin-bottom: 1.5rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  margin-bottom: 1.5rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th, .woocommerce-cart .cart-collaterals .cart_totals table tr td,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr th,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr td {
  padding: 0.75rem 0;
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 400;
  color: #212121;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr th {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr td {
  text-align: left;
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td {
  font-size: 1.125rem;
  line-height: 1.318125rem;
  font-weight: 600;
  padding-top: 1rem;
  border-top: 2px solid #EDEDED;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 1.5rem;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #D2AB67;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.wp-block-woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #1B1464;
}
.woocommerce-cart .wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block {
  margin-bottom: 2rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wp-block-woocommerce-cart-items-block,
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block {
    margin-bottom: 2.5rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item,
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item {
    padding: 1.5rem;
    gap: 1.25rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item:last-child,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item:last-child {
  margin-bottom: 0;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image,
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image img,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid #EDEDED;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-cart-item__product-name,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-cart-item__product-name {
  font-size: 1.125rem;
  line-height: 1.318125rem;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: block;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-cart-item__product-name:hover,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-cart-item__product-name:hover {
  color: #D2AB67;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-components-product-metadata,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-components-product-metadata {
  font-size: 0.875rem;
  line-height: 1.025625rem;
  color: #A3A3A3;
  margin-top: 0.5rem;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-components-product-price,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__description .wc-block-components-product-price {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 500;
  color: #212121;
  margin-top: 0.5rem;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity .wc-block-components-quantity-selector,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after {
  content: unset !important;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__remove-link,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__remove-link {
  color: #A3A3A3;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__remove-link:hover,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item .wc-block-cart-item__remove-link:hover {
  background-color: #E83C3F;
  color: #fff;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block {
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wp-block-woocommerce-cart-totals-block,
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    padding: 2rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.75rem 0;
  font-size: 1rem;
  line-height: 1.171875rem;
  color: #212121;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__label {
  font-weight: 400;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__value,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__value {
  font-weight: 500;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item.wc-block-components-totals-item--total,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item.wc-block-components-totals-item--total {
  font-size: 1.125rem;
  line-height: 1.318125rem;
  font-weight: 600;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 2px solid #EDEDED;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button {
  margin-top: 1.5rem;
  width: 100%;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button button,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button button {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #D2AB67;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button button:hover,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-checkout-button button:hover {
  background-color: #1B1464;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  text-align: center;
  padding: 2.5rem 1.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block,
  .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding: 3.75rem 2.5rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-empty-cart-message,
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-empty-cart-message {
  font-size: 1.125rem;
  line-height: 1.318125rem;
  color: #A3A3A3;
  margin-bottom: 1.5rem;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__shopping-button,
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__shopping-button {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #D2AB67;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
  line-height: 1.245rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__shopping-button:hover,
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__shopping-button:hover {
  background-color: #1B1464;
}
.woocommerce-cart .wp-block-woocommerce-cart-title-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-title-block {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wp-block-woocommerce-cart-title-block,
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-title-block {
    margin-bottom: 2rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-title-block h2,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-title-block h2 {
  font-size: 1.5rem;
  line-height: 1.758125rem;
  font-weight: 600;
  color: #212121;
  margin: 0;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wp-block-woocommerce-cart-title-block h2,
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-title-block h2 {
    font-size: 2rem;
    line-height: 2.34375rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-coupon-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: #F9F9F9;
  border-radius: 0.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wp-block-woocommerce-cart-coupon-block,
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart-coupon-block input,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block input {
  padding: 0.75rem 1rem;
  border: 1px solid #B1B3B8;
  border-radius: 0.5rem;
  font-size: 1rem;
  background-color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .wp-block-woocommerce-cart-coupon-block input:focus,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block input:focus {
  outline: none;
  border-color: #D2AB67;
}
.woocommerce-cart .wp-block-woocommerce-cart-coupon-block button,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block button {
  padding: 0.75rem 1.5rem;
  background-color: #D2AB67;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.woocommerce-cart .wp-block-woocommerce-cart-coupon-block button:hover,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-coupon-block button:hover {
  background-color: #1B1464;
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
  font-size: 1.25rem;
  line-height: 2;
}

.wc-block-cart {
  margin-bottom: 0 !important;
}

.wc-block-cart__sidebar {
  padding: 0 1.25rem;
}

.wc-block-components-totals-wrapper {
  border-top: 0 !important;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-item__description {
  margin-top: 0.5rem;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__description {
  margin-top: 2rem;
}

.wc-block-cart-items__row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media all and (min-width: 768px) {
  .wc-block-cart-items__row {
    display: table-row !important;
  }
}
.wc-block-cart-items__row .wc-block-cart-item__image {
  max-width: 5.625rem;
  margin-bottom: 1rem !important;
}
@media all and (min-width: 768px) {
  .wc-block-cart-items__row .wc-block-cart-item__image {
    margin-bottom: 2rem !important;
  }
}
.wc-block-cart-items__row .wc-block-cart-item__product {
  max-width: calc(100% - 90px);
}
@media all and (min-width: 768px) {
  .wc-block-cart-items__row .wc-block-cart-item__product {
    max-width: unset;
  }
}
.wc-block-cart-items__row .wc-block-cart-item__total {
  display: none;
}
@media all and (min-width: 768px) {
  .wc-block-cart-items__row .wc-block-cart-item__total {
    display: table-cell;
  }
}
.wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 16px !important;
  font-weight: 500;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  padding-left: 0 !important;
}

.s-cart h2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 2rem);
}
@media all and (min-width: 768px) {
  .s-cart h2 {
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: calc(100% - 4rem);
  }
}
@media all and (min-width: 992px) {
  .s-cart h2 {
    padding: 0;
    max-width: 980px;
  }
}
@media all and (min-width: 1180px) {
  .s-cart h2 {
    max-width: 1100px;
  }
}
@media all and (min-width: 1400px) {
  .s-cart h2 {
    max-width: 1360px;
  }
}
.s-cart > .o-container {
  width: 100%;
  max-width: 100%;
}
.s-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
  border-bottom: 1px solid #F5F5F5;
}
.s-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:last-child {
  border-bottom: 0;
  padding-bottom: 40px;
}

.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-badge.wc-block-components-sale-badge {
  font-size: 0;
  padding: 2px;
  border-radius: 6px;
  color: #D2AB67;
  border-color: #D2AB67;
}
.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-badge.wc-block-components-sale-badge .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount {
  font-size: 12px;
}
.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-badge.wc-block-components-sale-badge .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount::before {
  content: "تخفیف ";
}

.woocommerce-cart .wc-block-components-totals-coupon__input label, .wp-block-woocommerce-cart .wc-block-components-totals-coupon__input label {
  top: 1.5rem;
}
@media all and (min-width: 992px) {
  .woocommerce-cart .wc-block-components-totals-coupon__input label, .wp-block-woocommerce-cart .wc-block-components-totals-coupon__input label {
    top: 1.85rem;
  }
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value {
  font-size: 1rem;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label {
  font-size: 1rem;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-formatted-money-amount,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-formatted-money-amount {
  font-size: 1.125rem !important;
}

.wc-block-cart__submit {
  padding-left: 1rem;
  padding-right: 1rem;
}

.o-woo-title {
  margin: 32px 0 24px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}
@media all and (min-width: 992px) {
  .o-woo-title {
    font-size: 32px;
    line-height: 40px;
    margin: 64px 0 54px;
  }
}

.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-button .wc-block-components-button__text {
  font-size: 18px;
}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input {
  padding: 18px 28px 8px 20px !important;
  height: 3rem !important;
}
@media all and (min-width: 992px) {
  .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input {
    padding: 20px 30px 10px 20px !important;
    height: 3.75rem !important;
  }
}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input label {
  background-color: #fff;
  padding: 4px 6px;
}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input.is-active label {
  top: -0.65rem !important;
}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-button {
  padding: 0.5rem;
  font-size: 14px;
  max-height: 48px;
  line-height: 1.25;
}
@media all and (min-width: 992px) {
  .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-button {
    padding: 1rem;
    font-size: 16px;
    max-height: 54px;
  }
}
.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-button .wc-block-components-button__text {
  padding: 0.5rem;
  font-size: 14px;
}
@media all and (min-width: 992px) {
  .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form .wc-block-components-button .wc-block-components-button__text {
    padding: 1rem;
    font-size: 16px;
  }
}

.wc-block-cart__submit .wc-block-cart__submit-container .wc-block-components-button .wc-block-components-button__text {
  font-weight: 500;
}

@supports (-webkit-touch-callout: none) {
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    position: relative;
  }
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    left: 0.25rem;
    bottom: 2rem;
  }
  @media all and (min-width: 992px) {
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
      left: -8.75rem;
      bottom: 0;
    }
  }
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__product {
    width: 100%;
  }
  @media all and (min-width: 992px) {
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__product {
      width: auto;
    }
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    position: relative;
  }
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    left: 0.25rem;
    bottom: 2rem;
  }
  @media all and (min-width: 992px) {
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
      left: -7.75rem;
      bottom: 0;
    }
  }
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__product {
    width: 100%;
  }
  @media all and (min-width: 992px) {
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__product {
      width: auto;
    }
  }
}
@supports (font: -apple-system-body) {
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    position: relative;
  }
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    left: 0.25rem;
    bottom: 0;
  }
  @media all and (min-width: 992px) {
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
      left: -7.75rem;
      bottom: 0;
    }
  }
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__product {
    width: 100%;
  }
  @media all and (min-width: 992px) {
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__product {
      width: auto;
    }
  }
  .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge {
    position: absolute;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
  }
}
.woocommerce-checkout .c-content.s-content {
  margin-top: 48px;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .woocommerce-checkout .c-content.s-content {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.woocommerce-checkout .s-checkout__header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.woocommerce-checkout .s-checkout__title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #212121;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.woocommerce-checkout .s-checkout__desc {
  font-size: 1rem;
  color: #404040;
  margin: 0;
  line-height: 1.6;
}
.woocommerce-checkout * {
  font-family: "IRANSansXFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.woocommerce-checkout .s-block-area .woocommerce {
  padding: 3rem 0;
}
.woocommerce-checkout #payment ul,
.woocommerce-checkout #payment ol {
  list-style: none;
  padding: 0 !important;
  margin: 2rem 0;
}
.woocommerce-checkout #payment .wc_payment_method {
  margin-bottom: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}
.woocommerce-checkout #payment .wc_payment_method > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.25rem;
  margin: 0 !important;
  font-size: 1rem;
  font-weight: 700;
  color: #212121;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.woocommerce-checkout #payment .wc_payment_method > label:hover {
  background: #F5F5F5;
}
.woocommerce-checkout #payment .wc_payment_method > label::before {
  margin-left: 0.75rem;
}
.woocommerce-checkout #payment .wc_payment_method > label img {
  border-radius: 0 !important;
  margin-left: 0.5rem;
  max-height: 24px;
  width: auto;
}
.woocommerce-checkout #payment .wc_payment_method.woocommerce-PaymentMethod--chosen > label, .woocommerce-checkout #payment .wc_payment_method:hover > label {
  background: #F5F5F5;
}
.woocommerce-checkout #payment .wc_payment_method .payment_box {
  padding: 1rem 1.25rem 1.25rem;
  margin: 0 !important;
  background: #F5F5F5;
  border-top: 1px solid #ccc;
  color: #404040;
  font-size: 0.875rem;
  line-height: 1.6;
}
.woocommerce-checkout #payment .wc_payment_method .payment_box::before {
  display: none;
}
.woocommerce-checkout #payment .wc_payment_method .payment_box p {
  margin: 0 0 0.5rem 0;
  color: #404040;
}
.woocommerce-checkout #payment .wc_payment_method .payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment .wc_payment_method .payment_box img {
  max-width: 150px;
  margin-top: 0.5rem;
}
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods {
  margin-bottom: 0.5rem;
}
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods:empty {
  margin: 0 !important;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods:empty {
  margin: 0 !important;
}
.woocommerce-checkout .wc-item-meta {
  padding: 0 !important;
}
.woocommerce-checkout .wc-item-meta li {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #404040;
}
.woocommerce-checkout .wc-item-meta li p {
  margin: 0 !important;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 0.875rem;
  color: #404040;
}
.woocommerce-checkout table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.woocommerce-checkout th,
.woocommerce-checkout td {
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ccc;
}
.woocommerce-checkout tr:last-child th,
.woocommerce-checkout tr:last-child td {
  border-bottom: none !important;
}
.woocommerce-checkout .shop_table thead th {
  font-weight: 700;
  font-size: 1rem;
  color: #212121;
  background: #F5F5F5;
}
.woocommerce-checkout .shop_table tbody tr {
  background-color: transparent;
}
.woocommerce-checkout .shop_table tbody tr:nth-child(even) {
  background-color: rgba(245, 245, 245, 0.6);
}
.woocommerce-checkout .shop_table .product-name ul {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  color: #404040;
}
.woocommerce-checkout .shop_table tfoot th {
  font-weight: 700;
  color: #212121;
}
.woocommerce-checkout .shop_table tfoot td {
  text-align: right;
  font-size: 1rem;
  color: #404040;
  font-weight: 500;
}
.woocommerce-checkout #wc-stripe-upe-form {
  background: #F5F5F5;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #404040;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #1B1464;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:hover {
  text-decoration: none;
}
.woocommerce-checkout .form-row input[type=checkbox] {
  margin-right: 0.5rem;
}
.woocommerce-checkout #terms {
  margin-right: 0.5rem;
}
.woocommerce-checkout button#place_order {
  background-color: #D2AB67 !important;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
  font-size: 1.0625rem !important;
  line-height: 1.245rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  border-radius: 0.5rem !important;
  width: 100%;
  min-height: 3rem;
  border: none;
  color: #fff;
}
.woocommerce-checkout button#place_order:hover {
  background-color: #D2AB67 !important;
  color: #fff;
}
.woocommerce-checkout label {
  font-weight: 500;
  font-size: 0.95rem;
  color: #404040;
}
.woocommerce-checkout #order_review {
  max-width: 100%;
  margin: 0 auto;
  font-family: "IRANSansXFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

body.woocommerce-checkout {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body.woocommerce-checkout form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem !important;
}
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
@media all and (min-width: 992px) {
  body.woocommerce-checkout form.woocommerce-checkout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1180px) {
  body.woocommerce-checkout form.woocommerce-checkout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.woocommerce-checkout form.woocommerce-checkout #order_review {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
}
@media all and (min-width: 1180px) {
  body.woocommerce-checkout form.woocommerce-checkout #order_review {
    -ms-flex-preferred-size: calc(36% - 24px) !important;
    flex-basis: calc(36% - 24px) !important;
  }
}
body.woocommerce-checkout form.woocommerce-checkout #customer_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.woocommerce-checkout form.woocommerce-checkout #customer_details::before, body.woocommerce-checkout form.woocommerce-checkout #customer_details::after {
  content: unset !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row {
  position: relative;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 992px) {
  body.woocommerce-checkout form.woocommerce-checkout .form-row {
    margin-bottom: 2rem;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .form-row label {
  font-size: 16px;
  line-height: 34px;
  background: #fff;
  position: absolute;
  margin-right: 20px;
  z-index: 1;
  font-weight: 500;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: -14px;
  margin-bottom: 0px;
  padding: 0 10px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 {
  padding: 1.3125rem 1rem !important;
  border: 1px solid #DFDFE2 !important;
  border-radius: 0.75rem;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection {
  border: none !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-container .select2-dropdown--below {
  top: -10px;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-dropdown {
  border-color: #DFDFE2 !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered {
  width: 100% !important;
  padding: 0.1875rem 1rem 0.625rem !important;
  border: 0 !important;
  border-radius: 0.5rem !important;
  font-size: 1rem !important;
  color: #212121 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered:focus {
  outline: 0.125rem solid #D2AB67 !important;
  outline-offset: -0.0625rem !important;
  border-color: #D2AB67 !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered::-webkit-input-placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered::-moz-placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered:-ms-input-placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered::-ms-input-placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
body.woocommerce-checkout form.woocommerce-checkout .form-row .select2 .select2-selection__rendered::placeholder {
  color: #cacace !important;
  font-size: 0.875rem !important;
}
body.woocommerce-checkout form.woocommerce-checkout input:not([type=submit]),
body.woocommerce-checkout form.woocommerce-checkout textarea {
  border: 1px solid #DFDFE2;
  border-radius: 0.75rem;
  font-size: 14px;
  line-height: 34px;
  font-weight: 300;
  padding: 16px 24px !important;
  color: #212121 !important;
  width: 100%;
}
body.woocommerce-checkout form.woocommerce-checkout textarea {
  border: 1px solid #DFDFE2 !important;
  padding: 18px 24px !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  height: 180px !important;
  color: #212121 !important;
  background: #fff !important;
  border-radius: 1.25rem !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  color: #212121 !important;
}
body.woocommerce-checkout form.woocommerce-checkout textarea:focus {
  outline: 0.1875rem solid #D2AB67;
}
body.woocommerce-checkout .entry-content .woocommerce {
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-checkout .methods .input-radio {
  display: none;
}
body.woocommerce-checkout .woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media all and (min-width: 992px) {
  body.woocommerce-checkout .woocommerce-checkout {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
body.woocommerce-checkout .woocommerce-checkout .billing-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media all and (min-width: 992px) {
  body.woocommerce-checkout .woocommerce-checkout .billing-info {
    -ms-flex-preferred-size: 63%;
    flex-basis: 63%;
  }
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media all and (min-width: 992px) {
  body.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }
}
body.woocommerce-checkout .woocommerce-checkout .o-checkout-title {
  font-weight: 700;
  font-size: 28px;
  color: #212121;
  margin: 0 20px;
}
body.woocommerce-checkout .woocommerce-checkout .o-checkout-title--md {
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #212121;
  margin: 0 0 20px;
}
body.woocommerce-checkout .woocommerce-checkout .o-box {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  padding: 24px;
}
body.woocommerce-checkout .woocommerce-checkout .fasihi-checkout-payment-details tr {
  background-color: transparent !important;
  border: none !important;
}
body.woocommerce-checkout .woocommerce-checkout .fasihi-checkout-payment-details tr :first-child {
  text-align: right;
}
body.woocommerce-checkout .woocommerce-checkout .fasihi-checkout-payment-details td, body.woocommerce-checkout .woocommerce-checkout .fasihi-checkout-payment-details th {
  background-color: transparent !important;
  border: none !important;
  padding: 12px 0 !important;
}
body.woocommerce-checkout .woocommerce-checkout .fasihi-checkout-payment-details th {
  font-weight: 500;
  font-size: 14px;
  color: #68696E;
}
body.woocommerce-checkout .woocommerce-checkout .fasihi-checkout-payment-details td {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
}
body.woocommerce-checkout .woocommerce-checkout .fasihi-checkout-payment-details caption {
  margin: 0 !important;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-shipping-totals {
  display: none !important;
}
body.woocommerce-checkout .woocommerce-checkout .order-total th {
  font-size: 18px;
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce-checkout .order-total td {
  font-size: 18px;
  font-weight: 700;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice {
  padding-top: 20px;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt {
  overflow: hidden;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt-title {
  position: relative;
  padding-right: 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #212121;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt-desc {
  color: #212121;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  margin-top: 4px;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt-title::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #A3A3A3;
  -webkit-transition: 0.12s;
  transition: 0.12s;
  position: absolute;
  top: 6px;
  right: 0;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt-title::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #D2AB67;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: 0.12s;
  transition: 0.12s;
  position: absolute;
  top: 11px;
  right: 5px;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label input:checked + .gold-metals-checkout-payment-choice-opt-text .gold-metals-checkout-payment-choice-opt-title::before {
  border-color: #D2AB67;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label input:checked + .gold-metals-checkout-payment-choice-opt-text .gold-metals-checkout-payment-choice-opt-title::after {
  opacity: 1;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label input[type=radio] {
  position: absolute;
  opacity: 0;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label input[type=number] {
  padding: 10px 14px;
  border: 2px solid #A3A3A3;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-barter-field-label {
  margin-bottom: 4px !important;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-barter-field {
  width: 100%;
  max-width: 100%;
  max-height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-barter-field input:focus {
  outline: none;
  border-color: #D2AB67;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label input[type=radio]:checked + .gold-metals-checkout-payment-choice-opt-text .gold-metals-checkout-barter-field {
  max-height: 106px;
}
body.woocommerce-checkout .woocommerce-checkout .gold-metals-checkout-payment-choice-radios label .gold-metals-order-total-barter {
  font-size: 14px;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input {
  border-color: #F2F2F3;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  font-weight: 500;
  color: #212121;
}
@media all and (min-width: 992px) {
  body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media all and (min-width: 992px) {
  body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__arrow {
  top: 20px;
  left: 12px;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
  padding-top: 2px !important;
}

body.woocommerce-checkout form.woocommerce-checkout input:not([type=submit]), body.woocommerce-checkout form.woocommerce-checkout textarea {
  font-family: "IRANSansXFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
body.woocommerce-checkout form.woocommerce-checkout input:not([type=submit])::-webkit-input-placeholder, body.woocommerce-checkout form.woocommerce-checkout textarea::-webkit-input-placeholder {
  font-family: "IRANSansXFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
body.woocommerce-checkout form.woocommerce-checkout input:not([type=submit])::-moz-placeholder, body.woocommerce-checkout form.woocommerce-checkout textarea::-moz-placeholder {
  font-family: "IRANSansXFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
body.woocommerce-checkout form.woocommerce-checkout input:not([type=submit]):-ms-input-placeholder, body.woocommerce-checkout form.woocommerce-checkout textarea:-ms-input-placeholder {
  font-family: "IRANSansXFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
body.woocommerce-checkout form.woocommerce-checkout input:not([type=submit])::-ms-input-placeholder, body.woocommerce-checkout form.woocommerce-checkout textarea::-ms-input-placeholder {
  font-family: "IRANSansXFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
body.woocommerce-checkout form.woocommerce-checkout input:not([type=submit])::placeholder, body.woocommerce-checkout form.woocommerce-checkout textarea::placeholder {
  font-family: "IRANSansXFaNum", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .woocommerce {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout.woocommerce-page .woocommerce-NoticeGroup-updateOrderReview {
  width: 100%;
}

.gold-metals-delivery-checkout-wrapper > .o-checkout-title {
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  margin: 24px 0 16px !important;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-shipping-radio-item {
  overflow: hidden;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-shipping-radio-item .gold-metals-shipping-radio-text {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-shipping-radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  left: -30px;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-delivery-panels-wrap {
  border: none !important;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-gm-info-banner {
  font-size: 18px;
  line-height: 32px;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill-grid.gold-metals-gm-pill-grid--branches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-delivery-section-title {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-delivery-field-label {
  font-size: 16px;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill__branch-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill__branch-detail {
  font-size: 16px;
  font-weight: 400;
}
.gold-metals-delivery-checkout-wrapper .gold-metals-gm-pill {
  line-height: 32px;
  font-size: 14px;
  border-radius: 8px;
  padding: 9.5px 30px;
  border: none;
  background-color: #F7F6FD;
}

.c-dashboard .woocommerce table,
.woocommerce-order-received table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem !important;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.c-dashboard .woocommerce table .woocommerce-orders-table__row th:first-child,
.woocommerce-order-received table .woocommerce-orders-table__row th:first-child {
  padding-right: 20px !important;
}
.c-dashboard .woocommerce thead th,
.woocommerce-order-received thead th {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 500;
  padding: 1rem;
  background-color: #F9F9F9;
  color: #212121;
  border-bottom: 1px solid #FAF7F0;
}
@media all and (min-width: 992px) {
  .c-dashboard .woocommerce thead th,
  .woocommerce-order-received thead th {
    padding: 1.25rem 1.25rem;
  }
}
.c-dashboard .woocommerce thead th:first-child,
.woocommerce-order-received thead th:first-child {
  border-top-left-radius: 0;
}
.c-dashboard .woocommerce thead th:last-child,
.woocommerce-order-received thead th:last-child {
  border-top-right-radius: 0;
}
.c-dashboard .woocommerce tbody td,
.woocommerce-order-received tbody td {
  color: #212121;
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 400;
  padding: 1rem;
  border-bottom: 1px solid #FAF7F0;
}
@media all and (min-width: 992px) {
  .c-dashboard .woocommerce tbody td,
  .woocommerce-order-received tbody td {
    padding: 1.25rem 1.25rem;
  }
}
.c-dashboard .woocommerce tbody td a,
.woocommerce-order-received tbody td a {
  color: #A3A3A3;
  text-decoration: underline;
}
.c-dashboard .woocommerce tbody td a:hover,
.woocommerce-order-received tbody td a:hover {
  color: #D2AB67;
}
.c-dashboard .woocommerce tbody tr:last-child td,
.woocommerce-order-received tbody tr:last-child td {
  border-bottom: none;
}
.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions a,
.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions a {
  margin: 0 0.5rem;
}
.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions a:last-child,
.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions a:last-child {
  margin-left: 0;
}
.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions::before,
.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions::before {
  content: unset !important;
}
.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions a,
.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions a {
  margin-right: 1rem;
}
.c-dashboard .woocommerce tbody .woocommerce-orders-table__cell-order-actions a:last-child,
.woocommerce-order-received tbody .woocommerce-orders-table__cell-order-actions a:last-child {
  margin-right: 0;
}
.c-dashboard .woocommerce tbody td .button,
.c-dashboard .woocommerce tbody td .woocommerce-button,
.c-dashboard .woocommerce tbody td a.button,
.c-dashboard .woocommerce tbody td a.woocommerce-button,
.woocommerce-order-received tbody td .button,
.woocommerce-order-received tbody td .woocommerce-button,
.woocommerce-order-received tbody td a.button,
.woocommerce-order-received tbody td a.woocommerce-button {
  font-size: 0.8125rem !important;
  line-height: 0.951875rem !important;
  font-weight: 500 !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 0.5rem !important;
  text-decoration: none !important;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
  white-space: nowrap;
  display: inline-block !important;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  color: #fff !important;
  background-color: #404040;
}
.c-dashboard .woocommerce tbody td .button.cancel,
.c-dashboard .woocommerce tbody td .woocommerce-button.cancel,
.c-dashboard .woocommerce tbody td a.button.cancel,
.c-dashboard .woocommerce tbody td a.woocommerce-button.cancel,
.woocommerce-order-received tbody td .button.cancel,
.woocommerce-order-received tbody td .woocommerce-button.cancel,
.woocommerce-order-received tbody td a.button.cancel,
.woocommerce-order-received tbody td a.woocommerce-button.cancel {
  background-color: #A3A3A3 !important;
}
.c-dashboard .woocommerce tbody td .button.cancel:hover,
.c-dashboard .woocommerce tbody td .woocommerce-button.cancel:hover,
.c-dashboard .woocommerce tbody td a.button.cancel:hover,
.c-dashboard .woocommerce tbody td a.woocommerce-button.cancel:hover,
.woocommerce-order-received tbody td .button.cancel:hover,
.woocommerce-order-received tbody td .woocommerce-button.cancel:hover,
.woocommerce-order-received tbody td a.button.cancel:hover,
.woocommerce-order-received tbody td a.woocommerce-button.cancel:hover {
  color: #fff !important;
  background-color: #A3A3A3 !important;
}
@media screen and (min-width: 480px) {
  .c-dashboard .woocommerce tbody td .button,
  .c-dashboard .woocommerce tbody td .woocommerce-button,
  .c-dashboard .woocommerce tbody td a.button,
  .c-dashboard .woocommerce tbody td a.woocommerce-button,
  .woocommerce-order-received tbody td .button,
  .woocommerce-order-received tbody td .woocommerce-button,
  .woocommerce-order-received tbody td a.button,
  .woocommerce-order-received tbody td a.woocommerce-button {
    display: inline;
    margin-bottom: 0;
  }
}
.c-dashboard .woocommerce tbody td .button:last-child,
.c-dashboard .woocommerce tbody td .woocommerce-button:last-child,
.c-dashboard .woocommerce tbody td a.button:last-child,
.c-dashboard .woocommerce tbody td a.woocommerce-button:last-child,
.woocommerce-order-received tbody td .button:last-child,
.woocommerce-order-received tbody td .woocommerce-button:last-child,
.woocommerce-order-received tbody td a.button:last-child,
.woocommerce-order-received tbody td a.woocommerce-button:last-child {
  margin-right: 0;
}
.c-dashboard .woocommerce tbody td .button:hover,
.c-dashboard .woocommerce tbody td .woocommerce-button:hover,
.c-dashboard .woocommerce tbody td a.button:hover,
.c-dashboard .woocommerce tbody td a.woocommerce-button:hover,
.woocommerce-order-received tbody td .button:hover,
.woocommerce-order-received tbody td .woocommerce-button:hover,
.woocommerce-order-received tbody td a.button:hover,
.woocommerce-order-received tbody td a.woocommerce-button:hover {
  background-color: #404040;
  color: #404040 !important;
}
.c-dashboard .woocommerce tbody td .button.view, .c-dashboard .woocommerce tbody td .button.pay, .c-dashboard .woocommerce tbody td .button.primary,
.c-dashboard .woocommerce tbody td .woocommerce-button.view,
.c-dashboard .woocommerce tbody td .woocommerce-button.pay,
.c-dashboard .woocommerce tbody td .woocommerce-button.primary,
.c-dashboard .woocommerce tbody td a.button.view,
.c-dashboard .woocommerce tbody td a.button.pay,
.c-dashboard .woocommerce tbody td a.button.primary,
.c-dashboard .woocommerce tbody td a.woocommerce-button.view,
.c-dashboard .woocommerce tbody td a.woocommerce-button.pay,
.c-dashboard .woocommerce tbody td a.woocommerce-button.primary,
.woocommerce-order-received tbody td .button.view,
.woocommerce-order-received tbody td .button.pay,
.woocommerce-order-received tbody td .button.primary,
.woocommerce-order-received tbody td .woocommerce-button.view,
.woocommerce-order-received tbody td .woocommerce-button.pay,
.woocommerce-order-received tbody td .woocommerce-button.primary,
.woocommerce-order-received tbody td a.button.view,
.woocommerce-order-received tbody td a.button.pay,
.woocommerce-order-received tbody td a.button.primary,
.woocommerce-order-received tbody td a.woocommerce-button.view,
.woocommerce-order-received tbody td a.woocommerce-button.pay,
.woocommerce-order-received tbody td a.woocommerce-button.primary {
  color: #fff !important;
  background-color: #D2AB67;
}
.c-dashboard .woocommerce tbody td .button.view:hover, .c-dashboard .woocommerce tbody td .button.pay:hover, .c-dashboard .woocommerce tbody td .button.primary:hover,
.c-dashboard .woocommerce tbody td .woocommerce-button.view:hover,
.c-dashboard .woocommerce tbody td .woocommerce-button.pay:hover,
.c-dashboard .woocommerce tbody td .woocommerce-button.primary:hover,
.c-dashboard .woocommerce tbody td a.button.view:hover,
.c-dashboard .woocommerce tbody td a.button.pay:hover,
.c-dashboard .woocommerce tbody td a.button.primary:hover,
.c-dashboard .woocommerce tbody td a.woocommerce-button.view:hover,
.c-dashboard .woocommerce tbody td a.woocommerce-button.pay:hover,
.c-dashboard .woocommerce tbody td a.woocommerce-button.primary:hover,
.woocommerce-order-received tbody td .button.view:hover,
.woocommerce-order-received tbody td .button.pay:hover,
.woocommerce-order-received tbody td .button.primary:hover,
.woocommerce-order-received tbody td .woocommerce-button.view:hover,
.woocommerce-order-received tbody td .woocommerce-button.pay:hover,
.woocommerce-order-received tbody td .woocommerce-button.primary:hover,
.woocommerce-order-received tbody td a.button.view:hover,
.woocommerce-order-received tbody td a.button.pay:hover,
.woocommerce-order-received tbody td a.button.primary:hover,
.woocommerce-order-received tbody td a.woocommerce-button.view:hover,
.woocommerce-order-received tbody td a.woocommerce-button.pay:hover,
.woocommerce-order-received tbody td a.woocommerce-button.primary:hover {
  background-color: #1B1464;
  color: #fff !important;
}
.c-dashboard .woocommerce tbody .order-status--pending,
.woocommerce-order-received tbody .order-status--pending {
  color: #D2AB67;
}
.c-dashboard .woocommerce tbody .order-status--active,
.woocommerce-order-received tbody .order-status--active {
  color: #00A99A;
}
.c-dashboard .woocommerce tbody .order-status--expired,
.woocommerce-order-received tbody .order-status--expired {
  color: #E83C3F;
}
.c-dashboard .woocommerce tbody .order-status--cancelled,
.woocommerce-order-received tbody .order-status--cancelled {
  color: #A3A3A3;
}
.c-dashboard .woocommerce tfoot th, .c-dashboard .woocommerce tfoot td,
.woocommerce-order-received tfoot th,
.woocommerce-order-received tfoot td {
  font-size: 1rem;
  line-height: 1.171875rem;
  font-weight: 400;
  padding: 1rem;
  background-color: #F9F9F9;
  color: #212121;
  border-top: 1px solid #FAF7F0;
}
.c-dashboard .woocommerce tfoot tr:last-child th:first-child,
.c-dashboard .woocommerce tfoot tr:last-child td:first-child,
.woocommerce-order-received tfoot tr:last-child th:first-child,
.woocommerce-order-received tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.c-dashboard .woocommerce tfoot tr:last-child th:last-child,
.c-dashboard .woocommerce tfoot tr:last-child td:last-child,
.woocommerce-order-received tfoot tr:last-child th:last-child,
.woocommerce-order-received tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

@media (max-width: 767px) {
  .woocommerce-orders-table tr td:last-child {
    border-bottom: 1px solid #A3A3A3;
  }
}

.c-dashboard .woocommerce table thead tr th {
  text-align: right;
}
.c-dashboard .woocommerce table thead tr .woocommerce-orders-table__header-order-actions {
  text-align: center;
}
.c-dashboard .woocommerce table tbody tr td, .c-dashboard .woocommerce table tbody tr th {
  text-align: right;
}
.c-dashboard .woocommerce table tbody tr .woocommerce-orders-table__cell-order-actions {
  text-align: center;
}

table.shop_table_responsive tr td::before {
  float: right !important;
}

.c-dashboard .woocommerce table tbody tr td, .c-dashboard .woocommerce table tbody tr th {
  text-align: left;
}

@media all and (min-width: 768px) {
  .c-dashboard .woocommerce table tbody tr td, .c-dashboard .woocommerce table tbody tr th {
    text-align: right;
  }
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .woocommerce {
  margin-bottom: 40px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .o-box {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  padding: 24px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .fasihi-checkout-payment-details tr {
  background-color: transparent !important;
  border: none !important;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .fasihi-checkout-payment-details tr :first-child {
  text-align: right;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .fasihi-checkout-payment-details td, .woocommerce-checkout.woocommerce-page.woocommerce-order-pay .fasihi-checkout-payment-details th {
  background-color: transparent !important;
  border: none !important;
  padding: 12px 0 !important;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .fasihi-checkout-payment-details th {
  font-weight: 500;
  font-size: 14px;
  color: #68696E;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .fasihi-checkout-payment-details td {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .fasihi-checkout-payment-details caption {
  margin: 0 !important;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .woocommerce-shipping-totals {
  display: none !important;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .o-checkout-title--md {
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #212121;
  margin: 0 0 20px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice {
  padding-top: 20px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt {
  overflow: hidden;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt-title {
  position: relative;
  padding-right: 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #212121;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt-desc {
  color: #212121;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  margin-top: 4px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt-title::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #A3A3A3;
  -webkit-transition: 0.12s;
  transition: 0.12s;
  position: absolute;
  top: 6px;
  right: 0;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-payment-choice-opt-title::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #D2AB67;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: 0.12s;
  transition: 0.12s;
  position: absolute;
  top: 11px;
  right: 5px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label input:checked + .gold-metals-checkout-payment-choice-opt-text .gold-metals-checkout-payment-choice-opt-title::before {
  border-color: #D2AB67;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label input:checked + .gold-metals-checkout-payment-choice-opt-text .gold-metals-checkout-payment-choice-opt-title::after {
  opacity: 1;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label input[type=number] {
  padding: 10px 14px;
  border: 2px solid #A3A3A3;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-barter-field-label {
  margin-bottom: 4px !important;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-barter-field {
  width: 100%;
  max-width: 100%;
  max-height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-checkout-barter-field input:focus {
  outline: none;
  border-color: #D2AB67;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label input[type=radio]:checked + .gold-metals-checkout-payment-choice-opt-text .gold-metals-checkout-barter-field {
  max-height: 106px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-checkout-payment-choice-radios label .gold-metals-order-total-barter {
  font-size: 14px;
}
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .gold-metals-shipping-radios .gold-metals-shipping-radio-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */
