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

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 500;
  color: #2B2E35;
}

body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

body {
  color: #2B2E35;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
@font-face {
  font-family: BoldFont;
  src: url(./fonts/SF-Pro-Display-Bold.woff);
}
@font-face {
  font-family: HeavyFont;
  src: url(./fonts/SF-Pro-Display-Heavy.woff);
}
@font-face {
  font-family: LightFont;
  src: url(./fonts/SF-Pro-Display-Light.woff);
}
@font-face {
  font-family: MediumFont;
  src: url(./fonts/SF-Pro-Display-Medium.woff);
}
@font-face {
  font-family: RegularFont;
  src: url(./fonts/SF-Pro-Display-Regular.woff);
}
@font-face {
  font-family: SemiboldFont;
  src: url(./fonts/SF-Pro-Display-Semibold.woff);
}
@font-face {
  font-family: ThinFont;
  src: url(./fonts/SF-Pro-Display-Thin.woff);
}
/**
* Basic typography style for copy text
*/
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

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

h1, h2, h3 {
  font-family: "Afacad", sans-serif;
}

.main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4E4F59;
  color: #FFFFFF;
  padding: 10px 25px;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "Afacad", sans-serif;
}
.main-button:hover {
  background-color: #2B2E35;
  color: #FFFFFF;
}
.main-button.light-button {
  background-color: #FFFFFF;
  color: #4E4F59;
}
.main-button.light-button:hover {
  background-color: #2B2E35;
  color: #FFFFFF;
}

.icon-button {
  padding: 15px 5px;
}

.lined-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #4E4F59;
  padding: 10px 25px;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #4E4F59;
}
.lined-buttons:hover {
  background-color: #4E4F59;
  color: #FFFFFF;
}
.lined-buttons.social-login {
  margin-bottom: 8px;
  position: relative;
  display: flex;
}
.lined-buttons.social-login img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  height: 20px;
}

.secondary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #2B2E35;
  font-family: "Afacad", sans-serif;
  padding: 10px 25px;
  transition: all 0.25s ease;
}
.secondary-button:hover {
  background-color: #2B2E35;
  color: #FFFFFF;
}

.border-right {
  border-right: 1px solid #eaeaea;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #d9edfa;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#preloader img {
  height: 200px;
}
#preloader p {
  font-family: "Afacad", sans-serif;
  font-size: 18px;
}

.product-card {
  position: relative;
  margin-bottom: 30px;
}
.product-card .product-image {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}
.product-card .product-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.product-card .product-image .product-image-alternate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-card .product-image .product-image-alternate {
  opacity: 0;
}
.product-card:hover .product-image-main {
  opacity: 0;
}
.product-card:hover .product-image-alternate {
  opacity: 1;
}
.product-card .product-content {
  padding: 15px 10px;
}
.product-card .product-content .product-title {
  font-size: 24px;
  font-weight: 800;
}
.product-card .product-content .product-title .product-category {
  display: block;
  font-size: 16px;
  opacity: 0.75;
  margin-bottom: 2px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.product-card .product-content .product-price {
  font-size: 16px;
}
.product-card .product-content .product-price del {
  margin-right: 10px;
}
.product-card .product-content .product-price ins {
  text-decoration: none;
}

.img-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}

.text-justify {
  text-align: justify;
}

#drag-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 8px 16px;
  background-color: #8D9993;
  border: 1px solid #4E4F59;
  color: #fff;
  border-radius: 200px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease;
  pointer-events: none;
}
#drag-cursor .circle {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.initiative-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
  height: 100%;
  background-color: #fff;
}
.initiative-card .initiative-content {
  padding: 15px 20px;
}
.initiative-card .initiative-content h4 {
  font-family: "Afacad", sans-serif;
}

.main-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
}
.main-title .subtitle {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-transform: none;
  opacity: 0.75;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

.custom-input {
  outline: none;
  border: none;
  background-color: #efefef;
  border: 2px solid transparent;
  border-bottom-color: #131313;
  padding: 0 15px;
  transition: all 0.25s ease;
  height: 50px;
}
.custom-input:focus, .custom-input:focus-within {
  border-color: #131313;
}

#page-header {
  padding: 25px 0;
  background-color: #f6f6f6;
}
#page-header .breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#page-header .breadcrumbs li a {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
#page-header .breadcrumbs li a:before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 13px;
  line-height: 1;
  transform: translateY(-50%);
}
#page-header h1 {
  font-size: 32px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 0;
}
#page-header .page-head-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
}
#page-header .page-head-right > li {
  margin-left: 60px;
  position: relative;
}
#page-header .sort-div {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1;
}
#page-header .sort-div ul li {
  margin-bottom: 8px;
  text-align: left;
}
#page-header .sort-div ul li:hover {
  cursor: pointer;
}

