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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* FONTS */
/* COLORS */
/* BASE */
body {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  color: #192F3B;
  font-weight: 400;
  font-size: 16px;
}

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

p {
  margin-top: 0;
}

a {
  transition: all 0.3s ease-out;
  text-decoration: none !important;
}
a:hover {
  color: #74c363;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container-full {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.pos-relative {
  position: relative;
}

.btn {
  letter-spacing: -0.14px;
  color: #192F3B !important;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 8px 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #74c363;
}
.btn:hover {
  color: #fff !important;
  background-color: #74c363;
}

.mt0 {
  margin-top: 0 !important;
}

.mb40 {
  margin-bottom: 40px;
}

.header__top-bar {
  background: linear-gradient(90deg, #74C363 0%, #337158 66.67%);
  padding: 8px 0 12px 0;
  font-size: 0.875rem;
  color: #fff;
}

.header__top-bar-wrap {
  display: flex;
  justify-content: space-between;
}
.header__top-bar-wrap strong {
  font-weight: 600;
}

.header__top-info {
  display: flex;
  align-items: center;
  gap: 26px;
}
.header__top-info a {
  color: #fff !important;
}
.header__top-info a img {
  margin-right: 6px;
}
.header__top-info a:hover {
  color: #74c363 !important;
}

.header__top-link--face {
  padding-left: 18px;
  position: relative;
}
.header__top-link--face:hover {
  opacity: 0.7;
}
.header__top-link--face::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 1px;
  background-color: #fff;
}

.header__shop-bar {
  padding: 30px 0;
}

.header__shop-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__shop-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
}

.header__shop-search {
  border-radius: 30px;
  background-color: #f3f3f3;
  color: #636363;
  font-size: 0.8125rem;
  letter-spacing: -0.13px;
  padding: 11px 56px 11px 26px;
  border: none;
  width: 100%;
  min-width: 530px;
}

.header__shop-search-btn {
  border: none;
  position: absolute;
  right: 12px;
  top: 6px;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.header__shop-search-btn:hover {
  opacity: 0.7;
}

.header__shop-form {
  position: relative;
  z-index: 1;
}

.menu-icon {
  color: #fff;
  font-size: 28px;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #337158;
}

.menu-icon2 {
  display: none;
}

.header__actions-link {
  white-space: nowrap;
  color: #636363;
  font-size: 0.8125rem;
  letter-spacing: -0.13px;
  display: flex;
  gap: 4px;
  align-items: center;
  margin-right: 20px;
}
.header__actions-link:hover {
  color: #74c363;
}

.header__shop-right {
  margin-left: 60px;
  flex-shrink: 0;
}

.header__actions {
  display: flex;
  align-items: center;
}

.cart-btn {
  margin-right: 0;
  color: #fff !important;
  font-size: 0.875rem;
  border-radius: 30px;
  background: #337158;
  padding: 9px 26px;
  font-weight: 500;
  gap: 10px;
}
.cart-btn:hover {
  background-color: #74c363;
}

.header__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
}

.header__nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
}
.header__nav > ul > li.border-li > a {
  border: 1px solid #74c363;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 8px 32px;
}

.header__nav-link {
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: -0.15px;
  color: #192F3B;
  align-items: center;
}

.mobile-btns {
  justify-content: flex-end;
  width: 100%;
  margin-top: -20px;
  display: none;
}
.mobile-btns .header__actions-link--menu {
  position: static;
  margin-right: 0;
}

.header__nav-link--all {
  gap: 14px;
  padding: 3px 26px 3px 3px !important;
}
.header__nav-link--all:hover .menu-icon {
  background-color: #74c363;
}

.header__shop-search-close {
  border: none;
  background: none;
  font-size: 32px;
  position: absolute;
  top: 36px;
  left: 10px;
  display: none;
}

.header__actions-link--search,
.header__actions-link--menu {
  display: none;
}

