/*
Theme Name: Ellada 
Theme URI: https://neuronthemes.com/ellada
Description: Ellada - Elegant Photography Theme is a responsive and minimal photography WordPress Theme designed for Photography Creative Online Portfolios. Ellada is made for creatives who are seeking to display their finest art through the lens of the visual world. This beautiful photography WordPress theme comes feature-packed with all the necessary tools for all niche photography websites, like portfolios, proofing, galleries, events, or even create a blog for photographers. 
Author: NeuronThemes
Author URI: https://neuronthemes.com
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: blog, two-columns, three-columns, left-sidebar, featured-images, sticky-post, custom-menu, footer-widgets, theme-options, threaded-comments, translation-ready, portfolio
Text Domain: ellada
Domain Path: /languages
*/
/* Document */
/* Table  */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #c0c0c0;
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #c0c0c0;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
table tbody + tbody {
  border-top: 2px solid #cccccc;
}
@media (max-width: 719px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/* Lists */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
}

ul,
ol {
  margin-bottom: 1rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 1rem;
  font-family: "Inter", Sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 2;
}

/**
 * 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: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

textarea {
  border-radius: 8px !important;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #c0c0c0;
  padding: 1rem 1.5rem;
  transition: all 0.3s;
  font-size: 0.9em;
  appearance: none;
  outline: 0;
  background-color: transparent;
  border-radius: 100px;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
.button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
}
button:not(a),
.button:not(a),
[type="button"]:not(a),
[type="reset"]:not(a),
[type="submit"]:not(a) {
  appearance: none;
}

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

body:not([class*="elementor-"]) button,
body:not([class*="elementor-"]) .button,
body:not([class*="elementor-"]) [type="submit"],
body:not([class*="elementor-"]) [type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #f1efe9;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: #301f16;
  border: 1px solid #301f16;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  transition: all 0.3s;
}
body:not([class*="elementor-"]) button:focus,
body:not([class*="elementor-"]) .button:focus,
body:not([class*="elementor-"]) [type="submit"]:focus,
body:not([class*="elementor-"]) [type="button"]:focus {
  outline: 1px dotted;
}
body:not([class*="elementor-"]) button:not(:disabled),
body:not([class*="elementor-"]) .button:not(:disabled),
body:not([class*="elementor-"]) [type="submit"]:not(:disabled),
body:not([class*="elementor-"]) [type="button"]:not(:disabled) {
  cursor: pointer;
}

body[class*="elementor-"] button,
body[class*="elementor-"] [type="submit"] {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: #301f16;
  padding: 8px 20px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: all 0.3s;
  border-radius: 100px !important;
  border: 1px solid #301f16;
  font-family: "Inter";
  color: #f1efe9;
}
body[class*="elementor-"] button:focus,
body[class*="elementor-"] [type="submit"]:focus {
  outline: 1px dotted;
}
body[class*="elementor-"] button:not(:disabled),
body[class*="elementor-"] [type="submit"]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

.n-site-searchform {
  position: relative;
}
.n-site-searchform input[type="search"]::-webkit-search-decoration,
.n-site-searchform input[type="search"]::-webkit-search-cancel-button,
.n-site-searchform input[type="search"]::-webkit-search-results-button,
.n-site-searchform input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.n-site-searchform:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem;
  margin-top: 2px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wOTY2IDEwLjRDMTAuMzk2NiAxMC4xIDEwLjY5NjYgOS43IDEwLjk5NjYgOS40QzExLjY5NjYgOC40IDExLjk5NjYgNy4zIDExLjk5NjYgNi4xQzExLjk5NjYgNC41IDExLjM5NjYgMyAxMC4xOTY2IDEuOUM5LjA5NjU3IDAuNiA3LjU5NjU3IDAgNS45OTY1NyAwQzQuNzk2NTcgMCAzLjY5NjU3IDAuMyAyLjY5NjU3IDFDMS42OTY1NyAxLjcgMC44OTY1NzUgMi42IDAuNDk2NTc1IDMuN0MtMC4wMDM0MjU0NSA0LjggLTAuMTAzNDI1IDYgMC4wOTY1NzQ1IDcuMkMwLjI5NjU3NSA4LjQgMC44OTY1NzUgOS40IDEuNjk2NTcgMTAuM0MyLjQ5NjU3IDExLjEgMy41OTY1NyAxMS43IDQuNzk2NTcgMTEuOUM1Ljk5NjU3IDEyLjEgNy4xOTY1NyAxMiA4LjI5NjU3IDExLjVDOC42OTY1NyAxMS4zIDkuMDk2NTcgMTEuMSA5LjM5NjU3IDEwLjlMMTMuMzk2NiAxNC45TDEzLjk5NjYgMTQuM0wxMC4wOTY2IDEwLjRaTTcuOTk2NTcgMTAuN0M2Ljk5NjU3IDExLjEgNS45OTY1NyAxMS4yIDQuOTk2NTcgMTFDMy45OTY1NyAxMC44IDMuMDk2NTcgMTAuMyAyLjM5NjU3IDkuNkMxLjY5NjU3IDguOSAxLjE5NjU3IDggMC45OTY1NzUgN0MwLjc5NjU3NSA2IDAuODk2NTc0IDUgMS4yOTY1NyA0QzEuNjk2NTcgMy4xIDIuMjk2NTcgMi4zIDMuMTk2NTcgMS43QzMuOTk2NTcgMS4yIDQuOTk2NTcgMC45IDUuOTk2NTcgMC45QzcuMzk2NTcgMC45IDguNjk2NTggMS40IDkuNTk2NTcgMi40QzEwLjU5NjYgMy40IDExLjA5NjYgNC43IDExLjA5NjYgNkMxMS4wOTY2IDcgMTAuNzk2NiA4IDEwLjE5NjYgOC45QzkuNjk2NTcgOS43IDguODk2NTcgMTAuMyA3Ljk5NjU3IDEwLjdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
}

.post-password-form p {
  margin: 0;
}
.post-password-form p:first-child {
  margin-bottom: 2rem;
}

.post-password-form label {
  margin: 0;
}
.post-password-form label input[type="password"] {
  margin-top: 1rem;
}

.post-password-form input[type="submit"] {
  vertical-align: bottom;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 8px;
}

.mejs-button button {
  padding: 0 !important;
  border: 0 !important;
}

/**
 * Select2  
 */
.select2 .selection .select2-selection {
  width: 100%;
  border: solid 1px #c0c0c0;
  padding: 1rem 1.5rem;
  border-radius: 100px;
  transition: all 0.3s;
  font-size: 0.95em;
  background-color: transparent;
  height: auto;
}
.select2 .selection .select2-selection__rendered {
  line-height: 1;
  padding-left: 0;
  color: #301f16;
}
.select2 .selection .select2-selection__rendered .select2-search {
  margin-top: 7px;
}
.select2 .selection .select2-selection__rendered .select2-selection__choice {
  margin-top: 7px;
  background-color: #c0c0c0;
  border-color: #301f16;
}
.select2 .selection .select2-selection .select2-selection__arrow {
  width: 33px;
  height: 33px;
}

.select2.select2-container.select2-container--default.select2-container--open
  .select2-selection--multiple {
  border-color: #301f16 !important;
  border-radius: 100px !important;
  border-radius: 100px !important;
}

.select2.select2-container.select2-container--default.select2-container--open
  .select2-selection--single {
  border-radius: 100px !important;
  border-radius: 100px !important;
}

.select2.select2-container.select2-container--default.select2-container--open
  .selection
  .select2-selection {
  border-color: #301f16 !important;
}

