/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 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 */
}
/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * 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,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 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;
}
/**
 * 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 */
}
/* 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;
}
html,
body {
  font-family: 'Neferlogne Cap';
  font-weight: normal;
  font-style: normal;
  color: #555555;
  letter-spacing: 1.2px;
  position: relative;
}
html p,
body p {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.image-wrapper {
  width: 100%;
  max-width: 500px;
  /* border-top-left-radius: 68px;
    border-top-right-radius: 68px; */
  overflow: hidden;
}
.text-curve {
  letter-spacing: 1.6px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.btn-see-more {
  border-color: #555555;
  background-color: #555555;
  border-radius: 99px;
  font-size: 16px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 16px;
  padding-right: 16px;
}
.text-1 {
  font-size: 10px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.text-2 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.text-story {
  font-weight: 600;
  font-size: 32px;
}
.home-product {
  margin-bottom: 40px;
}
.home-product__img {
  width: 100%;
  max-width: 240px;
}
.home-product__name {
  font-size: 16px;
  font-weight: 600;
}
.home-box {
  padding-top: 10px;
  padding-bottom: 6px;
  background-color: #efefef;
}
.home-box__title {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 6px;
}
.home-box__content {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.home-box__btn {
  font-size: 14px;
  margin-top: 10px;
  padding: 0;
  margin-bottom: 0;
  text-decoration: underline;
}
.btn-add-to-cart {
  background-color: #555555;
  color: #fff;
  width: 100%;
}
.btn-add-to-cart:hover {
  color: #fff;
}
.btn-primary {
  background-color: #555555;
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background-color: #555555;
  color: #fff;
}
.btn-outline-primary {
  border-color: #555555;
  color: #555555;
}
.btn-outline-primary:hover {
  border-color: #555555;
  background-color: #555555;
  color: #fff;
}
.btn-menu {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 14px;
  padding-right: 14px;
}
footer {
  background-color: #000;
  color: #fff;
}
.corner__wrap {
  position: absolute;
  top: 0;
  z-index: -10;
  width: 160px;
  height: 100%;
  background-size: contain;
}
.corner__wrap__right {
  right: 0;
}
.corner__wrap__left {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .corner__wrap {
    display: none;
  }
}
.corner__right {
  right: 0;
  width: 100%;
}
.corner__left {
  left: 0;
}
.corner__3 {
  position: fixed;
  top: 50%;
  left: -80px;
  z-index: -10;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .corner__3 {
    opacity: 0.5;
    width: 140px;
  }
}
/* .container {
    background-color: #fff;
} */
.link {
  color: #555555;
  text-decoration: none;
}
.link:hover {
  color: #555555;
}
.link--underline {
  text-decoration: underline;
}
.form-check-input:checked {
  background-color: #555555;
  border-color: #555555;
}
.cookie-consent {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}
.cookie-consent__wrap {
  position: relative;
}
.cookie-consent__close {
  position: absolute;
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 99px;
  right: -30px;
  top: -30px;
}
.cookie-consent__close:hover {
  color: #fff;
}
@font-face {
  font-family: 'Neferlogne Cap';
  src: url(/fonts/NeferlogneCapRegular.woff2?1aa441c7c7a3e2fc2b0d4af598f4742b) format('woff2'), url(/fonts/NeferlogneCapRegular.woff?0c424c659e6e04b8498900290d61cdfd) format('woff'), url(/fonts/NeferlogneCapRegular.ttf?f3c8ecc2bb7aabe4bb4a7e4a861229f7) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neferlogne Cap';
  src: url(/fonts/NeferlogneCapRegular_1.woff2?3e14642060919e27d39ae3f3f99215a1) format('woff2'), url(/fonts/NeferlogneCapRegular_1.woff?5e63b4388249654b64014edafd177515) format('woff'), url(/fonts/NeferlogneCapRegular_1.ttf?be6dd77813eb597f8bdb54b20c5a3976) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header__title {
  margin-bottom: 8px;
}
.header__subtitle-2-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}
.header__subtitle-2 {
  font-size: 16px;
  line-height: 20px;
}
.header__menu-img {
  width: 40px;
  margin-left: 4px;
  margin-right: 4px;
}
.product__name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}
.product__price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}
.product__customize-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
}
.product__customize {
  border-radius: 6px;
  border: 1px solid #555555;
  padding: 10px 14px;
}
.product__customize__title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.product__customize__item-wrap {
  position: relative;
  /* Stuff after this is only to make things more pretty */
}
.product__customize__item-wrap .input-hidden {
  position: absolute;
  left: -9999px;
}
.product__customize__item-wrap input[type=radio]:checked + label > img {
  box-shadow: 0 0 3px 3px #555555;
}
.product__customize__item-wrap input[type=radio] + label > img {
  /* border: 1px dashed #444; */
  width: 100%;
}
.product__customize__item {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  width: 80px;
  height: 80px;
}
.product__customize__item img {
  width: 100%;
}
.product__customize__item-color {
  display: inline-block;
  background-color: #ff0;
  border-radius: 99px;
  width: 33px;
  height: 33px;
  position: relative;
}
.product__customize__item-color::before {
  border: 3px solid white;
  width: 29px;
  height: 29px;
  display: block;
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  box-shadow: inset 0 1.5px 1.5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 99px;
}
.product__customize__item-color::after {
  border: 3px solid #f15b41;
  width: 33px;
  height: 33px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-radius: 99px;
}
.register__wrap {
  max-width: 500px;
  margin: auto;
  /* border: 1px solid @color-primary; */
  border-radius: 6px;
  padding: 10px 16px;
}
.term-of-use__wrap p {
  margin-bottom: 10px;
}
.term-of-use__wrap p.head {
  font-weight: 600;
}
/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.closeOffcanvas a,
.closeOffcanvas a {
  padding: 8px 8px 8px 32px;
  text-decoration: none !important;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.closeOffcanvas {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}
.categories__head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.categories__item {
  list-style: none;
}
.categories__link {
  color: #555555;
  text-decoration: none;
  line-height: 36px;
}
footer {
  margin-top: 20px;
}
.footer__menu {
  font-weight: 600;
  font-style: normal;
  background: #1b1b1b;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer__menu__head {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  letter-spacing: 1px;
}
.footer__menu__list {
  list-style: none;
  padding-left: 0;
}
.footer__menu__link {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}
.footer__menu__link:hover {
  color: #fff;
}
.footer__copyright {
  font-weight: 400;
  font-style: normal;
  color: #999;
  padding-bottom: 20px;
}
.footer__plus {
  float: right;
}