.filter-body {
  padding: 0px 25px;
}

.size-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.size-selector li input:checked ~ span {
  border-color: #131313;
}
.size-selector li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
}
.size-selector li span:hover {
  cursor: pointer;
  border-color: #2B2E35;
}

.color-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.color-selector li input:checked ~ span:before {
  border-color: #131313;
}
.color-selector li .color-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.color-selector li .color-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(1.00001);
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.color-selector li .color-box:hover {
  cursor: pointer;
}
.color-selector li .color-box:hover:before {
  border-color: #131313;
}

.more-link {
  font-family: "Afacad", sans-serif;
  text-decoration: underline;
}

#cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  display: none;
}
#cart .main-cart {
  background-color: #fff;
  width: 475px;
  height: 100%;
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 0;
  transform: translateX(-105%);
  transition: all 0.45s ease-in-out;
}
#cart .main-cart.show-menu {
  transform: translateX(0);
}
#cart .main-cart .cart-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
#cart .main-cart .cart-header h3 {
  font-size: 18px;
  margin-bottom: 0;
}
#cart .main-cart .cart-header h3 .number {
  display: inline-block;
  margin-left: 5px;
}
#cart .main-cart .cart-header a {
  font-size: 24px;
}
#cart .main-cart .cart-products {
  max-height: 75vh;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.cart-item .cart-image {
  margin-right: 25px;
  width: 100px;
}
.cart-item .cart-image img {
  height: 96px;
}
.cart-item .cart-details {
  width: calc(100% - 100px);
}
.cart-item .cart-details p {
  margin-bottom: 0;
}
.cart-item .cart-details .title {
  font-size: 18px;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
}
.cart-item .cart-details .color-size {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 4px 0 10px 0;
}
.cart-item .cart-details .color-size p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px;
}
.cart-item .cart-details .color-size p .color {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.cart-item .cart-details .color-size p span {
  margin-left: 5px;
}

.quantity-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.quantity-price .quantity-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px;
  /* Firefox */
}
.quantity-price .quantity-box span {
  width: 24px;
  height: 24px;
  border: 1px solid #eaeaea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.quantity-price .quantity-box span:hover {
  cursor: pointer;
  background-color: #131313;
  color: #fff;
}
.quantity-price .quantity-box input {
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 1px solid #eaeaea;
  font-family: "Afacad", sans-serif;
  text-align: center;
  font-size: 12px;
}
.quantity-price .quantity-box input::-webkit-outer-spin-button,
.quantity-price .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-price .quantity-box input[type=number] {
  -moz-appearance: textfield;
}
.quantity-price button {
  padding: 15px 30px;
}
.quantity-price .icon-button {
  padding: 0 15px;
  background-color: transparent;
  border: 1px solid #131313;
  color: #131313;
  font-size: 20px;
  height: 48px;
}
.quantity-price .icon-button:hover {
  background-color: rgb(162, 40, 40);
  border-color: rgb(162, 40, 40);
  color: #fff;
}
.quantity-price .price {
  font-family: "Afacad", sans-serif;
  font-weight: 600;
}

.custom-label {
  margin-bottom: 5px;
  font-weight: 300;
  font-family: "Afacad", sans-serif;
  opacity: 0.75;
  letter-spacing: 0.5px;
  color: #000;
}

.custom-field {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 5px;
  height: 40px;
  background-color: #f7f7f7;
  font-size: 14px;
  margin-bottom: 15px;
}

textarea.custom-field {
  height: 120px;
}

.custom-field:focus, .custom-field:focus-visible, .custom-field:focus-within {
  border: 1px solid #131313;
  background-color: #fff;
}

#loginModal .nav-tabs .nav-item .nav-link {
  border-bottom: 2px solid #eaeaea;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #2B2E35;
  opacity: 0.7;
}
#loginModal .nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  border-color: #000;
}

.login-wrapper {
  padding: 32px 10px;
}
.login-wrapper .togglepassword-view {
  position: absolute;
  bottom: 8px;
  right: 20px;
}
.login-wrapper .togglepassword-view .ri-eye-off-line {
  display: none;
}
.login-wrapper p a {
  text-decoration: underline;
}
.login-wrapper input[type=password] {
  padding-right: 40px;
}