.select2-container .select2-dropdown {
  border-color: #301f16;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container .select2-dropdown .select2-search {
  padding: 8px 12px;
  background-color: #f1efe9;
}
.select2-container .select2-dropdown .select2-search input {
  border-radius: 100px;
  border-color: #301f16;
  padding: 4px 12px;
}
.select2-container .select2-dropdown .select2-results {
  background-color: #f1efe9;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option {
  margin-bottom: 0 !important;
  font-size: 1.4rem;
  padding: 6px 12px;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  background-color: #301f16;
  color: #f1efe9;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option[data-selected="true"] {
  background-color: #c0c0c0;
  color: #301f16;
}

@font-face {
  font-family: "Butler";
  font-weight: 300;
  src: url("assets/fonts/butler/300.woff") format("woff"),
    url("assets/fonts/butler/300.woff2") format("woff2");
}

@font-face {
  font-family: "Butler";
  font-weight: 400;
  src: url("assets/fonts/butler/400.woff") format("woff"),
    url("assets/fonts/butler/400.woff2") format("woff2");
}

@font-face {
  font-family: "Butler";
  font-weight: 500;
  src: url("assets/fonts/butler/500.woff") format("woff"),
    url("assets/fonts/butler/500.woff2") format("woff2");
}

html {
  line-height: 1.15;
  /* 1 */
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */
}

/* Sections */
body {
  margin: 0;
  font-family: "Butler";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.74;
  color: #301f16;
  background-color: #f1efe9;
  overflow-x: hidden;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: #301f16;
}

h1 {
  font-size: 6.4rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3.2rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  font-family: "Inter";
  font-size: 14px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-weight: 400;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
  line-height: 1.73333;
  background-color: #f7f8f9;
  border: 1px solid #c0c0c0;
  padding: 1.5rem;
}

/* Text-level semantics
   ========================================================================== */
a:not(.wp-block-button__link) {
  background-color: transparent;
  text-decoration: none;
  color: #301f16;
  outline: 0;
}
a:not(.wp-block-button__link):not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not(.wp-block-button__link):not([href]):not([tabindex]):hover,
a:not(.wp-block-button__link):not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
  background-color: #f7f8f9;
  padding: 0.4375rem 0.75rem;
  color: #e83e8c;
  word-break: break-word;
}

/**
 * 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;
  height: auto;
  max-width: 100%;
}

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

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 2rem;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

blockquote {
  border-left: 3px solid #c0c0c0;
  padding: 1rem 3rem;
  margin: 2rem 0;
}

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

blockquote,
blockquote.wp-block-quote {
  background: transparent;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 12px;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-large,
blockquote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: 3rem auto;
}

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 8px solid #c0c0c0;
  border-bottom: 8px solid #c0c0c0;
  padding: 16px 0;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

@media (min-width: 1279px) {
  .alignwide {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding: 3rem;
}
.alignfull img {
  width: 100vw;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}

.alignleft {
  float: left;
  margin: 0 1.5625rem 1.5625rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-block-button {
  margin-bottom: 1.5em;
}

.wp-block-button__link {
  color: #f1efe9;
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}

.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 1.5625rem;
}

.wp-block-embed iframe {
  width: 100%;
}

.wp-block-calendar {
  margin: 3rem 0;
}
.wp-block-calendar table caption {
  margin-bottom: 1rem;
}
.wp-block-calendar table td,
.wp-block-calendar table th {
  padding: 1em;
}

/* Basic responsive layout
   ========================================================================== */
