html {
  font-size: 62.5%;
  font-family: "IBM Plex Sans";
}
a {
  text-decoration: none;
  font-family: inherit;
}

* {
  font-family: "IBM Plex Sans";
}

p {
  font-size: 2rem;
}

#navbarNav {
  justify-content: center;
}

body {
  background-color: #ffffff;
}
body header .campaign,
body footer .campaign {
  background-color: #59534C;
}
body header.header-bg,
body footer.header-bg {
  background-color: #36322D;
}
body header .campaign-content,
body footer .campaign-content {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: #A9A197;
  padding: 0 3.5rem;
}
@media (max-width: 767px) {
  body header .campaign-content,
  body footer .campaign-content {
    flex-direction: column;
    height: 5rem;
    padding-top: 1.5rem;
  }
}
body header .campaign-content .left,
body footer .campaign-content .left {
  width: 25%;
  display: flex;
  flex-direction: row;
}
body header .campaign-content .left .language .dropdown a,
body footer .campaign-content .left .language .dropdown a {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
body header .campaign-content .left .language .dropdown a > img,
body footer .campaign-content .left .language .dropdown a > img {
  height: 20px;
  border: 1px solid white;
}
body header .campaign-content .left .language .dropdown a.dropdown-item,
body footer .campaign-content .left .language .dropdown a.dropdown-item {
  color: #8c8c8c;
  padding: 5px 20px 5px 15px;
}
body header .campaign-content .left .language .dropdown a.dropdown-item:hover,
body footer .campaign-content .left .language .dropdown a.dropdown-item:hover {
  color: #8c8c8c;
}
body header .campaign-content .left .language .dropdown .dropdown-menu,
body footer .campaign-content .left .language .dropdown .dropdown-menu {
  top: 10px !important;
}
body header .campaign-content .left .phone,
body footer .campaign-content .left .phone {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  margin-left: 20px;
  color: #e2e2e2;
}
body header .campaign-content .center,
body footer .campaign-content .center {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
body header .campaign-content .right,
body footer .campaign-content .right {
  width: 25%;
}
body header .navigation,
body footer .navigation {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 1199px) {
  body header .navigation,
  body footer .navigation {
    flex-direction: column;
  }
}
body header .navigation .navbar-toggler,
body footer .navigation .navbar-toggler {
  font-size: 3rem;
  border: none;
}
body header .navigation .navbar-toggler > span,
body footer .navigation .navbar-toggler > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body header .navigation .logo,
body header .navigation .brand,
body footer .navigation .logo,
body footer .navigation .brand {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 35px;
}
@media (max-width: 767px) {
  body header .navigation .logo,
  body header .navigation .brand,
  body footer .navigation .logo,
  body footer .navigation .brand {
    padding: 20px;
  }
}
body header .navigation .logo img,
body header .navigation .brand img,
body footer .navigation .logo img,
body footer .navigation .brand img {
  height: 45px;
}
body header .navigation .buttons,
body footer .navigation .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  padding: 0 2rem;
  margin-left: 1em;
  min-width: 113px;
}
@media (max-width: 1199px) {
  body header .navigation .buttons,
  body footer .navigation .buttons {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 2rem 0;
  }
}
@media (max-width: 991px) {
  body header .navigation .buttons,
  body footer .navigation .buttons {
    padding: 0 1rem;
  }
}
body header .navigation nav,
body footer .navigation nav {
  width: 100%;
}
body header .navigation nav ul,
body footer .navigation nav ul {
  padding: 0;
}
@media (max-width: 1199px) {
  body header .navigation nav ul.navbar-nav,
  body footer .navigation nav ul.navbar-nav {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
body header .navigation nav ul li,
body footer .navigation nav ul li {
  margin: 15px 0;
}
body header .navigation nav ul li.nav-item,
body footer .navigation nav ul li.nav-item {
  display: inline-block;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  body header .navigation nav ul li.nav-item,
  body footer .navigation nav ul li.nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  body header .navigation nav ul li.nav-item,
  body footer .navigation nav ul li.nav-item {
    margin-bottom: 0;
  }
}
body header .navigation nav ul li.nav-item:first-child,
body footer .navigation nav ul li.nav-item:first-child {
  margin-left: 0;
}
@media (max-width: 1199px) {
  body header .navigation nav ul li.nav-item:first-child,
  body footer .navigation nav ul li.nav-item:first-child {
    margin-left: 2rem;
    margin-top: 3rem;
    width: auto;
  }
}
@media (max-width: 991px) {
  body header .navigation nav ul li.nav-item:first-child,
  body footer .navigation nav ul li.nav-item:first-child {
    margin-left: 1rem;
  }
}
body header .navigation nav ul li.nav-item:last-child,
body footer .navigation nav ul li.nav-item:last-child {
  margin-right: 0;
}
body header .navigation nav ul li.nav-item a.nav-link,
body footer .navigation nav ul li.nav-item a.nav-link {
  font-size: 2rem;
  line-height: 2.7rem;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  color: #ffffff;
  padding: 0;
}
body header .navigation nav ul li.nav-item a.nav-link::after,
body footer .navigation nav ul li.nav-item a.nav-link::after {
  content: "";
  height: 6px;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  border-radius: 20px 0px;
  margin-top: 3px;
  background-color: #ffffff;
  opacity: 0;
}
@media (max-width: 767px) {
  body header .navigation nav ul li.nav-item a.nav-link::after,
  body footer .navigation nav ul li.nav-item a.nav-link::after {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
body header .navigation nav ul li.nav-item a.nav-link:hover::after,
body footer .navigation nav ul li.nav-item a.nav-link:hover::after {
  opacity: 1;
}
body header .navigation nav .submenu,
body footer .navigation nav .submenu {
  display: none;
}
body footer {
  background-color: #36322D;
}
body footer .navigation {
  padding: 4rem 8rem;
  gap: 190px;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  body footer .navigation {
    padding: 2rem 4rem;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  body footer .navigation {
    padding: 40px;
    gap: 20px;
  }
}
body footer .navigation .logo {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  body footer .navigation .logo {
    order: 3;
  }
}
body footer .navigation .logo .company img {
  margin-top: 30px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer .navigation .logo .social {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-top: 65px;
}
body footer .navigation .logo .social > a {
  font-size: 4rem;
  color: #e2e2e2;
}
body footer .navigation nav {
  gap: 190px;
  align-items: flex-start;
  display: flex;
  margin: 0;
}
@media (max-width: 1199px) {
  body footer .navigation nav {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  body footer .navigation nav {
    gap: 20px;
    flex-direction: column;
  }
}
body footer .navigation nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body footer .navigation nav ul li.title {
  color: #8c8c8c;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1em;
}
body footer .navigation nav ul li a {
  color: #E2E2E2;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  text-decoration: none;
}
body footer .subscribe {
  display: flex;
  background-color: #36322D;
}
body footer .subscribe form {
  margin: 3rem auto 4rem auto;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  body footer .subscribe form {
    margin: 2rem auto 3rem auto;
  }
}
@media (max-width: 767px) {
  body footer .subscribe form {
    margin: 1rem 2rem;
  }
}
body footer .subscribe form label {
  white-space: nowrap;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 1em;
  color: #e2e2e2;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
}
body footer .subscribe form label > i {
  font-size: 1.2em;
  margin-right: 20px;
  vertical-align: -0.4rem;
}
@media (max-width: 767px) {
  body footer .subscribe form label {
    white-space: normal;
  }
}
body footer .subscribe form input {
  width: 100%;
  background-color: transparent;
  color: #59534C;
  outline: none;
  padding: 20px;
  margin-bottom: 55px;
  border: none;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  border-bottom: 4px solid #59534C;
  border-radius: 0;
  box-shadow: none;
}
body footer .subscribe form input:focus {
  border: none;
  border-bottom: 4px solid #59534C;
}
body footer .subscribe form button {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1199px) {
  body footer .subscribe form button {
    margin-right: auto;
  }
}
body .container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
body .content {
  max-width: 1690px;
  padding: 0 4rem;
  margin: 4rem auto 4rem auto;
}
@media (max-width: 1199px) {
  body .content {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  body .content {
    padding: 0 2rem;
  }
}
body .product-content {
  max-width: 1736px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  body .product-content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  body .product-content {
    padding: 0 20px;
  }
}
body .product-content.no-breadcrumb {
  margin-top: 4rem;
}
@media (max-width: 1199px) {
  body .product-content.no-breadcrumb {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  body .product-content.no-breadcrumb {
    margin-top: 2rem;
  }
}
body .product-content.box-shadow {
  padding-bottom: 30px;
  margin-bottom: 100px;
}
body .collection {
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
}
body .collection h2 {
  color: #27AE60;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  line-height: 3rem;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
body .collection h1 {
  color: #36322D;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 400;
  font-family: "IBM Plex Sans";
  margin-bottom: 1em;
}
body .collection h1::after {
  width: 5rem;
  display: block;
  margin-top: 0.3em;
  margin-right: auto;
  margin-left: 0;
  height: 0.8rem;
  background-color: #27AE60;
  content: "";
}
body .collection .card-container {
  gap: 4rem;
  margin-bottom: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body .collection .card-container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199px) {
  body .collection .card-container {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 43px;
    margin-left: -43px;
    margin-top: -43px;
  }
}
@media (max-width: 767px) {
  body .collection .card-container {
    gap: 2rem;
  }
}
body .collection .card-container .product-card {
  width: calc(20% - 40px);
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  body .collection .card-container .product-card {
    width: calc(25% - 40px);
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  body .collection .card-container .product-card {
    width: calc(65% - 40px);
  }
}
@media (max-width: 575px) {
  body .collection .card-container .product-card {
    width: 160px;
  }
}
body .collection .card-container .product-card > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .collection .card-container .product-card .card-body {
  text-align: center;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 20px;
  padding: 0 15px;
  width: 100%;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 120%;
  color: #434343;
  text-decoration: none;
}
@media (max-width: 767px) {
  body .collection .card-container .product-card .card-body {
    height: 50px;
  }
}
body .collection .card-container .product-card::after {
  display: block;
  content: "";
  height: 20px;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 20px 20px;
}
body .collection .buttons {
  margin-bottom: 4em;
}

.color-blueberry {
  color: #413B8C;
}

.bg-blueberry {
  background-color: #413B8C;
}

.bg-blueberry-after::after {
  background-color: #413B8C;
}

.border-blueberry {
  border-color: #413B8C;
}
.border-blueberry:hover {
  border-color: #413B8C;
}

.color-cinnamon {
  color: #8F5B45;
}

.bg-cinnamon {
  background-color: #8F5B45;
}

.bg-cinnamon-after::after {
  background-color: #8F5B45;
}

.border-cinnamon {
  border-color: #8F5B45;
}
.border-cinnamon:hover {
  border-color: #8F5B45;
}

.color-lemon {
  color: #C8BA40;
}

.bg-lemon {
  background-color: #C8BA40;
}

.bg-lemon-after::after {
  background-color: #C8BA40;
}

.border-lemon {
  border-color: #C8BA40;
}
.border-lemon:hover {
  border-color: #C8BA40;
}

.color-honeydew {
  color: #CB923C;
}

.bg-honeydew {
  background-color: #CB923C;
}

.bg-honeydew-after::after {
  background-color: #CB923C;
}

.border-honeydew {
  border-color: #CB923C;
}
.border-honeydew:hover {
  border-color: #CB923C;
}

.color-menthol {
  color: #0DBB29;
}

.bg-menthol {
  background-color: #0DBB29;
}

.bg-menthol-after::after {
  background-color: #0DBB29;
}

.border-menthol {
  border-color: #0DBB29;
}
.border-menthol:hover {
  border-color: #0DBB29;
}

.color-classic {
  color: #083D64;
}

.bg-classic {
  background-color: #083D64;
}

.bg-classic-after::after {
  background-color: #083D64;
}

.border-classic {
  border-color: #083D64;
}
.border-classic:hover {
  border-color: #083D64;
}

.color-mango {
  color: #DF8600;
}

.bg-mango {
  background-color: #DF8600;
}

.bg-mango-after::after {
  background-color: #DF8600;
}

.border-mango {
  border-color: #DF8600;
}
.border-mango:hover {
  border-color: #DF8600;
}

.color-mint {
  color: #29BCA1;
}

.bg-mint {
  background-color: #29BCA1;
}

.bg-mint-after::after {
  background-color: #29BCA1;
}

.border-mint {
  border-color: #29BCA1;
}
.border-mint:hover {
  border-color: #29BCA1;
}

.color-green {
  color: #27AE60;
}
.color-green:hover {
  color: #27AE60;
  background-color: #d4ffe6;
}

.bg-green {
  background-color: #27AE60;
}
.bg-green:hover {
  background-color: #51cf86;
}

.bg-green-after::after {
  background-color: #27AE60;
}

.border-green {
  border-color: #27AE60;
}
.border-green:hover {
  border-color: #27AE60;
}

.border-grey {
  border-color: #E2E2E2;
}
.border-grey:hover {
  border-color: #E2E2E2;
}

.color-grey {
  color: #E2E2E2;
}
.color-grey:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.color-grey:hover.btn {
  background-color: rgba(255, 255, 255, 0.2);
}

.border-white {
  border-color: #ffffff;
}
.border-white:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.color-white {
  color: #ffffff;
}
.color-white:hover {
  color: #ffffff;
}

.btn {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  padding: 0.6em 2em;
  border-width: 4px;
  border-style: solid;
  box-shadow: 0px 0px 43px rgba(39, 28, 28, 0.1);
  border-radius: 20px;
  white-space: nowrap;
}
.btn > i {
  margin-right: 10px;
}
.btn.small {
  font-size: 2rem;
  line-height: 2.7rem;
  padding: 0.5rem 2rem;
  border-width: 2px;
  border-radius: 15px;
}
.btn.tiny {
  padding: 0 10px;
  min-width: 49px;
}
@media (max-width: 1199px) {
  .btn {
    padding: 15px 40px;
  }
}
.btn.disabled, .btn:disabled {
  border-color: #e2e2e2;
  color: #e2e2e2;
}

.shade-color {
  color: #8C8C8C;
}

.main-color {
  color: #59534C;
}

.product-color {
  color: #36322D;
}

#carouselExampleCaptions {
  width: 100%;
  max-width: 1920px;
  height: 680px;
}
#carouselExampleCaptions .carousel-inner {
  height: 680px;
}
#carouselExampleCaptions .carousel-item {
  height: 100%;
}
#carouselExampleCaptions .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#carouselExampleCaptions .carousel-item .carousel-caption {
  right: 100px;
  left: 100px;
  bottom: 75px;
  text-align: left;
}
#carouselExampleCaptions .carousel-item .carousel-caption h5 {
  font-size: 4rem;
  line-height: 5.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "IBM Plex Sans";
}
#carouselExampleCaptions .carousel-item .carousel-caption p {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 3rem;
  font-weight: 500;
  font-family: "IBM Plex Sans";
}
#carouselExampleCaptions .carousel-item .carousel-caption .btn {
  padding: 22px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  #carouselExampleCaptions .carousel-item .carousel-caption .btn {
    padding: 10px;
    margin-bottom: 10rem;
  }
}
#carouselExampleCaptions .carousel-indicators {
  margin-bottom: 50px;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target] {
  height: 20px;
  width: 20px;
  border: none;
  background-color: #ffffff;
  border-radius: 10px !important;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 1;
}
#carouselExampleCaptions .carousel-indicators [data-bs-target].active {
  background-color: #27AE60;
  width: 6rem;
}

.heatsticks,
.particles,
.reasons,
.whyus,
.new-global-trend {
  max-width: 1500px;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.heatsticks > .img-holder,
.particles > .img-holder,
.reasons > .img-holder,
.whyus > .img-holder,
.new-global-trend > .img-holder {
  margin-bottom: 32px;
}
.heatsticks > .img-holder > img,
.particles > .img-holder > img,
.reasons > .img-holder > img,
.whyus > .img-holder > img,
.new-global-trend > .img-holder > img {
  height: 128px;
}
@media (max-width: 1199px) {
  .heatsticks > .img-holder > img,
  .particles > .img-holder > img,
  .reasons > .img-holder > img,
  .whyus > .img-holder > img,
  .new-global-trend > .img-holder > img {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .heatsticks > .img-holder > img,
  .particles > .img-holder > img,
  .reasons > .img-holder > img,
  .whyus > .img-holder > img,
  .new-global-trend > .img-holder > img {
    height: 80px;
  }
}
.heatsticks > .title,
.particles > .title,
.reasons > .title,
.whyus > .title,
.new-global-trend > .title {
  display: inline-block;
}
.heatsticks > .title > h1,
.particles > .title > h1,
.reasons > .title > h1,
.whyus > .title > h1,
.new-global-trend > .title > h1 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
}
.heatsticks > .title > h1::after,
.particles > .title > h1::after,
.reasons > .title > h1::after,
.whyus > .title > h1::after,
.new-global-trend > .title > h1::after {
  margin-top: 0.3em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  height: 10px;
  display: block;
  width: 57.627%;
  content: "";
}
.heatsticks .block,
.particles .block,
.reasons .block,
.whyus .block,
.new-global-trend .block {
  display: flex;
  max-width: 1500px;
  gap: 6rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.heatsticks .block > div,
.particles .block > div,
.reasons .block > div,
.whyus .block > div,
.new-global-trend .block > div {
  text-align: left;
  margin-bottom: 4rem;
}
.heatsticks .block > div.col-6,
.particles .block > div.col-6,
.reasons .block > div.col-6,
.whyus .block > div.col-6,
.new-global-trend .block > div.col-6 {
  width: calc(50% - 3rem);
}
@media (max-width: 767px) {
  .heatsticks .block > div.col-6,
  .particles .block > div.col-6,
  .reasons .block > div.col-6,
  .whyus .block > div.col-6,
  .new-global-trend .block > div.col-6 {
    width: 100%;
  }
}
.heatsticks .block > div > div,
.particles .block > div > div,
.reasons .block > div > div,
.whyus .block > div > div,
.new-global-trend .block > div > div {
  position: relative;
}
.heatsticks .block > div > div > h2,
.particles .block > div > div > h2,
.reasons .block > div > div > h2,
.whyus .block > div > div > h2,
.new-global-trend .block > div > div > h2 {
  color: #36322D;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  display: inline-block;
  padding-right: 2rem;
  background-color: #ffffff;
  margin-bottom: 0.5em;
}
.heatsticks .block > div > div > h2::before,
.particles .block > div > div > h2::before,
.reasons .block > div > div > h2::before,
.whyus .block > div > div > h2::before,
.new-global-trend .block > div > div > h2::before {
  background-color: #27AE60;
  width: 10px;
  height: 28px;
  margin-right: 13px;
  display: inline-block;
  align-self: center;
  content: "";
}
.heatsticks .block > div > div > h2.tails::after,
.particles .block > div > div > h2.tails::after,
.reasons .block > div > div > h2.tails::after,
.whyus .block > div > div > h2.tails::after,
.new-global-trend .block > div > div > h2.tails::after {
  position: absolute;
  bottom: 43px;
  right: 0;
  left: 30px;
  content: "";
  background-color: #27AE60;
  height: 4px;
  z-index: -1;
}
.heatsticks .block > div > p,
.particles .block > div > p,
.reasons .block > div > p,
.whyus .block > div > p,
.new-global-trend .block > div > p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #59534C;
}
.heatsticks .block > div > img,
.particles .block > div > img,
.reasons .block > div > img,
.whyus .block > div > img,
.new-global-trend .block > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heatsticks .block .particle-list,
.particles .block .particle-list,
.reasons .block .particle-list,
.whyus .block .particle-list,
.new-global-trend .block .particle-list {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .heatsticks .block .particle-list,
  .particles .block .particle-list,
  .reasons .block .particle-list,
  .whyus .block .particle-list,
  .new-global-trend .block .particle-list {
    flex-direction: column;
  }
}
.heatsticks .block .particle-list .particle,
.particles .block .particle-list .particle,
.reasons .block .particle-list .particle,
.whyus .block .particle-list .particle,
.new-global-trend .block .particle-list .particle {
  width: 260px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .heatsticks .block .particle-list .particle,
  .particles .block .particle-list .particle,
  .reasons .block .particle-list .particle,
  .whyus .block .particle-list .particle,
  .new-global-trend .block .particle-list .particle {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
  }
}
.heatsticks .block .particle-list .particle .img-holder,
.particles .block .particle-list .particle .img-holder,
.reasons .block .particle-list .particle .img-holder,
.whyus .block .particle-list .particle .img-holder,
.new-global-trend .block .particle-list .particle .img-holder {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 230px;
  margin: 0 auto 27px auto;
}
.heatsticks .block .particle-list .particle .img-holder img,
.particles .block .particle-list .particle .img-holder img,
.reasons .block .particle-list .particle .img-holder img,
.whyus .block .particle-list .particle .img-holder img,
.new-global-trend .block .particle-list .particle .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.heatsticks .block .particle-list .particle h4,
.particles .block .particle-list .particle h4,
.reasons .block .particle-list .particle h4,
.whyus .block .particle-list .particle h4,
.new-global-trend .block .particle-list .particle h4 {
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #434343;
  margin: 0 15px;
}
.heatsticks .block .particle-list .particle h4::after,
.particles .block .particle-list .particle h4::after,
.reasons .block .particle-list .particle h4::after,
.whyus .block .particle-list .particle h4::after,
.new-global-trend .block .particle-list .particle h4::after {
  margin: 0.5em auto;
  border-bottom: 0.8rem solid #22B573;
  content: "";
  display: block;
  width: 3rem;
}
.heatsticks .block .particle-list .particle h5,
.particles .block .particle-list .particle h5,
.reasons .block .particle-list .particle h5,
.whyus .block .particle-list .particle h5,
.new-global-trend .block .particle-list .particle h5 {
  color: #8C8C8C;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-weight: 600;
  margin: 0 15px;
}

.steps {
  display: flex;
  flex-direction: row;
  min-height: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .steps {
    flex-direction: column;
  }
}
.steps .step {
  border-radius: 20px;
  flex-basis: 25%;
  padding: 10px 23px 40px 23px;
  position: relative;
  margin-bottom: 4em;
  font-family: "IBM Plex Sans";
}
@media (max-width: 991px) {
  .steps .step {
    flex-basis: 100%;
    margin-bottom: 0px;
  }
}
.steps .step::before {
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 8.8rem;
  color: #E2E2E2;
  position: absolute;
  left: 40px;
  top: 3px;
}
.steps .step::after {
  content: "";
  position: absolute;
  right: -33px;
  z-index: 1;
  top: 64px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 0 52px 33px;
  border-color: transparent transparent transparent #FBF8F7;
}
@media (max-width: 991px) {
  .steps .step::after {
    margin-left: auto;
    margin-right: auto;
    bottom: -33px;
    right: initial;
    top: initial;
    left: calc(50% - 55px);
    border-width: 33px 55px 0 55px;
    border-color: #FBF8F7 transparent transparent transparent;
  }
}
.steps .step .title {
  margin-top: 70px;
  font-weight: 700;
  color: #36322D;
  font-size: 3rem;
  line-height: 4rem;
  text-transform: uppercase;
}
.steps .step .title::after {
  border-bottom: 8px solid #ffffff;
  width: 50%;
  margin: 24px auto 40px auto;
  content: "";
  display: block;
}
.steps .step .info {
  font-size: 2.2rem;
  line-height: 2.9rem;
  text-align: center;
  font-weight: 500;
  font-family: "IBM Plex Sans";
  color: #59534C;
}
.steps .step:nth-child(1) {
  background-color: #FBF8F7;
}
.steps .step:nth-child(1)::before {
  content: "1";
}
.steps .step:nth-child(2) {
  background-color: #E2E2E2;
}
.steps .step:nth-child(2) .title::after {
  border-bottom-color: #FBF8F7;
}
.steps .step:nth-child(2)::before {
  content: "2";
  color: #ffffff;
}
.steps .step:nth-child(2)::after {
  border-color: transparent transparent transparent #E2E2E2;
}
@media (max-width: 991px) {
  .steps .step:nth-child(2)::after {
    border-color: #E2E2E2 transparent transparent transparent;
  }
}
.steps .step:nth-child(3) {
  background-color: #FBF8F7;
}
.steps .step:nth-child(3)::before {
  content: "3";
  color: #E2E2E2;
}
.steps .step:nth-child(3)::after {
  border-color: transparent transparent transparent #FBF8F7;
}
@media (max-width: 991px) {
  .steps .step:nth-child(3)::after {
    border-color: #FBF8F7 transparent transparent transparent;
  }
}
.steps .step:nth-child(4) {
  background-color: #27AE60;
}
.steps .step:nth-child(4) .title {
  color: #ffffff;
}
.steps .step:nth-child(4) .title::after {
  border-bottom-color: rgba(255, 255, 255, 0.3019607843);
}
.steps .step:nth-child(4)::before {
  content: "4";
  color: #FBF8F7;
}

.info-box {
  background-color: #FBF8F7;
  position: relative;
  padding: 5rem 5rem 5rem 7rem;
  margin-bottom: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .info-box {
    padding: 3rem 3rem 3rem 5rem;
  }
}
.info-box::before {
  content: "";
  border-top: 10px solid #27AE60;
  width: 178px;
  display: block;
  top: 0;
  left: 72px;
  position: absolute;
}
.info-box p {
  font-weight: 500;
  padding: 0;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: #59534C;
  text-align: left;
}

.tr-round-border-big {
  border-radius: 0 300px 0 0;
  overflow: hidden;
}

.bl-round-border-big {
  border-radius: 0 0 0 300px;
  overflow: hidden;
}

.br-round-border-big {
  border-radius: 0 0 300px 0;
  overflow: hidden;
}

hr {
  width: 50vw;
  height: 4px;
  display: block;
  background: #ffffff;
  border: none;
  box-shadow: 0px -20px 100px 12px rgba(0, 0, 0, 0.14);
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
hr.short {
  box-shadow: 0px -20px 100px 12px rgba(0, 0, 0, 0.2);
  width: 33vw;
  height: 10px;
}
hr.small {
  margin-bottom: 150px;
}

.reasons {
  margin-bottom: 6em;
}
.reasons > .title h1::after {
  margin-bottom: 92px;
}
.reasons .block {
  max-width: auto;
  margin-top: 0;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}
.reasons .block .reason {
  display: flex;
  flex-basis: calc(50% - 32px);
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 24px;
  background: #FBF8F7;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 13px 13px 13px 22px;
  align-items: center;
}
@media (max-width: 1199px) {
  .reasons .block .reason {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .reasons .block .reason {
    flex-direction: column;
  }
}
.reasons .block .reason > img.icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #FFFFFF;
  box-shadow: 0px -20px 100px 12px rgba(0, 0, 0, 0.05);
  margin-right: 60px;
}
@media (max-width: 767px) {
  .reasons .block .reason > img.icon {
    margin-right: auto;
    margin-left: auto;
  }
}
.reasons .block .reason:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}
.reasons .block .reason > p {
  font-size: 2.4rem;
  line-height: 4.2rem;
  font-weight: 500;
  font-family: "IBM Plex Sans";
  color: #59534C;
}
@media (max-width: 767px) {
  .reasons .block .reason > p {
    margin-top: 1em;
  }
}

.whyus {
  margin-bottom: 6em;
}
.whyus > .title h1::after {
  margin-bottom: 1.5em;
}
.whyus > .block > .article {
  flex-basis: 100%;
  margin: 0;
}
.whyus > .block > .article > img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
.whyus > .block > .article > h3.title {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  font-family: "IBM Plex Sans";
  color: #36322D;
  text-transform: uppercase;
  margin: 0.5em 0;
}
.whyus > .block > .article > .content {
  padding: 0;
  margin: 0;
}
.whyus > .block > .article > .content p {
  font-size: 2.8rem;
  line-height: 120%;
  font-weight: 500;
  font-family: "IBM Plex Sans";
  color: #8c8c8c;
  text-align: justify;
}

.new-global-trend {
  margin-bottom: 8em;
}
.new-global-trend > .title h1::after {
  margin-bottom: 2em;
}
.new-global-trend > .block {
  gap: 60px;
  align-items: stretch;
  flex-wrap: wrap;
}
.new-global-trend > .block > .small-article {
  flex-basis: calc(33.333% - 40px);
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-items: space-between;
}
@media (max-width: 1199px) {
  .new-global-trend > .block > .small-article {
    flex-basis: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .new-global-trend > .block > .small-article {
    flex-basis: 100%;
  }
}
.new-global-trend > .block > .small-article > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-global-trend > .block > .small-article > a {
  margin-top: 1em;
  color: #36322D;
  font-family: "IBM Plex Sans";
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb {
  margin: 1em 0;
  font-size: 2rem;
  line-height: 3rem;
  color: #59534C;
  font-weight: 600;
  font-family: "IBM Plex Sans";
}
.breadcrumb a {
  margin: 0 10px;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
.breadcrumb a.active {
  color: #27AE60;
}

.heading-image {
  height: 680px;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .heading-image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .heading-image {
    height: 340px;
  }
}
.heading-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading-image h1.title {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  max-width: 1736px;
  padding: 4rem;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  z-index: 100;
}
@media (max-width: 1199px) {
  .heading-image h1.title {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .heading-image h1.title {
    padding: 2rem;
  }
}

.product {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: " imagesbox cartbox" " notesbox cartbox" " ingredientsbox cartbox" " infobox warningbox";
}
@media (max-width: 767px) {
  .product {
    grid-template-columns: 100%;
    grid-template-areas: " imagesbox " " cartbox " " notesbox " " ingredientsbox " " infobox " " warningbox ";
  }
}
.product .box {
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - 15px);
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 12px rgba(0, 0, 0, 0.04);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .product .box {
    width: 100%;
  }
}
.product .box h3.title {
  background-color: #FBF8F7;
}
.product .box.long {
  height: 100%;
  flex: 3;
}
.product .box .big-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .box .thumbnails {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin: 30px 0 0 0;
}
.product .box .thumbnails > a {
  flex-basis: calc(33.333% - 20px);
  border: 2px solid #EAEAEA;
}
.product .box .thumbnails > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .box .ingredients h3 {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  font-style: italic;
  margin: 3rem;
  flex-basis: 100%;
}
@media (max-width: 767px) {
  .product .box .ingredients h3 {
    margin: 2rem;
  }
}
.product .box .ingredients p {
  margin: 0 3rem 3rem 3rem;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: left;
  color: #36322D;
}
@media (max-width: 767px) {
  .product .box .ingredients p {
    margin: 0 2rem 2rem 2rem;
  }
}
.product .box.cartbox, .product .box.infobox, .product .box.warningbox {
  margin-left: auto;
  margin-right: 0;
}
.product .box.cartbox ul, .product .box.infobox ul, .product .box.warningbox ul {
  list-style: disc;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .product .box.cartbox ul, .product .box.infobox ul, .product .box.warningbox ul {
    margin-left: 20px;
  }
}
.product .box.cartbox ul li, .product .box.infobox ul li, .product .box.warningbox ul li {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #36322D;
}
.product .box.cartbox em, .product .box.infobox em, .product .box.warningbox em {
  color: #8c8c8c;
}
.product .box.cartbox h3, .product .box.infobox h3, .product .box.warningbox h3 {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  font-style: italic;
  color: #36322D;
  padding: 3rem;
}
@media (max-width: 767px) {
  .product .box.cartbox h3, .product .box.infobox h3, .product .box.warningbox h3 {
    padding: 20px;
  }
}
.product .box.cartbox .content, .product .box.infobox .content, .product .box.warningbox .content {
  padding: 2.5rem;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .product .box.cartbox .content, .product .box.infobox .content, .product .box.warningbox .content {
    padding: 1.5em;
  }
}
.product .box.cartbox .content p, .product .box.infobox .content p, .product .box.warningbox .content p {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: justify;
  margin-bottom: 1.5em;
  color: #36322D;
}
.product .box.imagesbox {
  grid-area: imagesbox;
  box-shadow: none;
}
.product .box.notesbox {
  grid-area: notesbox;
}
.product .box.ingredientsbox {
  grid-area: ingredientsbox;
}
.product .box.cartbox {
  grid-area: cartbox;
}
.product .box.infobox {
  grid-area: infobox;
  margin-left: 0;
  margin-right: auto;
}
.product .box.warningbox {
  grid-area: warningbox;
  margin-left: auto;
  margin-right: 0;
}

.container h3 {
  color: #59534C;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  line-height: 2.8rem;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.container h2 {
  color: #27AE60;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  line-height: 3rem;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.container h1 {
  color: #36322D;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 400;
  font-family: "IBM Plex Sans";
  margin-bottom: 1em;
}
.container h1 strong {
  font-weight: 600;
}
.container h1::after {
  width: 5rem;
  display: block;
  margin-top: 0.3em;
  margin-right: auto;
  margin-left: 0;
  height: 0.8rem;
  background-color: #27AE60;
  content: "";
}

.notes {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  align-items: flex-start;
  justify-content: flex-start;
}
.notes h3 {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  font-style: italic;
  margin: 3rem;
  flex-basis: 100%;
}
@media (max-width: 767px) {
  .notes h3 {
    margin: 2rem;
  }
}
.notes .note {
  flex-direction: row;
  display: flex;
  flex-basis: calc(50% - 60px);
  margin: 0 30px 25px 30px;
}
@media (max-width: 767px) {
  .notes .note {
    margin: 0 20px 15px 20px;
  }
}
.notes .note:nth-child(2n+1) {
  margin-right: 0px;
}
.notes .note p {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  font-style: italic;
  min-width: 80px;
  text-align: left;
}

ul.strength {
  list-style: none;
  height: 24px;
  white-space: nowrap;
  margin-left: auto;
  padding-left: 0;
}
@media (max-width: 991px) {
  ul.strength {
    height: 24px;
  }
}
@media (max-width: 767px) {
  ul.strength {
    height: 20px;
  }
}
ul.strength li {
  background-color: #e2e2e2;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin: 0 2px;
}
@media (max-width: 991px) {
  ul.strength li {
    height: 26px;
    border-radius: 13px;
    width: 26px;
    margin: 0 2px;
  }
}
@media (max-width: 767px) {
  ul.strength li {
    height: 20px;
    border-radius: 10px;
    width: 20px;
    margin: 0 2px;
  }
}
ul.strength.str-5 li {
  background-color: #27AE60;
}
ul.strength.str-1 li:first-child {
  background-color: #27AE60;
}
ul.strength.str-2 li:nth-child(1),
ul.strength.str-2 li:nth-child(2) {
  background-color: #27AE60;
}
ul.strength.str-3 li:nth-child(1),
ul.strength.str-3 li:nth-child(2),
ul.strength.str-3 li:nth-child(3) {
  background-color: #27AE60;
}
ul.strength.str-4 li:nth-child(1),
ul.strength.str-4 li:nth-child(2),
ul.strength.str-4 li:nth-child(3),
ul.strength.str-4 li:nth-child(4) {
  background-color: #27AE60;
}

i {
  font-family: initial;
}

.product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 1199px) {
  .product-list {
    gap: 3rem;
  }
}
.product-list .product-item {
  width: calc(20% - 2.4rem);
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 12px rgba(0, 0, 0, 0.04);
  padding-bottom: 3rem;
}
@media (max-width: 1599px) {
  .product-list .product-item {
    width: calc(25% - 2.25rem);
  }
}
@media (max-width: 1399px) {
  .product-list .product-item {
    width: calc(33.333% - 2rem);
  }
}
@media (max-width: 991px) {
  .product-list .product-item {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 575px) {
  .product-list .product-item {
    width: 100%;
  }
}
.product-list .product-item .thumb {
  position: relative;
  margin-bottom: 30px;
}
.product-list .product-item .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-list .product-item .thumb .nicotine-free {
  position: absolute;
  right: 0;
  top: 2.5em;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  line-height: 1.4rem;
  font-size: 2rem;
  padding: 0.8em 1em;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  color: #FBF8F7;
  background-color: #27AE60;
}
.product-list .product-item h4 {
  color: #27AE60;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  line-height: 2.5rem;
  font-size: 2rem;
  text-transform: uppercase;
  margin-left: 2rem;
  margin-right: 2rem;
}
.product-list .product-item h3 {
  color: #36322D;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 400;
  font-family: "IBM Plex Sans";
  margin-bottom: 1em;
  margin-left: 2rem;
  margin-right: 2rem;
}
.product-list .product-item h3 strong {
  font-weight: 600;
}
.product-list .product-item h3::after {
  width: 5rem;
  display: block;
  margin-top: 0.3em;
  margin-right: auto;
  margin-left: 0;
  height: 0.8rem;
  background-color: #27AE60;
  content: "";
}
.product-list .product-item p.description {
  flex-grow: 1;
  color: #36322D;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-family: "IBM Plex Sans";
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 1.5em;
}
.product-list .product-item .notes {
  margin-bottom: 2em;
}
.product-list .product-item .notes .note {
  flex-basis: 100%;
  margin: 0 2rem 1em 2em;
}
.product-list .product-item .btn {
  margin-left: auto;
  margin-right: auto;
}

.document-list {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.document-list img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.document-list .document-item {
  padding: 19px 16px 30px 19px;
  background-color: #FBF8F7;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .document-list .document-item {
    flex-direction: column;
  }
}
.document-list .document-item .info {
  margin-right: 40px;
}
.document-list .document-item .info .name {
  color: #59534C;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
}
.document-list .document-item .info .size {
  color: #8c8c8c;
  font-style: italic;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  font-family: "IBM Plex Sans";
}
.document-list .document-item .btn {
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
}

.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 40px 160px 80px;
  margin: 0 auto;
}
.contact span.error-message {
  width: 100%;
}
@media (max-width: 1199px) {
  .contact {
    padding: 0 30px 100px 60px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 0 0 20px 0;
  }
}
.contact input {
  color: #8c8c8c;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  width: 100%;
  border: 4px solid #E2E2E2;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  outline: none;
  padding: 0.5em 1em;
}
@media (max-width: 767px) {
  .contact input {
    width: 100%;
  }
}
.contact textarea {
  color: #8c8c8c;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  width: 100%;
  border: 4px solid #E2E2E2;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0.5em 1em;
  outline: none;
}
.contact button {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}

.box-shadow {
  box-shadow: 0px 30px 60px 12px rgba(0, 0, 0, 0.04);
}

.age-check {
  display: none;
  position: fixed;
  background-color: #27AE60;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
}
.age-check.show {
  display: block;
}
.age-check .form {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 100px;
  height: 100%;
}
@media (max-width: 767px) {
  .age-check .form {
    padding: 6rem 3rem;
  }
}
.age-check .form h1 {
  font-size: 5.4rem;
  line-height: 6.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .age-check .form h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.age-check .form h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .age-check .form h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .age-check .form img {
    max-width: 50%;
  }
}
.age-check .form > * {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.age-check .form > * .form-check-input {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .age-check .form > * .form-check-input {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
.age-check .form > * .form-check-label {
  font-size: 3rem;
  line-height: 4rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .age-check .form > * .form-check-label {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.z-index-100 {
  z-index: 100;
  position: relative;
}

div.article {
  font-family: "IBM Plex Sans";
  color: #59534c;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  clear: both;
}
div.article p {
  margin-bottom: 1em;
}
div.article h3 {
  color: #36322D;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 1em;
}
div.article h3::after {
  width: 2em;
  display: block;
  margin-top: 0.3em;
  margin-right: auto;
  margin-left: 0;
  height: 0.8rem;
  background-color: #27AE60;
  content: "";
}
div.article h3.no-line::after {
  display: none;
}
div.article ul, div.article ol {
  list-style-position: outside;
  margin-left: 2rem;
}
div.article a {
  color: #27AE60;
}
@media (max-width: 767px) {
  div.article img.class-name {
    width: calc(100% - 6rem);
    margin-bottom: 2rem;
  }
}

.portfolio {
  background-color: #FBF8F7;
  padding: 40px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 1199px) {
  .portfolio {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .portfolio {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.portfolio h4 {
  text-align: center;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
  color: #36322D;
  margin-bottom: 30px;
}
.portfolio p {
  margin: 0 100px 40px 100px;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "IBM Plex Sans";
  color: #59534C;
}
@media (max-width: 1199px) {
  .portfolio p {
    margin: 0 50px 30px 50px;
  }
}
@media (max-width: 767px) {
  .portfolio p {
    margin: 0 10px 30px 10px;
  }
}
.portfolio .links {
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .portfolio .links {
    flex-direction: column;
  }
}
.portfolio .links a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .portfolio .links {
    margin: 0 80px 30px 80px;
  }
}
@media (max-width: 767px) {
  .portfolio .links {
    margin: 0 30px 30px 30px;
  }
}

.w-100 {
  flex-basis: 100% !important;
}

.fw-700 {
  font-weight: 700;
}

.mb-100 {
  margin-bottom: 10rem;
}

.machines {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .machines {
    display: none;
  }
}

form {
  z-index: 101;
  position: relative;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

input {
  color: #8c8c8c;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  width: 100%;
  border: 4px solid #E2E2E2;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  outline: none;
  padding: 0.5em 1em;
}
input:-moz-read-only {
  background-color: #e2e2e2;
  color: #59534C;
}
input:read-only {
  background-color: #e2e2e2;
  color: #59534C;
}
input[type=checkbox] {
  padding: 0.5em;
}
input[type=checkbox]:checked {
  background-color: #27AE60;
  border-color: #51CF86;
}

.input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.input-group input {
  border-right: none;
  width: calc(100% - 3em);
}
.input-group .suffix {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
  width: 3em;
  padding: 0.5em 0.5em;
  background-color: #FBF8F7;
  border: 4px solid #E2E2E2;
  border-left: none;
  color: #59534C;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

textarea {
  color: #8c8c8c;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  width: 100%;
  border: 4px solid #E2E2E2;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 0.5em 1em;
  outline: none;
}

select {
  color: #8c8c8c;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  width: 100%;
  border: 4px solid #E2E2E2;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  outline: none;
  padding: 0.5em 1em;
  padding-right: 3em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2359534C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 30px 24px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label {
  color: #36322D;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  width: 100%;
  margin-bottom: 1em;
}

span.error-message {
  display: block;
  color: #e34f4f;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  font-family: "IBM Plex Sans";
  min-height: 1em;
  margin: 0.5em 0;
}

.login .fields,
.register .fields {
  max-width: 500px;
}
.login .checkboxes,
.register .checkboxes {
  max-width: 600px;
}
.login .btn,
.register .btn {
  margin-top: 1em;
}
.login a,
.register a {
  margin-top: 2em;
  margin-bottom: 6em;
}
.login .phone,
.register .phone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.login .phone input,
.register .phone input {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: calc(100% - 5em);
}
.login .phone .dropdown,
.register .phone .dropdown {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
  width: 5em;
  padding: 0.5em 0.5em;
  background-color: #FBF8F7;
  border: 4px solid #E2E2E2;
  border-left: right;
  color: #59534C;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.login .phone .dropdown img,
.register .phone .dropdown img {
  max-height: 2rem;
  max-width: 3rem;
}
.login .phone .dropdown a,
.register .phone .dropdown a {
  margin: unset;
  outline: none;
  color: #59534C;
}
.login .phone .dropdown a:hover,
.register .phone .dropdown a:hover {
  color: #59534C;
}

#checkout {
  align-items: stretch;
}
#checkout .fields {
  padding: 3em;
}
#checkout .col-xl-7 {
  padding-right: 2em;
}
@media (max-width: 1199px) {
  #checkout .col-xl-7 {
    padding-right: 15px;
  }
}
#checkout .col-xl-5 {
  padding-left: 2em;
}
@media (max-width: 1199px) {
  #checkout .col-xl-5 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #checkout .box-shadow {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
  }
}
#checkout h2.order-details {
  padding-left: 2rem;
}
#checkout .currency {
  border-top: 4px solid #e2e2e2;
  top: -4px;
  position: relative;
  font-weight: 400;
  line-height: 110%;
  color: #8c8c8c;
  font-size: 1.8rem;
  display: inline-block;
}
#checkout .summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3em;
  font-size: 2rem;
  line-height: 4rem;
  color: #8c8c8c;
  margin-left: 1em;
  font-weight: 600;
}
#checkout .summary .break {
  flex-basis: 100%;
}
#checkout .summary .break.line {
  border-bottom: 2px solid #e2e2e2;
  margin: 1em 0;
}
#checkout .summary .amount {
  text-align: right;
  color: #59534C;
}
#checkout .summary .total {
  color: #59534C;
}
#checkout .summary .discount {
  color: #27AE60;
}
#checkout .summary .coupon {
  color: #27AE60;
  font-size: 1.5rem;
  line-height: 100%;
}
#checkout #paynow {
  margin-bottom: 2em;
}
#checkout .control {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
#checkout .control .btn {
  font-size: 1.8rem;
}
#checkout .control .btn.tiny {
  min-width: 40px;
  padding: 0 6px;
}
#checkout .control a {
  margin: 0;
}
#checkout .control input {
  outline: none;
  border: none;
  color: #59534C;
  font-family: "IBM Plex Sans";
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  width: 4rem;
  box-shadow: none;
  padding: 0.5rem 0;
  border: none;
  background-color: transparent;
  text-align: center;
}
#checkout .control .btn {
  line-height: 3rem;
}
#checkout .control .btn sup {
  font-size: 4rem;
  top: 0.5rem;
}
#checkout hr {
  margin-bottom: 2rem;
  width: auto;
  box-shadow: 0px -20px 100px 12px rgba(0, 0, 0, 0.2);
}
#checkout hr.tm {
  margin-top: 3em;
}
#checkout .switch {
  font-size: 3rem;
  border: none;
}
#checkout .switch:checked {
  background-color: #c2ead3;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2327AE60'/%3e%3c/svg%3e");
}
#checkout .bordered-radio {
  position: relative;
}
#checkout .bordered-radio input[type=radio] {
  position: absolute;
  top: 1em;
  left: 1.2em;
  width: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
}
#checkout .bordered-radio input[type=radio] + label {
  padding: 0.5em 1em 0.5em 2.5em;
  flex-wrap: wrap;
}
#checkout .bordered-radio input[type=radio] + label .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
  gap: 10px;
}
#checkout .bordered-radio input[type=radio] + label .logos img:nth-child(1),
#checkout .bordered-radio input[type=radio] + label .logos img:nth-child(2) {
  height: 25px;
}
#checkout .bordered-radio input[type=radio] + label .logos img:nth-child(3) {
  height: 17px;
}
#checkout .bordered-radio input[type=radio] + label .logos img:nth-child(4),
#checkout .bordered-radio input[type=radio] + label .logos img:nth-child(5),
#checkout .bordered-radio input[type=radio] + label .logos img:nth-child(6) {
  height: 20px;
}
#checkout .bordered-radio input[type=radio]::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -5px;
  left: -5px;
  position: relative;
  border: 4px solid #8c8c8c;
  background-color: #ffffff;
}
#checkout .bordered-radio input[type=radio]:checked::after {
  background-color: #27AE60;
  border-color: #27AE60;
}
#checkout .bordered-radio input[type=radio]:checked + label {
  border-color: #27AE60;
}
#checkout .bordered-radio + select {
  margin-bottom: 1em;
}
#checkout label.box {
  color: #59534C;
  position: relative;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  width: 100%;
  border: 4px solid #E2E2E2;
  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  outline: none;
  padding: 1em 1em;
  display: flex;
  justify-content: space-between;
}
#checkout label.box.vertical {
  flex-direction: column;
}
#checkout label.box .topcorner {
  position: absolute;
  right: 0.6em;
  top: 0.6em;
}
#checkout label.box h4 {
  font-size: 2rem;
  line-height: 120%;
}
#checkout label.box h5 {
  font-size: 1.3rem;
  line-height: 100%;
  color: #8c8c8c;
}
#checkout label.box h5.pickup-point {
  color: #27AE60;
  font-size: 1.8rem;
}
#checkout label.box p {
  font-weight: 400;
  color: #8c8c8c;
  font-size: 1.8rem;
  margin-top: 1rem;
}
#checkout label.box .price {
  width: 30%;
  text-align: right;
}
#checkout a {
  margin-top: 2em;
  margin-bottom: 6em;
}
#checkout .checkboxes .form-check {
  padding-left: 3rem;
}
#checkout .checkboxes label {
  margin-left: 0.5em;
}
#checkout .phone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#checkout .phone input {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: calc(100% - 5em);
}
#checkout .phone .dropdown {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
  width: 5em;
  padding: 0.5em 0.5em;
  background-color: #FBF8F7;
  border: 4px solid #E2E2E2;
  border-left: right;
  color: #59534C;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#checkout .phone .dropdown img {
  max-height: 2rem;
  max-width: 3rem;
}
#checkout .phone .dropdown a {
  margin: unset;
  outline: none;
  color: #59534C;
}
#checkout .phone .dropdown a:hover {
  color: #59534C;
}