@media only screen and (max-width: 600px) {
  .main-title {
    font-size: 28px;
  }
  .main-title .subtitle {
    font-size: 16px;
  }
  .initiative-card .initiative-content h4 {
    font-size: 24px;
    font-weight: 600;
  }
  footer .email {
    margin-bottom: 30px;
  }
  footer .footer-list {
    margin-bottom: 32px;
  }
  footer .social-links {
    margin-bottom: 30px;
  }
  .initiative-card {
    margin-bottom: 30px;
    height: auto;
  }
  #page-header .page-title {
    margin-bottom: 35px;
  }
  #page-header .page-head-right {
    justify-content: space-between;
  }
  #page-header .page-head-right > li {
    margin-left: 0;
  }
  #page-header .page-head-right > li:last-of-type {
    width: 65%;
  }
  #page-header #sort-toggle span {
    display: block;
  }
  .product-colors {
    flex-wrap: wrap;
  }
  #cart .main-cart {
    width: 100%;
  }
}
.ticker-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2B2E35;
  overflow: hidden;
  height: 30px;
  position: relative;
}
.ticker-main p {
  margin: 0;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ticker-main .close-topmenu {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}

#main-header {
  padding: 30px 0;
}
#main-header .main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#main-header .main-menu li {
  width: calc(25% - 15px);
}
#main-header .main-menu li a {
  font-size: 20px;
  font-family: "Afacad", sans-serif;
}
#main-header .main-context-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#main-header .main-context-menu li {
  margin-left: 35px;
}
#main-header .main-context-menu li a {
  font-size: 20px;
  font-family: "Afacad", sans-serif;
}
#main-header .main-context-menu li a i {
  font-size: 22px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.25s ease-in-out;
}
header.fixed {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #fff;
}

.megamenu {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: all 0.25s ease-in-out;
}
.megamenu .menu-card-item {
  padding: 15px 30px;
  transition: all 0.25s ease-in-out;
  border-radius: 4px;
  border-right: 1px solid #eaeaea;
  position: relative;
}
.megamenu .menu-card-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #4E4F59;
  transition: all 0.25s ease-in-out;
}
.megamenu .menu-card-item:hover::before {
  width: 100%;
}
.megamenu .menu-card-item .menu-content {
  width: 100%;
  text-align: center;
  font-family: "Afacad", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.megamenu .menu-card-item .menu-image img{
  border-radius: 4px;
}

.main-menu li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.menu-button-next i {
  font-size: 20px;
}

.menu-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.menu-button-prev i {
  font-size: 20px;
}

.mobile-menu a {
  display: block;
}

.mobile-menu i {
  float: right;
}

.mobile-innermenu .menu-card-item {
  padding: 15px 30px;
  transition: all 0.25s ease-in-out;
  border-radius: 4px;
  border-right: 1px solid #eaeaea;
  position: relative;
}
.mobile-innermenu .menu-card-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #4E4F59;
  transition: all 0.25s ease-in-out;
}
.mobile-innermenu .menu-card-item:hover::before {
  width: 100%;
}
.mobile-innermenu .menu-card-item .menu-content {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  font-family: "Afacad", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.ri-close-fill {
  display: none;
}

.contact-menu p {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Afacad", sans-serif;
}
.contact-menu p i {
  font-size: 24px;
}

@media only screen and (max-width: 600px) {
  #main-header {
    padding: 15px 0;
  }
  .ticker-main .close-topmenu {
    right: 10px;
  }
  #main-header .main-context-menu li {
    margin-left: 25px;
  }
}
footer {
  padding: 60px 0 20px 0;
  background-color: #f6f6f6;
}
footer #subscribe {
  padding-bottom: 30px;
}
footer #subscribe .mail-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer #subscribe .mail-input input {
  width: 75%;
}
footer #subscribe .mail-input button {
  height: 50px;
}
footer #subscribe .notess {
  margin-top: 10px;
  opacity: 0.7;
}
footer #subscribe .notess a {
  text-decoration: underline;
}
footer #subscribe .mailinglist {
  font-family: "Afacad", sans-serif;
}
footer .main-title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Afacad", sans-serif;
}
footer .email {
  margin-top: 20px;
}
footer .email a {
  font-size: 24px;
}
footer .talktous {
  margin-top: 15px;
}
footer .talktous li {
  margin: 5px 0;
}
footer .talktous li a {
  font-size: 24px;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
}
footer .footer-title {
  margin-bottom: 20px;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
}
footer .social-links {
  margin-top: 10px;
}
footer .social-links li a {
  font-size: 24px;
}
footer .footer-list li {
  padding: 5px 0;
}
footer .footend {
  margin-top: 45px;
}
footer .footend p {
  font-family: "Afacad", sans-serif;
  font-size: 18px;
}

#mobile-menu {
  display: none;
}