.container,
body:not([class*="elementor-page-"]):not([class*="woocommerce-page"])
  .n-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: 130rem;
}
@media (min-width: 719px) {
  .container,
  body:not([class*="elementor-page-"]):not([class*="woocommerce-page"])
    .n-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

body[class*="woocommerce-page"]:not([class*="elementor-page-"]) .main {
  margin: 5rem auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: 130rem;
}
@media (min-width: 719px) {
  body[class*="woocommerce-page"]:not([class*="elementor-page-"]) .main {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.n-container--wide {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 719px) {
  .n-container--wide {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* General - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

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

.pagination {
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem;
}

.wp-caption {
  margin-bottom: 1.25rem;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
  margin-top: 8px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

iframe {
  max-width: 100%;
}

body:not([class*="elementor-"]) .entry-title {
  color: #121211;
  margin-bottom: 3rem;
  padding: 0;
}

body:not([class*="elementor-page-"]):not([class*="woocommerce-page"])
  .site-main,
body:not([class*="elementor-page-"]):not([class*="woocommerce-page"]) .main {
  padding: 15rem 0;
  min-height: 100vh;
  margin: -100px auto;
}

body.n-disable-scroll {
  overflow-y: hidden;
}
body.n-disable-scroll header {
  background-color: #301f16;
}
body.n-disable-scroll .n-site-branding a {
  color: #fff;
}
body.n-disable-scroll .n-site-navigation__hamburger rect {
  stroke: #fff;
}

/* Header layout
   ========================================================================== */
.n-site-header {
  height: 100px;
  border-bottom: 1px solid #c0c0c0;
}
.n-site-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.n-site-branding {
  display: flex;
  flex-direction: column;
}
.n-site-branding a {
  font-size: 2.6rem;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
}
@media (max-width: 1280px) {
  .n-site-branding a {
    font-size: 2.2rem;
  }
}

.custom-logo-link {
  display: block;
}

/* Main Menu
   ========================================================================== */
.n-site-navigation {
  grid-area: nav-menu;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  font-size: 1.3rem;
}
.n-site-navigation ul.n-site-navigation__list,
.n-site-navigation ul.n-site-navigation__list ul {
  list-style-type: none;
  padding: 0;
}
.n-site-navigation .menu-item svg {
  display: none;
}
.n-site-navigation ul.n-site-navigation__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.n-site-navigation ul.n-site-navigation__list > li {
  position: relative;
  font-family: "Butler";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.16;
}
.n-site-navigation ul.n-site-navigation__list > li:not(:last-child) {
  margin-right: 56px;
}
.n-site-navigation ul.n-site-navigation__list > li:hover::before {
  width: 100%;
  position: absolute;
  background-color: #f9f9f9;
}
.n-site-navigation ul.n-site-navigation__list > li:not(:last-child) {
  margin-right: 8;
}
.n-site-navigation ul.n-site-navigation__list > li a {
  display: block;
  padding: 6px 12px;
}
.n-site-navigation ul.n-site-navigation__list > li li {
  font-size: 1.4rem;
  line-height: 1.12;
  font-weight: 400;
  padding: 0;
  font-family: "Inter";
  text-transform: uppercase;
}
.n-site-navigation ul.n-site-navigation__list > li li.menu-item-has-children {
  padding: 0 10px;
}
.n-site-navigation ul.n-site-navigation__list > li li a {
  padding: 8px 12px;
  color: #301f16;
}
.n-site-navigation ul.n-site-navigation__list > li li:hover > a {
  color: #301f16;
}
.n-site-navigation ul.n-site-navigation__list > li > ul {
  background-color: #f1efe9;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
  min-width: 240px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  margin-top: 30px;
  margin-left: 1.2rem;
  padding: 18px 18px;
}
.n-site-navigation ul.n-site-navigation__list > li > ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(4.3rem + 1px);
  top: calc(-4.3rem - 1px);
}
.n-site-navigation
  ul.n-site-navigation__list
  > li
  > ul
  li.menu-item-has-children
  a {
  flex-grow: 1;
}
.n-site-navigation
  ul.n-site-navigation__list
  > li
  > ul
  li.menu-item-has-children:after {
  transform: rotate(-90deg);
}
.n-site-navigation ul.n-site-navigation__list > li > ul ul {
  position: relative;
  border: 0;
  margin-left: 1rem;
  left: 0;
  top: 0;
  padding-top: 8px;
  padding-bottom: 12px;
}
.n-site-navigation ul.n-site-navigation__list > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.n-site-navigation--mobile {
  display: none;
}
.n-site-navigation--mobile .sub-arrow {
  height: 40px;
  width: 100%;
  position: absolute;
  right: 0;
}
.n-site-navigation--mobile .sub-arrow i {
  font-size: 16px;
  position: absolute;
  right: 32px;
}
.n-site-navigation--mobile .sub-arrow i:before {
  filter: invert(1) brightness(1);
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzMxODYgMTguNDA3TDkuMzY3MTEgMTguNzQ5TDkuNzIyMTYgMTkuMTI3N0wxMC4wODczIDE4Ljc1ODdMOS43MzE4NiAxOC40MDdaTTMuMDQyMTcgMTIuMDAzMUw5LjM2NzExIDE4Ljc0OUwxMC4wOTY2IDE4LjA2NUwzLjc3MTY3IDExLjMxOTFMMy4wNDIxNyAxMi4wMDMxWk0xNi4wNTE1IDExLjMwOTRMOS4zNzY0NSAxOC4wNTUzTDEwLjA4NzMgMTguNzU4N0wxNi43NjIzIDEyLjAxMjhMMTYuMDUxNSAxMS4zMDk0Wk0xMC4yMzE5IDE4LjQwN0wxMC4yMzE5IDIuNDA2OThMOS4yMzE4NiAyLjQwNjk4TDkuMjMxODYgMTguNDA3TDEwLjIzMTkgMTguNDA3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
}
.n-site-navigation--mobile li svg {
  display: none;
}
.n-site-navigation--mobile li a {
  display: flex;
  justify-content: space-between;
}
.n-site-navigation--mobile li a:after {
  display: none;
}
.n-site-navigation--mobile .menu-item-has-children:before {
  height: 40px;
  position: absolute;
  right: 40px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzMxODYgMTguNDA3TDkuMzY3MTEgMTguNzQ5TDkuNzIyMTYgMTkuMTI3N0wxMC4wODczIDE4Ljc1ODdMOS43MzE4NiAxOC40MDdaTTMuMDQyMTcgMTIuMDAzMUw5LjM2NzExIDE4Ljc0OUwxMC4wOTY2IDE4LjA2NUwzLjc3MTY3IDExLjMxOTFMMy4wNDIxNyAxMi4wMDMxWk0xNi4wNTE1IDExLjMwOTRMOS4zNzY0NSAxOC4wNTUzTDEwLjA4NzMgMTguNzU4N0wxNi43NjIzIDEyLjAxMjhMMTYuMDUxNSAxMS4zMDk0Wk0xMC4yMzE5IDE4LjQwN0wxMC4yMzE5IDIuNDA2OThMOS4yMzE4NiAyLjQwNjk4TDkuMjMxODYgMTguNDA3TDEwLjIzMTkgMTguNDA3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.n-site-navigation--mobile__wrapper {
  background: #301f16;
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  left: 0;
  top: 0;
  padding: 20% 32px;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  transition: opacity 250ms ease, visibility 250ms ease;
}
.n-site-navigation--mobile__wrapper.active {
  opacity: 1;
  visibility: visible;
}
.n-site-navigation--mobile .n-site-branding a {
  display: none;
}
.n-site-navigation--mobile ul {
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 719px) {
  .n-site-navigation--mobile ul {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.n-site-navigation--mobile ul ul ul {
  padding-left: 2rem !important;
}
.n-site-navigation--mobile ul li:not(:last-child) {
  margin-bottom: 2.4rem;
}
.n-site-navigation--mobile ul a {
  color: #fff;
}
.n-site-navigation--mobile ul {
  margin-top: 100px;
  flex-direction: column;
  list-style: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.n-site-navigation--mobile ul li {
  margin-bottom: 0;
  width: 100%;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 300;
  font-family: "Butler";
}
.n-site-navigation--mobile ul li li.menu-item-has-children,
.n-site-navigation--mobile ul li .sub-menu li {
  font-size: 14px;
  font-family: "Inter";
  line-height: 1.12;
  font-weight: 400;
  text-transform: uppercase;
}
.n-site-navigation--mobile ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.n-site-navigation--mobile ul li ul {
  padding-left: 16px;
  margin: 0;
  display: none;
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
  font-size: 24px;
  line-height: 1.5;
}
.n-site-navigation--mobile__close-icon {
  position: absolute;
  top: 90px;
  right: 34px;
  z-index: 100;
  cursor: pointer;
  font-size: 16px;
}
.n-site-navigation--mobile__close-icon svg {
  visibility: hidden;
}
.n-site-navigation--mobile__close-icon svg path {
  fill: #fff;
}
.n-site-navigation--mobile__close-icon:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE1MDBfODc4KSI+CjxwYXRoIGQ9Ik0xNS4wOTQ3IDAuMzMxNTU5TDAuMDA5NzY1NjIgMTUuNDE2NUwwLjI2MTE4MSAxNS42Njc5TDE1LjM0NjEgMC41ODI5NzVMMTUuMDk0NyAwLjMzMTU1OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNS4zNDY3IDE1LjQxNzVMMC4yNjE3MTkgMC4zMzI1MkwwLjAxMDMwMyAwLjU4MzkzNUwxNS4wOTUyIDE1LjY2ODlMMTUuMzQ2NyAxNS40MTc1WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTAwXzg3OCI+CjxyZWN0IHdpZHRoPSIxNS42NDQ0IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  position: absolute;
  right: 0;
}
.n-site-navigation__hamburger {
  cursor: pointer;
  font-size: 24px;
}
.n-site-navigation__hamburger:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDQwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNTAwXzg3NSkiPgo8cGF0aCBkPSJNNDAgMC4zNTY0NDVIMFYxLjAyMzExSDQwVjAuMzU2NDQ1WiIgZmlsbD0iIzMwMUYxNiIvPgo8cGF0aCBkPSJNNDAgNy42ODk3SDBWOC4zNTYzNkg0MFY3LjY4OTdaIiBmaWxsPSIjMzAxRjE2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTUwMF84NzUiPgo8cmVjdCB3aWR0aD0iNDAiIGhlaWdodD0iOC43MTI4NyIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  width: 24px !important;
  height: 24px !important;
}
.n-site-navigation__hamburger svg {
  display: none;
}

.n-site-search__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 350ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.n-site-search__overlay--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  background-color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-site-search__overlay.active {
  opacity: 1;
  visibility: visible;
}
.n-site-search__overlay form {
  font-size: 32px;
  line-height: 1.23em;
}
.n-site-search__overlay form:after {
  display: none;
}
.n-site-search__overlay form input {
  font-family: "Marcellus", Sans-serif;
  color: #000;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  height: 76px;
  padding-bottom: 20px;
}
.n-site-search__overlay form input::placeholder {
  color: #000;
}
.n-site-search__overlay h5 {
  margin-top: 16px;
  font-size: 18px;
  margin-bottom: 0 !important;
}
.n-site-search__overlay--inner {
  width: 100%;
  margin: 0 96px;
  position: relative;
}
.n-site-search__overlay--close-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  top: 10px;
  cursor: pointer;
}
.n-site-search__overlay--close-icon svg {
  display: block;
}
.n-site-search__overlay--close-icon svg path {
  fill: #111;
}
.n-site-search__overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
}

@media (max-width: 720px) {
  .n-site-branding {
    width: 75% !important;
  }
}

@media (max-width: 1279px) {
  .n-site-branding {
    width: 85%;
  }
  .n-site-header__menu-cart {
    margin-bottom: -5px;
    margin-right: 20p;
  }
  .n-site-header__menu-cart svg {
    width: 24px !important;
    height: 24px !important;
  }
  .n-site-navigation {
    display: none;
  }
  .n-site-navigation--mobile {
    display: block;
    margin-bottom: -6px;
  }
}

body.logged-in .n-site-search__overlay--wrapper {
  margin-top: 32px;
}

.n-site-footer {
  height: 100px;
  clear: both;
  color: #303133;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.n-site-footer__copyright {
  padding: 3rem 0;
  text-align: center;
}
.n-site-footer__copyright p {
  margin-bottom: 0;
}

/* Post Item in Archive
   ========================================================================== */
.search-no-results .n-blog-archive,
.n-blog-archive--wrappern-blog-archive--wrapper__no-sidebar .n-blog-archive {
  max-width: 100% !important;
  flex: 0 0 100%;
}

@media (min-width: 1280px) {
  .n-blog-archive:not(.n-blog-archive--single) {
    max-width: 70%;
    flex: 0 0 70%;
  }
}

.n-blog-archive--wrapper__no-sidebar .n-blog-archive {
  max-width: 100% !important;
  flex: 0 0 100%;
}

.n-blog-archive__nothing-found {
  max-width: 100% !important;
}

.n-blog-archive--wrapper {
  padding-bottom: 84px;
  min-height: 75vh;
  display: flex;
  flex-wrap: nowrap;
}
.n-blog-archive--wrapper__no-sidebar .n-blog-archive {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1279px) {
  .n-blog-archive {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.n-blog-archive__topbar {
  display: none;
}

.n-blog-archive__breadcrumb {
  margin-bottom: 2.4rem;
  color: #301f16;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.n-blog-archive__breadcrumb span {
  position: relative;
}
.n-blog-archive__breadcrumb span:nth-child(1) {
  margin-right: 2.4rem;
}
.n-blog-archive__breadcrumb span:nth-child(2):before {
  background-color: #000;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.n-blog-archive__page-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  color: #111;
  margin-bottom: 0;
}

.n-blog-archive__content:after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 720px) {
  .n-blog-archive__post {
    margin-bottom: 40px;
  }
}

@media (min-width: 720px) {
  .n-blog-archive__posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }
  .n-blog-archive__posts {
    padding-right: 1rem;
  }
}

.n-blog-archive__sidebar {
  max-width: 30%;
  flex: 0 0 30%;
  padding-left: 5rem;
}
.n-blog-archive__sidebar h2 {
  font-family: "Inter", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.28em !important;
}

.n-blog-archive__search form,
.n-blog-archive__nothing-found form {
  margin: 2rem 0;
  font-size: 24px;
  line-height: 1.23;
}
.n-blog-archive__search form input,
.n-blog-archive__nothing-found form input {
  padding: 20px 0;
  color: #301f16;
  font-family: "Butler";
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #c0c0c0;
}
.n-blog-archive__search form input::placeholder,
.n-blog-archive__nothing-found form input::placeholder {
  color: #301f16;
}

.n-blog-archive__nothing-found input {
  border-radius: 0 !important;
}

.n-blog-archive__thumbnail {
  margin-bottom: 2.4rem;
}
.n-blog-archive__thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

.n-blog-archive__post--text {
  display: flex;
  flex-direction: column;
}
.n-blog-archive__post--text .n-blog-archive__title {
  margin-bottom: 0.8rem !important;
  font-size: 2.5rem !important;
  line-height: 1.28;
  color: #301f16;
}

.n-blog-archive p {
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.n-blog-archive__meta {
  order: -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
}
.n-blog-archive__meta span,
.n-blog-archive__meta a {
  position: relative;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.12;
  font-family: "Inter";
  color: #301f16;
}
.n-blog-archive__meta span:not(:last-child),
.n-blog-archive__meta a:not(:last-child) {
  margin-right: 2rem;
}
.n-blog-archive__meta span:nth-child(2):before,
.n-blog-archive__meta a:nth-child(2):before {
  background-color: #301f16;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.n-blog-archive__meta ul {
  display: flex;
  align-items: center;
  color: #301f16;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.n-blog-archive__meta ul li:not(:last-child) {
  margin-right: 12px;
}

.n-blog-archive__tags {
  display: flex;
  align-items: center;
  color: #301f16;
}

.n-blog-archive .a-read-more {
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
}
.n-blog-archive .a-read-more a {
  display: inline-block;
  color: #301f16;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #301f16;
}

.n-blog-archive p {
  text-align: left;
}

.n-blog-archive__post.sticky {
  background-color: #301f16;
  padding: 40px 40px 40px 40px;
  color: #fff;
}
@media (max-width: 1279px) {
  .n-blog-archive__post.sticky {
    padding: 28px;
  }
}
.n-blog-archive__post.sticky .n-blog-archive__post--inner {
  border: none;
}
.n-blog-archive__post.sticky .n-blog-archive__tags span,
.n-blog-archive__post.sticky a {
  color: #fff;
}
.n-blog-archive__post.sticky .n-blog-archive__meta span:nth-child(2):before {
  background-color: #fff;
}
.n-blog-archive__post.sticky code {
  color: #13263a;
}
.n-blog-archive__post.sticky .a-read-more a {
  border-color: #fff;
}

.n-blog-archive__post .wp-post-image {
  width: 100%;
  object-fit: cover;
}

.n-blog-archive__taxonomies {
  clear: both;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.n-blog-archive__taxonomies--title {
  font-size: 1.4rem;
}
.n-blog-archive__taxonomies:first-of-type {
  margin-top: 3rem;
  margin-bottom: 3.2rem;
}
.n-blog-archive__taxonomies li:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.n-blog-archive__taxonomies li:not(:last-child) {
  margin-right: 0.9rem;
}
.n-blog-archive__taxonomies li a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
}

.n-blog-archive__tags--cloud li:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.n-blog-archive__tags--cloud li:not(:last-child) {
  margin-right: 0.9rem;
}

.n-blog-archive__tags--cloud li a {
  display: inline-block;
  padding: 5px 12px;
  background-color: #e1ded3;
  flex-grow: 1;
  border: none;
  color: #301f16;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  border-radius: 100px;
  text-transform: capitalize;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .n-blog-archive .n-blog-archive--wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .n-blog-archive .n-blog-archive--wrapper__sidebar {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .n-blog-archive .n-blog-archive--wrapper--wrapper {
    flex-direction: column;
  }
}

@media (max-width: 1279px) {
  .n-blog-archive--wrapper,
  .n-blog-archive__sidebar {
    max-width: 100% !important;
    margin: 0 auto;
    flex-direction: column !important;
  }
  .n-blog-archive__sidebar {
    padding-left: 0;
    padding-top: 64px;
  }
  .search-no-results h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  form {
    font-size: 16px !important;
  }
}

@media (max-width: 1440px) {
  .search-no-results h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  form {
    font-size: 16px !important;
  }
}

.entry-title.container {
  padding-left: 0 !important;
}

/* Comments
   ========================================================================== */
#comments {
  clear: both;
  margin: 4rem 0;
  margin-top: -60%;
}
#comments .comment-reply-title {
  color: #303133;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
  margin-top: 3.6rem;
}
#comments .comment:not(:first-child) .comment-body,
#comments .pingback:not(:first-child) .comment-body {
  border-top: 1px solid #c0c0c0;
  padding-top: 4rem;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding-left: 108px;
}
#comments .comment .comment-body .reply,
#comments .pingback .comment-body .reply {
  position: absolute;
  right: 0;
  font-weight: 500;
}
#comments .comment .comment-body p,
#comments .pingback .comment-body p {
  font-size: 1.5rem;
}
#comments .comment .comment-body > ul,
#comments .comment .comment-body > ol,
#comments .pingback .comment-body > ul,
#comments .pingback .comment-body > ol {
  margin-bottom: 2rem;
}
#comments .comment .comment-body > ul ul,
#comments .comment .comment-body > ul ol,
#comments .comment .comment-body > ol ul,
#comments .comment .comment-body > ol ol,
#comments .pingback .comment-body > ul ul,
#comments .pingback .comment-body > ul ol,
#comments .pingback .comment-body > ol ul,
#comments .pingback .comment-body > ol ol {
  margin: 0;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}
