::-moz-selection {
  background-color: #fae4bd;
}

::selection {
  background-color: #fae4bd;
}

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

html {
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 16px;
  overflow-x: auto;
  overflow-y: auto;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

html.is-any-layer-active {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

button,
input,
select,
textarea {
  font-family: "Playfair Display", serif;
  font-size: 14px;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

body,
code,
pre {
  font-family: "Playfair Display", serif;
}

body {
  background-color: #fff;
  color: #191919;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

body.is-any-layer-active {
  overflow: hidden;
}

body.is-any-layer-active > * {
  -webkit-filter: blur(5px) grayscale(90%);
  filter: blur(5px) grayscale(90%);
}

a {
  color: #e60000;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #c00;
}

a strong {
  color: currentColor;
}

hr {
  background-color: #4c4c4c;
  border: none;
  display: block;
  height: 2px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #000;
  font-weight: 600;
}

fieldset {
  border: none;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #000;
}

.pxlicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-feature-settings: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.drawer-navigation {
  -webkit-transition: all 0.5s;
  background-color: rgba(25, 25, 25, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 20;
}

.drawer-navigation.active {
  opacity: 1;
  visibility: visible;
}

.drawer-navigation.active .drawer-navigation__container {
  -webkit-transform: none;
  transform: none;
}

.drawer-navigation__container {
  -webkit-transform: translateX(-350px);
  -webkit-transition: all 0.5s;
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateX(-350px);
  transition: all 0.5s;
  width: 100%;
  max-width: 350px;
}

.drawer-navigation__slider {
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  position: relative;
}

.drawer-navigation__slider__item {
  -ms-flex-negative: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.25s;
  flex-shrink: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: all 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}

.drawer-navigation__slider__item--active {
  -webkit-transform: translateZ(0);
  opacity: 1;
  transform: translateZ(0);
  visibility: visible;
}

.drawer-navigation__head {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.drawer-navigation__head strong {
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  top: 3px;
}

.drawer-navigation__head__trigger {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #191919;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.drawer-navigation__head__trigger:hover {
  color: #2e4507;
}

.drawer-navigation__head__trigger.reversed svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.drawer-navigation__head__trigger svg {
  fill: currentColor;
  height: 14px;
  width: 14px;
}

.drawer-navigation__head__trigger span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-left: 7px;
  margin-top: 4px;
}

.drawer-navigation__nav {
  padding-bottom: 30px;
  padding-top: 30px;
}

.drawer-navigation__nav h6 {
  margin-bottom: 10px;
}

.drawer-navigation__nav h6 a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

.drawer-navigation__nav hr {
  margin-bottom: 30px;
  margin-top: 10px;
}

.drawer-navigation__nav ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.drawer-navigation__nav ul li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}

.drawer-navigation__nav ul li a {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  padding: 10px 30px;
  text-transform: uppercase;
}

.drawer-navigation__nav ul li a i.fas {
  color: #999;
}

.drawer-navigation__nav ul li a strong {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.875rem;
  padding: 3px 5px 1px;
  vertical-align: middle;
}

.drawer-navigation__nav ul li a strong.colored-green {
  background-color: #2e4507;
}

.drawer-navigation__nav ul li a strong.colored-red {
  background-color: red;
}

.drawer-navigation__nav ul li a strong.colored-orange {
  background-color: orange;
}

.drawer-navigation__carousel {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.drawer-navigation__carousel .owl-nav {
  position: absolute;
  right: 30px;
  top: -35px;
}

.drawer-navigation__carousel .owl-nav button {
  margin-right: 5px;
}

.drawer-navigation__carousel .owl-nav button i {
  font-size: 14px;
}

.drawer-navigation__carousel .owl-nav button:focus {
  outline-width: 0;
}

.drawer-navigation__carousel .owl-nav button:last-child {
  margin-right: 0;
}

.drawer-navigation__carousel__item {
  color: #191919;
  text-align: center;
}

.drawer-navigation__carousel__item:hover {
  color: #191919;
}

.drawer-navigation__carousel__item:hover h6 {
  color: #2e4507;
}

.drawer-navigation__carousel__item img {
  margin-bottom: 1rem;
}

.drawer-navigation__carousel__item h6 {
  -webkit-transition: all 0.5s;
  font-size: 0.875rem;
  margin-bottom: 0;
  transition: all 0.5s;
}

.drawer-navigation__carousel__item p {
  margin-bottom: 0;
}

.drawer-navigation__carousel__item p strong {
  font-weight: 500;
}

.drawer-navigation__carousel__item p s {
  color: #999;
}

.drawer-navigation__cart {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
}

.drawer-navigation__cart__product {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.drawer-navigation__cart__product,
.drawer-navigation__cart__product__start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer-navigation__cart__product__start,
.drawer-navigation__cart__product__start:hover {
  color: #191919;
}

.drawer-navigation__cart__product__start:hover h6 {
  color: #2e4507;
}

.drawer-navigation__cart__product__start img {
  margin-right: 15px;
  width: 67px;
}

.drawer-navigation__cart__product__start h6 {
  -webkit-transition: all 0.5s;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 0.5s;
}

.drawer-navigation__cart__product__start h5 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 0;
}
.drawer-navigation__cart__product__start h5 strong {
  color: #2e4507;
  font-weight: 700;
}
.drawer-navigation__cart__product__start h5.discount strong {
  color: #d32f2f;
}

.drawer-navigation__cart__product__start ul {
  margin-bottom: 7px;
  margin-top: 7px;
  padding-left: 0;
}

.drawer-navigation__cart__product__start ul li {
  color: #999;
  font-size: 0.75rem;
  list-style-type: none;
}

.drawer-navigation__cart__product__start i {
  color: #999;
  font-size: 0.875rem;
  font-style: normal;
}

.drawer-navigation__cart__product__end {
  -webkit-transition: all 0.5s;
  color: #191919;
  transition: all 0.5s;
}

.drawer-navigation__cart__product__end:hover {
  color: #f33;
}

.drawer-navigation__cart__footer {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-top: 20px;
}

.drawer-navigation__cart__footer__total {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.drawer-navigation__cart__footer__total span {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.drawer-navigation__cart__footer__proceed {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background-color: #2e4507;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.03em;
  margin-top: 20px;
  padding: 6px 31px 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
}

.drawer-navigation__cart__footer__proceed:hover {
  background-color: #c70664;
  color: #fff;
}

.drawer-navigation__cart__footer__view {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  border: 2px solid #2e4507;
  border-radius: 6px;
  color: #2e4507;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.03em;
  margin-top: 20px;
  padding: 6px 31px 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
}

.drawer-navigation__cart__footer__view:hover {
  background-color: rgba(101, 78, 163, 0.2);
  color: #2e4507;
}

.banner-box {
  display: block;
  position: relative;
}

.banner-box,
.banner-box:hover {
  color: #191919;
}

.banner-box:hover .banner-box__body__background {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-box--small:hover .banner-box__body__background {
  -webkit-transform: none;
  background-color: #2e4507;
  color: #fff;
  transform: none;
}

.banner-box--small:hover h3,
.banner-box--small:hover h6 {
  color: #fff;
}

.banner-box--small .banner-box__body {
  max-width: none;
  min-width: auto;
  padding: 13px 39px 11px;
}

.banner-box--small .banner-box__body h6 {
  text-transform: uppercase;
}

.banner-box > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.banner-box > img.home-page__heroes_item-1 {
  height: 500px;
}

@media screen and (min-width: 768px) {
  .banner-box > img.home-page__heroes_item-2 {
    height: 238px;
  }
}
.mobile-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.desktop-image {
  display: none;
}

@media (min-width: 768px) {
  .mobile-image {
    display: none;
  }

  .desktop-image {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 999px) and (max-width: 1200px) {
  .desktop-image {
    object-fit: contain !important;
  }
}
.banner-box__body {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  max-width: 409px;
  min-width: 70%;
  padding: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner-box__body__background {
  -webkit-transition: all 0.5s;
  background-color: hsla(0, 0%, 100%, 0.9);
  border-radius: 5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: -1;
}

.banner-box__body h6 {
  -webkit-transition: all 0.5s;
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 26px;
  margin-bottom: 0;
  transition: all 0.5s;
}

.banner-box__body h6 b {
  color: #2e4507;
  font-weight: 400;
}

.banner-box__body h3 {
  -webkit-transition: all 0.5s;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 34px;
  margin-bottom: 0;
  transition: all 0.5s;
}

.banner-box__body h3 b {
  color: #2e4507;
  font-weight: 400;
}

.px-head {
  margin-bottom: 33px;
  text-align: center;
}

.px-head h2 {
  font-size: 1.5rem;
  line-height: 31px;
  text-transform: uppercase;
}

.px-head h2,
.px-head h6 {
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.px-head h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 2px;
}

.product-box {
  /* -moz-user-select: none;
  -ms-user-select: none; */
  -webkit-box-shadow: 0 5px 25px 0 rgba(25, 25, 25, 0.1);
  /* -webkit-user-select: none; */
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 25px 0 rgba(25, 25, 25, 0.1);
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-align: center;
  /* user-select: none; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-box:hover .product-box__image img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.product-box:hover .product-box__body {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.product-box:hover .product-box__body .product-box__body__button {
  opacity: 1;
}

.product-box__badge {
  border-radius: 3px;
  display: block;
  font-size: 0.75rem;
  left: 10px;
  padding: 5px 10px 2px;
  position: absolute;
  top: 10px;
  z-index: 5;
}

.product-box__badge.red {
  background-color: #ffb1bb;
  color: rgba(0, 0, 0, 0.85);
}

.product-box__image {
  display: block;
}

.product-box__image img {
  width: 100%;
}

.product-box__body,
.product-box__image img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-box__body {
  background-color: #fff;
  margin-bottom: -81px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}

.product-box__body h4 {
  font-size: 1rem;
  margin-bottom: 0;
}

.product-box__body h4 a {
  color: #191919;
  display: inline-block;
}
.product-box__body__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.product-box__body__price strong {
  color: #2e4507;
}

.product-box__body__price s {
  color: #999;
}

.product-box__body__button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background-color: #2e4507;
  border-radius: 6px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 15px;
  opacity: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 150px;
}

.product-box__body__button:hover {
  background-color: #c70664;
  color: #fff;
}

.product-box__body__button span {
  position: relative;
  top: 1px;
}

.product-box__body__button svg {
  fill: currentColor;
  height: 16px;
  margin-right: 7px;
  width: 16px;
}

.breadcrumbs {
  background-color: #f2f2f2;
}

.breadcrumbs ul {
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumbs ul li {
  color: rgba(25, 25, 25, 0.75);
  font-size: 12px;
  list-style-type: none;
  padding: 4px 6px 4px 11px;
  position: relative;
}

.breadcrumbs ul li:first-child {
  padding-left: 0;
}

.breadcrumbs ul li:first-child:before {
  content: none;
}

.breadcrumbs ul li:before {
  content: "/";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 4px;
}

.breadcrumbs ul li a {
  color: rgba(25, 25, 25, 0.75);
  display: inline-block;
}

.breadcrumbs ul li a:hover {
  color: #2e4507;
}

.c-filter {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.c-filter__item {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

.c-filter__item h5 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 26px;
  padding-bottom: 10px;
  padding-top: 15px;
  text-transform: uppercase;
}

.c-filter__item ul {
  margin-bottom: 0;
  padding-left: 0;
}

.c-filter__item ul li {
  list-style-type: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

.c-filter__item ul li label {
  -moz-user-select: none;
  -ms-flex-align: center;
  -ms-user-select: none;
  -webkit-box-align: center;
  -webkit-user-select: none;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  user-select: none;
}

.c-filter__item ul li label:hover span {
  background-color: rgba(45, 157, 73, 0.5);
}

.c-filter__item ul li label input[type="checkbox"],
.c-filter__item ul li label input[type="radio"] {
  display: none;
}

.c-filter__item ul li label input[type="checkbox"]:checked + span,
.c-filter__item ul li label input[type="radio"]:checked + span {
  background-color: #2e4507;
  color: #fff;
}

.c-filter__item ul li label span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  border: 1px solid #2e4507;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.5s;
  width: 20px;
}

.c-filter__item ul li label strong {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.c-filter__item--size ul {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-filter__item--size ul li label span {
  background-color: #e6e6e6;
  border-width: 0;
  height: 30px;
  width: 30px;
}

.c-gift-box {
  -moz-user-select: none;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-positive: 1;
  -ms-user-select: none;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-user-select: none;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 15px;
  user-select: none;
}

.c-gift-box__start {
  text-align: center;
}

.c-gift-box__start,
.c-gift-box__start img {
  margin-bottom: 10px;
}

.c-gift-box__start h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.c-gift-box__end {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.c-gift-box__end button {
  -webkit-transition: all 0.5s;
  background-color: transparent;
  border-width: 0;
  color: #191919;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  opacity: 0.5;
  position: relative;
  top: 2px;
  transition: all 0.5s;
  width: 30px;
}

.c-gift-box__end button:hover {
  opacity: 1;
}

.c-gift-box__end button:focus {
  outline-width: 0;
}

.c-gift-box__end input {
  background-color: transparent;
  border-width: 0;
  font-size: 18px;
  text-align: center;
  width: 80px;
}

.c-gift-box__end input:focus {
  outline-width: 0;
}

.alertbox {
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 20px 20px 13px;
  display: flex;
}

.alertbox.success {
  border: 2px solid rgba(253, 96, 96, 0.25);
  border-left-color: #fd6060;
  border-left-width: 7px;
}

.alertbox.warning {
  background-color: #fff3cd;
}

.alertbox.error {
  border: 1px solid rgba(253, 96, 96, 0.25);
  border-left-color: #fd6060;
  border-left-width: 7px;
  box-shadow: 0 0 15px rgba(253, 96, 96, 0.1);
}

.alertbox svg {
  width: 36px;
  height: 36px;
  fill: #fd6060;
  margin-right: 15px;
}

.alertbox__body {
}

.alertbox__body h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.alertbox__body p {
  font-size: 14px;
  margin-bottom: 0;
}

.navbar-dropdown {
  -webkit-box-shadow: 0 0 18px 0 rgba(25, 25, 25, 0.15);
  -webkit-transform: translateY(20px);
  -webkit-transition: all 0.25s;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(25, 25, 25, 0.15);
  left: 0;
  opacity: 0;
  padding: 30px 40px 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(20px);
  transition: all 0.25s;
  visibility: hidden;
  z-index: 10;
}

.navbar-dropdown.navbar-dropdown--normal {
  width: 280px;
}

.navbar-dropdown.navbar-dropdown--mega {
  left: 0.75rem;
  right: 0.75rem;
}

.navbar-dropdown__menu {
  margin-bottom: 20px;
}

.navbar-dropdown__menu h6 {
  margin-bottom: 10px;
}

.navbar-dropdown__menu h6 a,
.navbar-dropdown__menu h6 span {
  -webkit-transition: all 0.5s;
  color: #191919;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
}

.navbar-dropdown__menu h6 a:hover,
.navbar-dropdown__menu h6 span:hover {
  color: #2e4507;
}

.navbar-dropdown__menu__body ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.navbar-dropdown__menu__body ul li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}

.navbar-dropdown__menu__body ul li a {
  -webkit-transition: all 0.5s;
  color: grey;
  display: inline-block;
  font-size: 14px;
  transition: all 0.5s;
}

.navbar-dropdown__menu__body ul li a strong {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
  padding: 3px 5px 1px;
  vertical-align: middle;
}

.navbar-dropdown__menu__body ul li a strong.colored-green {
  background-color: #2e4507;
}

.navbar-dropdown__menu__body ul li a strong.colored-red {
  background-color: red;
}

.navbar-dropdown__menu__body ul li a strong.colored-orange {
  background-color: orange;
}

.navbar-dropdown__menu__body ul li a:hover {
  color: #2e4507;
}

.navbar-dropdown__menu__slider .owl-nav {
  display: block !important;
  position: absolute;
  right: 0;
  top: -27px;
}

.navbar-dropdown__menu__slider .owl-nav button {
  margin-right: 5px;
}

.navbar-dropdown__menu__slider .owl-nav button i {
  font-size: 14px;
}

.navbar-dropdown__menu__slider .owl-nav button:focus {
  outline-width: 0;
}

.navbar-dropdown__menu__slider .owl-nav button:last-child {
  margin-right: 0;
}

.navbar-dropdown__menu__slider__item {
  color: #191919;
  text-align: center;
}

.navbar-dropdown__menu__slider__item:hover {
  color: #191919;
}

.navbar-dropdown__menu__slider__item:hover h6 {
  color: #2e4507;
}

.navbar-dropdown__menu__slider__item img {
  margin-bottom: 1rem;
}

.navbar-dropdown__menu__slider__item h6 {
  -webkit-transition: all 0.5s;
  font-size: 0.875rem;
  margin-bottom: 0;
  transition: all 0.5s;
}

.navbar-dropdown__menu__slider__item p {
  margin-bottom: 0;
}

.navbar-dropdown__menu__slider__item p strong {
  font-weight: 500;
}

.navbar-dropdown__menu__slider__item p s {
  color: #999;
}

.navbar-dropdown__menu__ad {
  -ms-flex-align: start;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  align-items: flex-start;
  background-color: #ffb1bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: space-between;
  padding: 30px;
}

.navbar-dropdown__menu__ad,
.navbar-dropdown__menu__ad:hover {
  color: rgba(25, 25, 25, 0.7);
}

.navbar-dropdown__menu__ad:hover strong:after {
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.navbar-dropdown__menu__ad h6 {
  text-transform: uppercase;
}

.navbar-dropdown__menu__ad h4 {
  font-size: 2.25rem;
  text-transform: uppercase;
}

.navbar-dropdown__menu__ad strong {
  color: rgba(25, 25, 25, 0.7);
  display: inline-block;
  position: relative;
}

.navbar-dropdown__menu__ad strong:after {
  -webkit-transition: all 0.5s;
  background-color: rgba(25, 25, 25, 0.7);
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 100%;
  transition: all 0.5s;
  width: 100%;
}

.main-header {
  border-bottom: 1px solid #e6e6e6;
}

.main-header__start {
  background-color: #feece9;
}

.main-header__start__wrapper {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.main-header__start__left,
.main-header__start__wrapper {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header__start__left {
  min-height: 40px;
}

.main-header__start__left svg {
  -ms-flex-negative: 0;
  fill: #000;
  flex-shrink: 0;
  height: 18px;
  margin-right: 10px;
  width: 18px;
}

.main-header__start__left p {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  top: 2px;
  font-family: "Hind", sans-serif;
}

.main-header__start__left p strong {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  top: 1px;
}

.main-header__start__left p a {
  color: #2e4507;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
}

.main-header__start__left p a:hover {
  text-decoration: none;
}

.main-header__start__right ul {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.main-header__start__right ul li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  margin-right: 1.5rem;
}

.main-header__start__right ul li:last-child {
  margin-right: 0;
}

.main-header__start__right ul li a {
  -webkit-transition: all 0.5s;
  color: rgba(25, 25, 25, 0.5);
  transition: all 0.5s;
}

.main-header__start__right ul li a:hover {
  color: #191919;
}

.main-header__start__right ul li a i {
  font-size: 0.875rem;
}

.main-header__center {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.main-header__center__logo {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.main-header__center__logo img {
  height: 70px;
}

.main-header__center__search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main-header__center__search-bar,
.main-header__center__search-bar label {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.main-header__center__search-bar label {
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}

.main-header__center__search-bar label svg {
  fill: #666;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  width: 16px;
}

.main-header__center__search-bar input[type="text"] {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  height: 30px;
  padding: 4px 10px 2px 34px;
  width: 250px;
}

.main-header__center__search-bar input[type="text"]:focus {
  outline-width: 0;
}

.main-header__center__search-bar .tt-hint {
  border-radius: 0;
}

.main-header__center__search-bar select {
  background-color: #f2f2f2;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left-width: 0;
  height: 30px;
  padding: 4px 5px 2px 5px;
  width: 100px;
  font-size: 12px;
}
.main-header__center__search-bar select:focus {
  outline-width: 0;
}

.main-header__center__search-bar button {
  background-color: #2e4507;
  border: 1px solid #2e4507;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 20px 3px;
  text-transform: uppercase;
}

.main-header__center__search-bar button:hover {
  background-color: #c70664;
}

.main-header__center__search-bar button:focus {
  outline-width: 0;
}

.main-header__center__phone {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.main-header__center__phone svg {
  fill: #2e4507;
  height: 16px;
  margin-right: 10px;
  width: 16px;
}

.main-header__center__phone p {
  margin-bottom: 0;
}

.main-header__center__phone p a {
  color: #000 !important;
}

.main-header__nav .container {
  position: relative;
}

.main-header__nav__mobile-button {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background-color: #2e4507;
  border-radius: 7px;
  border-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  height: 35px;
  justify-content: center;
  transition: all 0.5s;
  width: 35px;
}

.main-header__nav__mobile-button:active {
  background-color: #c70664;
}

.main-header__nav__mobile-button:focus {
  outline-width: 0;
}

.main-header__nav__mobile-button span {
  background-color: #fff;
  display: block;
  height: 1px;
  margin-bottom: 5px;
  width: 16px;
}

.main-header__nav__mobile-button span:last-child {
  margin-bottom: 0;
}

.main-header__nav__categories {
  position: relative;
}

.main-header__nav__categories__button {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  background-color: #2e4507;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 7px;
}

.main-header__nav__categories__button:hover {
  background-color: #dbe3d4;
  color: #000;
}

.main-header__nav__categories__button strong {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-header__nav__categories__body {
  -webkit-box-shadow: 0 0 10px rgba(25, 25, 25, 0.15);
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 0 10px rgba(25, 25, 25, 0.15);
  display: none;
  left: 0;
  padding-bottom: 7px;
  padding-top: 7px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.main-header__nav__categories__body > ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.main-header__nav__categories__body > ul li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}

.main-header__nav__categories__body > ul > li {
  border-bottom: 1px solid #e6e6e6;
}

.main-header__nav__categories__body > ul > li:hover .navbar-dropdown {
  -webkit-transform: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.main-header__nav__categories__body > ul > li:last-child {
  border-bottom-width: 0;
}

.main-header__nav__categories__body > ul > li > a {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-transition: all 0.5s;
  align-items: center;
  color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 7px 20px;
  transition: all 0.5s;
}

.main-header__nav__categories__body > ul > li > a:hover,
.main-header__nav__categories__body > ul > li > a:hover i {
  color: #2e4507;
}

.main-header__nav__categories__body > ul > li > a:hover svg {
  fill: #2e4507;
}

.main-header__nav__categories__body > ul > li > a i {
  color: grey;
  font-size: 0.875rem;
}

.main-header__nav__categories__body > ul > li > a svg {
  -webkit-transition: all 0.5s;
  fill: grey;
  height: 20px;
  transition: all 0.5s;
  width: 20px;
}

.main-header__nav__categories__body > ul > li > a span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.main-header__nav__categories__body > ul > li .navbar-dropdown {
  -webkit-transition: none;
  left: 100%;
  right: auto;
  top: 0;
  transition: none;
  width: 300%;
}

.main-header__nav__navbar {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 0;
}

.main-header__nav__navbar > li {
  list-style-type: none;
}

.main-header__nav__navbar > li:hover > a {
  color: #2e4507;
}

.main-header__nav__navbar > li:hover .navbar-dropdown {
  -webkit-transform: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.main-header__nav__navbar > li[data-dropdown="normal"] {
  position: relative;
}

.main-header__nav__navbar > li > a {
  -webkit-transition: all 0.5s;
  color: #191919;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 10px 12px 7px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.main-header__nav__navbar > li > a:hover {
  color: #2e4507;
}

.main-header__nav__end {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
}

.main-header__nav__end li {
  list-style-type: none;
}

.main-header__nav__end li a {
  -webkit-transition: all 0.5s;
  color: #191919;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 12px 7px;
  position: relative;
  transition: all 0.5s;
}

.main-header__nav__end li a:hover {
  color: #2e4507;
}

.main-header__nav__end li a[data-dnavigation-trigger="categories-mobile-menu"] {
  display: none;
}

.main-header__nav__end li a svg {
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.main-header__nav__end li a i {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #2e4507;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  justify-content: center;
  line-height: 1.7;
  pointer-events: none;
  position: absolute;
  right: -3px;
  text-align: center;
  top: -1px;
  width: 18px;
}

body.drawer-navigation-active {
  padding-right: 17px;
}

.main-footer__top {
  background-color: #2e4507;
  padding-bottom: 10px;
  padding-top: 10px;
}

.main-footer__top h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 26px;
  margin-bottom: 0;
}

.main-footer__top form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer__top form input {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-transition: all 0.5s;
  background-color: #fff;
  border: 2px solid transparent;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  line-height: 2.9;
  padding: 3px 12px 1px;
  transition: all 0.5s;
}

.main-footer__top form input:focus {
  border-color: #191919;
  outline-width: 0;
}

.main-footer__top form button {
  -webkit-transition: all 0.5s;
  background-color: #ffb1bb;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-width: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 0.875rem;
  font-weight: 600;
  height: 40px;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.main-footer__top form button:focus {
  outline-width: 0;
}

.main-footer__top form button:active {
  background-color: #000;
}

.main-footer__top ul {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.main-footer__top ul li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  margin-right: 20px;
  color: #fff;
}

.main-footer__top ul li:last-child {
  margin-right: 0;
}

.main-footer__top ul li a {
  -webkit-transition: all 0.5s;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
}

.main-footer__top ul li a:hover {
  color: #191919;
}

.main-footer__center {
  background-color: #e6e6e6;
  padding-bottom: 30px;
  padding-top: 60px;
}

.main-footer__center__column {
  margin-bottom: 30px;
}

.main-footer__center__column h5 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 26px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.main-footer__center__column ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.main-footer__center__column ul li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}

.main-footer__center__column ul li a {
  -webkit-transition: all 0.5s;
  color: grey;
  display: inline-block;
  font-size: 0.875rem;
  padding-bottom: 3px;
  padding-top: 3px;
  transition: all 0.5s;
}

.main-footer__center__column ul li a:hover {
  color: #2e4507;
}

.main-footer__center__column p {
  color: grey;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.main-footer__center__column p a {
  color: #2e4507;
}

.main-footer__center__column p a:hover {
  color: #c70664;
}

.main-footer__center__column address {
  margin-bottom: 0;
}

.main-footer__center__column address p {
  margin-bottom: 7px;
}

.main-footer__center__column address p:last-child {
  margin-bottom: 0;
}

.main-footer__center__column address p strong {
  color: #191919;
  font-weight: 400;
}

.main-footer__end__wrapper {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 15px;
}

.main-footer__end__wrapper a {
  display: inline-block;
  margin-right: 5px;
  width: 120px;
}

.main-footer__end__wrapper a img {
  width: 100%;
}

.main-footer__end__wrapper p {
  color: grey;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.home-page__services {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-page__services__item {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.home-page__services__item:hover h4 {
  color: #2e4507;
}

.home-page__services__item img {
  fill: #2e4507;
  height: 100px;
  width: 100px;
}

.home-page__services__item__body {
  text-align: center;
}

.home-page__services__item__body h4 {
  -webkit-transition: all 0.5s;
  color: #191919;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all 0.5s;
}

.home-page__services__item__body p {
  color: grey;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 7px;
}

.home-page__heroes {
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-page__heroes__item-1 {
  position: relative;
}

.home-page__heroes__item-1 .banner-box__body {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -webkit-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  transform: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.home-page__heroes__item-1 .banner-box__body h3 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  margin-top: 60px;
}

.home-page__heroes__item-1 .banner-box__body h3,
.home-page__heroes__item-1 .banner-box__body h6 {
  color: #fff;
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.home-page__heroes__item-1 .banner-box__body h6 {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

.home-page__heroes__item-1 .banner-box__body ul {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 0;
  padding-left: 0;
}

.home-page__heroes__item-1 .banner-box__body ul li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  margin-right: 20px;
}

.home-page__heroes__item-1 .banner-box__body ul li:last-child {
  margin-right: 0;
}

.home-page__heroes__item-1 .banner-box__body ul li a {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  border: 3px solid #2e4507;
  border-radius: 3px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 10px;
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
  text-transform: uppercase;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
}

.home-page__heroes__item-1 .banner-box__body ul li a:hover {
  background-color: #fff;
  color: #191919;
  text-shadow: none;
}

.home-page__heroes__item-1 .banner-box__body ul li a svg {
  fill: currentColor;
  height: 24px;
  margin-right: 15px;
  width: 24px;
}

.home-page__heroes__item-1 .banner-box__body p {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}

.home-page__heroes__item-2 .banner-box__body {
  max-width: 80%;
  width: 100%;
}

.home-page__heroes__item-2 h6 {
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
}

.home-page__heroes__item-2 h3 {
  color: #2e4507;
  font-family: Satisfy, cursive;
  font-size: 2.25rem;
}

.home-page__heroes__item-3 .banner-box__body {
  max-width: 80%;
  width: 100%;
}

.home-page__heroes__item-3 .banner-box__body__background {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #2e4507;
}

.home-page__heroes__item-3 h6 {
  color: #2e4507;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
}

.home-page__heroes__item-4 .banner-box__body__background {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #2e4507;
}

.home-page__heroes__item-4 h3 {
  color: #2e4507;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  text-transform: uppercase;
}
.home-page__heroes__item-4 p {
  color: #2e4507;
  font-family: "Playfair Display", serif;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.home-page__heroes__item-4 p strong {
  font-size: 24px;
  font-weight: 800;
}

.home-page__categories {
  margin-bottom: 60px;
}

.home-page__categories .banner-box .banner-box__body {
  padding: 15px;
}

.home-page__categories
  .banner-box
  .banner-box__body
  .banner-box__body__background {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.home-page__categories .banner-box .banner-box__body h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-page__trending {
  margin-top: 60px;
}

.home-page__banners,
.home-page__banners-second,
.home-page__trending {
  margin-bottom: 60px;
}

.home-page__banners-second .banner-box .banner-box__body {
  padding: 15px;
}

.home-page__banners-second
  .banner-box
  .banner-box__body
  .banner-box__body__background {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.home-page__banners-second .banner-box .banner-box__body h6 {
  font-family: "Playfair Display", serif;
}

.home-page__banners-second .banner-box .banner-box__body h3 {
  color: #2e4507;
  font-family: Satisfy, cursive;
  font-size: 2.25rem;
  line-height: 1.25;
}

.home-page__banners-second .banner-box .banner-box__body b {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.home-page__about {
  padding-top: 60px;
}

.home-page__about--pb {
  padding-bottom: 60px;
}

.home-page__about .px-head {
  margin-bottom: 15px;
  text-align: left;
}
.home-page__about .px-head::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #000;
  margin-top: 7.5px;
}

.home-page__about p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  margin-bottom: 0;
}
.home-page__about p:not(:last-child) {
  margin-bottom: 15px;
}

.product-list-page__head {
  margin-bottom: 20px;
  margin-top: 52px;
}

.product-list-page__head h1 {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 34px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.product-list-page__filters__start a {
  -webkit-transition: all 0.5s;
  color: #2e4507;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  transition: all 0.5s;
}

.product-list-page__filters__start a:hover {
  color: #191919;
}

.product-list-page__filters__start a span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
  top: -1px;
}

.product-list-page__filters__start a svg {
  fill: currentColor;
  height: 16px;
  margin-right: 10px;
  width: 16px;
}

.product-list-page__filters__end ul {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
}

.product-list-page__filters__end ul li {
  list-style-type: none;
  margin-right: 15px;
}

.product-list-page__filters__end ul li:last-child {
  margin-right: 0;
}

.product-list-page__filters__end ul li select {
  border-width: 0;
  display: inline-block;
}

.product-list-page__filters__end ul li select:focus {
  outline-width: 0;
}

.product-list-page__filters__end ul li a {
  display: inline-block;
}

.product-list-page__filters__end ul li a:hover svg {
  opacity: 0.5;
}

.product-list-page__filters__end ul li a.active svg {
  opacity: 1;
}

.product-list-page__filters__end ul li a svg {
  -webkit-transition: all 0.5s;
  fill: #191919;
  height: 16px;
  opacity: 0.25;
  transition: all 0.5s;
  width: 16px;
}

.product-list-page__products {
  margin-bottom: 60px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.product-list-page__products__load-more {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background: transparent;
  border: 2px solid #2e4507;
  border-radius: 6px;
  color: #2e4507;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 30px;
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 3px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.product-list-page__products__load-more:hover {
  background-color: #191919;
  border-color: #191919;
  color: #fff;
}

.sticky-product-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-detail-page__images {
  position: relative;
  text-align: center;
}

.product-detail-page__images img {
  display: inline-block;
  width: 100%;
}

.product-detail-page__detail {
  padding-bottom: 30px;
  padding-top: 30px;
}

.product-detail-page__detail__badges {
  margin-bottom: 20px;
}

.product-detail-page__detail__badges span {
  background-color: #ffb1bb;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 4px 10px 2px;
}

.product-detail-page__detail__info {
  margin-bottom: 20px;
}

.product-detail-page__detail__info ul {
  margin-bottom: 0;
  padding-left: 0;
}

.product-detail-page__detail__info ul li {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  list-style-type: none;
  margin-bottom: 5px;
}

.product-detail-page__detail__info ul li:last-child {
  margin-bottom: 0;
}

.product-detail-page__detail__info ul li strong {
  color: #191919;
  font-weight: 300;
}

.product-detail-page__detail__head {
  margin-bottom: 30px;
}

.product-detail-page__detail__head h1 {
  margin-top: 19px;
}

.product-detail-page__detail__head h1,
.product-detail-page__detail__head h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0;
}

.product-detail-page__detail__head h4 strong {
  color: #2e4507;
}

.product-detail-page__detail__head h4 s {
  color: #b2b2b2;
}

.product-detail-page__detail__head p {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 0;
}

.product-detail-page__detail__options__item {
  margin-bottom: 15px;
}

.product-detail-page__detail__options__item h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 5px;
}

.product-detail-page__detail__options__item__body label {
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
}

.product-detail-page__detail__options__item__body label input[type="radio"] {
  display: none;
}

.product-detail-page__detail__options__item__body
  label
  input[type="radio"]:checked
  + div {
  background-color: #2e4507;
}

.product-detail-page__detail__options__item__body
  label
  input[type="radio"]:checked
  + div
  span,
.product-detail-page__detail__options__item__body
  label
  input[type="radio"]:checked
  + div
  strong {
  color: #fff;
}

.product-detail-page__detail__options__item__body label div {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-transition: all 0.5s;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 10px 20px 7px;
  transition: all 0.5s;
}

.product-detail-page__detail__options__item__body label div strong {
  -webkit-transition: all 0.5s;
  color: #3f3f3f;
  font-weight: 300;
  transition: all 0.5s;
}

.product-detail-page__detail__options__item__body label div span {
  -webkit-transition: all 0.5s;
  color: #595959;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.5s;
}

.product-detail-page__delivery-date {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.product-detail-page__delivery-date input {
  background-color: #e5e5e5;
  border: 2px solid transparent;
  border-radius: 6px;
  display: block;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.product-detail-page__delivery-date input:focus {
  border-color: #4e5b73;
  outline-width: 0;
}

.product-detail-page__delivery-date button {
  display: block;
  background-color: #2e4507;
  border: 1px solid #2e4507;
  height: 40px;
  width: 100%;
  margin-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  outline-width: 0;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
}

.product-detail-page__delivery-date textarea {
  background-color: #e5e5e5;
  border: 2px solid transparent;
  border-radius: 6px;
  display: block;
  margin-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-top: 10px;
}

.product-detail-page__delivery-date textarea:focus {
  border-color: #4e5b73;
  outline-width: 0;
}

.product-detail-page__delivery-date textarea.error-occured {
  border-color: #ef5350;
  background-color: rgba(239, 83, 80, 0.5);
}

.product-detail-page__delivery-date p {
  font-size: 14px;
  margin-bottom: 0;
}

.product-detail-page__delivery-date p strong {
  color: #2e4507;
}

.product-detail-page__detail__addtocart {
  margin-top: 30px;
}

.product-detail-page__detail__addtocart__start {
  -moz-user-select: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-user-select: none;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-user-select: none;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  user-select: none;
  width: 100%;
}

.product-detail-page__detail__addtocart__start button {
  -webkit-transition: all 0.5s;
  background-color: transparent;
  border-width: 0;
  color: #191919;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  opacity: 0.5;
  position: relative;
  top: 2px;
  transition: all 0.5s;
  width: 30px;
}

.product-detail-page__detail__addtocart__start button:hover {
  opacity: 1;
}

.product-detail-page__detail__addtocart__start button:focus {
  outline-width: 0;
}

.product-detail-page__detail__addtocart__start input {
  background-color: transparent;
  border-width: 0;
  font-size: 18px;
  pointer-events: none;
  text-align: center;
  width: 80px;
}

.product-detail-page__detail__addtocart__start input:focus {
  outline-width: 0;
}

.product-detail-page__detail__addtocart__end button {
  -moz-user-select: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-user-select: none;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  -webkit-user-select: none;
  align-items: center;
  background-color: #2e4507;
  border-radius: 6px;
  border-width: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 6px 31px 4px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
  user-select: none;
  width: 100%;
}

.product-detail-page__detail__addtocart__end button:hover {
  background-color: #c70664;
}

.product-detail-page__detail__addtocart__end button:focus {
  outline-width: 0;
}

.product-detail-page__detail__addtocart__end button span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  top: 2px;
}

.product-detail-page__detail__addtocart__end button svg {
  fill: currentColor;
  height: 18px;
  margin-right: 7px;
  width: 18px;
}

.product-detail-page__text-info {
  margin-top: 60px;
}

.product-detail-page__text-info__item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.product-detail-page__text-info__item:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-detail-page__text-info__item h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.product-detail-page__text-info__item p {
  color: #999;
  font-size: 14px;
}

.product-detail-page__share {
  background-color: #f2f2f2;
  padding: 10px 10px 7px;
}

.product-detail-page__share ul {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.product-detail-page__share ul li {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  margin-right: 20px;
}

.product-detail-page__share ul li:last-child {
  margin-right: 0;
}

.product-detail-page__share ul li a {
  -webkit-transition: all 0.5s;
  color: rgba(25, 25, 25, 0.35);
  display: inline-block;
  transition: all 0.5s;
}

.product-detail-page__share ul li a:hover {
  color: #191919;
}

.product-detail-page__relateds {
  padding-bottom: 100px;
  padding-top: 30px;
}

.product-detail-page__relateds h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.l-cart__head {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.l-cart__head h1 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 44px;
  text-transform: uppercase;
}

.l-cart__products {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.l-cart__products__item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  padding-top: 30px;
}

.l-cart__products__item:last-child {
  border-bottom-width: 0;
}

.l-cart__products__item__remove {
  -webkit-transition: all 0.5s;
  background-color: transparent;
  border-width: 0;
  font-size: 16px;
  padding: 0;
  transition: all 0.5s;
}

.l-cart__products__item__remove:hover {
  color: #f33;
}

.l-cart__products__item__remove:focus {
  outline-width: 0;
}

.l-cart__products__item__img {
  display: block;
}

.l-cart__products__item__img img {
  max-width: 300px;
  width: 100%;
}

.l-cart__products__item__info a {
  color: #191919;
  display: inline-block;
  font-weight: 700;
}

.l-cart__products__item__info a:hover {
  color: #2e4507;
}

.l-cart__products__item__info h5 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 0;
}
.l-cart__products__item__info h5 strong {
  color: #2e4507;
  font-weight: 700;
}
.l-cart__products__item__info h5.discount strong {
  color: #d32f2f;
}

.l-cart__products__item__info p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

.l-cart__products__item__info p strong {
  display: block;
  font-weight: 500;
}

.l-cart__products__item__info p span {
  display: block;
}

.l-cart__products__item__info .card-message {
  display: block;
  width: 300px;
  word-wrap: break-word;
}

.l-cart__products__item__quantity {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
}

.l-cart__products__item__quantity strong {
  display: block;
}

.l-cart__products__item__price {
  font-size: 16px;
  font-weight: 500;
}

.l-cart__products__item__total-price {
  color: #2e4507;
  font-size: 16px;
  font-weight: 500;
}

.l-cart__shopcart {
  border: 1px solid #e6e6e6;
  padding: 32px 39px 35px;
}

.l-cart__shopcart h4 {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.l-cart__shopcart p {
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
}

.l-cart__shopcart__estimate {
  margin-bottom: 30px;
}

.l-cart__shopcart__estimate__item {
  margin-bottom: 15px;
}

.l-cart__shopcart__estimate__item label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.l-cart__shopcart__estimate__item select {
  -webkit-transition: all 0.5s;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  outline-width: 0;
  padding: 10px 12px 11px 15px;
  transition: all 0.5s;
  width: 100%;
}

.l-cart__shopcart__estimate__item select:focus {
  border-color: #2e4507;
}

.l-cart__shopcart__estimate__item input {
  -webkit-transition: all 0.5s;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 6px;
  display: block;
  font-size: 16px;
  outline-width: 0;
  padding: 10px 12px 11px 15px;
  transition: all 0.5s;
  width: 100%;
}

.l-cart__shopcart__estimate__item input:focus {
  border-color: #2e4507;
}

.l-cart__shopcart__estimate__item button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background-color: transparent;
  border: 2px solid #2e4507;
  border-radius: 6px;
  color: #2e4507;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  outline-width: 0;
  padding-left: 29px;
  padding-right: 29px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100%;
}

.l-cart__shopcart__estimate__item button:hover {
  background-color: rgba(101, 78, 163, 0.2);
}

.l-cart__shopcart__textarea {
  -webkit-transition: all 0.5s;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 6px;
  display: block;
  font-size: 16px;
  outline-width: 0;
  padding: 10px 12px 11px 15px;
  transition: all 0.5s;
  width: 100%;
}

.l-cart__shopcart__textarea:focus {
  border-color: #2e4507;
}

.l-cart__shopcart__totals {
  margin-top: 30px;
}

.l-cart__shopcart__totals__item {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.l-cart__shopcart__totals__item:last-child {
  margin-bottom: 0;
}

.l-cart__shopcart__totals__item strong {
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
}

.l-cart__shopcart__totals__item span {
  font-weight: 500;
  text-align: right;
}

.l-cart__shopcart__totals__item span.bigger {
  color: #2e4507;
  font-size: 24px;
}

.l-cart__shopcart__totals__item.discount span {
  color: #d32f2f;
}

.l-cart__shopcart__checkout {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #2e4507;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 15px;
  padding: 6px 31px 4px;
  text-align: center;
  text-transform: uppercase;
}

.l-cart__shopcart__checkout:hover {
  background-color: #c70664;
  color: #fff;
}

.l-checkout__title {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 60px;
}

.l-checkout__form {
  margin-top: -30px;
}

.l-checkout__form__item {
  -moz-user-select: none;
  -ms-flex-direction: column-reverse;
  -ms-user-select: none;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-user-select: none;
  flex-direction: column-reverse;
  position: relative;
  user-select: none;
}

.l-checkout__form__item,
.l-checkout__form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-checkout__form__item label {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-transition: all 0.5s;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 5px;
  transition: all 0.5s;
}

.l-checkout__form__item label span {
  -webkit-transition: all 0.5s;
  color: #727272;
  font-weight: 600;
  transition: all 0.5s;
}

.l-checkout__form__item label strong {
  color: #f33;
}

.l-checkout__form__item input {
  -webkit-transition: all 0.5s;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 6px;
  display: block;
  font-size: 16px;
  outline-width: 0;
  padding: 10px 12px 8px 15px;
  transition: all 0.5s;
  width: 100%;
  color: #000;
}

.l-checkout__form__item input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.l-checkout__form__item input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.l-checkout__form__item input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.l-checkout__form__item input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.l-checkout__form__item input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.l-checkout__form__item input:focus {
  border-color: #2e4507;
}

.l-checkout__form__item input:focus + label {
  padding-left: 15px;
  padding-right: 12px;
}

.l-checkout__form__item input:focus + label span {
  color: #2e4507;
}

.l-checkout__form__item input.input-err {
  border-color: #fd6060;
  box-shadow: 0 0 15px rgba(253, 96, 96, 0.5);
}
.l-checkout__form__item select.input-err {
  border-color: #fd6060;
  box-shadow: 0 0 15px rgba(253, 96, 96, 0.5);
}
.l-checkout__form__item textarea.input-err {
  border-color: #fd6060;
  box-shadow: 0 0 15px rgba(253, 96, 96, 0.5);
}

.l-checkout__form__item select {
  -webkit-transition: all 0.5s;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 6px;
  display: block;
  font-size: 16px;
  outline-width: 0;
  padding: 10px 12px 8px 15px;
  transition: all 0.5s;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
}

.l-checkout__form__item select:focus {
  border-color: #2e4507;
  color: #000;
}

.l-checkout__form__item select:focus + label {
  padding-left: 15px;
  padding-right: 12px;
}

.l-checkout__form__item select:focus + label span {
  color: #2e4507;
}

.l-checkout__form__item textarea {
  -webkit-transition: all 0.5s, height 0;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 6px;
  display: block;
  font-size: 16px;
  outline-width: 0;
  padding: 10px 12px 8px 15px;
  transition: all 0.5s, height 0;
  width: 100%;
}

.l-checkout__form__item textarea:focus {
  border-color: #2e4507;
}

.l-checkout__form__item textarea:focus + label {
  padding-left: 15px;
  padding-right: 12px;
}

.l-checkout__form__item textarea:focus + label span {
  color: #2e4507;
}

.l-checkout__form__item button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background-color: #191919;
  border-radius: 6px;
  border-width: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  line-height: 50px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100%;
}

.l-checkout__form__item button:focus {
  outline-width: 0;
}

.l-checkout__form__item button:hover {
  background-color: #000;
}

.l-checkout__form__item button.prev svg {
  -webkit-transform: rotateY(180deg);
  margin-right: 10px;
  transform: rotateY(180deg);
}

.l-checkout__form__item button.next svg {
  margin-left: 10px;
}

.l-checkout__form__item button svg {
  fill: currentColor;
  height: 16px;
  position: relative;
  width: 16px;
}

.l-checkout__form__item button span {
  display: inline-block;
  position: relative;
  top: 1px;
}

.l-checkout__form__item a {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: all 0.5s;
  align-items: center;
  background-color: #191919;
  border-radius: 6px;
  border-width: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  line-height: 50px;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100%;
}

.l-checkout__form__item a:hover {
  background-color: #000;
}

.l-checkout__form__item a.prev svg {
  -webkit-transform: rotateY(180deg);
  margin-right: 10px;
  transform: rotateY(180deg);
}

.l-checkout__form__item a.next svg {
  margin-left: 10px;
}

.l-checkout__form__item a svg {
  fill: currentColor;
  height: 16px;
  position: relative;
  width: 16px;
}

.l-checkout__form__item a span {
  display: inline-block;
  position: relative;
  top: 1px;
}

.l-checkout__form__item--has-card input {
  padding-right: 48px;
}

.l-checkout__form__item--has-card img {
  -o-object-fit: contain;
  bottom: 10px;
  height: 24px;
  object-fit: contain;
  position: absolute;
  right: 12px;
  width: 24px;
}

.l-checkout__progress {
  overflow: hidden;
}

.l-checkout__progress ul {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
}

.l-checkout__progress ul li {
  -ms-flex-negative: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
  width: 25%;
}

.l-checkout__progress ul li:after {
  background-color: #d8d8d8;
  content: "";
  height: 6px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 1;
}

.l-checkout__progress ul li:first-child.completed:before {
  background-color: #2e4507;
}

.l-checkout__progress ul li:first-child:before {
  background-color: #d8d8d8;
  content: "";
  height: 6px;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  top: 10px;
  width: 100%;
  z-index: 1;
}

.l-checkout__progress ul li.completed:after,
.l-checkout__progress ul li.completed a span {
  background-color: #2e4507;
}

.l-checkout__progress ul li.completed a strong {
  color: #2e4507;
}

.l-checkout__progress ul li.active a span {
  background-color: #999;
}

.l-checkout__progress ul li.active a strong {
  color: #999;
}

.l-checkout__progress ul li a {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  color: #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 2;
}

.l-checkout__progress ul li a,
.l-checkout__progress ul li a span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  justify-content: center;
}

.l-checkout__progress ul li a span {
  -webkit-transition: all 0.5s;
  background-color: #d8d8d8;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #2e4507;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  margin-bottom: 5px;
  transition: all 0.5s;
  width: 28px;
}

.l-checkout__progress ul li a span svg {
  fill: currentColor;
  height: 12px;
  width: 12px;
}

.l-checkout__progress ul li a strong {
  font-size: 14px;
  font-weight: 500;
}

.l-checkout__cart {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 39px 35px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
}

.l-checkout__cart h4 {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.l-checkout__cart__edit-cart {
  color: #2e4507;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 30px;
}

.l-checkout__cart__edit-cart:hover {
  color: #c70664;
}

.l-checkout__cart__item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.l-checkout__cart__item:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.l-checkout__cart__item button {
  -webkit-transition: all 0.5s;
  background-color: transparent;
  border-width: 0;
  font-size: 16px;
  padding: 0;
  transition: all 0.5s;
}

.l-checkout__cart__item button:hover {
  color: #f33;
}

.l-checkout__cart__item button:focus {
  outline-width: 0;
}

.l-checkout__cart__item u {
  color: #191919;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

.l-checkout__cart__item u:hover {
  color: #2e4507;
}

.l-checkout__cart__item p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

.l-checkout__cart__item p strong {
  display: block;
  font-weight: 500;
}

.l-checkout__cart__item p span {
  display: block;
}
.l-checkout__cart__item p span.discount {
  color: #d32f2f;
}

.l-checkout__cart__totals {
  margin-top: 30px;
}

.l-checkout__cart__totals__item {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.l-checkout__cart__totals__item.discount span {
  color: #d32f2f;
}

.l-checkout__cart__totals__item:last-child {
  margin-bottom: 0;
}

.l-checkout__cart__totals__item strong {
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.l-checkout__cart__totals__item span {
  font-weight: 500;
  text-align: right;
  font-size: 14px;
}

.l-checkout__cart__totals__item span.bigger {
  color: #2e4507;
  font-size: 16px;
}

.l-checkout__review__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.l-checkout__review__item:not(:last-child) {
  margin-bottom: 15px;
}

.l-checkout__review__item h6 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-checkout__review__item h6 span {
  color: #2e4507;
  font-size: 18px;
  font-weight: 500;
}
.l-checkout__review__item h6 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2e4507;
  padding: 0 10px;
  height: 25px;
  font-size: 12px;
  color: #2e4507;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 5px;
}
.l-checkout__review__item h6 a:hover {
  background-color: rgba(101, 78, 163, 0.25);
  color: #2e4507;
}

.l-checkout__review__item p {
  margin-bottom: 0;
}
.l-checkout__review__item p:not(:last-child) {
  margin-bottom: 5px;
}

.l-checkout__review__item p strong {
  color: #3f3f3f;
  display: block;
  font-weight: 700;
}

.l-checkout__review__item p span {
  display: block;
  width: 280px;
  word-wrap: break-word;
}

.l-checkout__review__card-message {
  border: 1px solid #2e4507;
  margin-bottom: 15px;
  padding: 20px 20px 13px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.l-checkout__review__card-message h4 {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e4507;
}

.l-checkout__review__card-message p {
  font-size: 14px;
  margin-bottom: 0;
}

.main-header__center__text {
  font-size: 14px;
  /* background-color: rgba(101, 78, 163, 0.25); */
  background-color: #feece9;

  padding: 10px;
  color: #201837;
  text-align: center;
  border: 2px solid #2e4507;
  border-radius: 5px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .main-header__center__text {
    text-align: center;
  }

  .banner-box__body {
    max-width: 100%;
    width: calc(100% - 60px);
  }

  .main-header__start__wrapper {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .main-header__start__left p {
    text-align: center;
  }

  .main-header__start__right {
    display: none;
  }

  .main-header__center {
    text-align: center;
  }

  .main-header__center__search-bar {
    margin-bottom: 15px;
    margin-top: 15px;
    justify-content: center;
    display: inline-flex;
  }

  .main-header__center__search-bar input[type="text"] {
    width: 100%;
  }

  .main-header__center__phone {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .main-header__nav {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .main-header__nav__end
    li
    a[data-dnavigation-trigger="categories-mobile-menu"] {
    display: block;
  }

  .main-footer__top {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .main-footer__top h5 {
    text-align: center;
  }

  .main-footer__top form {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .main-footer__top ul {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .sticky-product-image {
    position: static;
    top: auto;
  }

  .product-detail-page__images img {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  body.drawer-navigation-active {
    padding-right: 0;
  }

  .home-page__services {
    display: none;
  }

  .home-page__heroes {
    margin-top: 30px;
  }

  .home-page__heroes__item-1 .banner-box__body ul {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-top: 20px;
  }

  .home-page__heroes__item-1 .banner-box__body ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .home-page__heroes__item-4 .banner-box__body {
    width: auto;
  }

  .home-page__heroes__item-4 .banner-box__body h3 {
    font-size: 1.5rem;
  }

  .product-list-page__filters__end ul li select {
    display: none;
  }

  .product-detail-page__detail__head h1,
  .product-detail-page__detail__head h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .hideHeroText {
    display: none;
  }
}

@media (max-width: 575px) {
  .l-checkout__progress ul li a strong {
    font-size: 12px;
  }
}

@media (max-width: 449px) {
  .main-footer__end__wrapper {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }

  .main-footer__end__wrapper a {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .position-md-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-page__heroes__item-1 .banner-box__body ul {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-top: 20px;
  }

  .home-page__heroes__item-1 .banner-box__body ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
/*# sourceMappingURL=main.css.map */

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.tt-query {
  /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #0097cf;
}

.home-page__funeral-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(101, 78, 163, 0.1);
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-radius: 7px;
  height: 100%;
}

.home-page__funeral-home strong {
  letter-spacing: 0.75px;
  color: #2e4507;
  font-weight: 700;
}

.refferal-program {
  background-image: url("../images/reffera-lprogram-background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}

.refferal-program__head {
  font-size: calc(36px + 0.9vw);
  color: #fff;
  font-weight: 800;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.75),
    -3px -3px 6px rgba(0, 0, 0, 0.75);

  letter-spacing: 2px;
}

.refferal-program__box {
  background-color: #fff;
  padding: 15px;
}

.refferal-program__box__wrapper {
  border: 1px solid #ddd;
  text-align: center;
  padding: 60px;
}

.refferal-program__box h2 {
}
.refferal-program__box p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 1.25px;
}

.refferal-program__box small {
  display: block;
  margin-bottom: 15px;
}
.refferal-program__box small u {
  font-weight: 600;
}

.refferal-program__box form {
}
.refferal-program__box form input[type="email"] {
  padding: 0 9px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 4px 0;
  color: #363636;
  border-radius: 3px;
  width: 100%;
}

.refferal-program__box form label {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-bottom: 30px;
}
.refferal-program__box form label input[type="checkbox"] {
  margin-right: 5px;
}
.refferal-program__box form label span {
}

.refferal-program__box form button {
  background-color: #2e4507;
  border: 1px solid #2e4507;
  color: #fff;
  height: 46px;
  line-height: 25px;
  font-size: 16px;
  width: 226px;
  letter-spacing: 1.25px;
  border-radius: 3px;
  position: relative;
}

.refferal-program__box form button:hover {
  background-color: #c70664;
}

.flash-animation {
  position: relative;
}
.flash-animation .product-detail-page__detail__options__item__body {
  position: relative;
  z-index: 5;
}
.flash-animation::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2e4507;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  animation: flash-it-out 1s;
  border-radius: 10px;
}

@keyframes flash-it-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scaleX(1.2) scaleY(1.5);
  }
}

.drawer-navigation__empty {
  text-align: center;
}

.drawer-navigation__empty img {
  width: 100px;
  margin-bottom: 15px;
}

.drawer-navigation__empty h6 {
  font-weight: 600;
  font-size: 20px;
}

.l-cart__empty {
  text-align: center;
}

.l-cart__empty img {
  width: 100px;
  margin-bottom: 15px;
}

.l-cart__empty h6 {
  font-weight: 600;
  font-size: 20px;
}
.blocker {
  z-index: 3;
}
.modal {
  height: auto;
}

.lang-select-box {
  display: flex;
  justify-content: end;
}
#language-select {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 500;
}