.megamenu {
  display: none;
  justify-content: space-between;
  gap: 40px;
  top: 230px;
  right: 0;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #74C363;
  box-shadow: 4px 4px 5.9px 0 rgba(0, 0, 0, 0.16);
}
.megamenu ul.megamenu-ul {
  max-width: 360px;
}
.megamenu ul {
  max-width: 200px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.megamenu-open .menu-icon1 {
  display: none;
}
.megamenu-open .menu-icon2 {
  display: flex;
}
.megamenu-open .megamenu {
  display: flex;
}

.megamenu__products {
  max-width: 45%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.megamenu__products .section__title-box {
  width: 100%;
}
.megamenu__products .product-card {
  height: auto;
}

@media (max-width: 1400px) {
  .megamenu {
    max-width: 96vw;
  }
  .megamenu__products {
    max-width: 55%;
  }
}
@media (max-width: 1200px) {
  .header__shop-search {
    min-width: 30vw;
  }
}
@media (max-width: 1050px) {
  .megamenu__products .product-card:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header__nav-wrap {
    justify-content: flex-start;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .megamenu__products {
    display: none;
  }
  .header__nav-link--all::after {
    content: url(../img/icon/arrow-grey.svg);
    margin-left: 0 !important;
    margin-top: 4px;
    transition: all 0.3s ease-out;
  }
  .megamenu {
    position: static;
    width: 100%;
    box-shadow: none;
    margin-top: 10px;
    padding: 0;
    border: none;
  }
  .megamenu__category-link, .megamenu__subcategory-link {
    min-height: 40px !important;
    justify-content: center;
    font-size: 0.9375rem;
  }
  .header__nav > ul li:first-child a {
    justify-content: center;
  }
  .megamenu__category-link.has-submenu::after {
    margin-left: 0 !important;
  }
  .megamenu-open .header__nav-link--all::after {
    transform: rotate(90deg);
  }
  .megamenu__category a::after {
    content: unset !important;
  }
  .megamenu__category .megamenu__subcategories {
    display: none !important;
  }
  .megamenu ul.megamenu-ul {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 6px 0;
  }
  .megamenu ul.megamenu-ul,
  .megamenu ul,
  .header__nav,
  .megamenu__links,
  .has-megamenu {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 999px) {
  .header__shop-right {
    margin-left: 20px;
  }
  .header__actions-link span {
    display: none;
  }
  .header__actions-link--menu {
    display: block;
  }
  .header__actions-link--menu .menu-icon {
    display: flex !important;
  }
  .header__actions-link--menu .menu-icon span {
    display: none;
    color: #fff;
    font-size: 26px;
  }
  .header__nav-bar {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    top: 0;
    height: 100%;
  }
  .header__nav-bar .header__nav-wrap {
    gap: 14px;
    padding-right: 0;
    flex-direction: column;
  }
  .header__nav-bar .header__nav-menu {
    flex-direction: column;
    gap: 14px;
  }
  .header__nav-bar .header__nav-link--all {
    border: none !important;
    padding-right: 3px !important;
  }
  .header__nav-bar .header__nav-link--all span {
    display: none;
  }
  .header__nav > ul li:first-child a {
    border: none !important;
    padding: 0 !important;
  }
  .menu-open .mobile-btns {
    display: flex;
  }
  .menu-open .mobile-btns span {
    display: flex !important;
  }
  .menu-open .header__nav-bar {
    display: flex;
    position: fixed;
  }
  .menu-open .menu-icon img {
    display: none;
  }
  .menu-open .menu-icon span {
    display: block !important;
  }
}
@media (max-width: 700px) {
  .header__actions-link span {
    display: none;
  }
  .header__shop-form {
    display: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 40px 20px 40px 60px;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    height: 120px;
    z-index: 99;
    background-color: #fff;
  }
  .header__shop-form .header__shop-search {
    width: 100%;
    min-width: auto;
  }
  .header__shop-form .header__shop-search-btn {
    top: 46px;
    right: 32px;
  }
  .header__shop-search-close {
    display: block;
  }
  .header__actions-link--search {
    display: block;
  }
  .search-open .header__shop-form {
    display: block;
  }
  .header__top-link span {
    display: none;
  }
}
@media (max-width: 500px) {
  .header__shop-left {
    max-width: 150px;
    flex-shrink: 0;
  }
  .header__actions-link--search {
    position: absolute;
    right: 30px;
    bottom: -10px;
  }
  .header__shop-wrap {
    position: relative;
    padding-bottom: 30px;
  }
  .header__actions-link--menu {
    position: absolute;
    right: -20px;
    bottom: -15px;
  }
  .header__actions-link:nth-child(4) {
    position: absolute;
    right: 70px;
    bottom: -10px;
  }
  .header__actions-link:nth-child(3) {
    position: absolute;
    right: 100px;
    bottom: -10px;
  }
  .header__shop-bar {
    padding-bottom: 20px;
  }
  .header__top-info {
    gap: 8px;
  }
  .header__top-text {
    font-size: 13px;
  }
}
.megamenu__category-link,
.megamenu__subcategory-link {
  min-height: 52px;
  color: #192F3B;
  font-weight: 500;
  letter-spacing: -0.15px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
}
.megamenu__category-link .megamenu__icon,
.megamenu__subcategory-link .megamenu__icon {
  flex-shrink: 0;
}
.megamenu__category-link .megamenu__icon img,
.megamenu__subcategory-link .megamenu__icon img {
  display: block;
  max-height: 24px;
}

.megamenu__category:last-of-type .megamenu__subcategories,
.megamenu__category:nth-last-of-type(-n+3) .megamenu__subcategories,
.megamenu__category:nth-last-of-type(-n+4) .megamenu__subcategories {
  top: unset;
  bottom: -1px;
}

.megamenu__category-link.has-submenu::after {
  content: url("../img/icon/arrow-grey.svg");
  margin-left: auto;
  margin-top: 4px;
  transition: all 0.3s ease-out;
}

.megamenu__subcategory-link {
  padding-left: 24px;
}

.megamenu__subcategories {
  display: none;
  position: absolute;
  top: -1px;
  right: -200px;
  border: 1px solid #d9d9d9;
}

.megamenu__category {
  position: relative;
}
.megamenu__category:hover .megamenu__category-link {
  color: #74c363;
  background-color: #efefef;
}
.megamenu__category:hover .megamenu__category-link.has-submenu::after {
  content: url("../img/icon/arrow-left-menu.svg");
  transform: translateX(4px);
}
.megamenu__category:hover .megamenu__subcategories {
  display: block;
}

.section-slider {
  margin-top: 20px;
}

.slider {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.slider__item {
  position: relative;
}

.slider__content {
  width: 640px;
  height: 357px;
  background-image: url(../img/slider.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 0 0 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.slider__text {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -0.84px;
}

.slider__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -1.44px;
}

.slider__pagination {
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 17px 20px;
  position: absolute;
  width: auto !important;
  display: flex;
  align-items: center;
  bottom: -24px !important;
  right: 50px;
  left: auto !important;
  z-index: 1;
}
.slider__pagination .swiper-pagination-bullet {
  background-color: #dfdfdf !important;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
}
.slider__pagination .swiper-pagination-bullet-active {
  background-color: #337158 !important;
}

@media (max-width: 1400px) {
  .slider__content {
    width: 50vw;
    height: 85%;
  }
}
@media (max-width: 1200px) {
  .slider__content {
    padding-right: 20px;
  }
  .slider__content .slider__text {
    font-size: 1.4rem;
  }
  .slider__content .slider__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 999px) {
  .slider__content {
    padding-left: 80px;
  }
  .slider__content .slider__text {
    font-size: 1rem;
  }
  .slider__content .slider__title {
    font-size: 1.6rem;
  }
  .slider__pagination {
    padding: 6px 10px;
    bottom: -12px !important;
  }
  .slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
}
@media (max-width: 700px) {
  .slider__content {
    padding-left: 60px;
  }
  .slider__content .slider__text br {
    display: none;
  }
  .slider__content .slider__title {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .slider__content {
    width: 65vw;
  }
  .slider__text {
    margin-bottom: 4px;
  }
  .slider__content {
    padding-left: 40px;
  }
}
@media (max-width: 450px) {
  .slider__content {
    width: 75vw;
  }
  .slider__text {
    font-size: 0.875rem !important;
  }
  .slider__content {
    padding-left: 70px;
  }
  .slider__title {
    font-size: 1rem !important;
  }
  .slider__item img {
    object-fit: cover;
    min-height: 200px;
  }
}
.section-list {
  margin-top: 54px;
}

.products-list {
  padding-top: 26px;
  padding-bottom: 30px;
  overflow: hidden;
  padding-left: 10px;
  margin-left: -10px;
}

.section__title-box {
  display: flex;
  align-items: center;
}

.section__title-box {
  display: flex;
  align-items: center;
}
.section__title-box img {
  margin-right: 8px;
}

.section__title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.66px;
  margin-bottom: 0;
  margin-right: 25px;
}

.product-card {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 50px 14px 14px 14px;
  max-width: 250px;
  width: 100%;
  height: 234px;
  position: relative;
  transition: all 0.3s ease-out;
  min-width: 230px;
}
.product-card:hover {
  box-shadow: 0 0 9.9px 1px rgba(0, 0, 0, 0.39);
}

.product-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 205px;
}

.product-card__image {
  max-height: 200px;
}

.product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: -0.15px;
  padding: 5px 18px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.product-card__badge--new {
  background-color: #74c363;
}

.product-card__badge--best {
  background-color: #ffb500;
}

.product-card__badge--featured {
  background-color: #5CAD7B;
}

.product-card__attrs {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 14px 0;
}
.product-card__attrs img {
  width: 24px;
  height: 24px;
}
.product-card__attrs .add-to-fav-button {
  margin-left: auto;
}

.product-card__wishlist {
  margin-left: auto;
  border: none;
  background-color: transparent;
  margin-top: -2px;
  padding: 0;
}
.product-card__wishlist svg {
  transition: all 0.3s ease-out;
}
.product-card__wishlist:hover svg {
  fill: #74c363;
}
.product-card__wishlist.active svg {
  fill: #337158;
}

.product-card__title {
  color: #192F3B !important;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.product-card__footer {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card__price .price-regular {
  color: #74c363;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.45px;
  margin-right: 4px;
}
.product-card__price .price-sale, .product-card__price .price {
  color: #192F3B;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.51px;
}

.product-card__add-to-cart {
  width: 86px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #337158;
  transition: all 0.3s ease-out;
  border: none;
  gap: 8px;
}
.product-card__add-to-cart:hover {
  background-color: #74c363;
}

.products-list__wrap {
  position: relative;
  padding-right: 40px;
}
.products-list__wrap .products-list__arrow--next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.products-list__wrap .products-list__arrow--next:hover {
  background-color: #74c363;
}
.products-list__wrap .products-list__arrow--next:hover svg {
  transform: translateX(3px);
}

.products-list__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: #337158;
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  border-radius: 90%;
  border: none;
  flex-shrink: 0;
  transition: all 0.3s ease-out;
}
.products-list__arrow svg {
  transition: all 0.3s ease-out;
}

@media (max-width: 450px) {
  .section__title-box .btn {
    font-size: 0.75rem;
  }
}
.section-promotils {
  margin-top: 26px;
  margin-bottom: 26px;
}

.promotils__box {
  display: flex;
  gap: 20px;
}

.promotils__item {
  display: flex;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 24px;
  position: relative;
}

.promotils__title {
  position: absolute;
  color: #192F3B !important;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.66px;
  bottom: 18px;
  left: 0;
  right: 0;
  z-index: 1;
}

.promotils__item--one {
  max-width: 328px;
  max-height: 337px;
  width: 100%;
  padding-bottom: 70px;
}

.promotils__item--two {
  max-width: 676px;
  max-height: 337px;
  width: 100%;
}

.promotils-two__item {
  padding: 30px 48px;
  min-width: 676px;
  width: 100%;
  min-height: 337px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.promotils-two__item .btn {
  color: #fff !important;
}

.promotils-two__item-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.promotils-two__text-inner {
  color: #FFF;
  font-weight: 600;
}

.promotils-two__text {
  font-size: 1.5rem;
  letter-spacing: -0.72px;
  margin-bottom: 8px;
}

.promotils-two__big {
  font-size: 2rem;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}

.section-promotils-two {
  margin-top: 24px;
}

@media (max-width: 1420px) {
  .promotils-two__item {
    min-width: auto;
    max-width: 676px;
  }
  .promotils-two__item-inner img {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .section-promotils-two .promotils-two__text {
    font-size: 1.2rem;
  }
  .section-promotils-two .promotils-two__big {
    font-size: 1.6rem;
  }
}
@media (max-width: 999px) {
  .section-promotils-two .promotils__box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .promotils__box {
    flex-wrap: wrap;
  }
  .promotils__item--one {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .promotils__title {
    font-size: 1rem;
  }
  .promobanner__content {
    width: 100%;
    padding: 30px;
    background-size: cover;
  }
  .promotils-two__item-inner {
    align-items: center;
    flex-direction: column;
    max-width: 170px;
    gap: 10px;
  }
  .promotils-two__item-inner br {
    display: none;
  }
  .promotils-two__item-inner img {
    max-width: 120px;
  }
  .section-promotils-two .promotils-two__text {
    font-size: 1rem;
  }
  .section-promotils-two .promotils-two__big {
    font-size: 1.2rem;
  }
  .promotils-two__item {
    min-height: 257px;
    align-items: flex-end;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .promotils-two__text-inner {
    padding: 20px;
    background-color: #528c46;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
  }
  .promotils-two__item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .promotils-two__item-inner {
    gap: 20px;
    max-width: 100%;
    width: 100%;
  }
  .promotils-two__item-inner img {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 450px) {
  .promotils__title {
    font-size: 0.875rem;
    bottom: 0;
  }
}
.section-promobanner {
  margin-top: 24px;
  margin-bottom: 30px;
}

.promobanner {
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  min-height: 338px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-position: center right;
}

.promobanner__content {
  margin-bottom: -3px;
  width: 770px;
  height: 315px;
  background-image: url("../img/banner.svg");
  gap: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 12px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.promobanner__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -0.96px;
}

.promobanner__desc {
  font-weight: 600;
  letter-spacing: -0.72px;
  font-size: 1.5rem;
}

.promobanner__price .old {
  color: #98BC38;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.72px;
  text-decoration-line: line-through;
  margin-right: 10px;
}
.promobanner__price .new {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.96px;
}

.promobanner__text {
  padding-bottom: 26px;
}
.promobanner__text .btn {
  border: none;
  margin-top: 20px;
  color: #337158 !important;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0;
  width: fit-content;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.16px;
  background: #fff !important;
}
.promobanner__text .btn svg {
  transition: all 0.3s ease-out;
}
.promobanner__text .btn:hover {
  color: #74c363 !important;
}
.promobanner__text .btn:hover svg {
  transform: translateX(5px);
}

@media (max-width: 1200px) {
  .promobanner__content {
    width: 52vw;
  }
}
@media (max-width: 1050px) {
  .promobanner__content {
    gap: 10px;
  }
  .promobanner__title {
    font-size: 1.4rem;
  }
  .promobanner__desc {
    font-size: 1.1rem;
  }
  .promobanner__price .old {
    font-size: 1rem;
  }
  .promobanner__price .new {
    font-size: 1.4rem;
  }
}
@media (max-width: 900px) {
  .promobanner__content {
    width: 55vw;
    justify-content: flex-start;
  }
  .promobanner__content img {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .promobanner__content {
    width: 87vw;
  }
}
@media (max-width: 430px) {
  .promobanner__title {
    font-size: 1rem;
  }
  .promobanner__desc {
    font-size: 0.8rem;
  }
  .promobanner__price .old {
    font-size: 0.8rem;
  }
  .promobanner__price .new {
    font-size: 1rem;
  }
  .promobanner__content {
    width: 88vw;
    height: 280px;
  }
  .promobanner__content img {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.section-logos {
  margin-top: 70px;
  margin-bottom: 70px;
}

.logos-box {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1240px) {
  .logos-box {
    gap: 20px;
  }
}
@media (max-width: 430px) {
  .logos-box img {
    max-width: 50%;
  }
}
.section-benefits {
  margin-top: 30px;
  margin-bottom: 30px;
}

.benefits {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(90deg, #74C363 0%, #337158 100%), #74C363;
  padding: 46px 40px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  min-height: 200px;
  flex: 1;
}
.benefits__item::before {
  content: url("../img/benefits-frame.svg");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  bottom: 0;
}
.benefits__item::after {
  content: url("../img/benefits-frame2.svg");
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.benefits__item img {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 8px;
}

.benefits__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.72px;
  margin-bottom: 0;
}

.benefits__desc {
  font-size: 0.9375rem;
}

@media (max-width: 900px) {
  .benefits {
    flex-wrap: wrap;
    gap: 20px;
  }
  .benefits__item {
    width: 48%;
    flex: auto;
  }
}
.section-blog {
  margin-top: 70px;
  margin-bottom: 90px;
}

.section__title-box--no-img {
  padding-left: 33px;
}

.blog-box {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 85px;
}

.blog-box__first, .blog-box__second {
  width: 100%;
}

.blog-box__second .blog-box__item:not(:last-child) {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D2D2D2;
}

.blog-box__item--first img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  max-width: 674px;
  max-height: 350px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.blog-box__item--first .blog-box__title, .blog-box__item--first .blog-box__date {
  margin-left: 30px;
}
.blog-box__item--first:hover img {
  opacity: 0.8;
}

.blog-box__title {
  font-size: 1.875rem;
  transition: all 0.3s ease-out;
  font-weight: 600;
  letter-spacing: -0.9px;
  color: #192F3B;
  margin-bottom: 24px;
}

.blog-box__date {
  font-size: 0.875rem;
  color: #192F3B;
  font-weight: 500;
  letter-spacing: -0.14px;
  padding: 6px 16px;
  border-radius: 30px;
  background: rgba(237, 237, 237, 0.7);
}

.blog-box__item:hover .blog-box__title {
  color: #74c363;
}

.blog-box__first--wrap {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 40px;
}
.blog-box__first--wrap .blog-box__item {
  width: calc(50% - 20px) !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  padding-bottom: 40px !important;
  border-bottom: 1px solid #D2D2D2 !important;
}

.blog-box__img-wrap {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  min-height: 60px;
}
.blog-box__img-wrap .blog-box__date {
  opacity: 1;
  top: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  z-index: 1;
  background-color: #fff;
}
.blog-box__img-wrap img {
  max-height: 356px;
  width: 100%;
  transition: all 0.3s ease-out;
  margin-bottom: 0 !important;
}
.blog-box__img-wrap:hover img {
  transform: scale(1.05);
}
.blog-box__img-wrap + .blog-box__title {
  margin-bottom: 0 !important;
}

.article__wrap {
  display: flex;
  justify-content: center;
}

.article {
  max-width: 900px;
  width: 100%;
}

.article__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px;
}

.article__rte {
  margin-top: 40px;
}
.article__rte .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.article__rte figcaption {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 4px;
}
.article__rte .gallery {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article__rte .gallery .gallery-item {
  margin-bottom: 0;
}
.article__rte .gallery .gallery-item .gallery-icon {
  height: 100%;
}
.article__rte .gallery .gallery-item img {
  object-fit: cover;
  height: stretch;
}
.article__rte .gallery-columns-3 .gallery-item {
  max-width: calc(33.333333% - 6.7px);
}
.article__rte .gallery-columns-2 .gallery-item {
  max-width: calc(50% - 5px);
}
.article__rte a {
  color: #337158 !important;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.article__rte a:hover {
  text-decoration: underline !important;
  color: #74c363 !important;
}

.article__img {
  position: relative;
  min-height: 60px;
}
.article__img img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  max-height: 490px;
  width: 100%;
}

.article__date {
  left: 0;
  opacity: 1;
  top: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  font-size: 0.875rem;
  color: #192F3B;
  font-weight: 500;
  letter-spacing: -0.14px;
  padding: 6px 16px;
  border-radius: 30px;
}

@media (max-width: 1400px) {
  .blog-box__item--first img {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .blog-box__second .blog-box__item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .blog-box__title {
    font-size: 1.2rem;
  }
  .blog-box {
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .blog-box {
    gap: 20px;
    flex-direction: column;
  }
  .blog-box__first {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
  }
  .blog-box__title,
  .blog-box__date {
    margin-left: 0 !important;
  }
}
@media (max-width: 600px) {
  .blog-box__first--wrap {
    gap: 20px;
  }
  .blog-box__first--wrap .blog-box__item {
    width: 100% !important;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
}
.section-opinions {
  margin-top: 70px;
  margin-bottom: 70px;
}

.opinions {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-image: url(../img/bg-opinion.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
  display: flex;
  justify-content: center;
  min-height: 570px;
  position: relative;
}
.opinions .swiper-wrapper {
  width: 790px;
  height: auto;
  overflow: hidden !important;
}
.opinions .products-list__arrow {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.opinions .products-list__arrow svg path {
  transition: all 0.3s ease-out;
}
.opinions .products-list__arrow:hover {
  background-color: #fff;
}
.opinions .products-list__arrow:hover svg path {
  stroke: #337158;
}
.opinions .products-list__arrow--prev {
  left: 123px;
}
.opinions .products-list__arrow--next {
  right: 123px;
}

.opinions__item {
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 50px 70px 30px 70px;
  width: 100% !important;
  max-width: 790px;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: fit-content !important;
}
.opinions__item::after {
  content: url("../img/opinion-cite.svg");
  position: absolute;
  bottom: -46px;
  right: 50px;
  z-index: 1;
}

.opinions__text {
  padding-top: 50px;
  font-size: 1rem;
  letter-spacing: -0.16px;
  font-style: italic;
}

.opinions__author {
  margin-top: 50px;
  font-weight: 700;
  margin-left: auto;
}

.opinions__date {
  margin-top: 50px;
  color: #337158;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.14px;
}

@media (max-width: 1200px) {
  .opinions__item {
    padding: 40px;
  }
  .opinions .products-list__arrow--next {
    right: 60px;
  }
  .opinions .products-list__arrow--prev {
    left: 60px;
  }
}
@media (max-width: 1040px) {
  .opinions .products-list__arrow--next {
    right: 20px;
  }
  .opinions .products-list__arrow--prev {
    left: 20px;
  }
  .opinions .swiper-wrapper {
    width: 600px;
  }
  .opinions .opinions__item {
    max-width: 600px;
  }
  .opinions .opinions__text {
    padding-top: 30px;
  }
  .opinions .opinions__author {
    margin-top: 30px;
  }
  .opinions .opinions__date {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .opinions {
    min-height: 60vw;
  }
  .opinions .products-list__arrow--next {
    right: 4px;
  }
  .opinions .products-list__arrow--prev {
    left: 4px;
  }
  .opinions .swiper-wrapper {
    width: 74vw;
  }
  .opinions .opinions__item {
    max-width: 74vw;
  }
  .opinions .opinions__text {
    padding-left: 10px;
  }
  .opinions .opinions__author {
    margin-top: 10px;
  }
  .opinions .opinions__date {
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  .opinions {
    min-height: 460px;
    padding: 10px;
  }
  .opinions .products-list__arrow {
    bottom: 0;
    top: unset;
  }
  .opinions .products-list__arrow--prev {
    left: 20px;
  }
  .opinions .products-list__arrow--next {
    right: 20px;
  }
  .opinions .opinions__item {
    max-width: 100%;
    padding: 20px;
  }
  .opinions__author {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .opinions .swiper-wrapper {
    width: 100vw;
  }
}
.section-about {
  margin-top: 120px;
  margin-bottom: 100px;
}

.about {
  padding: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.about::before {
  content: url(../img/about-l.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.about::after {
  content: url(../img/about-r.svg);
  position: absolute;
  top: 0;
  right: 0;
}

.about__desc {
  font-size: 1rem;
}

.about__text {
  max-width: 500px;
  padding-left: 40px;
  padding-top: 30px;
}
.about__text .section__title {
  font-size: 2rem;
}
.about__text .section__title {
  margin-bottom: 16px;
}
.about__text .about__desc {
  line-height: 1.7;
}
.about__text .btn {
  margin-top: 32px;
  display: block;
  width: fit-content;
}

.about__imgs {
  align-items: center;
  display: flex;
  gap: 16px;
}
.about__imgs img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 25px;
}

@media (max-width: 1250px) {
  .about__text {
    max-width: 30%;
  }
}
@media (max-width: 1050px) {
  .about__text {
    max-width: 30%;
  }
  .about {
    padding-top: 20px;
    flex-direction: column;
  }
  .about__text {
    padding-top: 0;
    max-width: 100%;
    padding-left: 0;
  }
  .about__imgs {
    justify-content: center;
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .about__imgs img {
    max-width: 33%;
  }
}
.footer-box {
  border-radius: 30px;
  background: linear-gradient(90deg, #74C363 0%, #337158 100%), #74C363;
  padding: 52px 60px 36px 80px;
  position: relative;
}

.footer-box__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.footer__icon {
  transition: all 0.3s ease-out;
}
.footer__icon:hover {
  opacity: 0.8;
}

.footer-box__body {
  width: 100%;
  display: flex;
}

.footer-box__menus {
  padding-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 360px);
  flex-shrink: 0;
}

.footer-box__contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 34px 70px 34px;
  min-width: 360px;
  width: 100%;
}
.footer-box__contact .footer-box__title {
  color: #192F3B;
  margin-bottom: 20px;
}
.footer-box__contact a {
  color: #36693A;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.18px;
  display: block;
  margin-bottom: 4px;
}
.footer-box__contact a img {
  margin-right: 8px;
}
.footer-box__contact a:hover {
  color: #74c363;
}

.footer-box__title {
  color: #FFF;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: -0.21px;
  margin-bottom: 24px;
}

.footer-box__item {
  width: 33%;
}
.footer-box__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-box__item ul li {
  padding-bottom: 4px;
}
.footer-box__item ul a {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.14px;
}
.footer-box__item ul a:hover {
  color: #337158;
}

.footer-box__address {
  font-size: 0.875rem;
  letter-spacing: -0.14px;
  font-weight: 500;
  line-height: 2;
}

.footer-box__footer img {
  margin-left: -40px;
  border-radius: 20px;
}

.footerbar {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: rgba(25, 47, 59, 0.71) !important;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.13px;
}
.footerbar .footerbar__link, .footerbar .footerbar__copy {
  color: rgba(25, 47, 59, 0.71) !important;
}
.footerbar .footerbar__link:hover {
  color: #74c363 !important;
}

.totop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background-color: #74c363;
  transition: all 0.3s ease-out;
  border: none;
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  border-radius: 90%;
  position: absolute;
  bottom: -26px;
  right: 60px;
}
.totop img {
  transition: all 0.3s ease-out;
}
.totop:hover {
  background-color: #337158;
}
.totop:hover img {
  transform: translateY(-10px);
}

@media (max-width: 1050px) {
  .footer-box__body {
    flex-direction: column;
  }
  .footer-box__menus {
    width: 100%;
  }
  .footer-box__contact {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .footer-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-box__footer img {
    margin-left: 0;
  }
  .totop {
    right: 20px;
    bottom: -6px;
  }
}
@media (max-width: 600px) {
  .footer-box__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer-box__menus {
    flex-wrap: wrap;
  }
  .footer-box__title {
    margin-bottom: 12px;
  }
  .footer-box__contact {
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  .footer-box__item {
    width: 100%;
  }
  .footerbar {
    gap: 10px;
  }
  .totop {
    width: 46px;
    height: 46px;
  }
}
.subpage {
  margin-top: 24px;
  border-top: 1px solid #DFDFDF;
  padding-top: 16px;
  margin-bottom: 110px;
}

.breadcrumbs {
  margin-bottom: 14px;
  color: #636363;
  font-size: 0.8125rem;
}
.breadcrumbs span, .breadcrumbs a {
  color: #636363;
  font-size: 0.8125rem;
}

.header__shop-search--blog .header__shop-search {
  min-width: 230px;
}

.subpage__head-img img {
  min-height: 150px;
  object-fit: cover;
  max-height: 250px;
  border-radius: 30px;
}

.products-grid {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.products-grid .product-card {
  height: auto;
}

.products-page {
  margin-top: 20px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.products-page__menu {
  max-width: 300px;
  width: 100%;
}

.products-page__head {
  margin-top: 30px;
  display: flex;
}
.products-page__head h1 {
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
}

.cat-menu {
  list-style: none;
  m0rgin: 0;
  padding: 0;
}

.cat-menu__item a {
  color: #192F3B;
  font-size: 0.9375rem;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  padding: 14px 26px;
  transition: all 0.3s ease-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cat-menu__item a::after {
  opacity: 0;
  content: url("../img/icon/arrow-left-menu.svg");
  margin-top: 3px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cat-menu__item a:hover {
  color: #74c363;
}
.cat-menu__item a:hover, .cat-menu__item a.active {
  background-color: #efefef;
}
.cat-menu__item a:hover::after, .cat-menu__item a.active::after {
  opacity: 1 !important;
  transform: translateX(8px);
}

.cat-menu__wrap {
  border-right: 1px solid #D9D9D9;
  height: 100%;
}

.sort-form {
  position: relative;
}
.sort-form::after {
  content: url("../img/icon/dropdown.svg");
  position: absolute;
  right: 6px;
  top: 55%;
  transform: translateY(-50%);
  pointer-events: none;
}
.sort-form select {
  padding: 8px 36px 8px 16px;
  border: 1px solid #74c363;
  background: #fff;
  cursor: pointer;
  appearance: none;
  border-radius: 30px;
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 500;
  color: #000 !important;
}

.page-numbers.current {
  border: 1px solid #74c363;
}

.page-numbers:hover:not(.current) {
  background: #f0f0f0;
}

.woocommerce-pagination,
.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pagination--bottom {
  margin-top: 50px;
  justify-content: flex-end;
}

.products-page__btns {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 24px;
}

.products-page--cat {
  display: none;
  margin-right: auto;
}

.subpage--news .section-blog {
  margin-top: 40px;
}
.subpage--news .blog-box {
  display: flex;
  gap: 40px;
}
.subpage--news .blog-box .blog-box__first {
  display: flex;
  flex-direction: column;
}
.subpage--news .blog-box .blog-box__first img {
  margin-bottom: 20px;
}
.subpage--news .blog-box__item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D2D2D2;
}

.line {
  background-color: #dfdfdf !important;
  opacity: 1 !important;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact {
  margin-top: 40px;
}

.contact__map {
  width: 100%;
}
.contact__map iframe {
  width: 100%;
  min-height: 500px;
}

.contact__company {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.contact__company-item {
  width: calc(25% - 22.5px);
  border: 1px solid #D9D9D9;
  padding: 20px 40px;
}
.contact__company-item a {
  color: #337158;
}
.contact__company-item a:hover {
  color: #74c363;
}
.contact__company-item a.facebook {
  position: relative;
  display: inline-block;
  padding-left: 44px;
}
.contact__company-item a.facebook::after {
  content: url("../img/icon/facebook.svg");
  position: absolute;
  left: 6px;
  bottom: -4px;
}
.contact__company-item a.facebook::before {
  content: "";
  display: block;
  background-color: #337158;
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  border-radius: 90%;
  height: 30px;
  width: 30px;
  left: 0;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease-out;
}
.contact__company-item a.facebook:hover::before {
  background-color: #74c363;
}
.contact__company-item h2, .contact__company-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .contact__company-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 900px) {
  .products-page__btns {
    padding-left: 0;
  }
  .products-page__head {
    flex-direction: column;
    gap: 20px;
  }
  .products-page__head h1 {
    width: 100%;
  }
  .products-page__menu {
    display: none;
  }
  .products-page--cat {
    display: block;
  }
}
@media (max-width: 700px) {
  .products-page__btns {
    justify-content: space-between;
  }
  .products-page__btns .pagination {
    display: none;
  }
  .products-page__btns form {
    margin: 0 !important;
  }
  .products-grid {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .contact__company-item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .products-page__btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.section-error {
  margin-top: 50px;
  font-weight: 700;
  margin-top: 160px;
  margin-bottom: 200px;
}

.error-page__code {
  font-size: 6.25rem;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.error-page a {
  color: #337158;
  font-size: 1.125rem;
  font-weight: 600;
}
.error-page a:hover {
  color: #74c363;
}

.single-product-page {
  margin-top: 10px;
  border-top: 1px solid #DFDFDF;
  padding-top: 40px;
}

.woocommerce-product-gallery {
  border-right: 1px solid #DFDFDF;
}

.woocommerce div.product div.images img {
  max-width: 100%;
  width: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  max-height: 110px;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  align-items: center;
}

.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .product-card__wishlist {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
}
.woocommerce-product-gallery .product-card__wishlist svg {
  height: 30px;
  width: 24px !important;
}

.woocommerce div.product .product_title {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}

.sku_wrapper {
  color: #337158;
  font-size: 0.9375rem;
  font-style: normal;
}

.posted_in a {
  color: #337158;
}
.posted_in a:hover {
  color: #74c363;
}

.entry-summary .price {
  margin-top: 70px;
  margin-bottom: 0;
}
.entry-summary .price del {
  color: #7D817C;
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 16px;
}
.entry-summary .price ins, .entry-summary .price > .amount {
  color: #337158;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.wc-price-history-lowest-inner {
  color: #929090;
  font-size: 0.875rem;
}

form.cart {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}
form.cart::before {
  display: none !important;
}
form.cart .single_add_to_cart_button {
  max-width: 380px;
  width: 100%;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #337158 !important;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
form.cart .single_add_to_cart_button:hover {
  background: #74c363 !important;
}
form.cart .single_add_to_cart_button::before {
  content: url("../img/icon/add.svg");
  order: -2;
  margin-right: 4px;
}
form.cart .single_add_to_cart_button::after {
  content: url("../img/icon/bag.svg");
  margin-right: 20px;
  order: -1;
}
form.cart .quantity {
  height: 50px;
  max-width: 136px;
  width: 100%;
  border: 1px solid #74c363;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #636363;
  font-size: 1.25rem;
  font-weight: 600;
  /* Firefox */
}
form.cart .quantity input {
  border: none;
  text-align: center;
  width: 40px !important;
}
form.cart .quantity button {
  background: transparent;
  border: none;
}
form.cart .quantity input[type=number]::-webkit-inner-spin-button,
form.cart .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
form.cart .plus, form.cart .minus {
  color: #337158;
}

.woocommerce-product-details__short-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-badge__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin-bottom: 30px;
}
.product-badge__wrap .product-card__badge {
  position: static;
}

.product-badge {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.product-icon img {
  width: 28px;
}

.product-pickup {
  display: flex;
  align-items: center;
  color: #337158;
  margin-top: 70px;
}
.product-pickup img {
  margin-right: 20px;
}
.product-pickup a {
  margin-left: 10px;
}

.woocommerce-tabs {
  border-top: 1px solid #DFDFDF;
  margin-top: 20px;
  padding-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
  display: flex;
  margin-bottom: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-right: 20px;
  color: #192F3B;
  font-size: 1.125rem;
  font-weight: 600;
  max-width: 350px;
  width: 330px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #74C363;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  display: block;
  padding: 5px;
  background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background-color: #74c363;
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce-Tabs-panel {
  padding-bottom: 70px !important;
  border-bottom: 1px solid #DFDFDF;
}

.related.products {
  margin-top: 50px;
}
.related.products h2 {
  color: #192F3B;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 30px !important;
}
.related.products .section-list {
  padding-bottom: 70px;
  border-bottom: 1px solid #DFDFDF;
}
.related.products .section-list + .section-list {
  border-bottom: none !important;
  padding-bottom: 0;
}

.shipping-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: none;
}
.shipping-modal-overlay.active {
  display: flex;
}

.shipping-modal {
  padding: 40px;
  background-color: #fff;
  width: 600px;
  height: auto;
  position: relative;
  height: fit-content;
}
.shipping-modal h3 {
  font-size: 1.375rem;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.shipping-modal table {
  width: 100%;
}
.shipping-modal table td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.shipping-modal-close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 2rem;
  border: none;
  background-color: #fff;
}

@media (max-width: 1000px) {
  .product-badge__wrap {
    flex-direction: column;
    gap: 8px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 200px;
  }
}
@media (max-width: 700px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 150px;
    font-size: 14px;
    height: 40px;
  }
}
@media (max-width: 550px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    margin-right: 8px;
    width: 130px;
    font-size: 12px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
    width: 50px;
  }
}
@media (max-width: 400px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
  }
  form.cart .quantity input {
    font-size: 14px;
    width: 24px !important;
  }
  form.cart .quantity {
    max-width: 96px;
  }
  .woocommerce div.product form.cart .button {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 20px;
  }
}
.section-text {
  margin-top: 50px;
}
.section-text .wrapper {
  display: flex;
  gap: 60px;
}
.section-text h2 {
  margin-bottom: 20px;
}
.section-text h3, .section-text h4 {
  margin-bottom: 6px;
}

.section-text__img {
  flex-shrink: 0;
  max-width: 640px;
  max-height: 500px;
}

.wrapp {
  display: flex;
  gap: 60px;
}

@media (max-width: 1200px) {
  .section-text__img {
    width: 50%;
    max-width: 100%;
    max-height: 300px;
  }
}
@media (max-width: 900px) {
  .section-text__img {
    width: 100%;
    max-width: 100%;
    max-height: unset;
  }
  .section-text {
    margin-top: 20px;
  }
  .section-text .wrapper {
    gap: 0;
    flex-direction: column;
  }
  .wrapp {
    flex-wrap: wrap;
    gap: 0;
  }
}
.woocommerce table.my_account_orders .button, .account-page .edit-address, .woocommerce form.login .woocommerce-button, .woocommerce form.login .woocommerce-Button,
.woocommerce form.register .woocommerce-button,
.woocommerce form.register .woocommerce-Button,
.woocommerce form.login-container-form .woocommerce-button,
.woocommerce form.login-container-form .woocommerce-Button,
.woocommerce form.lost_reset_password .woocommerce-button,
.woocommerce form.lost_reset_password .woocommerce-Button,
.login-container-box .woocommerce-button,
.login-container-box .woocommerce-Button, #place_order, .woocommerce-checkout .woocommerce form.checkout_coupon button.button, .woocommerce-checkout .woocommerce .woocommerce-form-login button.button, .woocommerce-MyAccount-content button.button, .empty-cart-page a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .cart .button, .cart-collaterals button.button.select-paczkomat-button, .woocommerce-checkout-review-order button.button.select-paczkomat-button {
  height: 44px;
  border-radius: 25px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  background: #337158;
  color: #fff;
  transition: background 0.3s ease-out;
}
.woocommerce table.my_account_orders .button:hover, .account-page .edit-address:hover, .woocommerce form.login .woocommerce-button:hover, .woocommerce form.login .woocommerce-Button:hover,
.woocommerce form.register .woocommerce-button:hover,
.woocommerce form.register .woocommerce-Button:hover,
.woocommerce form.login-container-form .woocommerce-button:hover,
.woocommerce form.login-container-form .woocommerce-Button:hover,
.woocommerce form.lost_reset_password .woocommerce-button:hover,
.woocommerce form.lost_reset_password .woocommerce-Button:hover,
.login-container-box .woocommerce-button:hover,
.login-container-box .woocommerce-Button:hover, #place_order:hover, .woocommerce-checkout .woocommerce form.checkout_coupon button.button:hover, .woocommerce-checkout .woocommerce .woocommerce-form-login button.button:hover, .woocommerce-MyAccount-content button.button:hover, .empty-cart-page a.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .cart .button:hover, .cart-collaterals button.button.select-paczkomat-button:hover, .woocommerce-checkout-review-order button.button.select-paczkomat-button:hover {
  background: #74c363;
  color: #fff;
}

.woocommerce form.login .form-row input.input-text,
.woocommerce form.register .form-row input.input-text,
.woocommerce form.login-container-form .form-row input.input-text,
.woocommerce form.lost_reset_password .form-row input.input-text,
.login-container-box .form-row input.input-text, .woocommerce-checkout .woocommerce form.checkout_coupon .input-text, .woocommerce-checkout .woocommerce .woocommerce-form-login .input-text, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper,
.woocommerce-EditAccountForm #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-EditAccountForm #shipping_country_field span.woocommerce-input-wrapper, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input.input-text,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input.input-text,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input.input-text,
.woocommerce-EditAccountForm .form-row input.input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce form.login .form-row textarea.input-text,
.woocommerce form.register .form-row textarea.input-text,
.woocommerce form.login-container-form .form-row textarea.input-text,
.woocommerce form.lost_reset_password .form-row textarea.input-text,
.login-container-box .form-row textarea.input-text, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row textarea.input-text,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row textarea.input-text,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea.input-text,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row textarea.input-text,
.woocommerce-EditAccountForm .form-row textarea.input-text {
  height: 44px;
  border-radius: 25px;
  padding: 0 16px;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #192F3B;
  background: #F2F2F2;
}
.woocommerce form.login .form-row input.input-text:focus,
.woocommerce form.register .form-row input.input-text:focus,
.woocommerce form.login-container-form .form-row input.input-text:focus,
.woocommerce form.lost_reset_password .form-row input.input-text:focus,
.login-container-box .form-row input.input-text:focus, .woocommerce-checkout .woocommerce form.checkout_coupon .input-text:focus, .woocommerce-checkout .woocommerce .woocommerce-form-login .input-text:focus, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper:focus, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper:focus,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper:focus,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper:focus,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper:focus,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper:focus,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper:focus,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper:focus,
.woocommerce-EditAccountForm #billing_country_field span.woocommerce-input-wrapper:focus,
.woocommerce-EditAccountForm #shipping_country_field span.woocommerce-input-wrapper:focus, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input.input-text:focus,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input.input-text:focus,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input.input-text:focus,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input.input-text:focus,
.woocommerce-EditAccountForm .form-row input.input-text:focus, .woocommerce-cart table.cart td.actions .coupon .input-text:focus, .woocommerce form.login .form-row textarea.input-text:focus,
.woocommerce form.register .form-row textarea.input-text:focus,
.woocommerce form.login-container-form .form-row textarea.input-text:focus,
.woocommerce form.lost_reset_password .form-row textarea.input-text:focus,
.login-container-box .form-row textarea.input-text:focus, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row textarea.input-text:focus,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row textarea.input-text:focus,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea.input-text:focus,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row textarea.input-text:focus,
.woocommerce-EditAccountForm .form-row textarea.input-text:focus {
  border-color: #74c363;
  outline: none;
}

.woocommerce form.login .form-row textarea.input-text,
.woocommerce form.register .form-row textarea.input-text,
.woocommerce form.login-container-form .form-row textarea.input-text,
.woocommerce form.lost_reset_password .form-row textarea.input-text,
.login-container-box .form-row textarea.input-text, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row textarea.input-text,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row textarea.input-text,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea.input-text,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row textarea.input-text,
.woocommerce-EditAccountForm .form-row textarea.input-text {
  padding: 16px;
  height: auto;
}

.woocommerce-cart #payment ul.payment_methods li input[type=radio], .woocommerce-checkout #payment ul.payment_methods li input[type=radio], #add_payment_method #payment ul.payment_methods li input[type=radio], .cart-collaterals .woocommerce-shipping-methods li input[type=radio], .woocommerce-checkout-review-order .woocommerce-shipping-methods li input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.woocommerce-cart #payment ul.payment_methods li input[type=radio] + label, .woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label, #add_payment_method #payment ul.payment_methods li input[type=radio] + label, .cart-collaterals .woocommerce-shipping-methods li input[type=radio] + label, .woocommerce-checkout-review-order .woocommerce-shipping-methods li input[type=radio] + label, .woocommerce-cart #payment ul.payment_methods li > input[type=hidden] + label, .woocommerce-checkout #payment ul.payment_methods li > input[type=hidden] + label, #add_payment_method #payment ul.payment_methods li > input[type=hidden] + label, .cart-collaterals .woocommerce-shipping-methods li > input[type=hidden] + label, .woocommerce-checkout-review-order .woocommerce-shipping-methods li > input[type=hidden] + label {
  position: relative;
  cursor: pointer;
}
.woocommerce-cart #payment ul.payment_methods li input[type=radio] + label::before, .woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label::before, #add_payment_method #payment ul.payment_methods li input[type=radio] + label::before, .cart-collaterals .woocommerce-shipping-methods li input[type=radio] + label::before, .woocommerce-checkout-review-order .woocommerce-shipping-methods li input[type=radio] + label::before, .woocommerce-cart #payment ul.payment_methods li > input[type=hidden] + label::before, .woocommerce-checkout #payment ul.payment_methods li > input[type=hidden] + label::before, #add_payment_method #payment ul.payment_methods li > input[type=hidden] + label::before, .cart-collaterals .woocommerce-shipping-methods li > input[type=hidden] + label::before, .woocommerce-checkout-review-order .woocommerce-shipping-methods li > input[type=hidden] + label::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #B2B2B2;
  background: #fff;
}
.woocommerce-cart #payment ul.payment_methods li input[type=radio] + label:after, .woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label:after, #add_payment_method #payment ul.payment_methods li input[type=radio] + label:after, .cart-collaterals .woocommerce-shipping-methods li input[type=radio] + label:after, .woocommerce-checkout-review-order .woocommerce-shipping-methods li input[type=radio] + label:after, .woocommerce-cart #payment ul.payment_methods li > input[type=hidden] + label:after, .woocommerce-checkout #payment ul.payment_methods li > input[type=hidden] + label:after, #add_payment_method #payment ul.payment_methods li > input[type=hidden] + label:after, .cart-collaterals .woocommerce-shipping-methods li > input[type=hidden] + label:after, .woocommerce-checkout-review-order .woocommerce-shipping-methods li > input[type=hidden] + label:after {
  content: "";
  position: absolute;
  left: -28px;
  top: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #337158;
  transform: translate(4px, 4px);
  display: none;
}
.woocommerce-cart #payment ul.payment_methods li input[type=radio]:checked + label:after, .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label:after, #add_payment_method #payment ul.payment_methods li input[type=radio]:checked + label:after, .cart-collaterals .woocommerce-shipping-methods li input[type=radio]:checked + label:after, .woocommerce-checkout-review-order .woocommerce-shipping-methods li input[type=radio]:checked + label:after, .woocommerce-cart #payment ul.payment_methods li > input[type=hidden] + label:after, .woocommerce-checkout #payment ul.payment_methods li > input[type=hidden] + label:after, #add_payment_method #payment ul.payment_methods li > input[type=hidden] + label:after, .cart-collaterals .woocommerce-shipping-methods li > input[type=hidden] + label:after, .woocommerce-checkout-review-order .woocommerce-shipping-methods li > input[type=hidden] + label:after {
  display: block;
}

.account-page a, .woocommerce form.login p a,
.woocommerce form.register p a,
.woocommerce form.login-container-form p a,
.woocommerce form.lost_reset_password p a,
.login-container-box p a, .woocommerce-table--order-details a, .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a, .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a, .woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-login-toggle .woocommerce-info a, .checkout-container .woocommerce-NoticeGroup .woocommerce-error a {
  color: #337158;
  transition: color 0.3s ease-out;
}
.account-page a:hover, .woocommerce form.login p a:hover,
.woocommerce form.register p a:hover,
.woocommerce form.login-container-form p a:hover,
.woocommerce form.lost_reset_password p a:hover,
.login-container-box p a:hover, .woocommerce-table--order-details a:hover, .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a:hover, .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover, .woocommerce-form-coupon-toggle .woocommerce-info a:hover, .woocommerce-form-login-toggle .woocommerce-info a:hover, .checkout-container .woocommerce-NoticeGroup .woocommerce-error a:hover {
  color: #74c363;
}

.cart-container {
  display: flex;
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .cart-container {
    flex-wrap: wrap;
  }
}
.cart-container__table {
  width: 65%;
  flex: 0 0 65%;
  padding-right: 36px;
  border-right: 1px solid #DFDFDF;
}
@media (max-width: 1439px) {
  .cart-container__table {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cart-container__table {
    flex: 0 0 100%;
    padding-right: 0;
    width: 100%;
    border-right: 0;
  }
}
.cart-container__collaterals {
  width: 35%;
  flex: 0 0 35%;
  padding-left: 36px;
}
@media (max-width: 1439px) {
  .cart-container__collaterals {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .cart-container__collaterals {
    flex: 0 0 100%;
    padding-left: 0;
    width: 100%;
  }
}

.cart-table .product-name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.32px;
}
.cart-table .product-name a {
  color: #192F3B;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.cart-table .product-name a:hover {
  color: #74c363;
}
.cart-table .product-price, .cart-table .product-subtotal {
  font-size: 1rem;
  letter-spacing: -0.32px;
}
.cart-table .product-subtotal {
  font-weight: 600;
  color: #337158;
}
.cart-table .quantity {
  display: inline-flex;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #74c363;
  font-weight: 500;
}
.cart-table .quantity .plus, .cart-table .quantity .minus {
  width: 32px;
  height: 49px;
  border: 0;
  background: transparent;
  color: #7D817C;
}
.cart-table .quantity .qty {
  height: 49px;
  text-align: center;
  border: 0;
  margin: 0;
  color: #337158;
  -moz-appearance: textfield;
}
.cart-table .quantity .qty::-webkit-outer-spin-button, .cart-table .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .cart-collaterals .woocommerce-shipping-methods, .woocommerce-checkout-review-order .woocommerce-shipping-methods {
    text-align: left;
  }
}
.cart-collaterals .woocommerce-shipping-methods li, .woocommerce-checkout-review-order .woocommerce-shipping-methods li {
  padding-left: 28px;
  font-size: 0.875rem;
  font-weight: 500;
}
.cart-collaterals .woocommerce-shipping-methods li img, .woocommerce-checkout-review-order .woocommerce-shipping-methods li img {
  display: none;
}
.cart-collaterals .woocommerce-shipping-totals td:before, .woocommerce-checkout-review-order .woocommerce-shipping-totals td:before {
  display: none !important;
}
.cart-collaterals .woocommerce-shipping-totals p, .woocommerce-checkout-review-order .woocommerce-shipping-totals p {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #636363;
}
@media (max-width: 767px) {
  .cart-collaterals .woocommerce-shipping-totals p, .woocommerce-checkout-review-order .woocommerce-shipping-totals p {
    text-align: left;
  }
}
.cart-collaterals button.button.select-paczkomat-button, .woocommerce-checkout-review-order button.button.select-paczkomat-button {
  height: 32px;
  color: #FFF;
  background: #DFDFDF;
  margin-top: 4px;
  margin-bottom: 4px;
}
.cart-collaterals .woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-name {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.cart-collaterals .woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-total {
  font-size: 0.875rem;
  font-weight: 600;
}
.cart-collaterals .woocommerce-checkout-review-order-table tfoot th, .cart-collaterals .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot td {
  font-size: 0.875rem;
  font-weight: 500;
}
.cart-collaterals .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot td {
  font-weight: 600;
}
.cart-collaterals .woocommerce-checkout-review-order-table tfoot .order-total th, .cart-collaterals .woocommerce-checkout-review-order-table tfoot .order-total td, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 1rem;
}

/**
WC styles
*/
.woocommerce table.shop_table.cart td {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.cart td {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0;
  }
}

@media (max-width: 767px) {
  .woocommerce table.shop_table.cart tr {
    border-bottom: 1px solid #DFDFDF;
  }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce table.cart td.actions .input-text {
  width: 240px;
}

.woocommerce-cart table.cart img.add-to-fav-icon {
  width: 25px;
  height: auto;
}

.woocommerce table.shop_table {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #DFDFDF;
}

.woocommerce-page table.cart td.actions .coupon {
  float: none;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .woocommerce-page table.cart td.actions .coupon {
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

button[name=update_cart] {
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  color: #fff !important;
}

.empty-cart-page {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.empty-cart-page .wc-empty-cart-message .woocommerce-info {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.66px;
  margin-bottom: 24px;
}
.empty-cart-page .wc-empty-cart-message .woocommerce-info:before {
  display: none;
}

.shop-process-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 56px;
  list-style: none;
  padding: 0 120px;
}
@media (max-width: 767px) {
  .shop-process-nav {
    padding: 0;
  }
}
@media (max-width: 519px) {
  .shop-process-nav {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.shop-process-nav__item {
  height: 49px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B2B2B2;
  border-radius: 25px;
  flex: 1;
  font-weight: 600;
}
.shop-process-nav__item.-current {
  background-color: #74c363;
  color: #fff;
  border-color: #74c363;
}
@media (max-width: 519px) {
  .shop-process-nav__item {
    height: 36px;
    font-size: 0.875rem;
  }
}

/**
 * WooCommerce Checkout Styles
 */
.checkout-container {
  display: flex;
  position: relative;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.checkout-container .woocommerce-NoticeGroup {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 24px;
}
.checkout-container__userdata {
  width: 65%;
  flex: 0 0 65%;
  padding-right: 36px;
  border-right: 1px solid #DFDFDF;
}
@media (max-width: 1439px) {
  .checkout-container__userdata {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .checkout-container__userdata {
    flex: 0 0 100%;
    padding-right: 0;
    width: 100%;
    border-right: 0;
  }
}
.checkout-container__orderdata {
  width: 35%;
  flex: 0 0 35%;
  padding-left: 36px;
}
@media (max-width: 1439px) {
  .checkout-container__orderdata {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .checkout-container__orderdata {
    flex: 0 0 100%;
    padding-left: 0;
    width: 100%;
  }
}
.checkout-container .form-heading, .checkout-container .shop-form-heading {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.66px;
  margin-bottom: 12px;
}
.checkout-container .form-heading.-different-address, .checkout-container .-different-address.shop-form-heading {
  margin-top: 24px;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-EditAccountForm .form-row {
  width: 100%;
  flex: 0 0 100%;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label,
.woocommerce-EditAccountForm .form-row label {
  font-size: 0.875rem;
  font-weight: 500;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input.input-text,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row input.input-text,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input.input-text,
.woocommerce-EditAccountForm .form-row input.input-text {
  font-weight: 500;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper fieldset,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper fieldset,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper fieldset,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper fieldset,
.woocommerce-EditAccountForm fieldset {
  width: 100%;
  flex: 0 0 100%;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper,
.woocommerce-EditAccountForm #billing_country_field span.woocommerce-input-wrapper,
.woocommerce-EditAccountForm #shipping_country_field span.woocommerce-input-wrapper {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper strong, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper strong,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper strong,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper strong,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper strong,
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper strong,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_country_field span.woocommerce-input-wrapper strong,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper #shipping_country_field span.woocommerce-input-wrapper strong,
.woocommerce-EditAccountForm #billing_country_field span.woocommerce-input-wrapper strong,
.woocommerce-EditAccountForm #shipping_country_field span.woocommerce-input-wrapper strong {
  font-weight: 500;
}

.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info {
  border: 0;
  text-align: center;
  background: #F2F2F2;
  border-radius: 25px;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before, .woocommerce-form-login-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce .woocommerce-form-login {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-first, .woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-first, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first {
  width: calc(50% - 6px);
  flex: 0 0 calc(50% - 6px);
}
.woocommerce-checkout .woocommerce form.checkout_coupon .form-row-last, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last {
  max-width: calc(50% - 6px);
  flex: 0 0 auto;
  width: auto;
}
.woocommerce-checkout .woocommerce form.checkout_coupon a, .woocommerce-checkout .woocommerce .woocommerce-form-login a {
  color: #337158;
}
.woocommerce-checkout .woocommerce form.checkout_coupon a:hover, .woocommerce-checkout .woocommerce .woocommerce-form-login a:hover {
  color: #74c363;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login {
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row {
  width: 100%;
  flex: 0 0 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row.form-row-first {
  width: calc(50% - 6px);
  flex: 0 0 calc(50% - 6px);
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row.form-row-last {
  max-width: calc(50% - 6px);
  flex: 0 0 1;
  width: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .buttons {
  max-width: calc(50% - 6px);
  flex: 0 0 auto;
  width: auto;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
  padding: 0;
  background: transparent;
}
.woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li {
  font-size: 0.875rem;
  font-weight: 500;
  border-top: 1px solid #DFDFDF;
  padding: 9px 12px;
}
.woocommerce-cart #payment ul.payment_methods li input[type=radio] + label, .woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label, #add_payment_method #payment ul.payment_methods li input[type=radio] + label {
  padding-left: 28px;
}
.woocommerce-cart #payment ul.payment_methods li input[type=radio] + label:before, .woocommerce-cart #payment ul.payment_methods li input[type=radio] + label:after, .woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label:before, .woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label:after, #add_payment_method #payment ul.payment_methods li input[type=radio] + label:before, #add_payment_method #payment ul.payment_methods li input[type=radio] + label:after {
  left: 0;
  top: 6px;
}
.woocommerce-cart #payment ul.payment_methods li .payment_box, .woocommerce-checkout #payment ul.payment_methods li .payment_box, #add_payment_method #payment ul.payment_methods li .payment_box {
  background: #F2F2F2;
  border-radius: 12px;
  margin: 4px 0 0 0;
  padding: 8px 16px;
}
.woocommerce-cart #payment ul.payment_methods li .payment_box:before, .woocommerce-checkout #payment ul.payment_methods li .payment_box:before, #add_payment_method #payment ul.payment_methods li .payment_box:before {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 0.875rem;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  font-size: 0.875rem;
  line-height: 1.4 !important;
}
#place_order {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

.woocommerce ul.order_details {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce ul.order_details li {
  padding: 12px 0;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #DFDFDF;
  margin: 0;
}

.woocommerce-order h2 {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.66px;
  margin-bottom: 12px;
  text-align: center;
}
.woocommerce-order h3 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.66px;
  margin-bottom: 12px;
  text-align: center;
}
.woocommerce-order h3.woocommerce-thankyou-order-received {
  margin-bottom: 48px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #337158;
  text-align: center;
}

.woocommerce-table--order-details {
  border-top: 0 !important;
  border-bottom: 0 !important;
  width: 100%;
  table-layout: fixed;
}
.woocommerce-table--order-details thead td, .woocommerce-table--order-details thead th {
  border-top: 0;
}
.woocommerce-table--order-details tfoot td, .woocommerce-table--order-details tfoot th {
  border-bottom: 0;
  font-size: 0.875rem;
}
.woocommerce-table--order-details tfoot th {
  text-align: right;
}
.woocommerce-table--order-details .woocommerce-table__product-name, .woocommerce-table--order-details .woocommerce-table__product-total, .woocommerce-table--order-details .woocommerce-table__product-table {
  font-size: 0.875rem;
}
.woocommerce-table--order-details .woocommerce-table__product-name {
  text-align: right;
}
.woocommerce-table--order-details .woocommerce-table__product-total, .woocommerce-table--order-details .woocommerce-table__product-table {
  text-align: left;
}
.woocommerce-customer-details {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.woocommerce-customer-details__col {
  width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .woocommerce-customer-details__col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.woocommerce-customer-details__col.-main {
  width: auto;
  flex: 1;
}

.woocommerce .woocommerce-customer-details address {
  font-size: 0.875rem;
  line-height: 1.4;
  border: 0;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-radius: 0;
}
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email {
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone:before, .woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email:before {
  display: none;
}

.login-container {
  padding: 60px;
  border-radius: 25px;
  background-image: url(../img/login-bg.jpg);
  margin-top: 42px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .login-container {
    padding: 24px;
  }
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.login-container-form,
.woocommerce form.lost_reset_password,
.login-container-box {
  padding: 30px;
  border-radius: 25px;
  background: #FFF;
  border: 0;
}
@media (max-width: 767px) {
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce form.login-container-form,
  .woocommerce form.lost_reset_password,
  .login-container-box {
    padding: 16px;
  }
}
.woocommerce form.login .form-row,
.woocommerce form.register .form-row,
.woocommerce form.login-container-form .form-row,
.woocommerce form.lost_reset_password .form-row,
.login-container-box .form-row {
  width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.woocommerce form.login .form-row label,
.woocommerce form.register .form-row label,
.woocommerce form.login-container-form .form-row label,
.woocommerce form.lost_reset_password .form-row label,
.login-container-box .form-row label {
  font-size: 0.875rem;
  font-weight: 500;
}
.woocommerce form.login .form-row input.input-text,
.woocommerce form.register .form-row input.input-text,
.woocommerce form.login-container-form .form-row input.input-text,
.woocommerce form.lost_reset_password .form-row input.input-text,
.login-container-box .form-row input.input-text {
  font-weight: 500;
}
.woocommerce form.login .woocommerce-button, .woocommerce form.login .woocommerce-Button,
.woocommerce form.register .woocommerce-button,
.woocommerce form.register .woocommerce-Button,
.woocommerce form.login-container-form .woocommerce-button,
.woocommerce form.login-container-form .woocommerce-Button,
.woocommerce form.lost_reset_password .woocommerce-button,
.woocommerce form.lost_reset_password .woocommerce-Button,
.login-container-box .woocommerce-button,
.login-container-box .woocommerce-Button {
  display: flex;
  width: 100%;
}
.woocommerce form.login p,
.woocommerce form.register p,
.woocommerce form.login-container-form p,
.woocommerce form.lost_reset_password p,
.login-container-box p {
  font-size: 0.875rem;
}
.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password,
.woocommerce form.login-container-form .lost_password,
.woocommerce form.lost_reset_password .lost_password,
.login-container-box .lost_password {
  text-align: center;
}

.login-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.66px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
.login-title:before {
  content: url(../img/icon/user.svg);
  display: inline-block;
}

.account-page {
  padding-bottom: 50px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.account-page .headline {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.66px;
  margin-bottom: 12px;
}
.account-page .headline strong {
  font-weight: 600;
}
.account-page .headline.text-center {
  text-align: center;
}
.account-page .order-info {
  color: #192F3B;
  background: #F2F2F2;
  border-radius: 25px;
  height: auto;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .account-page {
    padding-top: 25px;
    padding-bottom: 40px;
    gap: 16px;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 250px;
  flex: 0 0 250px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    flex: 0 0 100%;
  }
}

.woocommerce-MyAccount-content {
  flex: 1;
}

.account-page-nav {
  margin-bottom: 30px;
}
.account-page-nav ul {
  list-style: none;
  padding: 0;
}
.account-page-nav ul li {
  border-bottom: 1px solid #DFDFDF;
}
.account-page-nav ul li:first-of-type {
  border-top: 1px solid #DFDFDF;
}
.account-page-nav ul li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #192F3B;
}
.account-page-nav ul li a:hover {
  color: #74c363;
}
.account-page-nav ul li.is-active a {
  color: #74c363;
}

.woocommerce-fav-products {
  padding-top: 30px;
}
.woocommerce-fav-products .product-card {
  height: 100%;
}

.add-to-fav-button__icon {
  stroke: #337158;
  stroke-width: 1.8;
}
.add-to-fav-button.is-active .add-to-fav-button__icon {
  fill: #337158;
}
.add-to-fav-button.is-disabled, .add-to-fav-button.is-loading {
  pointer-events: none;
  opacity: 0.5;
}

/*# sourceMappingURL=main.css.map */