#comments .pingback .comment-body {
  padding-left: 0;
}
#comments .trackback {
  margin-bottom: 1rem;
}
#comments cite {
  font-style: normal;
}
#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #301f16;
}
#comments .comment-meta a {
  color: inherit;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}
#comments .title-comments {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-bottom: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
#comments .comment-reply-title {
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}
#comments .comment-reply-title small a {
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: block;
  font-size: 1.1rem;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
#comments .children li:last-child {
  padding-bottom: 0;
}
#comments .comment-form-comment label {
  margin: 1rem 0;
}
#comments .comment-author {
  font-size: 1.7rem;
  margin-bottom: 0.9rem;
}
#comments .comment-author cite {
  color: #301f16;
}
#comments .comment-author .says {
  display: none;
}
@media (min-width: 720px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 719px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
}
#comments .comment-respond {
  margin-top: 3.6rem;
}
#comments .comment-respond .form-submit {
  margin-bottom: 0;
}
#comments .comment-respond .form-submit input {
  margin-bottom: 0;
  border-radius: 100px !important;
  display: inline-block;
  font-weight: 500;
  background-color: #301f16;
  padding: 20px 50px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  transition: all 0.3s;
  border-radius: 100px !important;
  border: 1px solid #301f16;
  color: #f1efe9;
}
#comments .comment-respond .form-submit input:hover {
  background-color: transparent;
  color: #301f16;
}
#comments .comment-respond label {
  color: #301f16;
  font-weight: 500;
}
#comments .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
#comments .comment-form-cookies-consent label {
  margin-bottom: 0;
  margin-left: 1rem;
}
#comments input:not([type="checkbox"]),
#comments textarea {
  margin-bottom: 1rem;
  border-radius: 0;
}