a {
  color: #27AE60;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-family: "IBM Plex Sans";
}
a:hover {
  color: #51cf86;
}

.showCart {
  position: relative;
  padding-left: 4rem !important;
}
.showCart i {
  position: absolute;
  left: 0.5rem;
  font-size: 3rem;
}
.showCart .cartQty {
  color: white;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
  position: absolute;
  background-color: #27AE60;
  border-radius: 1rem;
  padding: 0 0.5rem;
  left: 1.2rem;
}
.showCart .cartQty:empty {
  display: none;
}

.add-to-cart {
  width: 100%;
  text-align: center;
}
.add-to-cart .item {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2.5rem;
  padding-bottom: 0;
  gap: 0.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .add-to-cart .item {
    padding: 1.5rem;
  }
}
.add-to-cart .item:not(:first-child) {
  padding-top: 1rem;
}
.add-to-cart .item:not(:first-child)::before {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 4px solid #fbf8f7;
  margin: 1.5rem 0;
  flex-basis: 100%;
}
.add-to-cart .item p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  color: #36322D;
}
.add-to-cart .item p.label {
  color: #8c8c8c;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.add-to-cart .item p.package {
  color: #8c8c8c;
}
.add-to-cart .item .thumb {
  height: 60px;
  width: 100px;
}
.add-to-cart .item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.add-to-cart .item .name {
  flex-grow: 1;
  text-align: left;
}
.add-to-cart .item .name p.label {
  color: #27AE60;
  font-weight: 700;
}
.add-to-cart .item .name h5 {
  font-weight: 400;
  font-family: "IBM Plex Sans";
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.add-to-cart .item .name h5 strong {
  font-weight: 600;
}
.add-to-cart .item .name span.package {
  font-size: 1.6rem;
  color: #8c8c8c;
}
.add-to-cart .item .price {
  padding: 0 2.5rem;
}
.add-to-cart .item .price p.price {
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.add-to-cart .item .price p.old {
  color: #8c8c8c;
  text-decoration-line: line-through;
  margin: 0;
}
.add-to-cart .item .price p.new {
  font-weight: 600;
  color: #eb5757;
  margin: 0;
}
.add-to-cart .item .qty .control {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
.add-to-cart .item .qty .control input {
  outline: none;
  border: none;
  color: #59534C;
  font-family: "IBM Plex Sans";
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  width: 4rem;
  box-shadow: none;
  padding: 0.5rem 0;
  border: none;
  background-color: transparent;
  text-align: center;
}
.add-to-cart .item .qty .control .btn {
  line-height: 3rem;
}
.add-to-cart .item .qty .control .btn sup {
  font-size: 4rem;
  top: 0.5rem;
}
.add-to-cart.list .item {
  background-color: #fbf8f7;
  padding: 0;
  margin-bottom: 0.7rem;
  gap: 0;
  align-items: center;
}
.add-to-cart.list .item .thumb {
  padding: 0.5rem 1em 0.5rem 2.5rem;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  width: 15%;
  height: 100%;
  justify-content: flex-start;
  align-content: center;
}
.add-to-cart.list .item .thumb img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .add-to-cart.list .item .thumb {
    width: 100px;
  }
}
.add-to-cart.list .item p.label {
  margin-bottom: 1rem;
}
.add-to-cart.list .item::before {
  content: none;
}
.add-to-cart.list .item .name {
  flex-basis: 35%;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .add-to-cart.list .item .name {
    flex-basis: calc(100% - 100px);
  }
}
.add-to-cart.list .item .qty, .add-to-cart.list .item .price {
  flex-basis: 15%;
  flex-grow: 1;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .add-to-cart.list .item .qty, .add-to-cart.list .item .price {
    flex-basis: 100%;
    padding: 0 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .add-to-cart.list .item .qty.subtotal, .add-to-cart.list .item .price.subtotal {
    padding: 2.5rem;
  }
}
.add-to-cart.list .item.cart-total {
  background-color: #ffffff;
}
.add-to-cart.list .item.cart-total .price {
  color: #59534C;
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .add-to-cart.list .item.cart-total .price {
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 2em;
  }
}
.add-to-cart.list .item.cart-total .name {
  color: #8c8c8c;
  font-weight: 600;
  font-size: 2rem;
  flex-basis: 67%;
  text-align: right;
  padding-right: 2em;
}
@media (max-width: 767px) {
  .add-to-cart.list .item.cart-total {
    display: flex;
    justify-content: flex-end;
  }
}
.add-to-cart.list .cart-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2em;
}
.add-to-cart.list .cart-buttons button {
  margin-right: 0;
}
@media (max-width: 767px) {
  .add-to-cart.list .cart-buttons {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.add-to-cart button {
  margin: 0 auto;
}
.add-to-cart .addToCart {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#miniCart {
  position: absolute;
  display: none;
  right: 0;
  max-height: 50vh;
  background-color: #ffffff;
  z-index: 2;
}
#miniCart .empty {
  margin: 2em;
  font-size: 2rem;
  line-height: 3rem;
  color: #59534C;
  font-weight: 400;
}
#miniCart .empty strong {
  font-weight: 600;
}
#miniCart .minicart-heading h4 {
  background-color: #fbf8f7;
  color: #59534C;
  font-style: italic;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.7rem;
  padding: 1rem 1.5rem;
}
#miniCart .add-to-cart .item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #ffffff;
  flex-wrap: nowrap;
}
#miniCart .add-to-cart .item::before {
  content: none;
}
#miniCart .add-to-cart .item .name {
  margin-right: 2em;
}
#miniCart .add-to-cart .item .name p {
  font-size: 1.5rem;
}
#miniCart .add-to-cart .item .name h5, #miniCart .add-to-cart .item .name span {
  font-size: 1.8rem;
  color: #59534C;
}
#miniCart .add-to-cart .item .qty .control .btn {
  padding: 0 5px;
  max-width: 43px;
}
#miniCart .group-btn_wrap {
  background-color: #ffffff;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
