.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#453952;--e-global-color-accent:#61CE70;--e-global-color-354ea4a:#471871;--e-global-color-ec342bf:#7B52AE;--e-global-color-16a64d9:#56941E;--e-global-color-cda6d46:#74B652;--e-global-color-612bdf7:#E1E4DF;--e-global-color-5a5b93e:#E9E6ED;--e-global-color-b94f4b0:#EB5757;--e-global-color-020447c:#FEED01;--e-global-color-467c35f:#FD7A42;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url("normalize.css");
@import url("typography.css");
@import url("forms.css");
@import url("buttons.css");
@import url("tables.css");
html, body {
  background-color: white;
  min-height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font: 400 16px/1.5 'Manrope', 'Arial', sans-serif;
  color: #453952;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

body.noscroll {
  overflow-y: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block-inner {
  margin: 3rem 50px;
}

.content-block-heading {
  margin-bottom: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-block-heading.smaller {
  padding: 0 15%;
}

.content-block-heading h2 em {
  font-style: normal;
  opacity: .3;
  font-family: 'Manrope', arial;
  font-weight: 300;
}

.content-block-heading .btn, .content-block-heading .trigger-filters {
  margin-left: auto;
}

.content-block-heading p {
  padding-top: 20px;
  border-top: 1px solid #E1E4DF;
}

.content-block-heading p span {
  font-weight: 700;
}

.content-block-heading h1 em {
  font-style: normal;
  color: #56941E;
}

a {
  color: #471871;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:focus {
  color: #453952;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a.border-link {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
}

.underline {
  text-decoration: underline;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.hidden {
  display: none;
}

.caps {
  text-transform: uppercase;
}

/* --------------------------
	MISC
-------------------------- */
/* Trigger mobile search */
.trigger-mobile-search {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #471871;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-image: url("../img/icon-search-2.svg");
  color: white;
  display: none;
  padding: 14px 40px 14px 20px;
  cursor: pointer;
}

.trigger-mobile-search:hover, .trigger-mobile-search:focus {
  background-color: #453952;
  color: white;
}

/* Intro points */
.intro-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  z-index: 9;
}

.intro-points .intro-points-item {
  margin-right: 2rem;
  max-width: 110px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.intro-points .intro-points-item img {
  height: 50px;
  margin: 0 auto 1rem;
}

.intro-points .intro-points-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

/* Product categories with icons */
.product-categories-icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 6rem;
}

.product-categories-icons .product-categories-icon-item {
  font-size: 13px;
  padding: 90px 20px 20px;
  border-radius: 6px;
  border: 2px solid #E1E4DF;
  -ms-flex-preferred-size: calc(25% - 10px);
      flex-basis: calc(25% - 10px);
  margin: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  background-color: white;
  z-index: 1;
  position: relative;
}

.product-categories-icons .product-categories-icon-item img {
  margin: 0 auto 1rem;
  height: 50px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.product-categories-icons .product-categories-icon-item img + img {
  opacity: 0;
}

.product-categories-icons .product-categories-icon-item:hover img:first-child {
  opacity: 0;
}

.product-categories-icons .product-categories-icon-item:hover img + img {
  opacity: 1;
}

.product-categories-icons .product-categories-icon-item:hover {
  border-color: white;
  -webkit-box-shadow: 0 0 33px #E1E4DF;
          box-shadow: 0 0 33px #E1E4DF;
  z-index: 2;
  color: #56941E;
}

.product-categories-icons .product-categories-icon-item.active {
  border-color: #56941E;
  color: #56941E;
}

/* Filters */
.trigger-filters {
  position: relative;
}

.trigger-filters .trigger-filters-modal {
  width: 40px;
  height: 40px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-image: url("../img/icon-filters.svg");
  text-indent: -9000px;
  float:right;
}

.trigger-filters .trigger-filters-modal.active {
  background-image: url("../img/icon-close.svg");
}

.filter-expanded {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background-color: white;
  z-index: 99;
  right: 0;
  width: 100%;
  min-width: 250px;
}

.filter-expanded.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-expanded .close-filters {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.filter-expanded .close-filters img {
  width: 26px;
}

.filter-expanded .filter-expanded-inner {
  overflow: hidden;
  position: relative;
  padding: 1rem 1rem 0;
}

.filter-expanded .filter-expanded-inner h4 {
  font-size: 14px;
  margin: 0 0 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-expanded .filter-expanded-inner .form-block {
  margin-bottom: 1rem;
}

.filter-expanded .filters-group + .filters-group {
  margin-top: 2rem;
}

.filter-expanded .apply-btm {
  border-top: 2px solid #E9E6ED;
  padding: .5rem 0;
}

/* Submenu*/
.subpage-menu {
  padding: 0;
  margin: 0 0 50px;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #E9E6ED;
}

.subpage-menu li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.subpage-menu li span {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #56941E;
  position: absolute;
  top: .6rem;
  right: 1rem;
}

.subpage-menu li a {
  display: block;
  padding: .7rem 2rem;
}

.subpage-menu li.active a {
  border-bottom: 2px solid #56941E;
  color: #56941E;
}

/* Tooltips */
.tooltip-content {
  width: 100%;
  text-align: left;
  padding: 15px;
}

.tooltip-content p {
  margin: 15px 0 0;
  line-height: 1.5;
  font-size: 14px;
}

.tooltip-content p:first-child {
  margin-top: 0;
}

.tooltip-border {
  display: inline-block;
  border-bottom: 1px dashed #471871;
}

/* Accordion */
.accordion {
  border-top: 1px solid #7B52AE;
}

.accordion .open-row {
  background-color: #E1E4DF;
  padding: 13px 30px 13px 13px;
  cursor: pointer;
  color: #471871;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-down.svg);
  min-height: 45px;
  border-bottom: 1px solid #7B52AE;
}

.accordion .open-row.active {
  background-image: url(../img/arrow-up.svg);
}

.accordion .row-content .row-content-item, .accordion .row-content .form-block {
  margin: 0;
  border-bottom: 1px solid #7B52AE;
  padding: 13px;
}

/* Message block */
.content-block-message .message-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #471871;
  margin: 3rem 50px 0;
}

.content-block-message img {
  margin-right: 20px;
}

.content-block-message .progress {
  margin: 50px 15% 0;
  text-align: center;
}

.content-block-message .progress p {
  margin: 0 0 10px;
  font-size: 14px;
}

.content-block-message .progress .progress-track {
  height: 7px;
  border-radius: 15px;
  background-color: #E1E4DF;
  color: #453952;
  max-width: 50%;
  margin: 0 auto;
}

.content-block-message .progress .progress-track .progress-inner {
  background-color: #56941E;
  border-radius: 15px;
  height: 7px;
}

/* Social icons */
.social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.social-icons div, .social-icons .social-item {
  margin: 15px 10px 0 0;
  border: 1px solid #471871;
  border-radius: 3px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-icons div img, .social-icons .social-item img {
  max-height: 20px;
}

/* Modals */
.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background: #000;
  overflow: auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.modal-wrap.active {
  opacity: 1;
  z-index: 1001;
  background: rgba(9, 30, 66, 0.8);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.modal-wrap-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  min-height: calc(100% - (30px * 2));
}

.modal-content {
  position: relative;
  margin: 50px;
  background: #fff;
  border-radius: 5px;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  min-width: 400px;
}

.active .modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.modal-content .alert {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  max-width: 455px;
}

.modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 8px;
}

.modal-close img {
  width: 30px;
  height: 30px;
}

.modal-close:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.login-modal .modal-content {
  width: 100%;
  max-width: 1340px;
}

/* Login modal */
.usermodal {
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  background-color: white;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 400px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: auto;
}

.usermodal.active {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  right: 0;
}

.usermodal .close-usermodal {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usermodal .close-usermodal img {
  width: 30px;
}

.usermodal .user-lang {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.usermodal .user-lang a {
  display: inline-block;
  padding: .5rem;
}

.usermodal .user-lang a.active {
  color: #471871;
}

.usermodal .usertop {
  border-bottom: 1px solid #E1E4DF;
  padding: 0 2rem 2rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usermodal .usertop .usertop-txt {
  padding-left: 2rem;
}

.usermodal .usertop .usertop-txt h4 {
  margin: .3rem 0 0;
  font-weight: 600;
}

.usermodal .usertop .usertop-txt p {
  margin: 0;
  font-size: 15px;
  opacity: .6;
}

.usermodal .usertop img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}

.usermodal .usermenu {
  margin: 0 0 2rem;
  width: 100%;
}

.usermodal .usermenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.usermodal .usermenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E1E4DF;
  width: 100%;
  padding: 1.5rem 2rem;
  color: #471871;
  font-weight: 700;
}

.usermodal .usermenu ul li a:hover {
  background-color: #E1E4DF;
}

.usermodal .usermenu ul li a img {
  width: 24px;
  margin-right: 1rem;
}

.usermodal .logout {
  margin-top: auto;
  padding: 1rem 2rem;
}

.usermodal.login-modal .login-content {
  padding: 4rem 2rem 2rem;
  width: 100%;
}

.usermodal.login-modal .login-btn {
  margin: auto 0 0;
  padding: 2rem;
  width: 100%;
}

.usermodal.login-modal .forgot-pw {
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
}

.usermodal.login-modal .login-social {
  margin-top: 2rem;
  border-top: 1px solid #E1E4DF;
  padding: 1rem 0;
}

.usermodal.login-modal .login-social h4 {
  font-weight: 500;
  margin: 1rem 0;
}

.usermodal.login-modal .login-social .social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}

.usermodal.login-modal .login-social .social-icons .social-item {
  margin: 0 1rem 0 0;
  border: 1px solid #E1E4DF;
  border-radius: 3px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usermodal.login-modal .login-social .social-icons .social-item:hover {
  background-color: #E1E4DF;
  border-color: #E1E4DF;
}

.usermodal.login-modal .login-social .social-icons .social-item img {
  max-height: 22px;
}

.usermodal.login-modal .login-reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  position: relative;
  margin-top: 5rem;
}

.usermodal.login-modal .login-reg a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usermodal.login-modal .login-reg a.active {
  font-weight: 600;
}

.usermodal.login-modal .login-reg .line-btm {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background: #471871;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.usermodal.login-modal .login-reg a.register-link.active + .line-btm {
  left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* --------------------------
	HEADER
-------------------------- */
.header {
  position: relative;
  z-index: 99;
  background-color: #56941E;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 30px rgba(0, 0, 0, 0.03);
}

.header .header-top {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .8rem 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-top .header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-top .header-logo {
  width: 200px;
  display: block;
  height: auto;
  position: absolute;
  left: calc(50% - 100px);
}

.header .header-top .header-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .header-top .search-big {
  position: relative;
  width: 350px;
}

.header .header-top .search-big .search-big-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.header .header-top .search-big .search-big-overlay.active {
  display: block;
}

.header .header-top .search-big .search-big-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.header .header-top .search-big .search-big-close img {
  width: 26px;
}

.header .header-top .search-big .search-big-field {
  position: relative;
  z-index: 92;
}

.header .header-top .search-big .search-big-field .search-btn {
  outline: 0;
  border: 0;
  background-color: transparent;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-image: url("../img/icon-search-2.svg");
  text-indent: -9000px;
  cursor: pointer;
}

.header .header-top .search-big .form-control {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  color: white;
  padding: 7px 45px 7px 20px;
  border-radius: 0;
  width: 100%;
}

.header .header-top .search-big.active .form-control {
  background-color: #471871;
}

.header .header-top .search-big .search-big-results {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 91;
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08);
          box-shadow: rgba(0, 0, 0, 0.08);
  padding-top: 50px;
  overflow: auto;
}

.header .header-top .search-big .search-big-results .product-categories-icons {
  padding: 15px;
}

.header .header-top .search-big .search-big-results .product-categories-icons .product-categories-icon-item {
  font-size: 12px;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

.header .header-top .search-big .search-big-results .search-big-suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header-top .search-big .search-big-results .search-big-suggestions li a {
  display: block;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-image: url("../img/icon-arrow-right.svg");
  border-top: 1px solid #E9E6ED;
  padding: 12px 20px 12px 35px;
}

.header .header-top .search-big .search-big-results .search-big-suggestions li a:hover {
  background-color: #E9E6ED;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item {
  border-top: 1px solid #E1E4DF;
  padding: 1rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item:hover {
  background-color: #E9E6ED;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item:first-child {
  border: 0;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item .search-item-txt {
  padding: 0 1rem;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item .search-item-txt h3 {
  margin: 0;
  font-size: 15px;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item .search-item-txt .price {
  font-size: 18px;
  font-weight: 700;
  color: #56941E;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item .search-item-txt .price .old-price {
  text-decoration: line-through;
  opacity: .4;
  color: #453952;
  padding-left: 5px;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item .search-item-txt .best {
  font-size: 11px;
  color: #453952;
  opacity: .6;
}

.header .header-top .search-big .search-big-results .search-big-featured .search-item img {
  width: 80px;
  mix-blend-mode: multiply;
}

.header .header-top .search-big.active .search-big-results {
  display: block;
}

.header .header-top .header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header .header-top .header-top-right .usermenu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  margin-left: 26px;
}

.header .header-top .header-top-right .usermenu img {
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

.header .header-top .header-top-right .usermenu.trigger-login-modal img {
  border-radius: 0;
  width: 30px;
  height: 30px;
}

.header .header-top .header-top-right .usermenu .new {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 13px;
  height: 13px;
  background: #471871;
  border-radius: 100%;
}

.header .header-top .header-top-right .header-icons {
  width: 40px;
  height: 40px;
  text-indent: -9000px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 27px;
  margin-left: 26px;
  position: relative;
}

.header .header-top .header-top-right .header-icons .qty {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background: #471871;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  text-indent: initial;
}

.header .header-top .header-top-right .header-icons.trigger-cart {
  background-image: url("../img/icon-cart-2.svg");
}

.header .header-menu {
  background-color: white;
  padding: .8rem 50px;
}

.header .header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .header-menu ul li {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700;
}

.header .header-menu ul li a {
  color: #471871;
  position: relative;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
}

.header .header-menu ul li a:hover {
  color: #56941E;
  background-color: rgba(0, 0, 0, 0.06);
}

.header .header-menu ul li.active a {
  color: #56941E;
  background-color: rgba(0, 0, 0, 0.06);
}

.nav-trigger {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 99;
  display: none;
  height: 36px;
  line-height: 26px;
  width: 30px;
  text-align: center;
}

.nav-trigger span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-trigger span:first-child {
  top: 9px;
}

.nav-trigger span:last-child {
  top: 27px;
}

.nav-trigger.active span {
  opacity: 0;
  top: 50%;
}

.nav-trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

.nav-trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

/* Bottom nav */
.bottom-nav {
  position: fixed;
  bottom: -63px;
  left: 0;
  right: 0;
  z-index: 90;
  height: 63px;
  padding: 0;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: none;
}

.bottom-nav__list {
  position: fixed;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  -webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
}

.bottom-nav__item {
  position: relative;
  padding: 0;
  color: #E1E4DF;
  font-size: 9px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  text-transform: uppercase;
}

.bottom-nav__item a {
  display: block;
  color: #E1E4DF;
  text-align: center;
  padding: 30px 0 9px 0;
  position: relative;
  background-size: auto 23px;
  background-position: center 0;
  background-repeat: no-repeat;
}

.bottom-nav__item a img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 4px;
}

.bottom-nav__item a .nots-nr {
  display: block;
  position: absolute;
  width: 16px;
  height: 15px;
  top: -5px;
  left: 55%;
  text-align: center;
  z-index: 9;
  background: #EB5757;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
}

.bottom-nav__item.active a {
  color: #471871;
}

.bottom-nav__item.menu-1 a {
  background-image: url(../img/menu-btm-1.svg);
}

.bottom-nav__item.menu-1.active a {
  background-image: url(../img/menu-btm-1-active.svg);
}

.bottom-nav__item.menu-2 a {
  background-image: url(../img/menu-btm-2.svg);
  background-size: 24px;
}

.bottom-nav__item.menu-2.active a {
  background-image: url(../img/menu-btm-2-active.svg);
}

.bottom-nav__item.menu-3 a {
  background-image: url(../img/menu-btm-3.svg);
  background-size: auto 22px;
}

.bottom-nav__item.menu-3.active a {
  background-image: url(../img/menu-btm-3-active.svg);
}

/* --------------------------
    CONTENT
-------------------------- */
/* Product details */
.product-details {
  -webkit-box-shadow: 0 0 3rem 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3rem 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 6rem;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-details .product-details-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  display: block;
}

.product-details .product-details-img img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-details .product-details-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 3rem;
  background-color: #E9E6ED;
}

.product-details .product-details-content .price {
  font-size: 48px;
  color: #56941E;
  font-weight: 700;
  line-height: 1;
}

.product-details .product-details-content .price .old-price {
  color: #453952;
  opacity: .5;
  text-decoration: line-through;
  padding-left: 10px;
  font-weight: 300;
}

.product-details .product-details-content .qty-price {
  font-size: 13px;
  color: #453952;
  margin: 0 0 1rem;
  line-height: 1;
}

.product-details .product-details-content .bestbefore {
  font-size: 13px;
  margin-top: 10px;
}

.product-details .product-details-content .sale {
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #471871;
  font-weight: 700;
}

.product-details .product-details-content .sale.super {
  background-color: #EB5757;
}

.product-details .product-details-content .addtocart {
  background-color: #E1E4DF;
  border-radius: 6px;
  margin-top: auto;
  max-width: 200px;
}

.product-details .product-details-content .addtocart .qty {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.product-details .product-details-content .addtocart .qty input {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

.product-details .product-details-content .addtocart .qty input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.product-details .product-details-content .addtocart .qty input::-webkit-outer-spin-button,
.product-details .product-details-content .addtocart .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.product-details .product-details-content .addtocart .qty input[type='button'] {
  background-color: white;
  min-width: 30px;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-details .product-details-content .addtocart .qty .button-minus, .product-details .product-details-content .addtocart .qty .button-plus {
  font-weight: 400;
  height: 30px;
  padding: 0;
  width: 30px;
  border-radius: 30px;
  position: relative;
  font-size: 24px;
  line-height: 30px;
}

.product-details .product-details-content .addtocart .qty .quantity-field {
  position: relative;
  height: 38px;
  text-align: center;
  width: 34px;
  display: inline-block;
  font-size: 18px;
  resize: vertical;
  background-color: transparent;
  font-weight: 700;
}

.product-details .product-details-content .addtocart .qty input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.product-details .product-details-content .addtocart .btn-buy {
  margin-left: auto;
  border-radius: 6px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 10px 20px 10px 35px;
  font-size: 15px;
  font-weight: 700;
  background-image: url("../img/icon-cart-2.svg");

}
.cart-img {
  background-image: url("../img/icon-cart-2.svg");

}

.product-details .product-details-content .addlove {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  background-image: url("../img/icon-fav.svg");
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  mix-blend-mode: difference;
}

.product-details .product-details-content .addlove:hover, .product-details .product-details-content .addlove.active {
  background-image: url("../img/icon-fav-active.svg");
}

.product-details .product-details-info {
  margin: 3rem 0 0;
}

.product-details .product-details-info h3 {
  margin: 2rem 0 1rem;
  font-size: 20px;
  font-weight: 400;
}

.product-details .product-details-info p {
  margin: 1rem 0;
}

.product-details .product-details-info h4, .product-details .product-details-info h5 {
  margin: 2rem 0 1rem;
}

.product-details .product-details-info ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.product-details .product-details-info ul li {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}

.product-details .product-details-info ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #471871;
  border-radius: 100%;
}

.product-details .product-details-info ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* CART */
.cart-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 15%;
}

.cart-content .cart-left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding: 0 4rem 0 0;
}

.cart-content .cart-right {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  position: relative;
}

.cart-content .cart-right h4 {
  margin: 1rem 0;
  color: #471871;
}

.cart-content .cart-right .coupon {
  margin: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-content .cart-right .coupon .form-control {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 20px;
}

.cart-content .cart-right .coupon .btn {
  margin-left: auto;
}

.cart-content .cart-right .products-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}

.cart-content .cart-right .products-list .products-list-item {
  margin: 5px 0;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f2f2f2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px;
}

.cart-content .cart-right .products-list .products-list-item .cart-remove {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -5px;
  right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  background-color: #FD7A42;
  border-radius: 100%;
}

.cart-content .cart-right .products-list .products-list-item .cart-remove img {
  width: 20px;
}

.cart-content .cart-right .products-list .products-list-item .product-list-item-img {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  width: 100px;
  height: 100px;
  margin: 0;
}

.cart-content .cart-right .products-list .products-list-item .products-list-item-text {
  -ms-flex-preferred-size: calc(100% - 120px);
      flex-basis: calc(100% - 120px);
  padding-left: 20px;
}

.cart-content .cart-right .products-list .products-list-item .price {
  font-size: 20px;
}

.cart-content .cart-right .products-list .products-list-item .addtocart {
  background-color: transparent;
  border-radius: 0;
  margin-top: 10px;
}

.cart-content .cart-right .products-list .products-list-item .addtocart .qty {
  padding: 0;
}

.cart-content .cart-right .products-list .products-list-item .addtocart .qty input[type='button'] {
  background-color: #E1E4DF;
}

/* Proceed to checkout */
.proceed-to-checkout {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 3rem 0;
}

.proceed-to-checkout h3 {
  margin: 0 0 2rem;
}

.proceed-to-checkout .table {
  margin: 0 0 2rem;
}

.proceed-to-checkout .products-list {
  margin: 0 0 3rem;
}

.proceed-to-checkout .products-list .products-list-item {
  max-width: calc(25% - 10px);
  -ms-flex-preferred-size: calc(25% - 10px);
      flex-basis: calc(25% - 10px);
}

.proceed-to-checkout .proceed-text-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-top: 2px solid #E9E6ED;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.proceed-to-checkout .proceed-text-btn .proceed-left {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

.proceed-to-checkout .proceed-text-btn .proceed-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
}

.proceed-to-checkout .proceed-text-btn .proceed-right .form-block {
  margin: 0;
}

.order-form-section {
  -webkit-box-shadow: 0 0 3rem 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3rem 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
}

.order-form-section h3 {
  margin: 1rem 0 2rem;
}

.order-form-section .order-block {
  margin-bottom: 3rem;
}

.order-form-section .order-block:last-child {
  margin: 0;
}

.order-form-section h4 {
  margin: 2rem 0 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.order-form-section .big-box-option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.5rem 1rem;
}

.order-form-section .big-box-option-list .boxItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33333% - 1rem);
          flex: 1 1 calc(33.33333% - 1rem);
  max-width: calc(33.33333% - 1rem);
  border: 1px solid #E1E4DF;
  margin: 0 .5rem .5rem;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.order-form-section .big-box-option-list .boxItem.chooseDeliveryOption {
  display: block;
}

.order-form-section .big-box-option-list .boxItem.financeItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
          flex: 1 1 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-form-section .big-box-option-list .boxItem img {
  max-height: 46px;
  border: 0;
}

.order-form-section .big-box-option-list .boxItem .name {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
}

.order-form-section .big-box-option-list .boxItem.banklinkItem img {
  max-height: 22px;
  border: 0;
}

.order-form-section .big-box-option-list .boxItem.active {
  background: #f2f2f2;
  border: 2px solid #56941E;
}

.order-form-section .big-box-option-list .boxItem.active img {
  mix-blend-mode: multiply;
}

/* --------------------------
    FOOTER
-------------------------- */
.footer {
  background-color: #E1E4DF;
  margin-top: -30px;
}

.footer .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 5px solid #E1E4DF;
  background-color: #E1E4DF;
  padding: 0 15% 4rem;
  background-repeat: no-repeat;
  background-size: auto 320px, auto 120px;
  background-position: 60% 140%, 74% 85%;
  background-image: url(../img/icon-leaf-btm-xl.svg), url(../img/icon-leaf-btm-sm.svg);
}

.footer .footer-navigation .newsletter {
  padding: 0 20px;
}

.footer .footer-navigation .newsletter p {
  font-size: 14px;
}

.footer .footer-navigation .footer-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  padding-right: 50px;
}

.footer .footer-navigation .footer-block:last-child {
  margin-left: auto;
}

.footer .footer-navigation .footer-block h3 {
  margin: 0 0 20px;
  padding: 0 20px;
}

.footer .footer-navigation .footer-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-navigation .footer-block ul li {
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid white;
}

.footer .footer-navigation .footer-block ul li a {
  display: block;
}

.footer .footer-btm {
  padding: 2rem;
  background-color: white;
  text-align: center;
}

.footer .footer-btm p {
  font-size: 12px;
}

.footer .footer-btm .btm-social a {
  display: inline-block;
  padding: 1rem;
}

.footer .footer-btm .btm-social a:hover {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.footer .footer-btm .btm-social a img {
  height: 30px;
}

/* --------------------------
    MOBILE NAV
-------------------------- */
.nav-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -400px;
  background: #471871;
  z-index: 99;
  overflow: auto;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70px;
  width: 370px;
}

.nav-overlay.active {
  right: 0;
  width: 100%;
}

.nav-overlay .nav-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-overlay .nav-close img {
  width: 26px;
  height: 26px;
}

.nav-overlay ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.nav-overlay ul:first-of-type {
  padding-bottom: 20px;
}

.nav-overlay ul:last-child {
  margin-top: auto;
  padding: 20px 0;
}

.nav-overlay ul li {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 18px;
  font-weight: 300;
}

.nav-overlay ul li a {
  display: block;
  padding: 10px 30px 10px 35px;
  color: white;
  position: relative;
  border-bottom: 1px solid #7B52AE;
  background-size: 10px auto;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right.svg);
}

.nav-overlay ul li a.active {
  color: white;
  background-color: #56941E;
  border-color: #56941E;
}

.nav-overlay ul li a:focus, .nav-overlay ul li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.nav-overlay ul li:last-child a {
  border: 0;
}

/* PRODUCTS LIST */
.products-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  -webkit-transition: all ease .1s;
  transition: all ease .1s;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.products-list.filters-opened {
  opacity: .3;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.products-list .products-list-item {

  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(20% - 10px);
  -ms-flex-preferred-size: calc(20% - 10px);
      flex-basis: calc(20% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}

.products-list .products-list-item:nth-child(odd) {
  -webkit-box-shadow: 0 0 33px #E1E4DF;
          box-shadow: 0 0 33px #E1E4DF;
}

.products-list .products-list-item img {
  mix-blend-mode: multiply;
}

.products-list .products-list-item .product-list-item-img {
  height: 150px;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.products-list .products-list-item .product-list-item-img img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.products-list .products-list-item h3 {
  font-size: 16px;
  margin: 0 0 1rem;
}

.products-list .products-list-item .price {
  font-size: 30px;
  color: #56941E;
  font-weight: 700;
  line-height: 1;
}

.products-list .products-list-item .price .old-price {
  color: #453952;
  opacity: .5;
  text-decoration: line-through;
  padding-left: 10px;
  font-weight: 300;
}

.products-list .products-list-item .qty-price {
  font-size: 11px;
  color: #453952;
  margin: 0 0 1rem;
  line-height: 1;
}

.products-list .products-list-item .bestbefore {
  font-size: 11px;
}

.products-list .products-list-item .sale {
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 3;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #471871;
  font-weight: 700;
}

.products-list .products-list-item .sale.super {
  background-color: #EB5757;
}

.products-list .products-list-item .addtocart {
  background-color: #E1E4DF;
  border-radius: 6px;
  margin-top: auto;
  height: 44px;
}

.products-list .products-list-item .addtocart .qty {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-list .products-list-item .addtocart .qty input {
  border: 0;
  margin: 0;
  outline: none;
}

.products-list .products-list-item .addtocart .qty input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.products-list .products-list-item .addtocart .qty input::-webkit-outer-spin-button,
.products-list .products-list-item .addtocart .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.products-list .products-list-item .addtocart .qty input[type='button'] {
  background-color: white;
  min-width: 30px;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-list .products-list-item .addtocart .qty .button-minus, .products-list .products-list-item .addtocart .qty .button-plus {
  font-weight: 400;
  height: 30px;
  padding: 0;
  width: 30px;
  border-radius: 30px;
  position: relative;
  font-size: 24px;
  line-height: 30px;
}

.products-list .products-list-item .addtocart .qty .quantity-field {
  position: relative;
  height: 38px;
  text-align: center;
  width: 34px;
  display: inline-block;
  font-size: 18px;
  resize: vertical;
  background-color: transparent;
  font-weight: 700;
}

.products-list .products-list-item .addtocart .qty input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.products-list .products-list-item .addtocart .btn-buy {
  margin-left: auto;
  border-radius: 6px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 10px 10px 10px 35px;
  font-size: 13px;
  font-weight: 700;
}

.products-list .products-list-item .addlove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("../img/icon-fav.svg");
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.products-list .products-list-item .addlove:hover, .products-list .products-list-item .addlove.active {
  background-image: url("../img/icon-fav-active.svg");
}

/* Product categories icons */
.product-categories-home {
  padding: 5rem 10%;
}

.product-categories-home .product-categories-left {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.product-categories-home .product-categories-left p {
  padding: 0 30% 0 10%;
  font-weight: 500;
}

.product-categories-home .product-categories-icons {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.selected-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 75px 10px 0;
  margin-bottom: 2rem;
  position: relative;
  border-top: 1px solid #E1E4DF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.selected-tags .btn {
  position: absolute;
  right: 0;
  padding: 0;
}

.selected-tags .tag-item {
  padding: 3px 2rem 4px 1rem;
  font-size: 13px;
  border: 1px solid #E1E4DF;
  border-radius: 9px;
  line-height: 18px;
  display: inline-block;
  background-color: #dce5ea;
  position: relative;
  margin: 5px 5px 0 0;
}

.selected-tags .tag-item .close-tag {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 2;
}

/* --------------------------
    CART PREVIEW
-------------------------- */
.cart-preview {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 400px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart-preview.active {
  right: 0;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.cart-preview .cart-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.cart-preview .cart-close img {
  width: 26px;
}

.cart-preview .btm-actions {
  margin-top: auto;
  background-color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.cart-preview .btm-actions .total-sum {
  font-weight: 700;
  font-size: 17px;
  margin-right: 20px;
  line-height: 1;
}

.cart-preview .btm-actions .total-sum .helper {
  font-size: 10px;
  text-transform: uppercase;
  opacity: .6;
  display: block;
}

.cart-preview .btm-actions .btn:last-child {
  margin-left: auto;
  margin-right: 0;
}

.cart-preview .product-categories-icons {
  padding: 1rem 0;
  margin: 0 -5px;
}

.cart-preview .product-categories-icons .product-categories-icon-item {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}

.cart-preview .cart-preview-inner {
  padding: 4rem 2rem 2rem;
  position: relative;
  height: calc(100% - 60px);
  overflow-y: auto;
}

.cart-preview .cart-preview-inner h3 {
  font-size: 15px;
}

.cart-preview .cart-preview-inner h4 {
  margin: 1rem 0;
  font-weight: 700;
}

.cart-preview .cart-preview-inner .coupon {
  margin: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-preview .cart-preview-inner .coupon .form-control {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 20px;
}

.cart-preview .cart-preview-inner .coupon .btn {
  margin-left: auto;
}

.cart-preview .cart-preview-inner .cart-remove {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -5px;
  right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  background-color: #FD7A42;
  border-radius: 100%;
}

.cart-preview .cart-preview-inner .cart-remove img {
  width: 20px;
}

.cart-preview .cart-preview-inner .products-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}

.cart-preview .cart-preview-inner .products-list .products-list-item {
  margin: 5px 0;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px;
}

.cart-preview .cart-preview-inner .products-list .products-list-item .product-list-item-img {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  width: 100px;
  height: 100px;
  margin: 0;
}

.cart-preview .cart-preview-inner .products-list .products-list-item .products-list-item-text {
  -ms-flex-preferred-size: calc(100% - 120px);
      flex-basis: calc(100% - 120px);
  padding-left: 20px;
}

.cart-preview .cart-preview-inner .products-list .products-list-item .price {
  font-size: 20px;
}

.cart-preview .cart-preview-inner .products-list .products-list-item .addtocart {
  background-color: white;
  border-radius: 0;
  margin-top: 10px;
}

.cart-preview .cart-preview-inner .products-list .products-list-item .addtocart .qty {
  padding: 0;
}

.cart-preview .cart-preview-inner .products-list .products-list-item .addtocart .qty input[type='button'] {
  background-color: #E1E4DF;
}

/* Text content */
.text-content {
  padding: 3rem;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  margin: 0 15% 50px;
}

.text-content h3 {
  margin: 2rem 0 1rem;
}

.text-content p {
  margin: 1rem 0;
}

.text-content h4, .text-content h5 {
  margin: 2rem 0 1rem;
}

.text-content ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.text-content ul li {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}

.text-content ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #471871;
  border-radius: 100%;
}

.text-content ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* BIG CTA */
.big-cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6rem 15%;
}

.big-cta .big-cta-img {
  max-width: 450px;
}

.big-cta .big-cta-text {
  padding: 3rem;
  max-width: 450px;
}

.big-cta .big-cta-text h2 {
  color: #471871;
}

/* Article content */
.article-content {
  position: relative;
}

.article-content .article-content-intro {
  padding: 0 15%;
}

.article-content .article-content-intro h1 {
  color: #7B52AE;
  text-transform: uppercase;
  margin: 0 0 3rem;
}

.article-content .article-content-intro .big-img {
  margin-left: -15%;
  max-width: 115%;
}

.article-content .article-content-text {
  padding: 0 15%;
}

.article-content .article-content-text h3 {
  margin: 3rem 0 1rem;
  font-weight: 300;
  max-width: 75%;
  line-height: 1.6;
}

.article-content .article-content-text p {
  margin: 1rem 0;
  max-width: 75%;
}

.article-content .article-content-text h4, .article-content .article-content-text h5 {
  margin: 2rem 0 1rem;
  color: #471871;
}

.article-content .article-content-text ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.article-content .article-content-text ul li {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}

.article-content .article-content-text ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #471871;
  border-radius: 100%;
}

.article-content .article-content-text ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* About content */
.about-content {
  margin: 0 15% 50px;
}

.about-content .about-intro {
  margin: 0 0 4rem;
}

.about-content .about-intro h3 {
  font-weight: 300;
}

.about-content .about-intro h3 strong {
  font-weight: 700;
}

.about-content .about-people {
  position: relative;
}

.about-content .about-people .team-member {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20%;
}

.about-content .about-people .team-member:nth-child(2n) {
  padding: 0 20% 0 0;
}

.about-content .about-people .team-member .person-text {
  position: relative;
  z-index: 2;
  text-align: right;
  padding-right: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-content .about-people .team-member .person-text h3 {
  margin: 3rem 0 0;
  color: #471871;
}

.about-content .about-people .team-member .person-text h5 {
  font-size: 15px;
  text-transform: uppercase;
  opacity: .5;
  margin: 0;
  letter-spacing: 1px;
}

.about-content .about-people .team-member .person-text p {
  margin: 0;
}

.about-content .about-people .team-member .quote {
  background-color: #E9E6ED;
  padding: 2rem 3rem 3rem 2rem;
  font-size: 20px;
  font-style: italic;
  margin-right: -6rem;
  position: relative;
  text-align: left;
}

.about-content .about-people .team-member .quote::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: -38px;
  width: 60px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-quote.svg");
  z-index: 2;
}

.about-content .about-people .team-member .person-photo {
  position: relative;
  z-index: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
}

.about-content .about-people .team-member .person-photo img {
  width: 450px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

/* My account */
.account-content {
  margin: 0 15% 50px;
}

.account-content .account-form-top h4 {
  text-transform: uppercase;
}

.account-content .account-form-top .btn {
  margin-left: auto;
}

.account-content .account-form-block {
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  padding: 3rem;
  margin: 2rem 0 4rem;
}

.account-content .account-form-block.noshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 50%;
  padding: 0 3rem;
}

.account-content .address-block {
  margin: 1rem 0;
}

.account-content .address-block .address-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border: 1px solid #E1E4DF;
  margin: 1rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.account-content .address-block .address-item p {
  margin: 0;
}

.account-content .address-block .address-item .btn:first-of-type {
  margin-left: auto;
}

.wishlist .products-list .products-list-item {
  max-width: calc(33.33333% - 10px);
  -ms-flex-preferred-size: calc(33.33333% - 10px);
      flex-basis: calc(33.33333% - 10px);
}

.account-accordion .open-row {
  position: relative;
  padding: 1.2rem 3rem 1.2rem 0;
  cursor: pointer;
  border-bottom: 1px solid #E1E4DF;
  margin: 0;
  font-size: 20px;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url("../img/icon-arrow-down.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.account-accordion .open-row.active {
  background-image: url("../img/icon-arrow-up.svg");
  border-bottom: 1px solid white;
  color: #56941E;
}

.account-accordion .open-row .invoice-no {
  color: #bbb;
  padding-left: 1rem;
}

.account-accordion .open-row .invoice-sum {
  margin-left: auto;
  color: #453952;
}

.account-accordion .row-content {
  padding: 3rem;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
}

.account-accordion .row-content p, .account-accordion .row-content ul {
  margin: 1rem 0;
}

.account-accordion .row-content ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.account-accordion .row-content ul li {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}

.account-accordion .row-content ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #471871;
  border-radius: 100%;
}

.account-accordion .row-content .products-list .products-list-item {
  max-width: calc(33.33333% - 10px);
  -ms-flex-preferred-size: calc(33.33333% - 10px);
      flex-basis: calc(33.33333% - 10px);
}

/* -------------------------
	MEDIA QUERIES
--------------------------*/
@media only screen and (max-width: 1380px) {
  .products-list .products-list-item {
    max-width: calc(25% - 10px);
    -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(25% - 10px);
  }
  .about-content .about-people .team-member {
    padding: 0 0 0 15%;
  }
  .about-content .about-people .team-member:nth-child(2n) {
    padding: 0 15% 0 0;
  }
}

@media only screen and (max-width: 1240px) {
  .account-content,
  .text-content,
  .about-content {
    margin: 0 50px 50px;
  }
  .cart-content {
    margin: 3rem 50px 0;
  }
  .article-content .article-content-intro {
    padding: 0 50px;
  }
  .article-content .article-content-intro .big-img {
    margin: 0;
    max-width: 100%;
  }
  .article-content .article-content-text {
    padding: 0 50px;
  }
  .footer .footer-navigation {
    padding: 0 50px 3rem;
  }
  .product-categories-home {
    padding: 5rem 50px;
  }
  .about-content .about-people .team-member {
    padding: 0 0 0 10%;
  }
  .about-content .about-people .team-member:nth-child(2n) {
    padding: 0 10% 0 0;
  }
  .about-content .about-people .team-member .person-photo {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
  .about-content .about-people .team-member .person-photo img {
    width: 400px;
    height: 400px;
  }
}

@media only screen and (max-width: 1100px) {
  .products-list .products-list-item,
  .proceed-to-checkout .products-list .products-list-item {
    max-width: calc(33.33333% - 10px);
    -ms-flex-preferred-size: calc(33.33333% - 10px);
        flex-basis: calc(33.33333% - 10px);
  }
  .footer .footer-navigation {
    background-position: 60% 140%, 94% 85%;
  }
  .footer .footer-navigation .footer-block:last-child {
    padding-right: 0;
  }
  .footer .footer-navigation .footer-block h3 {
    font-size: 20px;
  }
  .product-categories-icons {
    padding: 0;
  }
  .product-categories-icons .product-categories-icon-item {
    -ms-flex-preferred-size: calc(33.33333% - 10px);
        flex-basis: calc(33.33333% - 10px);
  }
  .product-details .product-details-content .price {
    font-size: 36px;
  }
  .product-details .product-details-img {
    padding: 2rem;
  }
  .header .header-top .search-big {
    width: 200px;
  }
  .header .header-top .search-big.active {
    width: 350px;
  }
  .content-block-message .progress {
    margin: 2rem 50px 0;
  }
  .content-block-message .progress .progress-track {
    max-width: 70%;
  }
}

@media only screen and (max-width: 840px) {
  .content-block-inner {
    margin: 3rem 30px;
  }
  .content-block-message .message-inner {
    margin: 3rem 30px 0;
  }
  .content-block-message .progress {
    margin: 2rem 30px 0;
  }
  .content-block-message .progress .progress-track {
    max-width: 100%;
  }
  .account-content,
  .text-content,
  .about-content {
    margin: 0 30px 30px;
  }
  .cart-content {
    margin: 3rem 30px 0;
  }
  .article-content .article-content-intro {
    padding: 0 30px;
  }
  .article-content .article-content-text {
    padding: 0 30px;
  }
  .products-list .products-list-item,
  .wishlist .products-list .products-list-item,
  .account-accordion .row-content .products-list .products-list-item,
  .proceed-to-checkout .products-list .products-list-item {
    max-width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .footer .footer-btm {
    padding: 30px 30px 80px;
  }
  .footer .footer-navigation {
    padding: 0 30px 3rem;
  }
  .footer .footer-navigation .footer-block {
    max-width: 100%;
  }
  .footer .footer-navigation .footer-block:nth-child(2) {
    padding: 0;
  }
  .footer .footer-navigation .footer-block:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 50px 0 0;
  }
  .footer .footer-navigation .footer-block:last-child h3, .footer .footer-navigation .footer-block:last-child .newsletter {
    padding: 0;
  }
  .big-cta {
    margin: 5rem 50px;
  }
  .big-cta .big-cta-img {
    max-width: 50%;
  }
  .big-cta .big-cta-text {
    padding: 2rem 0 2rem 2rem;
  }
  .product-categories-home {
    padding: 5rem 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-categories-home .product-categories-left img {
    max-width: 300px;
  }
  .product-categories-home .product-categories-left p {
    padding: 5px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header .header-menu {
    display: none;
  }
  .header .header-top {
    height: 67px;
    padding: 10px 80px 10px 20px;
  }
  .header .header-top .search-big {
    position: fixed;
    right: -400px;
    bottom: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 400px;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 70px 20px 0;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  }
  .header .header-top .search-big .search-big-overlay.active {
    display: none !important;
  }
  .header .header-top .search-big .search-big-field {
    width: 100%;
  }
  .header .header-top .search-big .form-control {
    background-color: #7B52AE;
    font-size: 17px;
    min-height: 50px;
  }
  .header .header-top .search-big.active {
    width: 100%;
    right: 0;
  }
  .header .header-top .search-big.active .search-big-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header-top .search-big.active .search-big-results {
    position: relative;
    padding: 0;
  }
  .header .header-top .search-big.active .search-big-results .product-categories-icons {
    padding: 0;
  }
  .header .header-top .header-logo {
    width: 170px;
    position: relative;
    left: 0;
  }
  .nav-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body {
    padding-top: 67px;
  }
  .product-details .product-details-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .product-details .product-details-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 2rem;
  }
  .about-content .about-people .team-member {
    padding: 0;
  }
  .about-content .about-people .team-member:nth-child(2n) {
    padding: 0;
  }
  .about-content .about-people .team-member .person-photo {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }
  .about-content .about-people .team-member .person-photo img {
    width: 300px;
    height: 300px;
  }
  .trigger-mobile-search {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .cart-content .cart-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 3rem 0 0;
  }
  .cart-content .cart-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .proceed-to-checkout {
    margin: 0 0 3rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 590px) {
  .content-block-inner {
    margin: 2rem 20px;
  }
  .content-block-message .message-inner {
    margin: 3rem 20px 0;
  }
  .content-block-message .progress {
    margin: 2rem 20px 0;
  }
  .account-content,
  .text-content,
  .about-content {
    margin: 0 20px 30px;
  }
  .cart-content {
    margin: 3rem 20px 0;
  }
  .article-content .article-content-intro {
    padding: 0 20px;
  }
  .article-content .article-content-text {
    padding: 0 20px;
  }
  .products-list .products-list-item {
    padding: 20px 10px;
  }
  .products-list .products-list-item .price {
    font-size: 24px;
  }
  .products-list .products-list-item .sale {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  .products-list .products-list-item h3 {
    font-size: 14px;
  }
  .products-list .products-list-item .addtocart .qty {
    padding: 0 10px;
  }
  .products-list .products-list-item .addtocart .qty .quantity-field {
    width: 32px;
  }
  .products-list .products-list-item .addtocart .btn-buy {
    width: 40px;
    padding: 0;
  }
  .products-list .products-list-item .addtocart .btn-buy span {
    display: none;
  }
  .footer {
    margin-top: -8px;
  }
  .footer .footer-navigation {
    padding: 0 20px 3rem;
  }
  .big-cta {
    margin: 5rem 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .big-cta .big-cta-img {
    max-width: 70%;
  }
  .big-cta .big-cta-text {
    padding: 3rem 0 0;
  }
  .subpage-menu {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    margin: 0 0 2rem;
  }
  .subpage-menu li {
    vertical-align: middle;
    width: auto;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer;
    font-size: 12px;
  }
  .subpage-menu li span {
    right: .3rem;
  }
  .subpage-menu li a {
    display: block;
    padding: 0.7rem 1rem;
  }
  .filter-expanded {
    position: fixed;
    top: 0;
    right: -300px;
    border-radius: 0;
    z-index: 1001;
    width: 300px;
    bottom: 0;
    overflow: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-expanded.active {
    right: 0;
  }
  .filter-expanded .filter-expanded-inner {
    padding: 70px 20px 0;
  }
  .filter-expanded .close-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-content {
    padding: 2rem;
  }
  .about-content .about-people .team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-content .about-people .team-member .person-text {
    text-align: center;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-content .about-people .team-member .person-text h3 {
    margin: 1rem 0 0;
  }
  .about-content .about-people .team-member .quote {
    font-size: 17px;
    margin: -45px 9% 0;
  }
  .about-content .about-people .team-member .quote::after {
    bottom: -20px;
  }
}

@media only screen and (max-width: 500px) {
  .header .header-top .header-logo {
    width: 150px;
  }
  .header .header-top .header-top-right .usermenu {
    margin-left: 18px;
  }
  .footer .footer-navigation .footer-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 0 30px;
  }
  .product-categories-icons .product-categories-icon-item {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .content-block-inner {
    margin: 2rem 20px 1rem;
  }
  .content-block-message .message-inner {
    margin: 3rem 20px 2rem;
  }
  .content-block-message .progress {
    margin: 2rem 20px 2rem;
  }
  .account-accordion .row-content {
    padding: 1rem;
    margin: 0 -20px;
  }
  .article-content .article-content-text h3,
  .article-content .article-content-text p {
    max-width: 100%;
  }
  .account-content .account-form-top h4 {
    font-size: 16px;
  }
  .account-content .account-form-block {
    padding: 2rem 20px;
    margin: 2rem -20px 4rem;
  }
  .account-content .address-block .address-item p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .account-content .address-block .address-item .btn-sm {
    padding: 10px;
  }
  .account-content .address-block .address-item .btn:first-of-type {
    margin-left: 0;
  }
  .account-accordion .open-row {
    padding: 13px 30px 13px 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 400px) {
  h2, .h2 {
    font-size: 20px;
  }
  .proceed-to-checkout .proceed-text-btn .proceed-right {
    margin: 0;
  }
  .proceed-to-checkout .proceed-text-btn .proceed-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 30px;
  }
  .order-form-section .big-box-option-list .boxItem {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1rem);
            flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media only screen and (max-width: 350px) {
  .products-list .products-list-item {
    max-width: calc(100% - 10px);
  }
}

input.qty-btn.button-minus {
    border-radius: 50px;
    background: white;
    border: none;
    margin-left: 5px;
    cursor:pointer;
    background-color: white;
width: auto;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}

input.qty-btn.button-plus {
    border-radius: 50px;
    background: white;
    border: none;
    cursor:pointer;
    background-color: white;
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.woocommerce .quantity .qty {
    width: 1.631em;
    text-align: center;
    background:inherit;
    border: none;
    
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    inset-inline-end: -.7em;
    border-radius: 100%;
    color: var(--items-indicator-text-color,#fff);
    background-color: var(--items-indicator-background-color,#471871) !important;
    text-align: center;
    font-size: 10px;
}
.woocommerce ul.products li.product a img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

/*
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 15px;
    margin: 0;
    background: rgba(0, 0, 0, 0.1);
    color:black;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    box-sizing: border-box;
}
*/

.addlove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url(../img/icon-fav.svg);
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-4a650f4 {
  float: right;
}

@media (min-width: 768px) {
  .elementor-164 .elementor-element.elementor-element-4a650f4 {
    width: 60%;
}
 }
 .woocommerce button.button.alt {
	margin-left: auto;
	border-radius: 6px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 10px 10px 10px 35px;
	background-image: url("http://localhost/wordpress/wp-content/uploads/2022/08/icon-cart-2.svg");
	font-size: 13px;
	font-weight: 700;
	background-color: #56941E !important;
	color: #fff;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    margin: -0.5em -0.5em 0 0;
	left:0;
}

.woocommerce span.onsale {
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 3;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	background-color: #471871;
	font-weight: 700;
}
.woocommerce ul.products li.product .price {
    font-size: 30px;
	color: #56941E;
	font-weight: 700;
	line-height: 1;
}

body {
  font: 400 16px/1.5 'Manrope', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  	color: #453952;
}

.price .old-price {
  	color: #453952;
  	opacity: .5;
 	 text-decoration: line-through;
 	 padding-left: 10px;
  	font-weight: 300;
}

.price {
	font-size: 30px;
	color: #56941E;
	font-weight: 700;
	line-height: 1;
}
.qty-price {
	font-size: 11px;
	color: #453952;
	margin: 0 0 1rem;
	line-height: 1;
}

.woocommerce .quantity .qty {
    width: 2.631em;
    text-align: center;
}
.intro {
  background-color: #471871;
  color: white;
  position: relative;
}

.intro .intro-mask {
  -webkit-mask-image: url("../img/intro-blob.svg");
  mask-image: url("../img/intro-blob.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  position: absolute;
  top: 25%;
  left: 55%;
  z-index: 3;
  max-width: 660px;
}

.intro .intro-mask img {
  width: 100%;
}

.intro .content-gradient {
  margin-top: -50px;
}

.intro .content-gradient svg {
  margin-bottom: -10px;
}

.intro .intro-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6% 55% 50px 50px;
  position: relative;
  background-position: 47% 10%, 55% 30%, 51% 42%, 47% 67%, 44% 79%, 48% 90%;
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-image: url("../img/leaf-1.svg"), url("../img/leaf-2.svg"), url("../img/leaf-3.svg"), url("../img/leaf-4.svg"), url("../img/leaf-5.svg"), url("../img/leaf-6.svg");
}

.intro h1 {
  margin: 0 0 2rem;
  color: #74B652;
}

.intro h1 em {
  font-style: normal;
  color: white;
}

.intro p {
  margin: 2rem 0;
  font-size: 20px;
  max-width: 400px;
}

.intro .intro-points {
  position: absolute;
  top: 2rem;
  right: 0;
  color: #feed01;
}

/* -------------------------
	MEDIA QUERIES
--------------------------*/
@media only screen and (max-width: 1240px) {
  .intro h1 {
    font-size: 60px;
  }
  .intro .intro-mask {
    max-width: 470px;
  }
}

@media only screen and (max-width: 840px) {
  .intro p {
    font-size: 18px;
  }
  .intro h1 {
    font-size: 48px;
    color: white;
  }
  .intro .intro-inner {
    padding: 60px 20% 30px 30px;
    background-image: none;
    position: relative;
    z-index: 4;
  }
  .intro .intro-points {
    position: relative;
    top: auto;
    margin-top: 4rem;
  }
  .intro .intro-mask {
    -webkit-mask-image: none;
            mask-image: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
  }
  .intro .intro-mask img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 500px) {
  .intro p {
    max-width: 65%;
  }
  .intro h1 {
    font-size: 36px;
  }
  .intro .intro-inner {
    padding: 60px 30px;
  }
  .intro .intro-points {
    margin: 4rem -20px 0;
  }
  .intro .intro-points .intro-points-item {
    margin: 0 1rem;
    max-width: 33.33333%;
  }
  .intro .intro-points p {
    max-width: 100%;
  }
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  z-index: 1;
}

.loading {
  background-image: url("../img/loader-43.gif");
  background-repeat: no-repeat;
  background-position: left;
}
.hide {
  display: none;
}

#dgwt-wcas-search-input-2  {
  background: rgba(0,0,0,0.0) !important;
}
#dgwt-wcas-search-input-1 {
  background-color: rgba(0, 0, 0, 0.1) ;
}
.product-added {
  background-image: url("../img/tick-mark-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.elementor-menu-cart__toggle .elementor-button {
  border: none !important;
}
/*# sourceMappingURL=home.css.map */

/*# sourceMappingURL=main.css.map *//* End custom CSS */