.no-comments {
  margin: 2rem 0;
}

/*==========================
=        Pagination        =
==========================*/
.n-site-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9rem;
  margin-bottom: 3rem;
}
@media (max-width: 1279px) {
  .n-site-pagination {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.n-site-pagination__numbers {
  margin: 0 2rem !important;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.n-site-pagination__numbers li {
  font-size: 1.4rem;
  text-align: center;
  color: #301f16;
  display: inline-block;
}
.n-site-pagination__numbers li a {
  padding: 0 1.4rem;
}
.n-site-pagination__numbers li a:hover {
  box-shadow: none;
  color: #301f16;
}
.n-site-pagination__numbers li.active a {
  color: #301f16;
}
.n-site-pagination__arrow a {
  box-shadow: none;
}
.n-site-pagination__arrow a svg {
  stroke: #121211;
  display: block;
}
.n-site-pagination__arrow a:hover svg {
  stroke: #301f16;
}
.n-site-pagination__arrow.n-site-pagination__arrow--disabled a {
  pointer-events: none;
}
.n-site-pagination__arrow.n-site-pagination__arrow--disabled a svg {
  stroke: #666666;
}
.n-site-pagination.n-site-pagination--pages {
  border-top: 0;
  clear: both;
}
.n-site-pagination.n-site-pagination--pages .n-site-pagination__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #301f16;
}
.n-site-pagination.n-site-pagination--pages .n-site-pagination--pages__numbers {
  display: inline-block;
  margin-left: 1rem;
}
.n-site-pagination.n-site-pagination--pages
  .n-site-pagination--pages__numbers
  a:hover
  span {
  border-color: #301f16;
}
.n-site-pagination.n-site-pagination--pages
  .n-site-pagination--pages__numbers
  .post-page-numbers {
  display: inline-block;
}
.n-site-pagination.n-site-pagination--pages
  .n-site-pagination--pages__numbers
  .post-page-numbers:not(:first-child) {
  margin-left: 0.5rem;
}

.woocommerce:after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce .woocommerce-result-count {
  margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select {
  background-color: transparent;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjU4MzQgNi44NjEyMUw5LjM2MSAxMi4wODM2TDQuMTM4NjIgNi44NjEyMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
  border: none !important;
}

@media (max-width: 768px) {
  .woocommerce-cart tr {
    width: 100%;
  }
  .woocommerce-cart .cart-collaterals {
    padding-left: 0 !important;
  }
  .woocommerce-cart .woocommerce > form {
    padding-right: 0 !important;
  }
  .woocommerce-cart .woocommerce > form td.actions .coupon {
    flex-direction: column;
  }
  .woocommerce-cart .shop_table .quantity {
    margin-right: 0 !important;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 8px;
  }
  .woocommerce-cart form table.cart td.actions .button {
    margin-left: 0 !important;
  }
  .woocommerce-cart .woocommerce table.cart td.actions .button {
    width: 100%;
  }
}

.woocommerce-cart h2,
.woocommerce-cart h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-family: "Inter";
  font-weight: 400;
}

.woocommerce-cart .entry-title {
  margin-top: 6rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .woocommerce-cart .entry-title {
    margin-top: 4rem !important;
  }
}

.woocommerce-cart .woocommerce > form {
  float: left;
  width: 60%;
  margin-top: 5rem;
  margin-bottom: 6rem;
  padding-right: 7rem;
}
@media (max-width: 1279px) {
  .woocommerce-cart .woocommerce > form {
    float: none;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce > form table,
.woocommerce-cart .woocommerce > form th,
.woocommerce-cart .woocommerce > form td {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.woocommerce-cart .woocommerce > form thead {
  display: none;
}
.woocommerce-cart .woocommerce > form th {
  border-top: 0 !important;
}
.woocommerce-cart .woocommerce > form .product-remove {
  width: 1em;
  padding: 0 0;
  padding-right: 0.5rem;
}
.woocommerce-cart .woocommerce > form .product-remove .remove {
  margin: 0;
  color: #301f16 !important;
  font-weight: 100;
}
.woocommerce-cart .woocommerce > form .product-remove .remove:hover {
  background: transparent;
}
.woocommerce-cart .woocommerce > form .product-thumbnail img {
  width: 7.5rem;
  display: block;
}
.woocommerce-cart .woocommerce > form .product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce > form tbody .cart_item td {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: "Inter";
}
.woocommerce-cart .woocommerce > form tbody .cart_item:first-child td {
  border-top: 1px solid #c0c0c0;
}
.woocommerce-cart .woocommerce > form td.actions {
  padding: 3rem 0;
}
.woocommerce-cart .woocommerce > form td.actions .button[type="submit"] {
  margin-left: 0;
  margin-top: 1rem;
}
.woocommerce-cart .woocommerce > form td.actions .coupon {
  display: flex;
}
.woocommerce-cart .woocommerce > form td.actions .coupon input {
  min-width: 20rem;
  float: none !important;
  border-radius: 100px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  padding: 20px 50px !important;
  font-family: "Inter";
}
.woocommerce-cart .woocommerce > form td.actions .coupon .button {
  margin-top: 0;
}
.woocommerce-cart .woocommerce > form td.actions .button:disabled[disabled] {
  color: #ffffff50 !important;
}
.woocommerce-cart .woocommerce > form td.actions .button {
  margin-left: 1rem;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .woocommerce-cart
    .woocommerce
    > form
    td.actions
    .button[name="apply_coupon"] {
    margin-left: 1rem;
  }
}

.woocommerce-cart .woocommerce > h3 {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 3.6rem;
}

.woocommerce-cart .cart-collaterals {
  padding: 7rem;
  padding-top: 0;
  position: relative;
  float: left;
  line-height: 1.6;
  width: 40%;
  margin-top: 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 1279px) {
  .woocommerce-cart .cart-collaterals {
    float: none;
    width: 100%;
    padding: 3rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 0;
  font-family: "Inter";
}
.woocommerce-cart .cart-collaterals .cart_totals th,
.woocommerce-cart .cart-collaterals .cart_totals td {
  border: 0;
  border-radius: 0;
  padding: 3rem 0;
  background: transparent;
  border-top: 1px solid #c0c0c0 !important;
  border-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button {
  font-size: 1.2rem;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-color: #301f16;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .shipping-calculator-button:after {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-methods {
  font-size: 1.3rem;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-methods
  input[type="radio"] {
  float: right;
  margin: 0.5rem 0 0 0.9rem !important;
}
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination {
  font-size: 1rem;
  font-style: italic;
}
.woocommerce-cart .cart-collaterals .cart_totals .select2 {
  text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  width: 100%;
}

.woocommerce-checkout h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-family: "Inter";
  font-weight: 400;
}

.woocommerce-checkout .entry-title {
  margin-top: 6rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .woocommerce-checkout .entry-title {
    margin-top: 4rem !important;
  }
}

.woocommerce-checkout form.woocommerce-checkout #customer_details {
  float: left;
  width: 60%;
  margin-top: 5rem;
  margin-bottom: 6rem;
  padding-right: 7rem;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
}
@media (max-width: 1279px) {
  .woocommerce-checkout form.woocommerce-checkout #customer_details {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.woocommerce-checkout form.woocommerce-checkout .n-checkout-totals {
  float: right;
  width: 40%;
  margin-bottom: 6rem;
  margin-top: 5rem;
  padding: 7rem;
  padding-top: 0;
}
@media (max-width: 1279px) {
  .woocommerce-checkout form.woocommerce-checkout .n-checkout-totals {
    float: none;
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .woocommerce-checkout-review-order-table {
  font-family: "Inter";
  margin-bottom: 0;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .product-name {
  padding: 2.7rem 0;
  border-top: 1px solid #c0c0c0;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .product-name
  .quantity {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  background: #301f16;
  color: #f1efe9;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
  line-height: 1.7rem;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .product-name
  img {
  max-width: 6rem;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .product-total {
  border-top: 1px solid #c0c0c0;
  padding: 2.7rem 0;
  vertical-align: top;
  text-align: right;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .woocommerce-checkout-payment {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .woocommerce-checkout-payment
  .methods {
  padding: 0;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .wc_payment_methods {
  padding: 0 !important;
  border-top: 1px solid #c0c0c0;
  padding: 2.7rem 0 !important;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .wc_payment_methods
  li {
  text-align: right !important;
  font-size: 1.4rem;
  text-transform: none;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .wc_payment_methods
  .payment_box {
  display: none !important;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .wc_payment_methods
  input {
  float: right;
  margin: 0.5rem 0 0 0.9rem !important;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .wc_payment_methods
  .payment_method_paypal
  a,
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  .wc_payment_methods
  .payment_method_paypal
  img {
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout .n-checkout-totals .form-row {
  padding: 2.7rem 0 !important;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .n-checkout-totals
  #place_order {
  width: 100%;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-methods {
  text-align: right;
}
.woocommerce-checkout
  form.woocommerce-checkout
  .woocommerce-shipping-methods
  input {
  float: right;
  margin: 0.5rem 0 0 0.9rem !important;
}

.woocommerce-checkout form.woocommerce-checkout tfoot th {
  vertical-align: middle;
  font-weight: normal;
}

.woocommerce-checkout form.woocommerce-checkout tfoot td {
  text-align: right;
  font-weight: normal;
}

.woocommerce-checkout form.woocommerce-checkout td {
  padding: 2.7rem 0;
}

.woocommerce-checkout form.woocommerce-checkout table,
.woocommerce-checkout form.woocommerce-checkout th,
.woocommerce-checkout form.woocommerce-checkout td {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout form.woocommerce-checkout thead {
  display: none;
}

.woocommerce-checkout .woocommerce-shipping-fields {
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-top: 1px solid #c0c0c0;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
  margin: 0;
}
.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-form__label-for-checkbox
  input {
  margin-right: 0.5rem;
  vertical-align: middle;
}
.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-form__label-for-checkbox
  span {
  font-size: 1.4rem;
  font-weight: normal;
}

.woocommerce-checkout #order_comments {
  min-height: 12rem;
  border-radius: 8px;
}

.woocommerce-checkout .woocommerce-billing-fields > h3 {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-family: "Inter";
  font-weight: 400;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 2rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  max-width: 50%;
  width: 100%;
  flex: 0 0 50%;
  float: none;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0;
  margin-bottom: 1rem;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row.address-field
  label {
  clip: inherit;
  height: auto;
  width: auto;
  position: relative !important;
}
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row.address-field
  #billing_address_2,
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row.address-field
  #shipping_address_2 {
  margin-top: 1.2rem;
}

.woocommerce-order ul {
  padding: 0;
}

.woocommerce-order-details table {
  border: 0 !important;
}
.woocommerce-order-details table th,
.woocommerce-order-details table td {
  background: none !important;
  border: 0;
  padding: 1rem 0 !important;
}

.woocommerce-order .woocommerce-customer-details address {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.woocommerce-account .entry-title {
  margin-top: 6rem !important;
}
@media (max-width: 768px) {
  .woocommerce-account .entry-title {
    margin-top: 4rem !important;
  }
}

.woocommerce:not([class*="elementor-"]) button.button.alt,
.woocommerce:not([class*="elementor-"]) button.button,
.woocommerce:not([class*="elementor-"]) a.button.alt,
.woocommerce:not([class*="elementor-"]) a.button {
  display: inline-block;
  font-weight: 400;
  color: #f1efe9;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: #301f16;
  border: 1px solid #301f16;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  transition: all 0.3s;
  border-radius: 100px !important;
  background-color: #301f16 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  padding: 20px 50px !important;
  font-family: "Inter";
}
.woocommerce:not([class*="elementor-"]) button.button.alt:focus,
.woocommerce:not([class*="elementor-"]) button.button:focus,
.woocommerce:not([class*="elementor-"]) a.button.alt:focus,
.woocommerce:not([class*="elementor-"]) a.button:focus {
  outline: 1px dotted;
}
.woocommerce:not([class*="elementor-"]) button.button.alt:not(:disabled),
.woocommerce:not([class*="elementor-"]) button.button:not(:disabled),
.woocommerce:not([class*="elementor-"]) a.button.alt:not(:disabled),
.woocommerce:not([class*="elementor-"]) a.button:not(:disabled) {
  cursor: pointer;
}
.woocommerce:not([class*="elementor-"]) button.button.alt:focus,
.woocommerce:not([class*="elementor-"]) button.button:focus,
.woocommerce:not([class*="elementor-"]) a.button.alt:focus,
.woocommerce:not([class*="elementor-"]) a.button:focus {
  outline: 0 auto -webkit-focus-ring-color;
}

.woocommerce:not([class*="elementor-"]).woocommerce ul.products li .price {
  color: #301f16;
}

.woocommerce:not([class*="elementor-"]).woocommerce ul.products li .button {
  font-size: 1.5rem;
}
.woocommerce:not([class*="elementor-"]).woocommerce
  ul.products
  li
  .button.loading:after {
  margin-left: 0.53em !important;
  position: relative;
  animation: spin 2s linear infinite;
  right: 0;
  vertical-align: middle;
  display: inline-block;
  top: 0;
  font-size: 0.8em;
}

.woocommerce:not([class*="elementor-"]) .woocommerce-ordering {
  margin-bottom: 3rem;
}
.woocommerce:not([class*="elementor-"]) .woocommerce-ordering .orderby {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjU4MzQgNi44NjEyMUw5LjM2MSAxMi4wODM2TDQuMTM4NjIgNi44NjEyMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
}

.woocommerce:not([class*="elementor-"]).woocommerce-page .page-title {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .woocommerce:not([class*="elementor-"]).woocommerce-page .page-title {
    margin-top: 4rem;
  }
}

.woocommerce:not([class*="elementor-"]).single-product .main > .product {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .woocommerce:not([class*="elementor-"]).single-product .main > .product {
    margin-top: 4rem;
  }
}

.woocommerce:not([class*="elementor-"]) .star-rating {
  color: #301f16;
}

.woocommerce:not([class*="elementor-"]) .woocommerce-product-gallery {
  flex-direction: column !important;
}

.woocommerce:not([class*="elementor-"]) .entry-summary:after {
  display: block;
  clear: both;
  content: "";
}

.woocommerce:not([class*="elementor-"]) .flex-control-thumbs {
  max-width: 100% !important;
  padding-right: 0 !important;
  margin-top: 10px !important;
  display: flex;
}
.woocommerce:not([class*="elementor-"])
  .flex-control-thumbs
  li:not(:first-child) {
  margin-left: 10px !important;
}
.woocommerce:not([class*="elementor-"]) .flex-control-thumbs .flex-active {
  outline: 0 !important;
}

.woocommerce:not([class*="elementor-"]) div.product p.price,
.woocommerce:not([class*="elementor-"]) div.product span.price {
  color: #301f16;
}

.woocommerce .quantity {
  margin-right: 1rem !important;
}
.woocommerce .quantity .qty {
  font-family: "Inter" !important;
  width: 10em;
  border-radius: 100px;
  padding-left: 24px;
}

.woocommerce bdi {
  font-weight: normal;
}

.woocommerce .blockUI.blockOverlay {
  display: none !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 1rem;
}

.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields__field-wrapper
  .form-row {
  max-width: 50%;
  width: 100%;
  flex: 0 0 50%;
  float: none;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0;
  margin-bottom: 1rem;
}
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields__field-wrapper
  .form-row.address-field
  #billing_address_2,
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields__field-wrapper
  .form-row.address-field
  #shipping_address_2 {
  margin-top: 4.2rem;
}

.woocommerce .woocommerce-MyAccount-content fieldset {
  margin: 0;
}

.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Button[name="save_account_details"] {
  margin: 1rem 0;
}

.woocommerce .woocommerce-MyAccount-content table {
  border: 0 !important;
}
.woocommerce .woocommerce-MyAccount-content table th,
.woocommerce .woocommerce-MyAccount-content table td {
  background: none !important;
  border: 0;
  padding: 1rem 0 !important;
}

.woocommerce .woocommerce-MyAccount-content address {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
  padding: 0;
  border: 0;
  background: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Message:before {
  display: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 4rem;
  padding: 1rem 2rem;
  background-color: #f7f7f7;
  border: none !important;
  display: flex;
  align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message .restore-item {
  order: 2;
  margin-left: auto;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  display: none;
}

.woocommerce-info {
  background: none;
  border-top: none;
  padding: 0;
  font-family: "Inter";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-info:before {
  display: none;
}

.woocommerce-form-coupon.checkout_coupon {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce-form-coupon.checkout_coupon p.form-row {
  margin-top: 1rem;
  padding: 0;
  float: left;
  max-width: 20rem;
}
.woocommerce-form-coupon.checkout_coupon p.form-row.form-row-first {
  margin-right: 1rem !important;
}
.woocommerce-form-coupon.checkout_coupon input {
  min-width: 20rem;
  float: none !important;
  border-radius: 100px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  padding: 20px 50px !important;
  font-family: "Inter";
}

.woocommerce ul.products li.product .onsale {
  background-color: #301f16;
  min-height: 0;
  min-width: 0;
  line-height: 1;
  border-radius: 0;
  margin: 1.6rem;
  padding: 0.8rem 1.5rem;
  left: 0;
  right: auto;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 2rem;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

.woocommerce ul.products li.product .price {
  font-size: 1.6rem;
}

.woocommerce ul.products li.product .button {
  margin-top: 1rem;
}

.woocommerce ul.products li.product .added_to_cart {
  margin-left: 1rem;
}

.woocommerce.single-product .product .onsale {
  background-color: #301f16;
  min-height: 0;
  min-width: 0;
  line-height: 1;
  border-radius: 0;
  margin: 1.6rem;
  margin-top: 2rem;
  padding: 0.8rem 1.5rem;
  left: 0;
  right: auto;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.woocommerce.single-product .product_title {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.woocommerce.single-product .product .woocommerce-product-rating {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.woocommerce.single-product .product p.price {
  margin-top: 1.8rem;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.woocommerce.single-product
  .product
  .woocommerce-product-details__short-description {
  margin-top: 1.5rem;
}

.woocommerce.single-product .product #ppc-button {
  margin: 2rem 0;
}

.woocommerce.single-product .product form.cart:not(.dynamic-button) {
  margin: 2rem 0;
}

.woocommerce.single-product .product.product-type-simple form.cart {
  display: flex;
}

.woocommerce.single-product .product.product-type-grouped table.group_table td {
  background: none;
  vertical-align: middle !important;
}

.woocommerce.single-product
  .product.product-type-grouped
  .woocommerce-grouped-product-list-item__thumb {
  min-width: 7rem;
}
.woocommerce.single-product
  .product.product-type-grouped
  .woocommerce-grouped-product-list-item__thumb
  a {
  display: block;
}

.woocommerce.single-product
  .product.product-type-grouped
  .woocommerce-grouped-product-list-item__quantity {
  text-align: center;
}

.woocommerce.single-product
  .product.product-type-variable
  .woocommerce-variation-add-to-cart {
  display: flex;
}

.woocommerce.single-product
  .product.product-type-variable
  .woocommerce-variation-description {
  font-size: 1.4rem;
}

.woocommerce.single-product
  .product.product-type-variable
  .woocommerce-variation-price {
  font-size: 1.4rem;
}

.woocommerce.single-product
  .product.product-type-variable
  table.variations
  tbody {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.woocommerce.single-product
  .product.product-type-variable
  table.variations
  tbody
  tr {
  display: flex;
  flex-direction: column;
}
.woocommerce.single-product
  .product.product-type-variable
  table.variations
  tbody
  tr:not(:last-child) {
  margin-bottom: 2rem;
}
.woocommerce.single-product
  .product.product-type-variable
  table.variations
  tbody
  tr
  td {
  margin: 0;
  padding: 0;
  position: relative;
}
.woocommerce.single-product
  .product.product-type-variable
  table.variations
  tbody
  tr
  td.value {
  max-width: 50%;
}

.woocommerce.single-product
  .product.product-type-variable
  table.variations
  label {
  font-weight: normal !important;
}

.woocommerce.single-product .product.product-type-variable table.variations td {
  background: none;
}

.woocommerce.single-product .product.product-type-variable .single_variation {
  margin: 1rem 0;
}

.woocommerce.single-product .product.product-type-variable .button.disabled {
  color: #301f16;
  background-color: inherit;
  opacity: 0.6;
}

.woocommerce.single-product .product_meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2rem 0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  font-family: "Inter";
  font-weight: 600;
  font-size: 13px;
  line-height: 1.15;
  color: #301f16;
}
.woocommerce.single-product .product_meta span span,
.woocommerce.single-product .product_meta span a {
  font-weight: 400;
}
.woocommerce.single-product .product_meta span:not(:last-child) {
  margin-bottom: 1.6rem;
}

.woocommerce.single-product .product .woocommerce-tabs {
  margin: 3rem 0;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before {
  border-color: #c0c0c0;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  ul.tabs
  li:not(:last-child) {
  margin-right: 2rem;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before,
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
}
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 1px solid #301f16;
  color: #000;
  background-color: transparent;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding-top: 4rem;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  h2 {
  font-family: "Inter";
  font-size: 16px !important;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--description {
  font-size: 1.4rem;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--description
  p {
  margin-bottom: 0 !important;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information
  table.shop_attributes {
  border: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information
  table.shop_attributes
  tr {
  margin-bottom: 1rem;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information
  table.shop_attributes
  tr:not(:last-child)
  p {
  margin-bottom: 1rem;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information
  table.shop_attributes
  th {
  background: none;
  border: 0;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: left;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information
  table.shop_attributes
  td {
  background: none;
  border: 0;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--additional_information
  table.shop_attributes
  td
  p {
  font-style: normal;
  color: #301f16;
  padding: 0;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  #review_form_wrapper
  .comment-form {
  margin-top: 1rem;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  #review_form_wrapper
  .comment-form
  .stars {
  font-size: 1.4rem;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  #review_form_wrapper
  .comment-form-rating
  label,
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  #review_form_wrapper
  .comment-form-comment
  label {
  text-indent: -9999px;
  position: absolute;
  left: -9999px;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  #review_form_wrapper
  .comment-form
  textarea {
  min-height: 20rem;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  #review_form_wrapper
  .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  margin: 2rem 0 !important;
}
.woocommerce.single-product
  .product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  #review_form_wrapper
  .comment-form-cookies-consent
  label {
  margin-left: 1rem;
  margin-bottom: 0;
}

.woocommerce div.product div.images {
  display: flex;
  flex-direction: row-reverse;
  width: inherit;
  max-width: 48%;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .woocommerce div.product div.images {
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  pointer-events: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
  max-width: 10rem;
  padding-right: 2rem;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
  margin-bottom: 2rem;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  margin-left: 1px;
}
.woocommerce div.product div.images .flex-control-thumbs li img:first-child {
  margin-top: 1px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  outline: 1px solid #c0c0c0;
}
.woocommerce div.product div.images__wrapper {
  width: 100%;
}

.woocommerce #reviews #comments {
  margin-top: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin: 3rem 0;
  margin-bottom: 1rem;
}
.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
  margin-bottom: 3rem;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  float: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: none;
  border: 0;
  min-width: 7.2rem;
  min-height: 7.2rem;
  border-radius: 50%;
  position: relative !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  padding: 0;
  margin-left: 10rem;
  padding-top: 1rem;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
  display: flex;
  flex-direction: column;
}
.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__author {
  font-size: 1.7rem;
  color: #301f16;
  margin-bottom: 1rem;
  font-weight: normal;
}
.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__dash {
  display: none;
}
.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__published-date {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.woocommerce #respond input#submit {
  display: inline-block;
  font-weight: 400;
  color: #f1efe9;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: #301f16;
  border: 1px solid #301f16;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  transition: all 0.3s;
  border-radius: inherit;
}
.woocommerce #respond input#submit:focus {
  outline: 1px dotted;
}
.woocommerce #respond input#submit:not(:disabled) {
  cursor: pointer;
}

.woocommerce .related.products {
  border-top: 1px solid #c0c0c0;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .woocommerce .related.products {
    padding-top: 4rem;
  }
}
.woocommerce .related.products > h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  background: none;
  color: #301f16;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li span:focus,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: none !important;
}

.pswp__bg {
  opacity: 0.8 !important;
}

.pswp__caption,
.pswp__top-bar {
  background-color: transparent !important;
}

.pswp__caption__center {
  text-align: center;
}

.pswp__top-bar,
.pswp__counter {
  padding: 1.5rem 2rem;
}

.pswp__counter {
  line-height: 1;
}

.pswp button.pswp__button {
  width: 20px !important;
  height: 20px !important;
  margin: 0 0.35em;
}
.pswp button.pswp__button--zoom {
  background: url("../images/search-icon.svg") !important;
  background-image: url("../images/search-icon.svg") !important;
  background-size: cover !important;
}
.pswp button.pswp__button--fs {
  background: url("../images/plus-icon.svg") !important;
  background-image: url("../images/plus-icon.svg") !important;
  background-position: center !important;
}
.pswp button.pswp__button--close {
  background: url("../images/close-icon.svg") !important;
  background-image: url("../images/close-icon.svg") !important;
  background-repeat: no-repeat !important;
}
.pswp button.pswp__button--arrow--left,
.pswp button.pswp__button--arrow--right {
  margin: 0 2rem;
}
.pswp button.pswp__button--arrow--left:before {
  transform: rotate(180deg);
}
.pswp button.pswp__button--arrow--left:before,
.pswp button.pswp__button--arrow--right:before {
  width: 20px !important;
  height: 20px !important;
  background: url("../images/arrow-right-icon.svg") !important;
  background-image: url("../images/arrow-right-icon.svg") !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none;
  }
}

.m-ntheme-widget:not(:last-child) {
  margin-bottom: 5.6rem;
}

.m-ntheme-widget h1,
.m-ntheme-widget h2,
.m-ntheme-widget h3,
.m-ntheme-widget h4,
.m-ntheme-widget h5,
.m-ntheme-widget h6,
.m-ntheme-widget .m-ntheme-widget__title {
  font-family: "Inter", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.28em !important;
  margin-bottom: 16px;
}

.m-ntheme-widget ul {
  padding-left: 0;
}

.m-ntheme-widget li {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.53em;
  margin-bottom: 0px;
  list-style-type: none;
}

.m-ntheme-widget li:not(last-child) {
  margin-bottom: 8px;
}

.n-blog-archive--single {
  padding-bottom: 1rem;
}
.n-blog-archive--single .n-blog-archive__title {
  font-size: 5rem;
  color: #303133;
}
.n-blog-archive--single .n-blog-archive__meta {
  margin-top: 3rem;
}
.n-blog-archive--single #comments {
  margin-top: 6rem;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .n-blog-archive--single #comments {
    margin-top: 3rem;
  }
}
.n-blog-archive--single #comments .container {
  padding: 0;
}

@media (max-width: 1279px) {
  body.single .main {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    padding: 2rem 0 !important;
  }
}

.m-neuron-gallery__overlay--link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-neuron-gallery__image-detail--download,
.m-neuron-gallery__image-detail--proofing {
  position: relative;
  z-index: 10000;
  font-size: 18px;
  position: absolute;
  right: 30px;
}
.m-neuron-gallery__image-detail--download svg,
.m-neuron-gallery__image-detail--proofing svg {
  width: 1em;
  height: 1em;
}

.m-neuron-gallery__image-detail--download {
  font-size: 18px;
  right: 60px;
}

.m-neuron-gallery__image-detail--proofing {
  cursor: pointer;
}
.m-neuron-gallery__image-detail--proofing.proofing-starts {
  animation: ellada-start-proofing 1s ease;
}

.m-neuron-gallery__item.proofing-none {
  display: none;
}

.m-neuron-gallery__item
  .m-neuron-gallery__image-detail--image-action-icon
  > span {
  display: none;
}

.m-neuron-gallery__item.rejected .m-neuron-gallery__image-detail--approve-icon {
  display: none;
}

.m-neuron-gallery__item.rejected .m-neuron-gallery__image-detail--reject-icon {
  display: block;
}

.m-neuron-gallery__item.approved .m-neuron-gallery__image-detail--approve-icon {
  display: block;
}

.m-neuron-gallery__item.approved .m-neuron-gallery__image-detail--reject-icon {
  display: none;
}

.m-neuron-gallery__inner {
  position: relative;
}

@-webkit-keyframes ellada-start-proofing {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

@keyframes ellada-start-proofing {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