@media only screen and (max-width: 1025px) {
  #mobile-menu {
    position: fixed;
    display: block;
    z-index: 12;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 20px);
    background-color: #fff;
    overflow-y: auto;
    padding: 15px 15px;
    transition: all 0.25s ease-in;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
  #mobile-menu.show-menu {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  #mobile-menu .mobile-menu li {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 600px) {
  footer .footend {
    margin-top: 20px;
  }
  footer .col-auto {
    width: 50%;
  }
  footer .talktous li a {
    font-size: 18px;
  }
}
#landing {
  margin-top: -95px;
}
#landing .landing-slide {
  height: 100vh;
  position: relative;
}
#landing .landing-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}

#home-category {
  padding: 100px 0;
}
#home-category .home-category-card {
  position: relative;
}
#home-category .home-category-card .card-image {
  position: relative;
  overflow: hidden;
}
#home-category .home-category-card .card-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2B2E35;
  z-index: 1;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
#home-category .home-category-card .card-image img {
  transition: all 0.25s ease-in-out;
}
#home-category .home-category-card .card-image .main-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 65%);
  z-index: 4;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
#home-category .home-category-card .card-content {
  text-align: center;
  padding: 15px;
}
#home-category .home-category-card .card-content h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
#home-category .home-category-card .card-content p {
  opacity: 0.7;
}
#home-category .home-category-card:hover .card-image:before {
  opacity: 0.75;
}
#home-category .home-category-card:hover .card-image img {
  transform: scale(1.05) rotate(1deg);
}
#home-category .home-category-card:hover .card-image .main-button {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.fixed {
  background-color: #fff;
}

.sustainibility-video {
  height: 550px;
}
.sustainibility-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sustain-content {
  padding-right: 80px;
}
.sustain-content h3 {
  font-size: 42px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.sustain-content h3:before {
  content: "";
  position: absolute;
}
.sustain-content h3 span {
  color: green;
  margin-right: 10px;
}
.sustain-content h3 img {
  margin-right: 10px;
}
.sustain-content p {
  margin: 30px 0 50px 0;
  font-weight: 500;
  font-size: 16px;
}
.sustain-content p span {
  font-size: 20px;
  font-weight: 500;
}

#products {
  padding: 100px 0;
}

#why-us, #sustain-initiatives {
  padding: 100px 0;
}

#sustainability {
  padding: 100px 0;
  background-image: url("../images/floral-bg.png");
  background-size: 60%;
  background-position: bottom left;
  background-repeat: no-repeat;
}

#why-us {
  background-color: #f6f6f6;
}
#why-us .image-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#why-us .img-bcompany {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: auto;
  height: 224px;
  filter: invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}

#atheco-action {
  padding: 100px 0;
  position: relative;
}
#atheco-action:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #f6f6f6;
  z-index: 0;
}
#atheco-action .action-title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 40px;
}
#atheco-action .action-title span {
  display: block;
  font-weight: 800;
  margin-left: 200px;
}
#atheco-action:hover #drag-cursor {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1025px) {
  #landing .landing-slide {
    height: auto;
  }
  #sustainability {
    background-size: 75%;
  }
  .sustain-content {
    padding-top: 40px;
  }
  #home-category, #sustainability, #products, #atheco-action, #why-us, #sustain-initiatives {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .sustain-content h3 {
    flex-wrap: wrap;
  }
  .sustain-content {
    padding-right: 0;
  }
  #sustainability {
    background-size: cover;
  }
  #why-us .main-title {
    font-size: 24px;
  }
  #why-us .img-overlay {
    margin-bottom: 25px;
  }
  #atheco-action .action-title span {
    margin-left: 0;
  }
  #atheco-action .action-title {
    font-size: 36px;
  }
  .sustainibility-video {
    height: auto;
  }
  #why-us .h-100 {
    height: auto !important;
  }
  .mobile-innermenu {
    display: none;
  }
}
.dropdown-toggle::after {
    display: none;
}

#main-header .main-context-menu .dropdown-menu li {
    margin-left: 0;
}

#main-header .main-context-menu .dropdown-menu li a {
    font-size: 14px;
}

.search-input {
    position: absolute;
    width: 100%;
    height: 95px;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all ease-in-out 0.35s;
}

.form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 15px;
    border-radius: 0;
    font-size: 18px;
    margin: 13px 0;
}

.close-search {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 0;
    text-align: center;
    cursor: pointer;
}

.search-input.show-search {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    transition: all ease-in-out 0.35s;
}

.close-search i {
    font-size: 20px;
}

.search-wrapper {
    position: relative;
    z-index: 9;
}


.form-control:focus,
.form-control:active,
.form-control:visited,
.form-control:focus-within,
.form-control:focus-visible {
    border: none;
    border-bottom: 1px solid #dddddd;
    box-shadow: none;
}


@media only screen and (max-width: 700px) {
    .form-control {
        margin: 0;
    }

    .search-input {
        height: auto;
    }
}