#miniCart .group-btn_wrap .btn {
  font-weight: 500;
  padding: 0.4em 1em;
  margin-bottom: 1em;
}

h2.order-details {
  bottom: 0;
  background-color: #ffffff;
  color: #59534C;
  max-width: 1736px;
  padding: 2rem 4rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h2.order-details {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  h2.order-details {
    padding: 2rem;
  }
}

.addedProducts {
  position: fixed;
  z-index: 120;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5em;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .addedProducts {
    padding: 3em;
    align-items: flex-start;
  }
}
.addedProducts .minicart-content {
  background-color: #ffffff;
  padding: 5em;
  max-width: 100%;
}
@media (max-width: 767px) {
  .addedProducts .minicart-content {
    padding: 1em;
  }
}
.addedProducts .minicart-content h2 {
  font-weight: 600;
  font-size: 2.5rem;
}
.addedProducts .minicart-content .add-to-cart {
  margin-top: 2em;
  margin-bottom: 6em;
}
@media (max-width: 767px) {
  .addedProducts .minicart-content .add-to-cart .thumb img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .addedProducts .minicart-content .add-to-cart .item > .price {
    width: 100%;
    padding: 0;
  }
}
.addedProducts .group-btn_wrap {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .addedProducts .group-btn_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3em;
  }
}

.contact-page .contact-info {
  margin-bottom: 6rem;
  padding: 3em 1.5em;
  border-radius: 20px;
  border: 4px solid #E2E2E2;
}
.contact-page .contact-info h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.contact-page .contact-info p {
  font-size: 2rem;
  color: #8c8c8c;
}

i.suffix.bi-eye-fill {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */